nateHI
- 145
- 4
Homework Statement
Suppose N \lhd G and K \vartriangleleft G and N \cap K = \{e\}. Show that if
n \in Nand k \in K, then nk = kn. Hint: nk = kn if and
only if nkn^{-1}k^{-1} = e.
Homework Equations
These "relevant equations" were not provided with the problem I'm just putting them here to make my solution more clear.
e=k_1^{-1}k_1
e=n_1^{-1}n_1
The Attempt at a Solution
Let n_1,n_2\in N and let k_1,k_2\in K
Then
(n_1)(k_1)(n_2)(k_2)=(n_1)(k_1)(n_2)e(k_2)=n_1(k_1n_2k_1^{-1})(k1k2)=n1NK=NK
But
(n_1)(k_1)(n_2)(k_2)=(n_1)(k_1)e(n_2)(k_2)=(n_1k_1n_1^{-1})(n_1n_2)k_2=KNk_2=Kk_2N=KN where we used the fact that in this case, k_2 \notin N.
Therefore NK=KN for all n\in N and k\in K
This seems correct to me but I didn't use the hint and my usage of N \cap K = \{e\} seems a little hand wavey.
Please help.