Heute
- 24
- 0
Homework Statement
Prove that if p is prime and p \equiv 1 (mod 4), then x^{2} \equiv -1 (mod p) has a solution (x).
Homework Equations
We already have proved (p-1)! \equiv -1 (mod p)
Hint: Use the properties of Z_{p} - a field that partitions the integers into p equivalence classes denoted \overline{a} where \overline{a} = {integers z such that z \equiv a (mod p) } and try x = (\overline{1} )(\overline{2} )(\overline{3} )...(\overline{(p-1)/2} )
The Attempt at a Solution
The idea I have, judging from the hint and what we already know about (p-1)!, is that I need to show that
x2 = ( (\overline{1} )(\overline{2} )(\overline{3} )...(\overline{(p-1)/2} ) )2
is equivalent to (p-1)! mod p
I have no idea how to do this though. I figure if I knew why (p-1)/2 was chosen, I could figure it out.
Others things I know:
p = 4k + 1 for some integer k
so p-1 is even
so (p-1)/2 is an integer