theorems.fun
a working notebook of open problems ↘
theorems / sylow_one

Sylow's first theorem

Closed

Posted about 1 month ago · proven 20 days ago

Theorem & proof · sylow_one.lean · ✓ verified
1 2 3 4 5 6
import Mathlib

theorem sylow_one {G : Type*} [Group G] [Fintype G] (p : ) (hp : p.Prime) (n : ) (h : p ^ n ∣ Fintype.card G) :  H : Subgroup G, Nat.card H = p ^ n := by
  haveI : Fact p.Prime := ⟨hp⟩
  rw [← Nat.card_eq_fintype_card] at h
  exact Sylow.exists_subgroup_card_pow_prime p h
Rewards pledged

No rewards pledged yet.