Lemmas about Int.natAbs
#
This file contains some results on Int.natAbs
, the absolute value of an integer as a
natural number.
Main results #
Int.natAbsHom
:Int.natAbs
bundled as aMonoidWithZeroHom
.
Int.natAbs
as a bundled MonoidWithZeroHom
.
Equations
- Int.natAbsHom = { toFun := Int.natAbs, map_zero' := Int.natAbs_zero, map_one' := Int.natAbs_one, map_mul' := Int.natAbs_mul }