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 star subalgebra generated by a single element.
Equations
- StarAlgebra.elemental R x = (StarAlgebra.adjoin R {x}).topologicalClosure
Instances For
Alias of StarAlgebra.elemental
.
The topological closure of the star subalgebra generated by a single element.
Equations
Instances For
Alias of StarAlgebra.elemental.self_mem
.
Alias of StarAlgebra.elemental.star_self_mem
.
The elemental
star subalgebra generated by a normal element is commutative.
Equations
- StarAlgebra.elemental.instCommSemiringSubtypeMemStarSubalgebraOfT2SpaceOfIsStarNormal R = (StarAlgebra.adjoin R {x}).commSemiringTopologicalClosure ⋯
The elemental
generated by a normal element is commutative.
Equations
- StarAlgebra.elemental.instCommRingSubtypeMemStarSubalgebraOfT2SpaceOfIsStarNormal = (StarAlgebra.adjoin R {x}).commRingTopologicalClosure ⋯
Alias of StarAlgebra.elemental.isClosed
.
Equations
- ⋯ = ⋯
Alias of StarAlgebra.elemental.le_of_mem
.
The coercion from an elemental algebra to the full algebra as a IsClosedEmbedding
.
Alias of StarAlgebra.elemental.isClosedEmbedding_coe
.
The coercion from an elemental algebra to the full algebra as a IsClosedEmbedding
.
Alias of StarAlgebra.elemental.isClosedEmbedding_coe
.
The coercion from an elemental algebra to the full algebra as a IsClosedEmbedding
.
Alias of StarAlgebra.elemental.induction_on
.