Definitions and properties of coprime
#
@[reducible]
m
and n
are coprime, or relatively prime, if their gcd
is 1.
Instances For
Equations
- m.instDecidableCoprime n = inferInstanceAs (Decidable (m.gcd n = 1))
theorem
Nat.Coprime.gcd_right
{m : Nat}
{n : Nat}
(k : Nat)
(hmn : m.Coprime n)
:
m.Coprime (k.gcd n)