The second cyclotomic Jacobi sum #
This file specializes Mathlib's Jacobi-sum API to the canonical cyclotomic
power-residue character. It records Galois covariance, complex conjugation,
the elementary absolute-value identity, semiprimary congruence, and the exact
two-character Gauss-sum relation. These are the narrow Jacobi-sum inputs
intended for the cyclotomic reciprocity consumer in KummerArtinProduct.
The Jacobi-sum definition and general identities come from
Mathlib.NumberTheory.JacobiSum.Basic, by Michael Stoll (2024), released under
Apache-2.0 and following Ireland--Rosen, A Classical Introduction to Modern
Number Theory, Section 8.3. No Jacobi ideal factorization, Artin reciprocity,
or cyclotomic reciprocity theorem is asserted here.
Complex conjugation on the integers of the prime cyclotomic field.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Complex conjugation sends the canonical power-residue character to its inverse.
The canonical diagonal Jacobi sum J(χ_v, χ_v) at a finite prime
away from p.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Cyclotomic Galois action carries J(χ_v, χ_v) to the Jacobi sum of
the corresponding powers of χ_v.
Complex conjugation of J(χ_v, χ_v) is
J(χ_v⁻¹, χ_v⁻¹).
The elementary absolute-value identity
J(χ_v,χ_v) * conj(J(χ_v,χ_v)) = N(v).
The canonical diagonal cyclotomic Jacobi sum is nonzero.
The Jacobi sum satisfies the exact two-character Gauss-sum relation.
The canonical diagonal cyclotomic Jacobi sum is semiprimary:
J(χ_v,χ_v) = -1 modulo (ζ_p - 1)^2.