Miscellaneous lemmas about the integers #
This file contains lemmas about integers, which require further imports than
Data.Int.Basic
or Data.Int.Order
.
succ
and pred
#
natAbs
#
A specialization of abs_sub_le_of_nonneg_of_le
for working with the signed subtraction
of natural numbers.
A specialization of abs_sub_lt_of_nonneg_of_lt
for working with the signed subtraction
of natural numbers.
bitwise ops #
This lemma is orphaned from Data.Int.Bitwise
as it also requires material from Data.Int.Order
.