Can all composite numbers be factored into a finite set of prime numbers?

314 Views Asked by At

Can all composite numbers be factored into a finite set of prime numbers? For example, the set (2,3,5,7,11) can make up the the factors of an extraordinary amount of large numbers. Is there a maximum number of primes that exist to make up the product of all composite numbers?

1

There are 1 best solutions below

2
On

Every such maximal set $S$ must coincide with the set of primes $\Bbb P$. To show this, suppose that your maximal set is missing a prime $p$ and consider the composite number $2p$. Because of the Fundamental Theorem of Arithmetic, we cannot factor $2p$ with different primes. This is a contradiction and we are done.