Lemmas about coprimality with big products. #
These lemmas are kept separate from Data.Nat.GCD.Basic
in order to minimize imports.
theorem
Nat.Coprime.prod_right
{ι : Type u_1}
{x : ℕ}
{t : Finset ι}
{s : ι → ℕ}
:
(∀ i ∈ t, x.Coprime (s i)) → x.Coprime (∏ i ∈ t, s i)
See IsCoprime.prod_right
for the corresponding lemma about IsCoprime