Theorems · Theorem · linear algebra
Matrix.isSymmetric_toLin_iff
∀ {𝕜 : Type u_1} {n : Type u_3} {A : Matrix n n 𝕜} [inst : RCLike 𝕜] [inst_1 : Fintype n] [inst_2 : DecidableEq n]
{E : Type u_4} [inst_3 : NormedAddCommGroup E] [inst_4 : InnerProductSpace 𝕜 E] (b : OrthonormalBasis n 𝕜 E),
((Matrix.toLin b.toBasis b.toBasis) A).IsSymmetric ↔ A.IsHermitianA matrix is Hermitian iff the corresponding linear map with an orthonormal basis is symmetric.
- Defined in
- Mathlib.Analysis.Matrix.Hermitian
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 232 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- RingHom.idstatement · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- LinearMapstatement · cited by 10,215
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- InnerProductSpacestatement and proof · cited by 3,523
- LinearEquivstatement · cited by 3,317
- RCLikestatement and proof · cited by 2,829
- FiniteDimensionalproof · cited by 1,854
- Inner.innerproof · cited by 1,089
- LinearMap.extproof · cited by 844
Cited by2
Results whose statement or proof uses this declaration.
- Matrix.isSymmetric_toEuclideanLin_iffproof · cited by 3
- LinearMap.isHermitian_toMatrix_iffproof · cited by 0