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.
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
- s.topologicalClosure = { carrier := closure ↑s, mul_mem' := ⋯, one_mem' := ⋯, add_mem' := ⋯, zero_mem' := ⋯, algebraMap_mem' := ⋯, star_mem' := ⋯ }
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
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
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
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.
The elemental
generated by a normal element is commutative.
Alias of StarAlgebra.elemental.isClosed
.
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
.