Theorems · Definition · functional analysis
Matrix.IsHermitian.cfc
{n : Type u_1} →
{𝕜 : Type u_2} →
[inst : RCLike 𝕜] → [Fintype n] → [DecidableEq n] → {A : Matrix n n 𝕜} → A.IsHermitian → (ℝ → ℝ) → Matrix n n 𝕜The continuous functional calculus of a Hermitian matrix as a triple product using the
spectral theorem. Note that this actually operates on bare functions since every function is
continuous on the spectrum of a matrix, since the spectrum is finite. This is shown to be equal to
the generic continuous functional calculus API in Matrix.IsHermitian.cfc_eq. In general, users
should prefer the generic API, especially because it will make rewriting easier.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 258 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.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- RCLikestatement and proof · cited by 2,829
- RCLike.ofRealproof · cited by 350
- Matrix.diagonalproof · cited by 314
- Matrix.IsHermitianstatement and proof · cited by 126
- Matrix.IsHermitian.eigenvaluesproof · cited by 34
- Unitary.conjStarAlgAutproof · cited by 26
- Matrix.IsHermitian.eigenvectorUnitaryproof · cited by 25
Cited by2
Results whose statement or proof uses this declaration.
- Matrix.IsHermitian.cfc_eqstatement and proof · cited by 3
- Matrix.PosSemidef.det_sqrtproof · cited by 0