Uniqueness of the continuous functional calculus #
Let s : Set π
be compact where π
is either β
or β
. By the Stone-Weierstrass theorem, the
(star) subalgebra generated by polynomial functions on s
is dense in C(s, π)
. Moreover, this
star subalgebra is generated by X : π[X]
(i.e., ContinuousMap.restrict s (.id π)
) alone.
Consequently, any continuous star π
-algebra homomorphism with domain C(s, π)
, is uniquely
determined by its value on X : π[X]
.
The same is true for π := ββ₯0
, so long as the algebra A
is an β
-algebra, which we establish
by upgrading a map C((s : Set ββ₯0), ββ₯0) βββ[ββ₯0] A
to C(((β) '' s : Set β), β) βββ[β] A
in
the natural way, and then applying the uniqueness for β
-algebra homomorphisms.
This is the reason the UniqueContinuousFunctionalCalculus
class exists in the first place, as
opposed to simply appealing directly to Stone-Weierstrass to prove StarAlgHom.ext_continuousMap
.
Equations
- β― = β―
This map sends f : C(X, β)
to Real.toNNReal β f
, bundled as a continuous map C(X, ββ₯0)
.
Equations
- f.toNNReal = ContinuousMap.realToNNReal.comp f
Instances For
Given a star ββ₯0
-algebra homomorphism Ο
from C(X, ββ₯0)
into an β
-algebra A
, this is
the unique extension of Ο
from C(X, β)
to A
as a star β
-algebra homomorphism.
Equations
Instances For
Equations
- β― = β―
Equations
- β― = β―
This map sends f : C(X, β)
to Real.toNNReal β f
, bundled as a continuous map C(X, ββ₯0)
.
Equations
- f.toNNReal = { toContinuousMap := ContinuousMap.realToNNReal.comp βf, map_zero' := β― }
Instances For
Given a non-unital star ββ₯0
-algebra homomorphism Ο
from C(X, ββ₯0)β
into a non-unital
β
-algebra A
, this is the unique extension of Ο
from C(X, β)β
to A
as a non-unital
star β
-algebra homomorphism.
Equations
- Ο.realContinuousMapZeroOfNNReal = { toFun := fun (f : ContinuousMapZero X β) => Ο f.toNNReal - Ο (-f).toNNReal, map_smul' := β―, map_zero' := β―, map_add' := β―, map_mul' := β―, map_star' := β― }
Instances For
Equations
- β― = β―
Non-unital star algebra homomorphisms commute with the non-unital continuous functional calculus.
Non-unital star algebra homomorphisms commute with the non-unital continuous functional
calculus. This version is specialized to A ββββ[S] B
to allow for dot notation.
Star algebra homomorphisms commute with the continuous functional calculus.
Star algebra homomorphisms commute with the continuous functional calculus.
This version is specialized to A βββ[S] B
to allow for dot notation.