Star structures on continuous maps. #
Star structure #
If β
has a continuous star operation, we put a star structure on C(α, β)
by using the
star operation pointwise.
If β
is a ⋆-ring, then C(α, β)
inherits a ⋆-ring structure.
If β
is a ⋆-ring and a ⋆-module over R
, then the space of continuous functions from α
to β
is a ⋆-module over R
.
Equations
- ⋯ = ⋯
Equations
- ContinuousMap.instInvolutiveStarOfContinuousStar = InvolutiveStar.mk ⋯
Equations
- ContinuousMap.starAddMonoid = StarAddMonoid.mk ⋯
Equations
- ContinuousMap.starMul = StarMul.mk ⋯
Equations
- ContinuousMap.instStarRingOfContinuousStar = StarRing.mk ⋯
Equations
- ⋯ = ⋯
The functorial map taking f : C(X, Y)
to C(Y, A) →⋆ₐ[𝕜] C(X, A)
given by pre-composition
with the continuous function f
. See ContinuousMap.compMonoidHom'
and
ContinuousMap.compAddMonoidHom'
, ContinuousMap.compRightAlgHom
for bundlings of
pre-composition into a MonoidHom
, an AddMonoidHom
and an AlgHom
, respectively, under
suitable assumptions on A
.
Equations
- ContinuousMap.compStarAlgHom' 𝕜 A f = { toFun := fun (g : C(Y, A)) => g.comp f, map_one' := ⋯, map_mul' := ⋯, map_zero' := ⋯, map_add' := ⋯, commutes' := ⋯, map_star' := ⋯ }
Instances For
ContinuousMap.compStarAlgHom'
sends the identity continuous map to the identity
StarAlgHom
ContinuousMap.compStarAlgHom'
is functorial.
Post-composition with a continuous star algebra homomorphism is a star algebra homomorphism between spaces of continuous maps.
Equations
- One or more equations did not get rendered due to their size.
Instances For
ContinuousMap.compStarAlgHom
sends the identity StarAlgHom
on A
to the identity
StarAlgHom
on C(X, A)
.
ContinuousMap.compStarAlgHom
is functorial.
ContinuousMap.compStarAlgHom'
as a StarAlgEquiv
when the continuous map f
is
actually a homeomorphism.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Evaluation as a bundled map #
Evaluation of continuous maps at a point, bundled as a star algebra homomorphism.
Equations
- ContinuousMap.evalStarAlgHom S R x = { toAlgHom := ContinuousMap.evalAlgHom S R x, map_star' := ⋯ }