Theorems · Theorem · group theory
Sylow.exists_subgroup_card_pow_succ
∀ {G : Type u} [inst : Group G] [Finite G] {p n : ℕ} [hp : Fact (Nat.Prime p)],
p ^ (n + 1) ∣ Nat.card G → ∀ {H : Subgroup G}, Nat.card ↥H = p ^ n → ∃ K, Nat.card ↥K = p ^ (n + 1) ∧ H ≤ KIf H is a subgroup of G of cardinality p ^ n,
then H is contained in a subgroup of cardinality p ^ (n + 1)
if p ^ (n + 1) divides the cardinality of G
- Defined in
- Mathlib.GroupTheory.Sylow
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 112 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites46
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Equivproof · cited by 8,337
- SetLike.coeproof · cited by 8,199
- Set.Elemproof · cited by 7,166
- Groupstatement and proof · cited by 6,238
- Set.imageproof · cited by 5,609
- Subgroupstatement and proof · cited by 3,593
- Finitestatement and proof · cited by 3,029
- Factstatement and proof · cited by 2,726
- HasQuotient.Quotientproof · cited by 2,301
- mul_commproof · cited by 2,262
- Nat.Primestatement and proof · cited by 2,059
- mul_assocproof · cited by 1,667
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.