I am trying to prove problem 48 of chapter 2 in the book Contemporary Abstract Algebra by Gallian. I saw solutions on math stack exchange
Show that number of solutions satisfying $x^5=e$ is a multiple of 4?
But I didn't understand completely. Here is my understanding:
To prove the statement first we start from assuming that $x=a$ a non-identity element satisfy the equation $x^5=e$, then we find three more solutions. After that we shall show all four solutions are not identity and distinct. At the end we conclude our proof by showing any other element out of the list, of four solutions, that satisfy equation will also belong to the list thus the four solutions are actually all solutions of equation.
Proof Suppose $a$ is a non-identity solution of $x^5=e$. Then we see $x=a^i$ for $1<i≤4$ is also solution of $x^5=e$, since $(a^i)^5=(a^5)^i=e$. Thus {$a,a^2,a^3,a^4$} is the set of element that satisfy $x^5=e$.
Suppose to the contrary that any two elements of the set {$a,a^2,a^3,a^4$ } are equal say $a^i=a^j=e$ for $i≠j$. Then $a^{i-j}=e$ thus $i-j$ is equal to 2 or 3, so $a^2=e=a^3$ which implies $a=e$. A contradiction.
We see each element of the set {$a,a^2,a^3,a^4$ } is non-identity. Since if $x^4=e$ and $x^5=e$, then $x=e$, using same reasoning we conclude all are non-identity.
Let $x=a^n$ is a solution of the equation and doesn't belong to the above set, that means $n≥5$. By division lemma $a^n = a^{5q+r}=(a^5)^qa^r= a^r=e$ where $1≤r≤4$. But $a^r \in$ {$ a, a^2,a^3,a^4$ }. A contradiction. Notice $r=0$ gives identity solution so we exclude it.
This shows if any element $x$ satisfies the equation, then it must belong into the list and hence solutions are multiple of 4 because if $x$ belongs to the set, then $x^2,x^3,x^4$ will also belong. QED
My Questions
- My thinking about the proof and proof are correct?
- What is the standard example of above statement? I tried to find example but i found trivial example in which there was 0 solutions to the equation (i.e. multiple of 4).
- I don't understand what will happened if the group is not finite.