ℕ and ℤ are normalized GCD monoids. #
Main statements #
- ℕ is a
GCDMonoid
- ℕ is a
NormalizedGCDMonoid
- ℤ is a
NormalizationMonoid
- ℤ is a
GCDMonoid
- ℤ is a
NormalizedGCDMonoid
Tags #
natural numbers, integers, normalization monoid, gcd monoid, greatest common divisor
ℕ
is a gcd_monoid.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
theorem
Int.eq_of_associated_of_nonneg
{a : ℤ}
{b : ℤ}
(h : Associated a b)
(ha : 0 ≤ a)
(hb : 0 ≤ b)
:
a = b
Equations
- One or more equations did not get rendered due to their size.
Maps an associate class of integers consisting of -n, n
to n : ℕ
Equations
- One or more equations did not get rendered due to their size.