Let $x, y \in G$, where $G$ is a group, $\operatorname{ord}(x), \operatorname{ord}(y) \in \mathbb{N} < \infty$, and $xy=yx$ (seems like it's very important).
I want to prove that there exist integers $k, l \in \mathbb{N}$ such that $\operatorname{ord}(x^ky^l) = \operatorname{lcm}(\operatorname{ord}(x), \operatorname{ord}(y))$.
I know these two facts:
- If $\operatorname{gcd}(\operatorname{ord}(x), \operatorname{ord}(y)) = 1 \Rightarrow \operatorname{ord}(xy) = \operatorname{ord}(x)\operatorname{ord}(y)$.
- For $g \in G$ and $n \in \mathbb{N}$, $\operatorname{ord}(g^n) = \frac{\operatorname{ord}(g)}{\operatorname{gcd}(\operatorname{ord}(g), n)}$.
Looks like these two facts can help me, but I have no idea how.
And why is $xy=yx$ so important? I tried to consider infinite non-abelian groups (For example $2\times2$ matrices), but I couldn't find any counterexamples. Maybe you can help me.