RichardParker
- 23
- 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: