Topological star (sub)algebras #
A topological star algebra over a topological semiring R
is a topological semiring with a
compatible continuous scalar multiplication by elements of R
and a continuous star operation.
We reuse typeclass ContinuousSMul
for topological algebras.
Results #
This is just a minimal stub for now!
The topological closure of a star subalgebra is still a star subalgebra, which as a star algebra is a topological star algebra.
Equations
- ⋯ = ⋯
The StarSubalgebra.inclusion
of a star subalgebra is an Embedding
.
Alias of StarSubalgebra.isEmbedding_inclusion
.
The StarSubalgebra.inclusion
of a star subalgebra is an Embedding
.
The StarSubalgebra.inclusion
of a closed star subalgebra is a IsClosedEmbedding
.
Alias of StarSubalgebra.isClosedEmbedding_inclusion
.
The StarSubalgebra.inclusion
of a closed star subalgebra is a IsClosedEmbedding
.
The closure of a star subalgebra in a topological star algebra as a star subalgebra.
Equations
Instances For
Equations
- ⋯ = ⋯
If a star subalgebra of a topological star algebra is commutative, then so is its topological closure. See note [reducible non-instances].
Equations
- s.commSemiringTopologicalClosure hs = s.commSemiringTopologicalClosure hs
Instances For
If a star subalgebra of a topological star algebra is commutative, then so is its topological closure. See note [reducible non-instances].
Equations
- s.commRingTopologicalClosure hs = s.commRingTopologicalClosure hs
Instances For
Continuous StarAlgHom
s from the topological closure of a StarSubalgebra
whose
compositions with the StarSubalgebra.inclusion
map agree are, in fact, equal.
The topological closure of the subalgebra generated by a single element.
Equations
- elementalStarAlgebra R x = (StarAlgebra.adjoin R {x}).topologicalClosure
Instances For
The elementalStarAlgebra
generated by a normal element is commutative.
Equations
- elementalStarAlgebra.instCommSemiringSubtypeMemStarSubalgebraOfT2SpaceOfIsStarNormal R = (StarAlgebra.adjoin R {x}).commSemiringTopologicalClosure ⋯
The elementalStarAlgebra
generated by a normal element is commutative.
Equations
- elementalStarAlgebra.instCommRingSubtypeMemStarSubalgebraOfT2SpaceOfIsStarNormal = (StarAlgebra.adjoin R {x}).commRingTopologicalClosure ⋯
Equations
- ⋯ = ⋯
The coercion from an elemental algebra to the full algebra as a IsClosedEmbedding
.
Alias of elementalStarAlgebra.isClosedEmbedding_coe
.
The coercion from an elemental algebra to the full algebra as a IsClosedEmbedding
.