Theorems · Theorem · group theory
Sylow.exists_subgroup_card_pow_prime
- #72 of the 100 theorems: Sylow’s Theorem
- 1000+ list: Sylow theorems
∀ {G : Type u} [inst : Group G] [Finite G] (p : ℕ) {n : ℕ} [Fact (Nat.Prime p)],
p ^ n ∣ Nat.card G → ∃ K, Nat.card ↥K = p ^ nA generalisation of Sylow's first theorem. If p ^ n divides
the cardinality of G, then there is a subgroup of cardinality p ^ n
- Defined in
- Mathlib.GroupTheory.Sylow
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 115 from the axioms · uses propext, Classical.choice, Quot.sound
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
- Bot.botproof · cited by 4,720
- Subgroupstatement and proof · cited by 3,593
- Finitestatement and proof · cited by 3,029
- Factstatement and proof · cited by 2,726
- Nat.Primestatement and proof · cited by 2,059
- pow_zeroproof · cited by 1,094
- Nat.cardstatement and proof · cited by 844
- Subgroup.card_botproof · cited by 3
- Sylow.exists_subgroup_card_pow_prime_leproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Sylow.exists_subgroup_card_pow_prime_of_le_cardproof · cited by 1
- Group.card_dvd_prod_orderOfproof · cited by 0