Theorems · Theorem · group theory
Sylow.exists_subgroup_le_card_pow_prime_of_le_card
∀ {G : Type u} [inst : Group G] {n p : ℕ},
Nat.Prime p → IsPGroup p G → ∀ {H : Subgroup G}, p ^ n ≤ Nat.card ↥H → ∃ H' ≤ H, Nat.card ↥H' = p ^ nA special case of Sylow's first theorem. If G is a p-group and H a subgroup of size at
least p ^ n then there is a subgroup of H of cardinality p ^ n.
- Defined in
- Mathlib.GroupTheory.Sylow
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 117 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.
Cites16
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
- Subgroupstatement and proof · cited by 3,593
- Nat.Primestatement and proof · cited by 2,059
- MulEquivproof · cited by 1,142
- Nat.cardstatement and proof · cited by 844
- MulEquiv.symmproof · cited by 482
- Subgroup.mapproof · cited by 301
- Subgroup.subtypeproof · cited by 185
- Nat.card_congrproof · cited by 133
- MulEquiv.toEquivproof · cited by 126
- IsPGroupstatement and proof · cited by 96
- Subgroup.subtype_injectiveproof · cited by 18
Cited by1
Results whose statement or proof uses this declaration.
- Sylow.exists_subgroup_le_card_leproof · cited by 1