Show that ## 133\mid (a^{18}-b^{18}) ##.

  • Thread starter Thread starter Math100
  • Start date Start date
AI Thread Summary
The proof establishes that if gcd(a, 133) = gcd(b, 133) = 1, then 133 divides (a^18 - b^18). Using Fermat's theorem, it shows that a^18 and b^18 are congruent to 1 modulo both 7 and 19, leading to the conclusion that both 7 and 19 divide (a^18 - b^18). Since 7 and 19 are coprime, their product, 133, also divides (a^18 - b^18). The discussion also touches on the humor found in mathematical congruences and patterns, highlighting a light-hearted perspective on the topic. Overall, the proof is mathematically sound and emphasizes the interesting properties of congruences.
Math100
Messages
813
Reaction score
229
Homework Statement
If ## gcd(a, 133)=gcd(b, 133)=1 ##, show that ## 133\mid (a^{18}-b^{18}) ##.
Relevant Equations
None.
Proof:

Suppose ## gcd(a, 133)=gcd(b, 133)=1 ##.
Then ## 133=7\cdot 19 ##.
Applying the Fermat's theorem produces:
## a^{6}\equiv 1\pmod {7}, b^{6}\equiv 1\pmod {7} ##,
## a^{18}\equiv 1\pmod {19} ## and ## b^{18}\equiv 1\pmod {19} ##.
Observe that
\begin{align*}
&a^{6}\equiv 1\pmod {7}\implies (a^{6})^{3}\equiv 1^{3}\pmod {7}\implies a^{18}\equiv 1\pmod {7}\\
&b^{6}\equiv 1\pmod {7}\implies (b^{6})^{3}\equiv 1^{3}\pmod {7}\implies b^{18}\equiv 1\pmod {7}.\\
\end{align*}
This means ## a^{18}-b^{18}\equiv (1-1)\pmod {7}\equiv 0\pmod {7} ## and ## a^{18}-b^{18}\equiv (1-1)\pmod {19}\equiv 0\pmod {19} ##.
Thus, ## 7\mid (a^{18}-b^{18}) ## and ## 19\mid (a^{18}-b^{18}) ##.
Since ## gcd(7, 19)=1 ##, it follows that ## (7\cdot 19)\mid (a^{18}-b^{18})\implies 133\mid (a^{18}-b^{18}) ##.
 
Physics news on Phys.org
Yes. Correct. Someone should trace these congruences, they are funny.
 
fresh_42 said:
Yes. Correct. Someone should trace these congruences, they are funny.
How so?
 
Math100 said:
How so?
I mean ##133 \,|\, (a^{18}-b^{18})## for all even numbers, or all multiples of ##3## and more?
Or ##35\,|\,(a^{12}-1)## for all even numbers, or all multiples of ##3## and more?

I find this funny. But I also found
$$2^n+7^n+8^n+18^n+19^n+24^n=3^n+4^n+12^n+14^n+22^n+23^n \text{ for } n =0,1,...,5$$
funny. Maybe my strange kind of humor. I remember that I once made a remark while walking back from a pizzeria and one friend laughed while the other one asked: "You understood this remark?" and the first one answered: "No, I have learned when to laugh."
 
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