Does someone know the why raising the element of a group to the power of the order of the group yields the identity?
By (finite) group I mean a tuple (G,*) that satisfies the following:
- closure under operation *
- associative under operation *
- has identity element
- has inverse
I was unsure why:
$$ a^{|G|} = I $$
[I am aware that its a basic fact but I was unable to find the proof online [don't know the name of the theorem]). I wanted to try to prove it myself, but I was not sure how to because, the statement of the theorem does not seem to state anything about what is allowed to be an element of the group and what isn't allowed, does it only apply to integers? What is allowed to be an element of the group (binary strings?)? Also, I was not sure what a raised to the order meant, because, the group might not have "multiplication" defined, maybe it has its own way of doing stuff to its elements, so I didn't know what raising it to the power of meant. Does it mean using operation * |G| times? Does this only apply to cyclic groups?
I usually post my (failed) attempts to solve the question first but I was not sure how to start proving anything because I was not sure what the elements of the group were allowed to be or what the raising meant with respect to operations on the elements of the group.
Can anyone state the name of the theorem?