Theorems · Theorem · group theory
Monoid.exponent_eq_prime_iff
∀ {G : Type u_1} [inst : Monoid G] [Nontrivial G] {p : ℕ},
Nat.Prime p → (Monoid.exponent G = p ↔ ∀ (g : G), g ≠ 1 → orderOf g = p)A nontrivial monoid has prime exponent p if and only if every non-identity element has
order p.
- Defined in
- Mathlib.GroupTheory.Exponent
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MonoidNontrivial
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Monoidstatement and proof · cited by 3,887
- Nontrivialstatement and proof · cited by 2,416
- Nat.Primestatement and proof · cited by 2,059
- orderOfstatement and proof · cited by 324
- Monoid.exponentstatement and proof · cited by 128
- exists_neproof · cited by 101
- dvd_reflproof · cited by 97
- dvd_antisymmproof · cited by 23
- orderOf_oneproof · cited by 15
- Monoid.order_dvd_exponentproof · cited by 14
- orderOf_eq_one_iffproof · cited by 12
- Nat.Prime.dvd_iff_eqproof · cited by 7
Cited by1
Results whose statement or proof uses this declaration.
- not_isCyclic_iff_exponent_eq_primeproof · cited by 0