Lemmas about factorizationLCMLeft #
This file contains some lemmas about factorizationLCMLeft.
These were split from Mathlib.Data.Nat.Factorization.Basic to reduce transitive imports.
@[simp]
@[simp]
@[simp]
@[simp]
theorem
Nat.coprime_factorizationLCMLeft_factorizationLCMRight
(a b : ℕ)
:
(a.factorizationLCMLeft b).Coprime (a.factorizationLCMRight b)
theorem
Nat.factorizationLCMLeft_mul_factorizationLCMRight
{a b : ℕ}
(ha : a ≠ 0)
(hb : b ≠ 0)
:
a.factorizationLCMLeft b * a.factorizationLCMRight b = a.lcm b