Theorems · Theorem · group theory
IsPGroup.nonempty_fixed_point_of_prime_not_dvd_card
∀ {p : ℕ} {G : Type u_1} [inst : Group G],
IsPGroup p G →
∀ [hp : Fact (Nat.Prime p)] (α : Type u_3) [inst_1 : MulAction G α],
¬p ∣ Nat.card α → (MulAction.fixedPoints G α).NonemptyIf a p-group acts on α and the cardinality of α is not a multiple
of p then the action has a fixed point.
- Defined in
- Mathlib.GroupTheory.PGroup
- 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.
Cites12
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
- Finiteproof · cited by 3,029
- Factstatement and proof · cited by 2,726
- Set.Nonemptystatement · cited by 2,627
- Nat.Primestatement and proof · cited by 2,059
- MulActionstatement and proof · cited by 1,294
- Nat.cardstatement and proof · cited by 844
- IsPGroupstatement and proof · cited by 96
- dvd_zeroproof · cited by 63
- MulAction.fixedPointsstatement · cited by 41
- Nat.finite_of_card_ne_zeroproof · cited by 33
- Set.Nonempty.of_subtypeproof · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.