🧮 Brain Teaser

The Topological Group That Must Be Discrete or Dense

Let GG be a topological group and HGH \leq G a subgroup. Show that if HH is not dense in GG, then the closure H\overline{H} is a proper closed subgroup of GG — and conclude that any subgroup of a topological group is either dense or its closure is still a proper subgroup. Then use this to prove:

Any open subgroup of a topological group is also closed.

topological groupssubgroupscosetsclosureopen implies closed

Answer: Open Subgroups of Topological Groups Are Closed

Key Idea / Intuition

The key insight has two parts. First, the closure of a subgroup is automatically a subgroup — because the group operations are continuous, so they "propagate" through limits. Second, the cosets of an open subgroup tile the group into disjoint open sets; the complement of the subgroup is a union of cosets, hence open — making the subgroup closed. This is a beautiful interplay between the algebraic and topological structure.


Formal Proof / Solution

Step 1: The closure of a subgroup is a subgroup

Let HGH \leq G be any subgroup. We claim HG\overline{H} \leq G.

  • Identity: eHHe \in H \subseteq \overline{H}. ✓

  • Inverses: The map ι:GG\iota: G \to G, gg1g \mapsto g^{-1} is continuous (by definition of topological group). Since ι(H)=H\iota(H) = H, by continuity: ι(H)ι(H)=H.\iota(\overline{H}) \subseteq \overline{\iota(H)} = \overline{H}.

  • Closure under multiplication: The map μ:G×GG\mu: G \times G \to G, (x,y)xy(x,y) \mapsto xy is continuous. Since μ(H×H)=H\mu(H \times H) = H: μ(H×H)=μ(H×H)μ(H×H)=H.\mu(\overline{H} \times \overline{H}) = \mu(\overline{H \times H}) \subseteq \overline{\mu(H \times H)} = \overline{H}.

So H\overline{H} is indeed a subgroup of GG.

Consequence: If HH is not dense, then HG\overline{H} \neq G, so H\overline{H} is a proper closed subgroup. If HH is not closed, it is not dense iff HG\overline{H} \subsetneq G. Either HH is dense in GG, or H\overline{H} is a proper closed subgroup — there is no middle ground.


Step 2: Every open subgroup is closed

Let HGH \leq G be an open subgroup. We show GHG \setminus H is open.

For any gGg \in G, the left coset gHgH is open: the map Lg:xgxL_g: x \mapsto gx is a homeomorphism (continuous with continuous inverse Lg1L_{g^{-1}}), so gH=Lg(H)gH = L_g(H) is open.

Now write: GH=gHgH.G \setminus H = \bigsqcup_{g \notin H} gH.

This is because the left cosets {gH:gG}\{gH : g \in G\} partition GG, and every coset is either equal to HH (if gHg \in H) or disjoint from HH (if gHg \notin H). Each coset gHgH for gHg \notin H is open, so their union is open.

Therefore GHG \setminus H is open, which means HH is closed. \blacksquare


Why this is elegant

Notice we used no specific structure of GG — just that multiplication and inversion are continuous and that open sets are preserved by homeomorphisms. The proof works for ZR\mathbb{Z} \leq \mathbb{R}, for SO(n)GL(n,R)\mathrm{SO}(n) \leq \mathrm{GL}(n,\mathbb{R}), for any profinite group, etc.

A striking corollary: any subgroup of R\mathbb{R} is either {0}\{0\}, R\mathbb{R}, discrete (hence closed), or dense — a fact that follows immediately once you know R\mathbb{R} has the structure of a topological group.

Source: Topology / Introduction to Topological Manifolds (John M. Lee) — folklore result in topological group theory

Type: topologySource: Topology / Introduction to Topological Manifolds (John M. Lee) — folklore result in topological group theoryEdit on GitHub ↗