Theorems · Theorem · linear algebra
LinearMap.BilinForm.dualBasis_eq_iff
∀ {V : Type u_5} {K : Type u_6} [inst : Field K] [inst_1 : AddCommGroup V] [inst_2 : Module K V] {ι : Type u_9}
[inst_3 : DecidableEq ι] [inst_4 : Finite ι] {B : LinearMap.BilinForm K V} (hB : B.Nondegenerate)
(b : Module.Basis ι K V) (v : ι → V), ⇑(B.dualBasis hB b) = v ↔ ∀ (i j : ι), (B (v i)) (b j) = if j = i then 1 else 0- Cited by
- 1 results in Mathlib
- Foundations
- Depth 125 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement · cited by 10,215
- Fieldstatement and proof · cited by 7,404
- Finitestatement and proof · cited by 3,029
- Module.Basisstatement and proof · cited by 1,477
- LinearMap.BilinFormstatement and proof · cited by 501
- Module.Basis.reprproof · cited by 498
- LinearMap.BilinForm.Nondegeneratestatement and proof · cited by 77
- LinearMap.BilinForm.dualBasisstatement and proof · cited by 20
Cited by1
Results whose statement or proof uses this declaration.
- Module.Basis.traceDual_eq_iffproof · cited by 2