Products of lists of prime elements. #
This file contains some theorems relating Prime
and products of List
s.
theorem
Prime.dvd_prod_iff
{M : Type u_1}
[CommMonoidWithZero M]
{p : M}
{L : List M}
(pp : Prime p)
:
Prime p
divides the product of a list L
iff it divides some a ∈ L