2

Suppose $G$ is group, $H$ is subgroup, and $g\in G$. Show that $x\in gH \iff x^{-1}\in Hg^{-1}$.

Solution:

Given $G$ is a group, $H <G $ and $g \in G$:

$x\in gH$ then $x=gh$ for some $h \in H$

$x^{-1}=g^{-1}h^{-1}$

$g^{-1}h^{-1}\in Hg^{-1}$.

$x^{-1}\in Hg^{-1}$


Did I do this right and am I missing anything? It seems like I'm missing something or maybe there are some steps that can maybe fill in gaps between some steps I took.

eddie
  • 503
  • 2
  • 8

2 Answers2

2

We have

$$\begin{align} x\in gH &\iff x=gh, \text{ some } h\in H\\ &\iff x^{-1}=(gh)^{-1}=h^{-1}g^{-1}, \text{ some } h\in H\\ &\iff x^{-1}\in Hg^{-1}. \end{align}$$

Shaun
  • 44,997
  • You could use there exist instead of 'some' see here, but I suppose it should be written as $( \exists h \in H, x=gh)$ – tryst with freedom Mar 21 '22 at 23:51
  • 1
    My use of "some" here, @Buraian, is acceptable. I don't see it used much, to be fair, but a lecturer I had when I was an undergraduate used it all the time. I am aware of the alternatives. Thank you nonetheless. – Shaun Mar 21 '22 at 23:54
2

Your proof has some errors and does not include the backward direction. Here is a list of errors:

  • You should start "Let $g \in G$" instead of doing "for some $g \in G$" later on.

  • $x^{-1} = h^{-1}g^{-1}$ not $g^{-1}h^{-1}$.

  • $g^{-1}h^{-1} \not\in Hg^{-1}$.