Mathlib Map

Theorems · Theorem · group theory

MulAction.isMultiplyPreprimitive_iff

∀ (M : Type u_1) (α : Type u_2) [inst : Group M] [inst_1 : MulAction M α] (n : ℕ),
  MulAction.IsMultiplyPreprimitive M α n ↔
    MulAction.IsMultiplyPretransitive M α n ∧
      ∀ {s : Set α},
        s.encard + 1 = ↑n → MulAction.IsPreprimitive ↥(fixingSubgroup M s) ↥(SubMulAction.ofFixingSubgroup M s)
Defined in
Mathlib.GroupTheory.GroupAction.MultiplePrimitivity
Cited by
5 results in Mathlib
Foundations
Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
GroupMulAction

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by5

Results whose statement or proof uses this declaration.