Number Theory: Can someone explain this to me please?

Firepanda
Messages
425
Reaction score
0
Wilson's Theorem:

(p-1)! ≡ -1 mod p

Statement:

As an immediate deduction from wilson's theorem we see that if p is prime with p ≡ 1 mod 4 then the congruence x2 ≡ -1 mod p has solutions
x = +-(r!), where r = (p-1)/2.How do I plug in p ≡ 1 mod 4 into wilsoms theorem so I can see this? I'm missing something here an I'd be grateful if someone could explain...

Thanks.
 
Last edited:
Physics news on Phys.org
If a is a primitive element, then

(p-1)! = a^[(p-1)(p)/2] = -1

We know that p - 1 is divisible by 4, so we can put

p - 1 = 4 n in the exponent:

a^(2 n p) = -1

By Fermat's theorem a^p = a, so we have:

a^(2 n) = -1

Then, it follows that a^n will be a solution of x^2 = -1.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top