Why Does \( a^3 \equiv a \mod 3 \) Hold for All Integers \( a \)?

  • Thread starter Thread starter RichardParker
  • Start date Start date
  • Tags Tags
    Integer Proof
RichardParker
Messages
23
Reaction score
0

Homework Statement



If a \in Z, then a^3 \equiv a (mod 3).

2. The attempt at a solution

Proof: Suppose a \in Z. Thus a is either odd or even.

Case 1: Let a be even. Thus a = 2k, for some k \in Z. So a^3 - a = 8k^3 -2k = 2(4k^3 - k) = 2(k)(2k - 1)(2k + 1). Notice that, for all k \in Z, (k)(2k - 1)(2k + 1) = 3b, for some b \in Z. Thus a^3 - a = 2*3b. This means 3|(a^3 - a). Therefore a^3 \equiv a (mod 3).

(I did not continue with the case of a being odd.)

My question is how do I prove that (k)(2k - 1)(2k + 1) = 3b, for some b \in Z, is it enough that (k)(2k - 1)(2k + 1) = 3b is observable on any k?
 
Last edited:
Physics news on Phys.org
Try your argument on a3 - a without assuming a even or odd.
 
Thanks for your reply.

Without assuming a even or odd,

a(a-1)(a+1) = 3b, for some b element of the set of integers. It is observable that a^3 - a is divisible by 3 for any value of a that I plug in. But how do I prove that this will hold for all a element of integers?

Thanks once again!
 
RichardParker said:
Thanks for your reply.

Without assuming a even or odd,

a(a-1)(a+1) = 3b, for some b element of the set of integers. It is observable that a^3 - a is divisible by 3 for any value of a that I plug in. But how do I prove that this will hold for all a element of integers?

Thanks once again!

Well, a-1, a, a+1 are three consecutive integers...
 
Proof: Fermat's Little Theorem! Q.E.D
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top