Subgroups of topological groups #
Topological group structures on subgroups, topological closures and connected components of subgroups, and properly discontinuous actions by closed normal subgroups.
The (topological-space) closure of a subgroup of a topological group is itself a subgroup.
Equations
- s.topologicalClosure = { carrier := closure ↑s, mul_mem' := ⋯, one_mem' := ⋯, inv_mem' := ⋯ }
Instances For
The (topological-space) closure of an additive subgroup of an additive topological group is itself an additive subgroup.
Equations
- s.topologicalClosure = { carrier := closure ↑s, add_mem' := ⋯, zero_mem' := ⋯, neg_mem' := ⋯ }
Instances For
The topological closure of a normal subgroup is normal.
The topological closure of a normal additive subgroup is normal.
The connected component of 1 is a subgroup of G.
Equations
- Subgroup.connectedComponentOfOne G = { carrier := connectedComponent 1, mul_mem' := ⋯, one_mem' := ⋯, inv_mem' := ⋯ }
Instances For
The connected component of 0 is a subgroup of G.
Equations
- AddSubgroup.connectedComponentOfZero G = { carrier := connectedComponent 0, add_mem' := ⋯, zero_mem' := ⋯, neg_mem' := ⋯ }
Instances For
If a subgroup of a topological group is commutative, then so is its topological closure.
If a subgroup of an additive topological group is commutative, then so is its topological closure.
If a subgroup of a topological group is commutative, then so is its topological closure.
See note [reducible non-instances].
Equations
Instances For
If a subgroup of an additive topological group is commutative, then so is its topological closure.
See note [reducible non-instances].
Equations
Instances For
A subgroup S of a topological group G acts on G properly discontinuously on the left, if
it is discrete in the sense that S ∩ K is finite for all compact K. (See also
DiscreteTopology.)
A subgroup S of an additive topological group G acts on G properly
discontinuously on the left, if it is discrete in the sense that S ∩ K is finite for all compact
K. (See also DiscreteTopology.)
A subgroup S of a topological group G acts on G properly discontinuously on the right, if
it is discrete in the sense that S ∩ K is finite for all compact K. (See also
DiscreteTopology.)
If G is Hausdorff, this can be combined with t2Space_of_properlyDiscontinuousSMul_of_t2Space
to show that the quotient group G ⧸ S is Hausdorff.
A subgroup S of an additive topological group G acts on G properly discontinuously
on the right, if it is discrete in the sense that S ∩ K is finite for all compact K.
(See also DiscreteTopology.)
If G is Hausdorff, this can be combined with t2Space_of_properlyDiscontinuousVAdd_of_t2Space
to show that the quotient group G ⧸ S is Hausdorff.