Theorems · Inductive type · functional analysis
ContinuousFunctionalCalculus
(R : Type u_1) →
(A : Type u_2) →
outParam (A → Prop) →
[inst : CommSemiring R] →
[inst_1 : StarRing R] →
[inst_2 : MetricSpace R] →
[IsTopologicalSemiring R] →
[ContinuousStar R] → [inst_5 : Ring A] → [StarRing A] → [TopologicalSpace A] → [Algebra R A] → PropA star R-algebra A has a continuous functional calculus for elements satisfying the
property p : A → Prop if
+ for every such element a : A there is a star algebra homomorphism
cfcHom : C(spectrum R a, R) →⋆ₐ[R] A sending the (restriction of) the identity map to a.
+ cfcHom is continuous and injective and the spectrum of the image of function f is its range.
+ cfcHom preserves the property p.
+ p 0 is true, which ensures among other things that p ≠ fun _ ↦ False.
The property p is marked as an outParam so that the user need not specify it. In practice,
+ for R := ℂ, we choose p := IsStarNormal,
+ for R := ℝ, we choose p := IsSelfAdjoint,
+ for R := ℝ≥0, we choose p := (0 ≤ ·).
Instead of directly providing the data we opt instead for a Prop class. In all relevant cases,
the continuous functional calculus is uniquely determined, and utilizing this approach
prevents diamonds or problems arising from multiple instances.
- Cited by
- 331 results in Mathlib
- Foundations
- Depth 11 from the axioms, rests on 155 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement · cited by 24,529
- Algebrastatement · cited by 11,388
- CommSemiringstatement · cited by 10,911
- Ringstatement · cited by 7,463
- StarRingstatement · cited by 1,686
- MetricSpacestatement · cited by 1,684
- ContinuousStarstatement · cited by 543
- IsTopologicalSemiringstatement · cited by 442
Cited by347
Results whose statement or proof uses this declaration.
- cfcstatement · cited by 228
- cfcHomstatement and proof · cited by 74
- cfc_applystatement and proof · cited by 40
- cfc_comp'statement and proof · cited by 21
- cfc_congrstatement and proof · cited by 20
- cfc_idstatement and proof · cited by 20
- cfc_apply_of_not_predicatestatement and proof · cited by 19
- CFC.logstatement and proof · cited by 17
- cfc_id'statement and proof · cited by 16
- cfc.congr_simpstatement and proof · cited by 16
- CFC.conjSqrtstatement and proof · cited by 13
- cfcHom_continuousstatement and proof · cited by 13
Showing the 200 most cited of 347.