I am trying to prove this following theorem about multiplying left cosets.
Let $H \subset G$ a subgroup and $G/H$ the set of left cosets of $H$ in $G$. We can define a group structure on $G/H$ by setting $aH \cdot bH = abH$, which is well-defined if and only if $H$ is a normal subgroup of $G$.
Here is my attempt.
Suppose that $H$ is normal in $G$. Then $aHa^{-1} = H$ for all $a \in G$, i.e., $aH = Ha$ for all $a \in G$. We then have \begin{align*} aH \cdot bH = (Ha)(bH) = H(ab)H = (ab)HH = (ab)H \end{align*} for all $a \in G$. Conversely, if $H$ is not normal, there exists $a \in G$ and $h \in H$ such that $aha^{-1} \not \in H$. This operation, if it were well-defined, would give \begin{align*} (aH)(a^{-1} H) = (aa^{-1})H = eH = H. \end{align*} Taking $ah \in aH$ and $a^{-1} e = a^{-1} \in a^{-1} H$, we get $aha^{-1} \in (aH)(a^{-1} h)$ but $aha^{-1} \not \in H$, a contradiction.
I worry I could be waving my hands a bit too much. How does this look? I would appreciate any criticisms.