2

Intuition for why an open neighborhood of the identity in a connected Lie group generates the whole Lie group.

edit: I think the standard proof for this is showing that the subgroup generated by any open neighborhood is both an open and closed subgroup of $G$ and thus is all of $G$ since $G$ is connected. Can somebody explain give me a more conceptual explanation of why this result must be true?

  • 3
    The silly intuition is that you can get from any point to any other point by moving a bit at a time. – David A. Craven Aug 16 '20 at 14:42
  • 2
    Where did you find a proof showing that the open neighborhood is both open and closed? That makes no sense. Do you believe that $(-1,1)$ is both an open and closed neighborhood of $0$ in $\Bbb R$? – José Carlos Santos Aug 16 '20 at 14:42
  • @JoséCarlosSantos https://math.stackexchange.com/questions/137250/about-connected-lie-groups

    hm... I must be leaving out a detail but at the moment can not see what i'm stating wrong.

    –  Aug 16 '20 at 14:47
  • 1
    The subgroup generated by the open neighborhood is open and closed? –  Aug 16 '20 at 14:48
  • @DavidA.Craven can you help me understand why we can always move a little bit further away from the identity?? Something about continuity, open neighborhood, going a little further. It's so weird to me having both the group structure and the manifold structure >.> –  Aug 16 '20 at 14:48
  • 2
    What it says there is that any open subgroup is also closed. It does not say that every open neighborhood is also closed. – José Carlos Santos Aug 16 '20 at 14:49
  • Wow that was a huge error in me typing up my question, sorry –  Aug 16 '20 at 14:50
  • 1
    The generation property means you can repeatedly apply your element close to 1, to get further away from 1. – David A. Craven Aug 16 '20 at 14:55
  • how do we know the element doesn't ever go back to $1$? –  Aug 16 '20 at 15:00

1 Answers1

2

Let me present an alternative proof, which sounds more intuitive to me - hopefully it'll help you. The proof should be clear on its own, but I'll add a detailed intuition explanation at then end.

A connected Lie group is path connected.

Let $U$ be your neighbourhood. Up to taking $U\cap U^{-1}$, we may assume that $U$ is symmetric.

Let $\gamma : [0,1]\to G$ be a path from $e$ to any element $x$; and for every $t\in[0,1]$, let $U_t$ be a small enough open interval of $[0,1]$ containing $t$ such that $\gamma(t)^{-1}\gamma(U_t)\subset U$. This is of course possible, as $\gamma(t)U$ is a neighbourhood of $\gamma(t)$.

Then $\bigcup_t U_t = [0,1]$ so by compactness, there are $0<t_1<...<t_n<1$ such that $U_0\cup U_{t_1}\cup ... \cup U_{t_n} \cup U_1 = [0,1]$.

But then (with $t_0=0,t_{n+1}=1$), for each $i$, $U_{t_i}\cap U_{t_{i+1}}$ must contain some element $s_i$ (this is because $[0,1]$ is connected, and I chose intervals).

Then $x=\gamma(1)= \gamma(1)\gamma(s_n)^{-1}\gamma(s_n)= \gamma(1)\gamma(s_n)^{-1}\gamma(s_n)\gamma(t_n)^{-1}\gamma(t_n)$.

$\gamma(1)\gamma(s_n)^{-1}\in (\gamma(1)\gamma(U_1))^{-1}\subset U^{-1} = U$, and similarly, $\gamma(s_n)\gamma(t_n)^{-1}\in U$.

So $x\in \langle U\rangle \iff \gamma(t_n)\in \langle U\rangle$. Of course we may then induct on $n$ and obtain that $x\in \langle U\rangle \iff e\in \langle U\rangle$, but that's obvious: $x\in \langle U\rangle$.

Now the intuition behind this proof is that if you draw a path from $e$ to $x$, for every small enough value of $\epsilon$, $\gamma(t)$ and $\gamma(t+\epsilon)$ will only differ by something in $U$ (or $U^{-1}$).

But by compactness of $[0,1]$, the necessary value of $\epsilon$ is somehow bounded below (so we get our partition $t_1<...<t_n$), and this allows us to make big enough jumps while staying in $U$, and so, ultimately, staying in the subgroup generated by $U$ if we just record the jumps.

This is related to how $G$ is a "uniform" space : the gaps between two elements can be seen as gaps between $e$ and some other element; so this allows one to reduce a lot of questions to local questions around $e$

Maxime Ramzi
  • 43,598
  • 3
  • 29
  • 104