Commit 2025-05-20 07:44 cdcc52b1
View on Github →feat(GroupTheory.GroupAction.SubMulAction.OfStabilizer) : action of stabilizer on complement of a point (#23962)
The SubMulAction of the stabilizer of a point on the complement of that point
When a group G
acts on a type α
, the stabilizer of a point a : α
acts naturally on the complement of that point.
Such actions (and similar ones for other sets than singletons)
are useful to study the multiple transitivity of the group G
,
since n
-transitivity of G
on α
is equivalent to n - 1
-transitivity
of stabilizer G a
on the complement of a
.
We define equivariant maps that relate various of these sub_mul_actions
and permit to manipulate them in a relatively smooth way.
SubMulAction.ofStabilizer a
: the action ofstabilizer G a
on{a}ᶜ
SubMulAction.Enat_card_ofStabilizer_eq_add_one
,SubMulAction.nat_card_ofStabilizer_eq
compute the cardinality of thecarrier
of that action. Considera b : α
andg : G
such thathg : g • b = a
.SubMulAction.conjMap hg
is the equivariant map fromSubMulAction.ofStabilizer G a
toSubMulAction.ofStabilizer G b
.SubMulAction.ofStabilizer.isPretransitive_iff_conj hg
shows that this actions are equivalently pretransitive orSubMulAction.ofStabilizer.isMultiplyPretransitive_iff_conj hg
shows that this actions are equivalentlyn
-pretransitive for alln : ℕ
.SubMulAction.ofStabilizer.append
: givenx : Fin n ↪ ofStabilizer G a
, appenda
to obtainy : Fin n.succ ↪ α
SubMulAction.ofStabilizer.isMultiplyPretransitive_iff
: is the action ofG
onα
is pretransitive, then it isn.succ
pretransitive if and only if the action ofstabilizer G a
onofStabilizer G a
isn
-pretransitive.