I am learning group theory and have come across the following problem statement
Show that $K$ is a normal subgroup of a group $G$ if and only if $$\forall_{x,y\in G} xK\cap Ky \neq \emptyset \implies xK=Ky $$ I am having a lot of trouble showing this. I give approach below:
Approach
$\Rightarrow$: $K$ a normal subgroup means that $\forall_{g\in G}gKg^{-1}=K$. Define by ${}_K|\in\text{Rel}_2(G)$ the right $K$ divisor relation, $_{K}|(x,y):= Kx\ni y$ and similarly the left $K$ divisor relation, $|_K(x,y)=xK\ni y$. Then $K$ a normal subgroup implies $g\hspace{0.1cm}{}_K|g^{-1}\land g|_Kg^{-1}$, or, $Kg\ni g^{-1}$ and $gK\ni g^{-1}$. Similarly, $g^{-1}{}_K|g\land g^{-1}|_K g$, or $Kg^{-1}\ni g$ and $g^{-1}K\ni g$. This implies that $g^{-1}\in gK\cap Kg\neq \emptyset$ as well as $g\in g^{-1}K\cap Kg^{-1}$. Since this holds for all $g\in G$, it follows that $gK=Kg$. If we then just replace by $g$ and $g^{-1}$, $x$ and $y$, then the forward implication is proven.
$\Leftarrow$: Suppose $gK\cap Kg\neq \emptyset\implies gK=Kg$. Then there exists an element $c\in gK\cap Kg$ such that for all elements $k\in K$, $gk=c=kg$, which implies that $gkg^{-1}$ and $g^{-1}kg$, which implies that $gKg^{-1}$ which defines a normal subgroup.
Concerns, Confusion, and Comments
My first concern arises by saying that $K$ a normal subgroup implies what I wrote out with the left and right $K$ divisor relations. It is intuitive that this would follow, but without stating the point of the problem. I imagine I need to state why such a thing is implied. Secondly, I have chosen to do this for an arbitrary element $g\in G$ rather than with the two distinct values $x$ and $y$ as implied by the problem statement. I imagine it cannot simply be assumed that $g=x$ and $g^{-1}=y$. I would appreciate any tips on how to solve this problem. Thanks!
Note: I did not come up with the left and right divisor relations. These are coset relations my professor introduced these concepts to us with.
The proof of a direct statement is unnecessarily verbose. The proof can be made quite short:
If $K$ is a normal subgroup, then $Kx=xK$ for any $x\in G$. Therefore $$ xK\cap Ky\neq\varnothing\Rightarrow Kx\cap Ky\neq\varnothing\Rightarrow Kx=Ky\Rightarrow xK=Ky. $$
The proof of the converse statement is incorrect. This proof is even shorter:
Suppose the condition you mentioned is satisfied. You need to prove that $xK=Kx$ for any $x\in G$. Since $xK\cap Kx\neq\varnothing$ (why?) it follows from the condition that $xK=Kx$.