Theorems · Theorem · group theory
Sylow.exists_subgroup_le_card_le
∀ {G : Type u} [inst : Group G] {k p : ℕ},
Nat.Prime p →
IsPGroup p G → ∀ {H : Subgroup G}, k ≤ Nat.card ↥H → k ≠ 0 → ∃ H' ≤ H, Nat.card ↥H' ≤ k ∧ k < p * Nat.card ↥H'A special case of Sylow's first theorem. If G is a p-group and H a subgroup of size at
least k then there is a subgroup of H of cardinality between k / p and k.
- Defined in
- Mathlib.GroupTheory.Sylow
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 118 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.
Cites10
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
- LE.le.transproof · cited by 3,151
- Nat.Primestatement and proof · cited by 2,059
- Nat.cardstatement and proof · cited by 844
- pow_succ'proof · cited by 228
- Nat.Prime.one_ltproof · cited by 118
- IsPGroupstatement and proof · cited by 96
- exists_nat_pow_nearproof · cited by 2
- Sylow.exists_subgroup_le_card_pow_prime_of_le_cardproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- ZModModule.exists_submodule_subset_card_leproof · cited by 0