๐Ÿงฎ Brain Teaser

The Closed Subgroup of โ„

Prove that every closed subgroup HH of (R,+)(\mathbb{R}, +) is either all of R\mathbb{R} or of the form aZ={na:nโˆˆZ}a\mathbb{Z} = \{na : n \in \mathbb{Z}\} for some aโ‰ฅ0a \geq 0.

In other words: the only closed subgroups of R\mathbb{R} are {0}\{0\}, R\mathbb{R} itself, and the discrete lattices aZa\mathbb{Z}.

topological groupssubgroupsclosed setsdiscrete subgroupsclassification

Answer: The Closed Subgroup of โ„

Key Idea / Intuition

A subgroup of R\mathbb{R} has only two possibilities: either it is dense (in which case closedness forces it to be all of R\mathbb{R}), or it has a smallest positive element (in which case it must be an integer multiple of that element). The trichotomy comes entirely from whether the infimum of positive elements in HH is zero or positive โ€” topology forces the two cases to be clean.


Formal Proof / Solution

Let Hโ‰ค(R,+)H \leq (\mathbb{R}, +) be a closed subgroup.

Case 1: H={0}H = \{0\}.

This is 0โ‹…Z0 \cdot \mathbb{Z}, so we're done.

Case 2: Hโ‰ {0}H \neq \{0\}.

Let a=infโก{hโˆˆH:h>0}a = \inf\{h \in H : h > 0\}, which exists since HH contains positive elements (if xโˆˆHx \in H with x<0x < 0, then โˆ’xโˆˆH-x \in H with โˆ’x>0-x > 0).

Sub-case 2a: a=0a = 0.

Then there exist elements of HH arbitrarily close to 00. For any xโˆˆRx \in \mathbb{R} and ฮต>0\varepsilon > 0, pick hโˆˆHh \in H with 0<h<ฮต0 < h < \varepsilon. Then for some nโˆˆZn \in \mathbb{Z}, nhโˆˆHnh \in H and โˆฃnhโˆ’xโˆฃ<h<ฮต.|nh - x| < h < \varepsilon. (Just take n=โŒŠx/hโŒ‹n = \lfloor x/h \rfloor.) So HH is dense in R\mathbb{R}. Since HH is also closed, H=RH = \mathbb{R}.

Sub-case 2b: a>0a > 0.

We claim H=aZH = a\mathbb{Z}.

First, aโˆˆHa \in H: by definition of infimum, there exist hnโˆˆHh_n \in H with hnโ†˜ah_n \searrow a. But actually, we need to be more careful โ€” the infimum might not be achieved by this sequence argument alone. Instead:

Suppose aโˆ‰Ha \notin H. Then there exist hnโˆˆHh_n \in H with hn>ah_n > a and hnโ†’ah_n \to a. Consider hnโˆ’hmโˆˆHh_n - h_m \in H for nโ‰ mn \neq m; these can be made arbitrarily small and positive, contradicting a=infโก{hโˆˆH:h>0}>0a = \inf\{h \in H : h > 0\} > 0. So actually the infimum is achieved: aโˆˆHa \in H.

More precisely: if no element equals aa, pick h1,h2โˆˆHh_1, h_2 \in H with a<h2<h1<2aa < h_2 < h_1 < 2a. Then 0<h1โˆ’h2<a0 < h_1 - h_2 < a, contradicting the definition of aa. So aโˆˆHa \in H.

Now clearly aZโІHa\mathbb{Z} \subseteq H (since HH is a subgroup and aโˆˆHa \in H).

Conversely, suppose xโˆˆHx \in H. Write x=na+rx = na + r with nโˆˆZn \in \mathbb{Z} and 0โ‰คr<a0 \leq r < a. Then r=xโˆ’naโˆˆH.r = x - na \in H. By minimality of aa, we must have r=0r = 0. So x=naโˆˆaZx = na \in a\mathbb{Z}.

Conclusion. Every closed subgroup of R\mathbb{R} is one of: {0},aZย forย someย a>0,R.\{0\},\quad a\mathbb{Z} \text{ for some } a > 0, \quad \mathbb{R}.

Why this is beautiful: The argument is purely topological + algebraic โ€” no measure theory needed. The infimum of the positive part of HH acts as a "generator," and closedness is used exactly once, to rule out density implying anything other than R\mathbb{R}. The same argument classifies closed subgroups of any locally compact abelian group, and is the key step in showing R/Zโ‰…S1\mathbb{R}/\mathbb{Z} \cong S^1 is the "only" compact quotient.

Source: Munkres, Topology; standard graduate folklore

Type: topologySource: Munkres, Topology; standard graduate folkloreEdit on GitHub โ†—