Mathlib Map

Theorems · Theorem · number theory

gaussSum_pow_eq_prod_jacobiSum_aux

∀ {F : Type u_1} {R : Type u_2} [inst : Fintype F] [inst_1 : Field F] [inst_2 : CommRing R] [IsDomain R]
  (χ : MulChar F R) (ψ : AddChar F R) {n : ℕ},
  0 < n → n < orderOf χ → gaussSum χ ψ ^ n = gaussSum (χ ^ n) ψ * ∏ j ∈ Finset.Ico 1 n, jacobiSum χ (χ ^ j)
Defined in
Mathlib.NumberTheory.JacobiSum.Basic
Cited by
1 results in Mathlib
Foundations
Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeFieldCommRingIsDomain

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites26

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.