Theorems · Theorem · number theory
jacobiSum_eq_gaussSum_mul_gaussSum_div_gaussSum
∀ {F : Type u_1} {F' : Type u_2} [inst : Fintype F] [inst_1 : Field F] [inst_2 : Field F'],
↑(Fintype.card F) ≠ 0 →
∀ {χ φ : MulChar F F'},
χ * φ ≠ 1 → ∀ {ψ : AddChar F F'}, ψ.IsPrimitive → jacobiSum χ φ = gaussSum χ ψ * gaussSum φ ψ / gaussSum (χ * φ) ψIf χ and φ are multiplicative characters on a finite field F with values
in another field F' and such that χφ is nontrivial, then J(χ,φ) = g(χ) * g(φ) / g(χφ).
- Defined in
- Mathlib.NumberTheory.JacobiSum.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Fintypestatement and proof · cited by 7,736
- Fieldstatement and proof · cited by 7,404
- mul_commproof · cited by 2,262
- Fintype.cardstatement and proof · cited by 1,386
- AddCharstatement and proof · cited by 286
- MulCharstatement and proof · cited by 186
- eq_div_iffproof · cited by 38
- gaussSumstatement and proof · cited by 29
- AddChar.IsPrimitivestatement and proof · cited by 22
- jacobiSumstatement and proof · cited by 14
- jacobiSum_mul_nontrivialproof · cited by 3
- gaussSum_ne_zero_of_nontrivialproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.