Mathlib Map

Theorems · Theorem · linear algebra

Matrix.IsHermitian.det_eq_prod_eigenvalues

∀ {𝕜 : 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.det = ∏ i, ↑(hA.eigenvalues i)

The determinant of a Hermitian matrix is the product of its eigenvalues.

Defined in
Mathlib.Analysis.Matrix.Spectrum
Cited by
4 results in Mathlib
Foundations
Depth 265 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.

Cites15

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

Cited by4

Results whose statement or proof uses this declaration.