Theorems · Theorem · linear algebra
LinearMap.isSymm_iff_basis
∀ {R : Type u_1} {M : Type u_2} [inst : CommSemiring R] [inst_1 : StarRing R] [inst_2 : AddCommMonoid M]
[inst_3 : Module R M] {B : M →ₗ⋆[R] M →ₗ[R] R} {ι : Type u_4} (b : Module.Basis ι R M),
B.IsSymm ↔ ∀ (i j : ι), star ((B (b i)) (b j)) = (B (b j)) (b i)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
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 and proof · cited by 18,349
- Finsetproof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement and proof · cited by 10,215
- SetLike.coeproof · cited by 8,199
- Finset.sumproof · cited by 5,195
- Set.rangeproof · cited by 4,705
- Finset.sum_congrproof · cited by 2,323
- StarRingstatement and proof · cited by 1,686
Cited by1
Results whose statement or proof uses this declaration.
- LinearMap.isSymm_iff_isHermitian_toMatrixproof · cited by 1