Theorems · Theorem · group theory
IsPGroup.exists_fixed_point_of_prime_dvd_card_of_fixed_point
∀ {p : ℕ} {G : Type u_1} [inst : Group G],
IsPGroup p G →
∀ [hp : Fact (Nat.Prime p)] (α : Type u_2) [inst_1 : MulAction G α] [Finite α],
p ∣ Nat.card α → ∀ {a : α}, a ∈ MulAction.fixedPoints G α → ∃ b ∈ MulAction.fixedPoints G α, a ≠ bIf a p-group acts on α and the cardinality of α is a multiple
of p, and the action has one fixed point, then it has another fixed point.
- Defined in
- Mathlib.GroupTheory.PGroup
- Cited by
- 1 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.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Set.Elemproof · cited by 7,166
- Groupstatement and proof · cited by 6,238
- Finitestatement and proof · cited by 3,029
- Factstatement and proof · cited by 2,726
- Nat.Primestatement and proof · cited by 2,059
- MulActionstatement and proof · cited by 1,294
- Nat.cardstatement and proof · cited by 844
- LT.lt.trans_leproof · cited by 678
- Fact.outproof · cited by 328
- Nat.Prime.one_ltproof · cited by 118
- exists_neproof · cited by 101
Cited by1
Results whose statement or proof uses this declaration.
- IsPGroup.center_nontrivialproof · cited by 2