I've been studying homomorphisms and have got to the first isomorphism theorem. The proof generally makes sense but I'm not able to see why the theorem is intuitively true, nor how it could be useful.
I was hoping someone could go through the proof and explain the 'intuitiveness' of each step and why it should 'feel' true.
So the theorem and the structure of the proof I've is as follows:
Let $\phi: G_1 \rightarrow G_2$ be a group homomorphism Let $\ker(\phi)$ be the set $\left\{x \in G_1 | \phi(x) = 0_{G_2}\right\}$ Then $\left\{ y \in G_2 | \exists g \in G_1, \phi(g) = y \right\}$ = im$(\phi)$ is isomorphic to the set of cosets of $\ker(\phi)$ in $G$.
Proof: Show that the map $\psi: G / K \rightarrow im(\phi)$ defined by $\psi(g+K) = \phi(g)$ is well defined. Prove that this map is surjective Prove that this map is injective by showing the kernel is simply the identity.
Note that in the module I'm taking every group is assumed to be abelian thus we don't study normal subgroups or distinguish between left and right cosets.
A few other questions:
1) What 'is' $G / K$? I can recite the definition but it feels very arbitrary to me. I get the feeling it's kind of like splitting G into partitions of elements that don't map to zero?
2) Why can we map sets of elements (cosets) onto specific elements of $G_2?$ My understanding of isomorphism is that they essentially represent the same thing, but one side is a set and the other is an element?
3) Is there an alternative map I can use from $im(\phi) \rightarrow G/K$ to prove the isomorphism?
Thank you