Theorems · Theorem · linear algebra
Matrix.IsHermitian.coe_re_apply_self
∀ {𝕜 : Type u_1} {n : Type u_3} {A : Matrix n n 𝕜} [inst : RCLike 𝕜],
A.IsHermitian → ∀ (i : n), ↑(RCLike.re (A i i)) = A i iThe diagonal elements of a complex Hermitian matrix are real.
- Defined in
- Mathlib.Analysis.Matrix.Hermitian
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 168 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- RCLike
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Realstatement · cited by 25,697
- Matrixstatement and proof · cited by 4,303
- AddMonoidHomstatement · cited by 3,230
- RCLikestatement and proof · cited by 2,829
- RCLike.ofRealstatement · cited by 350
- AddMonoid.toZerostatement · cited by 325
- RCLike.restatement · cited by 319
- Matrix.IsHermitianstatement and proof · cited by 126
- Matrix.IsHermitian.eqproof · cited by 11
- RCLike.star_defproof · cited by 6
- RCLike.conj_eq_iff_reproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.IsHermitian.coe_re_diagproof · cited by 0