Suppose a,b are in group G, and commute, with orders m, n.

378 Views Asked by At

If $\langle a \rangle \cap \langle b \rangle=\{e\}$ then the group contains one element with least common multiple of m,n.

I have constructed the element $ab$ will have order $ab=LCM(m,n)$. $$ LCM(m,n)= fm= gn:1\le f\le n,1\le f\le m $$ $$ab^{LCM(m,n)}=(a^{m})^f(b^n)^g= e$$

Is this proof correct I used commutative nature to get that exponent distributes but I never seem to use the fact that intersection is just identity. Where have I gone wrong?

3

There are 3 best solutions below

0
On BEST ANSWER

To finish it off:

$(ab)^r=e\implies a^r=b^{-r}\implies a^r=e\implies m\mid r$. Similarly, $n\mid r$. $\therefore r\ge\operatorname{lcm}(m,n)$.

2
On

No, the proof is not correct. To be more precise, it is not complete. You proved that $(ab)^{\operatorname{lcm}(m,n)}=e$. This only proves that $o(ab)\mid\operatorname{lcm}(m,n)$, not that $o(ab)=\operatorname{lcm}(m,n)$.

0
On

If $k:=\text{lcm}(m,n)$ then $(ab)^k=a^kb^k=ee=e$

This proves that the order of $ab$ divides $k$, but here we are not ready yet. It must also be proved that the order of $ab$ is not smaller than $k$.