Structures · Analysis
ContinuousMap.UniqueHom
A class guaranteeing that the continuous functional calculus is uniquely determined by the
properties that it is a continuous star algebra homomorphism mapping the (restriction of) the
identity to a. This is the necessary tool used to establish cfcHom_comp and the more common
variant cfc_comp.
This class has instances, which can be found in
Mathlib/Analysis/CStarAlgebra/ContinuousFunctionalCalculus/Unique.lean, in each of the common
cases ℂ, ℝ and ℝ≥0 as a consequence of the Stone-Weierstrass theorem.
This class is separate from ContinuousFunctionalCalculus primarily because we will later use
SpectrumRestricts to derive an instance of ContinuousFunctionalCalculus on a scalar subring
from one on a larger ring (i.e., to go from a continuous functional calculus over ℂ for normal
elements to one over ℝ for selfadjoint elements), and proving this additional property is
preserved would be burdensome or impossible.
- Shape
- 2 explicit arguments · adds eq_of_continuous_of_map_id
Extends0
Extends nothing: this is a root of the hierarchy.
Extended by0
Nothing extends this class yet.
Concrete types that are instances3
- Real
- Complex
- NNReal
How is a type an instance?
Loading the hierarchy index…
Assumed by26
- cfc_comp'
- cfc_comp
- cfcHom_eq_of_continuous_of_map_id
- SpectrumRestricts.cfcHom_eq_restrict
- cfc_comp_smul
- StarAlgHomClass.map_cfc
- ContinuousMap.UniqueHom.eq_of_continuous_of_map_id
- SpectrumRestricts.cfc_eq_restrict
- StarAlgHom.map_cfc
- StarAlgHom.ext_continuousMap
- cfc_map_pi
- cfc_map_prod
- cfcHom_comp
- cfc_comp_polynomial
- cfc_comp_zpow
- cfc_comp_const_mul
- SpectrumRestricts.isometric_cfc
- cfc_comp_neg
- cfc_imaginaryPart
- cfc_comp_im
- cfc_comp_inv
- cfc_realPart
- cfc_comp_re
- cfc_comp_pow
- cfc_comp_star
- SpectrumRestricts.closedEmbeddingCFC
Ancestors0
No ancestors.