English
Abstraction function for Cofix F: there is a quotient-encoding that identifies implementations of Cofix F via the underlying P-structure.
Русский
Абстракционная функция Cofix F: существует кодирование через кванты, который эквивалентно реализации Cofix F через базовую структуру P.
LaTeX
$$$\\mathrm{abs} : q.P.M\\alpha \\to \\mathrm{Cofix}\\,F\\alpha \\\\text{defined as }\\mathrm{abs}(x) = \\operatorname{Quot.mk} x.$$$
Lean4
/-- Abstraction function for `cofix F α` -/
def abs {α} : q.P.M α → Cofix F α :=
Quot.mk _