English
(Duplicate/variant) The orbit inclusion holds as above for the complement fixing subgroup.
Русский
(Повтор/вариант) Орбитa удовлетворяет вложение как выше для фиксационной подгруппы комплемента.
LaTeX
$$$$\\text{orbit}(\\mathrm{fixingSubgroup}(M,s^c),a) \\subseteq s$$$$
Lean4
/-- `M`-equivariant functions `X → Y` with respect to the additive action of `M`.
This is the same as `X →ₑ[@id M] Y`.
We use the same notation as for multiplicative actions, as conflicts are unlikely. -/
@[term_parser 1000]
public meta def «AddActionHomIdLocal≺» : Lean.TrailingParserDescr✝ :=
ParserDescr.trailingNode✝ `«AddActionHomIdLocal≺» 25 0
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ " →[") (ParserDescr.cat✝ `term 25))
(ParserDescr.symbol✝ "] "))
(ParserDescr.cat✝ `term 0))