English
Internal verification details of the liftRight construction, showing coherence with unit structure and multiplication, are packaged in a proof artifact.
Русский
Внутренние детали доказательства конструкции liftRight, показывающие согласованность с единичной структурой и умножением, заключаются в доказательском артефакте.
LaTeX
$$$\\text{proof\_artifact} : \\text{coherence conditions for liftRight}$$$
Lean4
@[to_additive]
theorem coe_liftRight (f : M →* N) (hf : ∀ x, IsUnit (f x)) (x) : (IsUnit.liftRight f hf x : N) = f x :=
rfl