Theorems · Theorem · linear algebra
LinearMap.isHermitian_toMatrix_iff
∀ {n : Type u_1} {𝕜 : Type u_2} {E : Type u_3} [inst : Fintype n] [inst_1 : DecidableEq n] [inst_2 : RCLike 𝕜]
[inst_3 : NormedAddCommGroup E] [inst_4 : InnerProductSpace 𝕜 E] {f : E →ₗ[𝕜] E} (b : OrthonormalBasis n 𝕜 E),
((LinearMap.toMatrix b.toBasis b.toBasis) f).IsHermitian ↔ f.IsSymmetricA linear map is symmetric iff the corresponding matrix with an orthonormal basis is Hermitian.
- Defined in
- Mathlib.Analysis.Matrix.Hermitian
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 233 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- LinearMapstatement and proof · cited by 10,215
- Fintypestatement and proof · cited by 7,736
- Matrixstatement · cited by 4,303
- InnerProductSpacestatement and proof · cited by 3,523
- LinearEquivstatement · cited by 3,317
- RCLikestatement and proof · cited by 2,829
- OrthonormalBasisstatement and proof · cited by 188
- LinearMap.toMatrixstatement · cited by 180
- Matrix.IsHermitianstatement · cited by 126
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.