Documentation

Mathlib.Topology.Algebra.Group.Subgroup

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
Instances For

    The (topological-space) closure of an additive subgroup of an additive topological group is itself an additive subgroup.

    Equations
    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
      Instances For

        The connected component of 0 is a subgroup of G.

        Equations
        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.

          @[reducible, inline, deprecated Subgroup.isMulCommutative_topologicalClosure (since := "2026-07-29")]
          abbrev Subgroup.commGroupTopologicalClosure {G : Type u_1} [TopologicalSpace G] [Group G] [IsTopologicalGroup G] [T2Space G] (s : Subgroup G) (hs : ∀ (x y : s), x * y = y * x) :

          If a subgroup of a topological group is commutative, then so is its topological closure.

          See note [reducible non-instances].

          Equations
          Instances For
            @[reducible, inline, deprecated AddSubgroup.isAddCommutative_topologicalClosure (since := "2026-07-29")]

            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.