Sums of Legendre Symbols Question

  • Context: Graduate 
  • Thread starter Thread starter doubleaxel195
  • Start date Start date
  • Tags Tags
    Legendre Sums Symbols
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
doubleaxel195
Messages
46
Reaction score
0
Proposition:

[tex]\sum_{i=0}^{p-1} (\frac{i^2+a}{p})=-1[/tex] for any odd prime p and any integer a. (I am referring to the Legendre Symbol).

I was reading a paper where they claimed it was true for the a=1 case and referred to a source that I don't have immediate access to. So I was wondering if anyone knows if this is true or a source that talks about this? I know it doesn't mean it's necessarily true, but this proposition has been true with all the examples I've looked at with Mathematica. Thanks!
 
Physics news on Phys.org
Nevermind, I found this in the exercises of Ireland and Rosen on page 63. Just thought I would post where I found it in case anyone else needs to know.
 
In your formula, the integer a should not be zero, because

[tex]\sum_{i=0}^{p-1} (\frac{i^2}{p})=p-1[/tex]

(Note: [tex](\frac{0}{p}) = 0[/tex] for p > 2 and
[tex](\frac{x^2}{p})= 1[/tex] for gcd(x,p)=1)
 
Last edited:
RamaWolf said:
In your formula, the integer a should not be zero, because

[tex]\sum_{i=0}^{p-1} (\frac{i^2}{p})=p-1[/tex]

(Note: [tex](\frac{0}{p}) = 0[/tex] for p > 2 and
[tex](\frac{x^2}{p})= 1[/tex] for gcd(x,p)=1)



Even if the integer is zero modulo p the formula works, since [itex]\,p-1=-1\pmod p[/itex]

DonAntonio