2

I am reading the book "Lie groups beyond an introduction, Knapp" and I am having trouble with the following exercise:

"Let $G_1$ and $G_2$ be separable topological groups whose topologies are locally compact, and let $\pi \colon G_1 \to G_2$ be a continuous one-one homomorphism onto. Taking for granted that the Baire Category Theorem is valid for locally compact Hausdorff spaces, prove that $\pi$ is a homeomorphism."

I was thinking of using the open mapping theorem, but the topological groups are not neccesarily banach spaces, so I really don't have any idea of how to proceed witht he exercise.

Bernard
  • 175,478
Itachi
  • 474
  • The proof is tricky but elementary. See Proposition 1.2 of Milne's notes on modular forms – D_S Aug 26 '19 at 04:04

1 Answers1

2

Separability + local compactness of $G_1$ ensures that $G_1$ is $\sigma$-compact. Hence, by the Baire property of $G_2$ and surjectivity of $\pi$, we deduce the existence of a compact subset $K$ in $G_1$ such that $\pi(K)$ has nonempty interior, and by translating (using that $\pi$ is a homomorphism) we can suppose its interior contains $1$.

Now conclude, by showing that $\pi$ is a proper map. Indeed otherwise there exists a sequence $(g_n)$ in $G_1$ tending to infinity such that $(\pi(g_n))$ is bounded, and after extracting, we can suppose that $(\pi(g_n))$ converges, say to $\pi(g)$. Hence for large $n$ we have $\pi(g^{-1}g_n)\in \pi(K)$, and hence, by injectivity of $\pi$, $g^{-1}g_n\in K$, contradicting that $g_n\to\infty$.


Let me add details (requested in a comment) about two elementary claims above:

Every separable locally compact group $G$ is $\sigma$-compact.

Let $\Gamma$ be a dense countable subset, and let $H$ be a compactly generated open subgroup. I claim that $G=H\Gamma$. Indeed, for $g\in G$, $Hg$ is a neighborhood of $g$, hence contains an element $t$ of $\Gamma$. So $t\in Hg$, write $h=gt^{-1}$: then $h\in H$, and $g=ht$. Since both $H$ and $\Gamma$ are $\sigma$-compact, so is $G$.

Any proper map $f:X\to Y$ between (Hausdorff) locally compact topological spaces is closed.

(Here "proper" is defined as: the inverse image of any compact subset is compact.)

Indeed passing to a closed subset, it is enough to prove that $f(X)$ is closed. Let $y$ be a limit point of $f(X)$. Let $W$ be a compact neighborhood of $y$. Then $f^{-1}(W)$ is compact. Hence $f(f^{-1}(W))$ is compact too. But $f(f^{-1}(W))=W\cap f(X)$ (the latter equality holds for every map between sets). So $W\cap f(X)$ is compact. Since it contains $y$ in its closure, it contains $y$.

YCor
  • 17,878
  • I don't understand why separability + local compactness implies $G_1$ is $\sigma-$compact (this page shows a counter example: https://math.stackexchange.com/questions/2788015/show-that-if-x-is-locally-compact-and-sigma-compact-then-is-separable). Also, I don't understand why if $\pi$ is a proper map then $\pi$ is an open map (or closed). – Itachi Sep 12 '19 at 01:17
  • @Sebitas The page you link has counterexamples in the reverse direction (compact but not separable). – YCor Sep 12 '19 at 06:30