Question:
Let $H$ be a group, and $x, y, z \in H$.
- Prove that $\mathrm{ord}(xyx^{-1}) = \mathrm{ord}(y)$.
- Prove that $\mathrm{ord}(xy) = \mathrm{ord}(yx)$
- Assume that $H$ is also abelian, show that $Q_m = \{x \in H: \mathrm{ord}(x) \mid m\}$ is a subgroup of $H$ for any positive integer $m$.
My attempts are as follows:
For part (1), I am stuck, because from logic, I know that the operations done after $x$, $y$ and then inverse of $x$ (namely $x^{-1}$), is essentially doing the operation of $y$ alone, which is the right hand side of the statement. But I don't know how to write that out explicitly.
Or is there any formulas for ordering, which was not included in my lecture notes, will there be something like, i.e., $\mathrm{ord}(ab) = \mathrm{ord}(a)\mathrm{ord}(b) = \mathrm{ord}(b)\mathrm{ord}(a)$?
For part (2), as $H$ is not an abelian group in general, which means $xy$ not equal $yx$ in general, but from logic, I know that the $\mathrm{ord}(xy) = \mathrm{ord}(yx)$.
Because assume that $\mathrm{ord}(x) = 2$ and $\mathrm{ord}(y) = 3$, then $\mathrm{ord}(xy) = 6$, and also $\mathrm{ord}(yx) = 6$ as well, so $\mathrm{ord}(xy)=\mathrm{ord}(yx)$, but I don't know how to write that out explicitly.
For part (3), to show $Q_m$ is subgroup of $H$, so I need to check on $2$ things, closure and inverse.
For check of closure, I need to show that for all $x, y \in Q_m$, $x\cdot y \in Q_m$, but I have no clue of what operation, i.e. $\cdot $ is for group $H$ or group $Q_m$.
For check of inverse, I need to show that for all $x \in Q_m$ , the inverse of $x$ is also in $Q_m$, but I have no clue how to find the inverse of $x$ as well, or simply state it exists?
Please give me a little help, thank you!