Mathlib Map

Theorems · Theorem · functional analysis

Matrix.IsHermitian.charpoly_cfc_eq

∀ {n : Type u_1} {𝕜 : Type u_2} [inst : RCLike 𝕜] [inst_1 : Fintype n] [inst_2 : DecidableEq n] {A : Matrix n n 𝕜}
  (hA : A.IsHermitian) (f : ℝ → ℝ), (cfc f A).charpoly = ∏ i, (Polynomial.X - Polynomial.C ↑(f (hA.eigenvalues i)))
Defined in
Mathlib.Analysis.Matrix.HermitianFunctionalCalculus
Cited by
0 results in Mathlib
Foundations
Depth 266 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.

Cites29

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

  • DFunLike.coestatement and proof · cited by 62,936
  • Realstatement and proof · cited by 25,697
  • RingHomstatement · cited by 10,189
  • Fintypestatement and proof · cited by 7,736
  • Polynomialstatement and proof · cited by 5,681
  • Matrixstatement and proof · cited by 4,303
  • Finset.univstatement and proof · cited by 3,473
  • one_mulproof · cited by 2,841
  • RCLikestatement and proof · cited by 2,829
  • Finset.prodstatement and proof · cited by 2,356
  • mul_assocproof · cited by 1,667
  • Polynomial.Xstatement and proof · cited by 1,639

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.