Complements to pretransitive actions #
When f : X →ₑ[φ] Y
is an equivariant map with respect to a map
of monoids φ: M → N
,
MulAction.IsPretransitive.of_surjective_map
shows that the action ofN
onY
is pretransitive if that ofM
onX
is pretransitive.MulAction.isPretransitive_congr
shows that whenφ
is surjective, the action ofN
onY
is pretransitive iff that ofM
onX
is pretransitive.
Given MulAction G X
where G
is a group,
MulAction.isPretransitive_iff_base G a
shows thatIsPretransitive G X
iff every element is translated froma
MulAction.isPretransitive_iff_orbit_eq_univ G a
shows thatMulAction.IsPretransitive G X
iffMulAction.orbit G a
is full.
An action of a group is pretransitive iff any element can be moved from a fixed given one.
An additive action of an additive group is pretransitive iff any element can be moved from a fixed given one.