Theorems · Theorem · linear algebra
Matrix.IsHermitian.eigenvalues_eq_zero_iff
∀ {𝕜 : Type u_1} [inst : RCLike 𝕜] {n : Type u_2} [inst_1 : Fintype n] {A : Matrix n n 𝕜} [inst_2 : DecidableEq n]
(hA : A.IsHermitian), hA.eigenvalues = 0 ↔ A = 0The eigenvalues of a Hermitian matrix A are all zero iff A = 0.
- Defined in
- Mathlib.Analysis.Matrix.Spectrum
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 262 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- RCLikeFintypeDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- RCLikestatement and proof · cited by 2,829
- map_zeroproof · cited by 1,614
- Star.starproof · cited by 1,082
- RCLike.ofRealproof · cited by 350
- WithLp.ofLpproof · cited by 323
- RCLike.reproof · cited by 319
- Matrix.diagonalproof · cited by 314
- dotProductproof · cited by 194
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.PosSemidef.trace_eq_zero_iffproof · cited by 0