Theorems · Theorem · number theory
FiniteField.unit_isSquare_iff
∀ {F : Type u_3} [inst : Field F] [inst_1 : Fintype F],
ringChar F ≠ 2 → ∀ (a : Fˣ), IsSquare a ↔ a ^ (Fintype.card F / 2) = 1A unit a of a finite field F of odd characteristic 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 139 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- Unitsstatement and proof · cited by 2,804
- mul_commproof · cited by 2,262
- Units.valproof · cited by 1,966
- Fintype.cardstatement and proof · cited by 1,386
- Nat.cardproof · cited by 844
- pow_mulproof · cited by 210
- Subgroup.zpowersproof · cited by 204
- Nat.card_eq_fintype_cardproof · cited by 200
- pow_twoproof · cited by 150
- IsSquarestatement and proof · cited by 132
Cited by2
Results whose statement or proof uses this declaration.
- FiniteField.isSquare_iffproof · cited by 2
- ZMod.euler_criterion_unitsproof · cited by 1