Documentation

Mathlib.Algebra.GCDMonoid.Nat

ℕ is a normalized GCD monoid. #

is a gcd_monoid.

Equations
  • One or more equations did not get rendered due to their size.
theorem gcd_eq_nat_gcd (m : ) (n : ) :
gcd m n = m.gcd n
theorem lcm_eq_nat_lcm (m : ) (n : ) :
lcm m n = m.lcm n