Mathlib Map

Theorems · Theorem · group theory

AddAction.isPretransitive_iff_base

∀ {G : Type u_1} {X : Type u_2} [inst : AddGroup G] [inst_1 : AddAction G X] (a : X),
  AddAction.IsPretransitive G X ↔ ∀ (x : X), ∃ g, g +ᵥ a = x

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

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

Around this declaration

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

Cites7

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

Cited by2

Results whose statement or proof uses this declaration.