Mathlib Map

Theorems · Theorem · number theory

FiniteField.isSquare_odd_prime_iff

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

An odd prime p is a square in F iff the quadratic character of ZMod p does not take the value -1 on χ₄#F * #F.

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

Around this declaration

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

Cites25

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.