Prove: (n!)^2 < 2^{n^2} Homework Problem

  • Thread starter Thread starter Moridin
  • Start date Start date
AI Thread Summary
The discussion centers on proving the inequality (n!)^2 < 2^{n^2} for all natural numbers n. The initial step verifies the base case for n = 1, establishing that 1 < 2 holds true. The thread then explores an inductive approach, assuming the inequality is valid for n = p and aiming to prove it for n = p + 1. It is noted that demonstrating (p + 1)^2 < 2^{2p + 1} simplifies the proof, with a suggestion to use calculus for a broader validation. The problem is ultimately resolved by the original poster, confirming the inequality holds.
Moridin
Messages
692
Reaction score
3

Homework Statement



Show that

\forall n \in \mathbb{N}:~~(n!)^{2} &lt; 2^{n^{2}}

The Attempt at a Solution



(1) Show that it is true for n = 1:

(1!)2 = 1; 21 = 2; => 1 < 2

(2) Show that if it is true for n = p, then it is true for n = p + 1:

Assume that

(p!)^{2} &lt; 2^{p^{2}}

Now,

((p+1)!)^{2} = ((p+1)(p!))^{2} = (p+1)^{2}(p!)^{2}

So if it could be shown that

(p+1)^{2}(p!)^{2} &lt; 2^{(p+1)^{2}}

then (2) has been demonstrated.

2^{(p+1)^{2}} = 2^{p^{2}} \cdot 2^{2p} \cdot 2

Our assumption shows that

(p!)^{2} &lt; 2^{p^{2}}

so I just need to show that the factor (p+1)^{2} is less than the factor 2^{2p} \cdot 2. I'm not sure how to go about doing that.
 
Physics news on Phys.org
Moridin said:
(p+1)^{2}(p!)^{2} &lt; 2^{(p+1)^{2}}
So you need to show that (p+1)^2 &lt; 2^{2p+1}

Note that this can be reduced to show (p+1)^2 &lt; (2^p)^2 which in turn can be reduced to p+1 &lt; 2^p

This shouldn't be too hard to prove. You could use calculus to prove it for all real values of p, which would in turn hold for positive integers p.
 
Thanks, I solved it now.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top