Mathlib Map

Theorems · Theorem · linear algebra

LinearMap.BilinForm.dualSubmoduleParing_spec

∀ {R : Type u_1} {S : Type u_3} {M : Type u_2} [inst : CommRing R] [inst_1 : Field S] [inst_2 : AddCommGroup M]
  [inst_3 : Algebra R S] [inst_4 : Module R M] [inst_5 : Module S M] [inst_6 : IsScalarTower R S M]
  (B : LinearMap.BilinForm S M) {N : Submodule R M} (x : ↥(B.dualSubmodule N)) (y : ↥N),
  (algebraMap R S) (B.dualSubmoduleParing x y) = (B ↑x) ↑y
Defined in
Mathlib.LinearAlgebra.BilinearForm.DualLattice
Cited by
1 results in Mathlib
Foundations
Depth 49 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingFieldAddCommGroupAlgebraModuleModuleIsScalarTower

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites17

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.