Mathlib Map

Theorems · Theorem · linear algebra

Matrix.IsHermitian.rank_eq_rank_diagonal

∀ {𝕜 : Type u_1} [inst : RCLike 𝕜] {n : Type u_2} [inst_1 : Fintype n] {A : Matrix n n 𝕜} [inst_2 : DecidableEq n]
  (hA : A.IsHermitian), A.rank = (Matrix.diagonal hA.eigenvalues).rank

rank of a Hermitian matrix is the rank of after diagonalization by the eigenvector unitary

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.

Cites21

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.