Can someone check my answers please. I am not confident on the first part but I think my second part is right. I think for the first part there is a better method to use.
Let $a \in \mathbb Z$. We have $a^3 ≡ 1$ mod $11$.
$(i)$ Show that $11$ does not divide $a$ and deduce that $a^{10} ≡ 1$ mod $11$.
Assume for sake of a contradiction that $11 | a$. Then we have $a ≡ 0$ mod $11$. So $a^3 ≡ 0$ mod $11$. By the symmetric property of $\mathbb Z_{11}$ since it is an equivalence relation, $0 ≡ a$ mod $11$. Then by the transitive property of $Z_{11}$, since $0 ≡ a^3$ mod $11$ and $a^3 ≡ 1$ mod $11$, then $0 ≡ 1$ mod $11$, which is clearly false. So we have a contradiction, meaning that $11$ does not divide $a$.
Now, using Fermat's Little Theorem (am I allowed to just state this), since $11$ is prime and $11$ does not divide $a$, we have $a^{10} ≡ 1$ mod $11$. $\square$
$(ii)$ Show that $a^{21} ≡ 1$ mod $11$ and deduce that $a ≡ 1$ mod $11$.
Since $a^3 ≡ 1$ mod $11$, we have $a^{21} ≡ 1$ mod $11$. We also have $a^{10} ≡ 1$ mod $11$, so we can see that $a^{20} ≡ 1$ mod $11$, and so $a^{21} ≡ a$ mod $11$. So again using the fact that $\mathbb Z_{11}$ is an equivalence relation, we have $a ≡ a^{21}$ mod $11$ and $a^{21} ≡ 1$ mod $11$, so by transitive property, $a ≡ 1$ mod $11$ as required. $\square$
solution-verification
question to be on topic you must specify precisely which step in the proof you question, and why so. This site is not meant to be an open-ended proof checking machine. – Bill Dubuque Jan 01 '23 at 15:23