Intermediate powers of a character of known order are non-trivial
ProvedWeil.pow_ne_one_of_mem_Icoexponential-sumsfinite-fieldsgauss-sumsnumber-theoryweil-bound
Let be a finite field, , and a multiplicative character of valued in of order exactly . Then for every with .
Preamble
import Mathlib.NumberTheory.GaussSum import Mathlib.NumberTheory.LegendreSymbol.QuadraticChar.GaussSum import Mathlib.NumberTheory.MulChar.Lemmas import Mathlib.GroupTheory.SpecificGroups.Cyclic import Mathlib.GroupTheory.Index import Mathlib.Analysis.SpecialFunctions.Complex.CircleAddChar import Mathlib.Analysis.SpecialFunctions.Sqrt import Mathlib.Analysis.RCLike.Basic import Mathlib.Analysis.Complex.Basic import Mathlib.Algebra.Field.GeomSum import Mathlib.Algebra.Order.BigOperators.Group.Finset set_option autoImplicit false set_option linter.unusedSectionVars false set_option linter.unusedVariables false universe u_1 u_2 open AddChar MulChar Finset
Formal statement
namespace Weil
theorem pow_ne_one_of_mem_Ico : ∀ {F : Type u_1} [inst : Field F] [inst_1 : Fintype F] [inst_2 : DecidableEq F] {d : ℕ} {χ : MulChar F ℂ} {j : ℕ}, j ∈ Finset.Ico 1 (Nat.gcd (Fintype.card Fˣ) d) → orderOf χ = Nat.gcd (Fintype.card Fˣ) d → χ ^ j ≠ 1 := by sorry
end WeilSource
Ireland & Rosen, A Classical Introduction to Modern Number Theory, 2nd ed., Springer GTM 84, Ch. 8 (Gauss and Jacobi Sums)