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 aon{a}ᶜSubMulAction.Enat_card_ofStabilizer_eq_add_one,SubMulAction.nat_card_ofStabilizer_eqcompute the cardinality of thecarrierof that action. Considera b : αandg : Gsuch thathg : g • b = a.SubMulAction.conjMap hgis the equivariant map fromSubMulAction.ofStabilizer G atoSubMulAction.ofStabilizer G b.SubMulAction.ofStabilizer.isPretransitive_iff_conj hgshows that this actions are equivalently pretransitive orSubMulAction.ofStabilizer.isMultiplyPretransitive_iff_conj hgshows that this actions are equivalentlyn-pretransitive for alln : ℕ.SubMulAction.ofStabilizer.append: givenx : Fin n ↪ ofStabilizer G a, appendato obtainy : Fin n.succ ↪ αSubMulAction.ofStabilizer.isMultiplyPretransitive_iff: is the action ofGonαis pretransitive, then it isn.succpretransitive if and only if the action ofstabilizer G aonofStabilizer G aisn-pretransitive.