The definition I am using is $$N_G(K) = \{ g \in G : gkg^{-1} \in K \ \forall k\in K \} $$
I am trying to show that if the element $g\in N_G(K)$ then $g^{-1} \in N_G(K)$.
Proof Idea: If $k_1\in K$ our claim is that $g^{-1}k_1g \in K$. I can seem to get from the fact that $gkg^{-1} \in K$ for all $k\in K$ to $g^{-1}k_1g \in K$ thus I am stuck.
Is what I am trying to prove even true ?
I saw this proof that is similar to mine but it is wrong(I think so):
Let $g$ be in $N_G(K)$.
Note that for any $k$ in $K$, $g^{(-1)} k (g^{(-1)})^{(-1)} = (g k^{(-1)} g)^{(-1)}$. (Wrong identity thus proof fails)
Since $g$ is in $N_G(K)$, $g k^{(-1)} g$ is in $K$ (because $k^{(-1)}$ is in $K$), and thus $(g k^{(-1)} g)^{(-1)}$ is also in $K$.
Therefore, $g^{(-1)}$ is also in $N_G(K)$.
Please use this definition when answering the question and tell me why the proof above fails.