Derive the following congruence....

  • Thread starter Thread starter Math100
  • Start date Start date
  • Tags Tags
    Derive
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 1K views
Math100
Messages
823
Reaction score
234
Homework Statement
Derive the following congruence:
## a^{21}\equiv a\pmod {15} ## for all ## a ##.
[Hint: By Fermat's theorem, ## a^{5}\equiv a\pmod {5} ##.]
Relevant Equations
None.
Proof:

Observe that ## 15=3\cdot 5 ##.
Applying the Fermat's theorem produces:
## a^{3}\equiv a\pmod {3} ## and ## a^{5}\equiv a\pmod {5} ##.
Thus
\begin{align*}
&(a^{3})^{7}\equiv a^{7}\pmod {3}\implies a^{21}\equiv [(a^{3})^{2}\cdot a]\pmod {3}\implies a^{21}\equiv a\pmod {3}\\
&(a^{5})^{4}\equiv a^{4}\pmod {5}\implies a^{20}\equiv a^{4}\pmod {5}\implies a^{21}\equiv a\pmod {5}.\\
\end{align*}
Therefore, ## a^{21}\equiv a\pmod {15} ## for all ## a ##.
 
Physics news on Phys.org
Maybe you should write ##a^{21}\equiv a^7\equiv a^3\cdot a^3 \cdot a\equiv a\cdot a\cdot a\equiv a^3\equiv a\pmod{3}.## Or at least ##(a^3)^2\cdot a\equiv a^2\cdot a\equiv a^3\equiv a\pmod{3}.##

I stumbled upon ##a^6\cdot a\equiv a\pmod{3}## which was not immediately clear (to me).

But again: might be due to local time. :cool:
 
Reply
  • Haha
Likes   Reactions: Math100
fresh_42 said:
Maybe you should write ##a^{21}\equiv a^7\equiv a^3\cdot a^3 \cdot a\equiv a\cdot a\cdot a\equiv a^3\equiv a\pmod{3}.## Or at least ##(a^3)^2\cdot a\equiv a^2\cdot a\equiv a^3\equiv a\pmod{3}.##

I stumbled upon ##a^6\cdot a\equiv a\pmod{3}## which was not immediately clear (to me).

But again: might be due to local time.
Sorry, it's my fault.