0

I was working on an assignment on finite fields, and I think it boiled down to prove the following, for every prime $p>2$:

$p^{2} \overset{8}{\equiv} 1$

I checked it directly for small primes, and it seems to hold. Is this statement true? If it is, I'd appreciate help in reaching a general proof.
Many Thanks!

Aryan
  • 1,508
NG_
  • 726

2 Answers2

2

Not only for prime numbers greater that 2, but also it's true for all odd numbers. For any odd integer $k$, the following is true: $k^2\overset{8}{\equiv}1$
The reason is that $k^2\overset{8}{\equiv}1 \iff 8\mid k^2-1=(k-1)(k+1)$
And because $k$ is odd, $(k-1),(k+1)$ are both even. Furthermore, one of two consecutive even numbers is also divisible by $4$ and since $(k-1),(k+1)$ are two consecutive even numbers, one of them is divisible by $2$ and the other is divisible by $4$ so their product is divisible by $8$.

Bernard
  • 175,478
Aryan
  • 1,508
1

Actually, every odd number satisfies this property, since $$1^2=1 \equiv 1 \,[8]$$ $$3^2=9 \equiv 1 \,[8]$$ $$5^2=25 \equiv 1 \,[8]$$ $$7^2=49 \equiv 1 \,[8]$$

TheSilverDoe
  • 29,720