Derive the following congruence....

  • Thread starter Thread starter Math100
  • Start date Start date
  • Tags Tags
    Derive
AI Thread Summary
The discussion focuses on deriving the congruence a^21 ≡ a (mod 15) using Fermat's theorem. It demonstrates that a^3 ≡ a (mod 3) and a^5 ≡ a (mod 5), leading to the conclusion that a^21 ≡ a (mod 15). The participants also explore alternative expressions for the congruence, emphasizing clarity in the proof. Some confusion arises regarding specific congruences, but it is acknowledged as a minor issue. Overall, the proof is affirmed as valid and the discussion highlights the importance of understanding modular arithmetic.
Math100
Messages
813
Reaction score
229
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:
 
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.
 
Math100 said:
Sorry, it's my fault.
Not at all. I'm just a little bit slow at night time. That's not your fault. It only proves that the Earth is not flat.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top