English
Construct the equivalence class [f] for AEStronglyMeasurable f by taking the quotient by the aeEqSetoid.
Русский
Построение эквивалентного класса [f] для AEStronglyMeasurable f через фактор-мост aeEqSetoid.
LaTeX
$$mk (f hf) : Alpha →ₘ[μ] β$$
Lean4
@[inherit_doc MeasureTheory.AEEqFun, term_parser 1000]
public meta def «term_→ₘ[_]_» : Lean.TrailingParserDescr✝ :=
ParserDescr.trailingNode✝ `MeasureTheory.«term_→ₘ[_]_» 25 0
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ " →ₘ[") (ParserDescr.cat✝ `term 0))
(ParserDescr.symbol✝ "] "))
(ParserDescr.cat✝ `term 0))