I've been reading about a new type of reciprocity than the usual quadratic reciprocity theorem. Instead of being about square roots mod p it is about divisors of the cyclotomic polynomial.
In the other direction II=>I the we have and otherwise we get an element of order by Cauchy's theorem in group theory and it satisfies the equation.
A nice example of this (taken from the first PDF) is that all prime factors other than 5 of end in 1:
? f(x) = x^4 + x^3 + x^2 + x + 1 %1 = (x)->x^4+x^3+x^2+x+1 ? factor(f(51)) %2 = [ 5 1] [ 41 2] [821 1] ? factor(f(781)) %3 = [ 5 1] [ 5641 1] [13207921 1] ? factor(f(7831)) %4 = [ 5 1] [ 15551 1] [48372221411 1] ? factor(f(7231)) %5 = [ 5 1] [ 11 1] [ 31 1] [ 1061 1] [1511519461 1]
First of all this holds much more generally than just for primes , we can use any and it's cyclotomic polynomial. The proof for that is in the second PDF.
Second while this is a very elegant theorem, I'm interested in that the cyclotomic reciprocity law can be used to prove quadratic reciprocity. I don't have the proof yet though.