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 picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top