Let $H \triangleleft G$ and $K \triangleleft G$ such that $H \cap K = {e}$. Prove that $hk = kh, \forall h \in H, \forall k \in K $.
So here's what I have:
Since $H \triangleleft G$ and $K \triangleleft G$, $\forall h\in H, \forall k\in K$,
$khk^{-1} = h'$ for some $h' \in H$ and $hkh^{-1} = k'$ for some $k' \in K$.
So, $khk^{-1} = khk^{-1}h^{-1}h \implies khk^{-1}h^{-1} = h'h^{-1} \in H$ and $hkh^{-1} = k^{-1}khkh^{-1} \implies khkh^{-1} = kk' \in K$.
From there, I thought that starting with $h'h^{-1}kk' = kk'h'h^{-1}$ and trying to prove $hk = kh$ would be the right idea, but I'm stuck.
Perhaps I went to wrong direction somewhere (maybe even in the beginning) or just didn't think of the right steps that follow what I have.