Theorems · Theorem · group theory
exists_orderOf_eq_prime_pow_iff
∀ {G : Type u_1} [inst : Monoid G] {x : G} {p : ℕ} [hp : Fact (Nat.Prime p)],
(∃ k, orderOf x = p ^ k) ↔ ∃ m, x ^ p ^ m = 1- Defined in
- Mathlib.GroupTheory.OrderOfElement
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Factstatement and proof · cited by 2,726
- Nat.Primestatement and proof · cited by 2,059
- orderOfstatement and proof · cited by 324
- pow_orderOf_eq_oneproof · cited by 30
- Fact.elimproof · cited by 25
- orderOf_dvd_of_pow_eq_oneproof · cited by 24
- Nat.dvd_prime_powproof · cited by 13
Cited by2
Results whose statement or proof uses this declaration.
- CommMonoid.mem_primaryComponent_iff_orderOfproof · cited by 2
- CommGroup.mem_primaryComponent_iff_orderOfproof · cited by 0