English
Naturality of the right action under morphisms in the monoidal category expresses compatibility with the associator/isomorphisms.
Русский
Натуральность правого действия по отношению к морфизмам в моноидальной категории выражает совместимость с ассоциатором/изоморфизмами.
LaTeX
$$actionAssocIso_hom_naturality$$
Lean4
/-- Notation for `actionHomRight`, the action of morphism in `D` on `C`. -/
@[scoped term_parser 1000]
public meta def «term_⊴ᵣ_» : Lean.TrailingParserDescr✝ :=
ParserDescr.trailingNode✝ `CategoryTheory.MonoidalCategory.MonoidalRightAction.«term_⊴ᵣ_» 81 82
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ " ⊴ᵣ ") (ParserDescr.cat✝ `term 81))