Mathlib Map

Theorems · Theorem · group theory

isPGroup_iff_orderOf_dvd_pow

∀ {p : ℕ} {G : Type u_1} [inst : Group G], IsPGroup p G ↔ ∀ (g : G), ∃ k, orderOf g ∣ p ^ k
Defined in
Mathlib.GroupTheory.PGroup
Cited by
3 results in Mathlib
Foundations
Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Group

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.

  • Groupstatement and proof · cited by 6,238
  • orderOfstatement and proof · cited by 324
  • IsPGroupstatement · cited by 96

Cited by3

Results whose statement or proof uses this declaration.