Mathlib Map

Theorems · Theorem · number theory

quadraticChar_odd_prime

∀ {F : Type u_1} [inst : Field F] [inst_1 : Fintype F] [inst_2 : DecidableEq F],
  ringChar F ≠ 2 →
    ∀ {p : ℕ} [inst_3 : Fact (Nat.Prime p)],
      p ≠ 2 →
        ringChar F ≠ p →
          (quadraticChar F) ↑p = (quadraticChar (ZMod p)) (↑(ZMod.χ₄ ↑(Fintype.card F)) * ↑(Fintype.card F))

The value of the quadratic character at an odd prime p different from ringChar F.

Defined in
Mathlib.NumberTheory.LegendreSymbol.QuadraticChar.GaussSum
Cited by
2 results in Mathlib
Foundations
Depth 223 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldFintypeDecidableEqFact

Around this declaration

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

Cites16

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

Cited by2

Results whose statement or proof uses this declaration.