0

While studying for my finals this question came across my mind. Is there a group $G$ and a proper subgroup $H$ such that $G/H\cong G$? I immediatly discarded a finite group or even the integers, as for a finite group the orders wouldn't match and for the integers, the proper subgroups are all of the form $n\mathbb{Z}$ with $n$ integer. Having in mind the first isomorphism theorem I'm looking for a surjective homomorphism with non-trivial kernel. That would give $G/\ker(f) \cong G$. Is there any example?

Shaun
  • 44,997
Valere
  • 1,153

1 Answers1

2

Take your favourite group $\tilde{G}$ and let $G = \prod_{n=1}^{\infty} \tilde{G}$. Let $f : G \to G$ be the shift $f(x_1, x_2, \ldots) = (x_2, x_3, \ldots)$. Then $f$ is a surjective group homomorphism with $\ker(f) \cong \tilde{G}$.

jl00
  • 806