English
There is a canonical order-monoid isomorphism between the unit group of WithZero α and α itself, provided by WithZero.withZeroUnitsEquiv.
Русский
Существует канонический упорядоченный моноидовый изоморфизм между группой единиц WithZero α и самой α, задаваемый WithZero.withZeroUnitsEquiv.
LaTeX
$$$(WithZero\\,\\alpha)^{\\times} \\cong_o \\alpha$$$
Lean4
instance : RingHomClass (α →+*o β) α β where
map_mul f := f.map_mul'
map_one f := f.map_one'
map_add f := f.map_add'
map_zero f := f.map_zero'