Documentation
Redhill
.
ToMathlib
.
NatAbs
Search
return to top
source
Imports
Init
Mathlib.Data.Int.Order.Basic
Imported by
Int
.
sub_le_add_natAbs
Int
.
natAbs_add_of_mul_nonneg
Lemmas on
Int.natAbs
#
source
theorem
Int
.
sub_le_add_natAbs
{
a
b
:
ℤ
}
:
a
.
natAbs
-
b
.
natAbs
≤
(
a
+
b
).
natAbs
source
theorem
Int
.
natAbs_add_of_mul_nonneg
{
a
b
:
ℤ
}
(
h
:
0
≤
a
*
b
)
:
(
a
+
b
).
natAbs
=
a
.
natAbs
+
b
.
natAbs