Mathlib Map

Theorems · Definition · linear algebra

Matrix.IsHermitian.eigenvalues

{𝕜 : Type u_1} →
  [inst : RCLike 𝕜] → {n : Type u_2} → [Fintype n] → {A : Matrix n n 𝕜} → [DecidableEq n] → A.IsHermitian → n → ℝ

The eigenvalues of a Hermitian matrix, reusing the index n of the matrix entries.

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

Matrix.IsHermitian.spectral_theorem · cited by 10IsHermitian.spectral_theo…Matrix.IsHermitian.cfcAux · cited by 6IsHermitian.cfcAuxMatrix.PosSemidef.eigenvalues_nonneg · cited by 6PosSemidef.eigenvalues_no…Matrix.IsHermitian.roots_charpoly_eq_eigenvalues · cited by 4IsHermitian.roots_charpol…Matrix.IsHermitian.det_eq_prod_eigenvalues · cited by 4IsHermitian.det_eq_prod_e…Matrix.IsHermitian.cfc_eq · cited by 3IsHermitian.cfc_eqMatrix.IsHermitian.mulVec_eigenvectorBasis · cited by 3IsHermitian.mulVec_eigenv…Matrix.IsHermitian.posSemidef_iff_eigenvalues_nonneg · cited by 2IsHermitian.posSemidef_if…Matrix.IsHermitian.splits_charpoly · cited by 2IsHermitian.splits_charpo…Matrix.IsHermitian.cfc · cited by 2IsHermitian.cfcMatrix.IsHermitian.cfcAux_apply · cited by 2IsHermitian.cfcAux_applyMatrix.IsHermitian.cfcAux_id · cited by 2IsHermitian.cfcAux_idMatrix.IsHermitian.charpoly_eq · cited by 2IsHermitian.charpoly_eqMatrix.IsHermitian.eigenvalues_mem_spectrum_real · cited by 2IsHermitian.eigenvalues_m…Matrix.IsHermitian.isClosedEmbedding_cfcAux · cited by 2IsHermitian.isClosedEmbed…DFunLike.coe · cited by 62936DFunLike.coeReal · cited by 25697RealFintype · cited by 7736FintypeMatrix · cited by 4303MatrixEquiv.symm · cited by 3681Equiv.symmRCLike · cited by 2829RCLikeMatrix.IsHermitian · cited by 126Matrix.IsHermitianFintype.equivOfCardEq · cited by 23Fintype.equivOfCardEqMatrix.IsHermitian.eigenvalues₀ · cited by 5IsHermitian.eigenvalues₀IsHermitian.eigenvaluesCITED BYCITES

Cites9

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

Cited by36

Results whose statement or proof uses this declaration.