Theorems · Theorem · number theory
IsPrimitiveRoot.mk_of_lt
∀ {M : Type u_1} [inst : CommMonoid M] {k : ℕ} (ζ : M),
0 < k → ζ ^ k = 1 → (∀ (l : ℕ), 0 < l → l < k → ζ ^ l ≠ 1) → IsPrimitiveRoot ζ k- Cited by
- 2 results in Mathlib
- Foundations
- Depth 40 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommMonoidstatement and proof · cited by 2,264
- IsPrimitiveRootstatement · cited by 356
- LE.le.eq_of_not_ltproof · cited by 25
Cited by2
Results whose statement or proof uses this declaration.
- Complex.isPrimitiveRoot_Iproof · cited by 1
- IsPrimitiveRoot.iffproof · cited by 0