Prove that the product of all primes less than or equal to n is at most 4^n.
This is tough so I will suggest the following strategy: use induction and consider the case where n is even and n is odd separately. One case is very easy, the other is quite tricky and may require strong induction.
2007-10-06
13:59:14
·
6 answers
·
asked by
Phineas Bogg
6
in
Science & Mathematics
➔ Mathematics
Since there is no way I would have solved this on my own, let me offer an additional hint for the way I have seen this done. For the case, when n is odd and of the form 2k+1, you can use strong induction to assume that the product of the primes less than or equal to k+1 is at most 4^(k+1). Hmmm, or her's one more hint, there is a suprising appearance by combinations in the rest of the proof.
By the way, this can be use to prove part of a weak version of the prime number theorem.
2007-10-06
17:01:38 ·
update #1