Let $a,b$ in a group $G$, where $ab=ba$. $|a|=k, |b|=s,$ where $k,s$ are finite
Prove that $|ab|=$ LCM $(|a|,|b|)$
we say $k,s$ in $N$ are co-prime numbers GCD$(k,s)=1$
Let $a,b$ in a group $G$, where $ab=ba$. $|a|=k, |b|=s,$ where $k,s$ are finite
Prove that $|ab|=$ LCM $(|a|,|b|)$
we say $k,s$ in $N$ are co-prime numbers GCD$(k,s)=1$
If $|a|$ means the order of $a$, then this isn't true. Take for example $G = \mathbb{Z}/6\mathbb{Z}$ with addition and the elements $2$ and $4$ in $G$.
Edit: This is only a counterexample if coprimality of the orders is not assumed, which is now corrected in the OP.
We have $(ab)^n=a^nb^n$. Clearly that is 1 if $n=\text{lcm}(k,s)$. We need to show that we cannot have $a^nb^n=1$ for $0<n<\text{lcm}(k,s)$.
Take $n=q_1k+r_1=q_2s+r_2$, where $0\le r_1<k$ and $0\le r_2<s$.
We have $a^nb^n=a^{r_1}b^{r_2}$. Suppose that is 1. Then $1=a^{kr_1}b^{kr_2}=b^{kr_2}$, so $s|kr_2$. But $s,k$ have no common factor, so $s$ must divide $r_2$ and hence $r_2=0$. Similarly, $r_1=0$. So $n>0$ is a multiple of $k$ and a multiple of $s$ and hence at least lcm$(k,s)$. Contradiction.