English
The orbit of a under the fixingSubgroup M sᶜ is contained in s.
Русский
Орбита элемента a подFixingSubgroup(M, sᶜ) ⊆ s.
LaTeX
$$$\\mathrm{MulAction.orbit}(\\mathrm{fixingSubgroup}(M,s^c), a) \\subseteq s$$$
Lean4
/-- `M`-equivariant functions `X → Y` with respect to the action of `M`.
This is the same as `X →ₑ[@id M] Y`. -/
@[term_parser 1000]
public meta def «MulActionHomIdLocal≺» : Lean.TrailingParserDescr✝ :=
ParserDescr.trailingNode✝ `«MulActionHomIdLocal≺» 25 0
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ " →[") (ParserDescr.cat✝ `term 25))
(ParserDescr.symbol✝ "] "))
(ParserDescr.cat✝ `term 0))