1

A result in Group Theory says that every group of prime order is cyclic. I understand the proof on: http://planetmath.org/proofthateverygroupofprimeorderiscyclic but i dont understand why the order of the element must exist. example:Consider G={e,a,b}, $a\cdot b=e$ ,$b \cdot a=e$,$a \cdot a=a$,$b \cdot b=b$,where e is the identity element.clearly G is of prime order( 3) but i dont see how the group is cyclic

2 Answers2

1

To see that the order of an element in a finite group exists, let $ G $ be a finite group and $ a $ an arbitrary non-identity element in that group. Since $ G $ is finite, the sequence $ a, a^2, a^3, \dots $ must have repeats. Let $ m $ be minimal such that $ a^m = a^n $ for some $ n < m $. Then $ m - n > 0 $ and $ a^{m - n} = 1 $. (In particular, you have $ a = 1 $ in your example, hence why it doesn't work).

0

Your example is inconsistent: you can't have $a^2=a$ for any non-identity element of a group because the cancellation property implies that $a=e$. Indeed, even by your rules $ e = ab = (a^2)b = a(ab) = a$.

That the order of an element divides the order of the group is Lagrange's theorem.

Chappers
  • 67,606