Mathlib Map

Theorems · Theorem · number theory

MulChar.IsQuadratic.gaussSum_frob

∀ {R : Type u} [inst : CommRing R] [inst_1 : Fintype R] {R' : Type v} [inst_2 : CommRing R'] (p : ℕ)
  [fp : Fact (Nat.Prime p)] [hch : CharP R' p],
  IsUnit ↑p → ∀ {χ : MulChar R R'}, χ.IsQuadratic → ∀ (ψ : AddChar R R'), gaussSum χ ψ ^ p = χ ↑p * gaussSum χ ψ

For a quadratic character χ and when the characteristic p of the target ring is a unit in the source ring, the pth power of the Gauss sum of χ and ψ is χ p times the original Gauss sum.

Defined in
Mathlib.NumberTheory.GaussSum
Cited by
1 results in Mathlib
Foundations
Depth 98 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingFintypeCommRingFactCharP

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.

  • DFunLike.coestatement and proof · cited by 62,936
  • CommRingstatement and proof · cited by 17,173
  • Fintypestatement and proof · cited by 7,736
  • one_mulproof · cited by 2,841
  • Factstatement and proof · cited by 2,726
  • Nat.Primestatement and proof · cited by 2,059
  • Units.valproof · cited by 1,966
  • mul_assocproof · cited by 1,667
  • IsUnitstatement and proof · cited by 1,602
  • CharPstatement and proof · cited by 478
  • AddCharstatement and proof · cited by 286
  • IsUnit.unitproof · cited by 252

Cited by1

Results whose statement or proof uses this declaration.