Mathlib Map

Theorems · Theorem · number theory

FiniteField.isSquare_iff

∀ {F : Type u_3} [inst : Field F] [inst_1 : Fintype F],
  ringChar F ≠ 2 → ∀ {a : F}, a ≠ 0 → (IsSquare a ↔ a ^ (Fintype.card F / 2) = 1)

A non-zero a : F is a square if and only if a ^ (#F / 2) = 1.

Defined in
Mathlib.FieldTheory.Finite.Basic
Cited by
2 results in Mathlib
Foundations
Depth 140 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldFintype

Around this declaration

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

Cites10

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.