Mathlib Map

Theorems · Theorem · linear algebra

Matrix.PosSemidef.eigenvalues_nonneg

∀ {n : Type u_2} {𝕜 : Type u_3} [inst : Fintype n] [inst_1 : RCLike 𝕜] {A : Matrix n n 𝕜} [inst_2 : DecidableEq n]
  (hA : A.PosSemidef) (i : n), 0 ≤ ⋯.eigenvalues i

The eigenvalues of a positive semi-definite matrix are non-negative

Defined in
Mathlib.Analysis.Matrix.PosDef
Cited by
6 results in Mathlib
Foundations
Depth 263 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeRCLikeDecidableEq

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.

Cited by6

Results whose statement or proof uses this declaration.