Mathlib Map

Theorems · Theorem · group theory

MulAction.isPretransitive_iff_base

∀ {G : Type u_1} {X : Type u_2} [inst : Group G] [inst_1 : MulAction G X] (a : X),
  MulAction.IsPretransitive G X ↔ ∀ (x : X), ∃ g, g • a = x

An action of a group is pretransitive iff any element can be moved from a fixed given one.

Defined in
Mathlib.GroupTheory.GroupAction.Transitive
Cited by
4 results in Mathlib
Foundations
Depth 12 from the axioms · uses propext
Assumes
GroupMulAction

Around this declaration

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

Cites6

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

Cited by4

Results whose statement or proof uses this declaration.