0

A true or false question, is there a counter example or short proof for this statement?

Let G be an abelian group. For all a, b ∈ G the order of a + b is the lowest common multiple of the orders of a and b.

1 Answers1

1

Counterexample:

Take $\mathbb{Z}/4\mathbb{Z}$. Then $\operatorname{ord}(2)=2$ as $2+2=0$.

But $\operatorname{lcm}(2,2)=2$, and $\operatorname{ord}(0)\neq 2$

Cornman
  • 11,065
  • 4
  • 30
  • 57
  • Just for information, this question comes straight from an online exam at the University of Warwick, which was taking place when the question was posted. – Derek Holt May 07 '21 at 16:55