ℕ 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
- instNormalizedGCDMonoidNat = let __src := inferInstance; let __src_1 := inferInstance; NormalizedGCDMonoid.mk instNormalizedGCDMonoidNat.proof_1 instNormalizedGCDMonoidNat.proof_2
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.
Equations
- Int.instNormalizedGCDMonoid = let __src := Int.normalizationMonoid; let __src_1 := inferInstance; NormalizedGCDMonoid.mk Int.instNormalizedGCDMonoid.proof_1 Int.instNormalizedGCDMonoid.proof_2
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.