2

As already shown above I need to prove that $$\frac {4^n}{n+1} \lt \frac{(2n)!}{(n!)^2}\qquad \forall n \ge 2.$$

What I've come up with is the following:

$\underline{n=2:}\qquad$ $$\frac {16}{3} \lt 6$$

$\underline{n=k:}\qquad $$$\frac {4^k}{k+1} \lt \frac{(2k)!}{(k!)^2} $$

$\underline{n+1}:$ $$\frac {4^{k+1}}{k+2} \lt \frac{(2(k+1))!}{((k+1)!)^2} $$ $$\frac{4^k \cdot 4}{k+2} \lt \frac {(2k+2)!}{(k!)^2\cdot(k+1)\cdot(k+1)}$$ $$\frac{4^k \cdot 4}{k+2} \lt \frac{(k+1)\cdot \ldots \cdot (k + (k-1))\cdot{2k} \cdot (2k+1)\cdot(2k+2)}{(k!)^\require{enclose}\enclose{updiagonalstrike}2\cdot(k+1)\cdot(k+1)}$$ $$\frac{4^k \cdot 4}{k+2} \lt 2 \cdot\frac{\require{enclose}\enclose{updiagonalstrike}{(k+1)}\cdot \ldots \cdot (k + (k-1))\cdot{2k} \cdot (2k+1)\cdot\require{enclose}\enclose{updiagonalstrike}{(k+1)}}{(k!)\cdot\require{enclose}\enclose{updiagonalstrike}{(k+1)}\cdot\require{enclose}\enclose{updiagonalstrike}{(k+1)}}$$ $$\frac{4^k \cdot 4}{k+2} \lt 2 \cdot\frac{{(k+2)}\cdot \ldots \cdot (k + (k-1))\cdot{2k} \cdot (2k+1)}{(k!)}$$

From here on I'm stuck. Can somebody help me please?

Anonymous196
  • 1,385

3 Answers3

2

For $k+1$ it is equivalent to

$$ \frac{4^k}{k+1}<\frac{(2k+1)(k+2)(2k)!}{2(k+1)^2(k!)^2}$$

It is enough to prove that

$$\frac{(2k+1)(k+2)}{2(k+1)^2}>1$$

Notice that the above fraction is monotonically decreasing and its limit at $k\to\infty$ is $1$, therefore it is always greater than $1$.

And also, you have a mistake, as Harry noticed, $(2k)!\neq2k!$.

Edit

I have no idea what is Jaroslaw talking about. There is step-by-step solution. Suppose it is true for $k$. Then it is true for $k+1$ if and only if

$$\frac{4^{k+1}}{k+2}<\frac{(2k+2)!}{\left((k+1)!\right)^2}\\\frac{4^k}{k+1}\cdot\frac{4(k+1)}{k+2}<\frac{(2k+2)(2k+1)(2k)!}{(k+1)^2(k!)^2}\\\frac{4^k}{k+1}\cdot\frac{4(k+1)}{k+2}<\frac{(2k)!}{(k!)^2}\cdot\frac{(2k+2)(2k+1)}{(k+1)^2}$$

It is enough to prove that:

$$\frac{4(k+1)}{k+2}<\frac{(2k+2)(2k+1)}{(k+1)^2}$$

It is equivalent to

$$\frac{(2k+2)(2k+1)}{(k+1)^2}>\frac{4(k+1)}{k+2}\\\frac{2(k+1)(2k+1)(k+2)}{4(k+1)(k+1)^2}>1\\\frac{(2k+1)(k+2)}{2(k+1)^2}>1$$

  • My apologies for that. I'll edit that – Anonymous196 Sep 20 '17 at 13:50
  • Your inequality, that You say is equivalent, actually isn't equivalent. On the left side of equivalent inequality there should be $\frac{4^{k+1}}{k+2}$ and on the right side $\frac{(2k+1)(k+\color{red}{1})(2k)!}{2(k+1)^2(k!)^2}$ – Jaroslaw Matlak Sep 20 '17 at 15:54
  • @JaroslawMatlak. Actually the inequalities ARE equivalent, because we have that $k\ge3$. There is logical equivalency between original inequality for $k+1$ and my inequality. Why downvote? Do you want a proof or what? Please reconsider your vote. Thanks. –  Sep 20 '17 at 18:22
  • For the left side - I really don't know how inequality $a<b$ could be equivalent to $c<b$, especially when $a<c$. For the right side - obviously your version is an one way implication. Can you proove the other way implication? And also it doesn't give us the expected right side. – Jaroslaw Matlak Sep 20 '17 at 18:43
  • @JaroslawMatlak. I don't understand what do you mean. Please take a look at my answer again, I added an edit. I don't see what is incorrect in my implications. And, please reconsider your vote. Thanks. –  Sep 20 '17 at 20:02
  • @ThePirateBay Now your reasoning is clear for me. Thanks. – Jaroslaw Matlak Sep 20 '17 at 20:34
1

Note that $$\frac{\frac{4^{n+1}}{n+2}}{\frac{4^n}{n+1}}=4\frac{n+1}{n+2}$$ and that $$\frac{\frac{(2(n+1))!}{(n+1)!^2}}{\frac{(2n)!}{n!^2}}=\frac{(2n+2)!}{(2n)!}\cdot\frac{n!^2}{(n+1)!^2}=\frac{(2n+2)(2n+1)}{(n+1)^2}=2\frac{2n+1}{n+1}. $$So, when is it true that$$4\frac{n+1}{n+2}\leqslant2\frac{2n+1}{n+1}?$$ Well, the previous inequaliy is equivalent to $2(n+1)^2\leqslant(2n+1)(n+2)=2n^2+5n+2$, which clearly holds always. So, since you proved that $\frac{4^2}{2+1}<\frac{(2\times2)!}{2!^2}$, the inequality that you want to prove is true whenever $n\geqslant2$.

Anonymous196
  • 1,385
1

As your first steps of mathematical induction are right, I'll just perform a proof of inductive thesis for $n=k+1$.

First notice, that for $k>1$ $$\frac{4(k+1)}{(k+2)} < \frac{(2k+2)(2k+1)}{(k+1)^2}$$ proof: $$(k-1)k(k+1)^2(k+2)>0\\ \frac{k(k-1)}{(k+1)^2(k+2)}>0\\ \frac{4k^2-4k}{(k+1)^2(k+2)}>0\\ \frac{-4k^2+4k}{(k+1)^2(k+2)}<0\\ \frac{4(k^3+3k^2+3k+1)-(4k^3+16k^2+8k+4)}{(k+1)^2(k+2)}<0\\ \frac{4(k+1)^3}{(k+1)^2(k+2)}<\frac{4k^3+16k^2+8k+4}{(k+1)^2(k+2)}\\ \frac{4(k+1)^2}{(k+1)^2(k+2)}<\frac{(2k+2)(2k+1)(k+2)}{(k+1)^2(k+2)}\\ \frac{4(k+1)}{(k+2)}<\frac{(2k+2)(2k+1)}{(k+1)^2}$$

Thus, since $\frac{4(k+1)}{(k+2)}$ and $\frac{4^k}{k+1}$ are both positive, we have: $$\frac{4^{k+1}}{k+2}=\frac{4(k+1)}{(k+2)}\frac{4^k}{k+1} < \frac{4(k+1)}{(k+2)}\frac{(2k)!}{(k!)^2}<\frac{(2k+2)(2k+1)}{(k+1)^2}\frac{(2k)!}{(k!)^2} = \frac{(2k+2)!}{(((k+1)!)^2}$$

  • Why can you bring that other inequality to mine equality? – Anonymous196 Sep 20 '17 at 15:09
  • Why not? As you track the last chain of inequalities you'l see, that at each step I swap one factor with the bigger one (first $\frac{4^k}{k+1}$ with $\frac{(2k)!}{(k!)^2}$ - your inductive assumption, and then $\frac{4(k+1)}{k+2}$ with $\frac{(2k+2)(2k+1)}{(k+1)^2}$ - my inequality, that I've prooved for $k>1$). As a result I've obtained your inductive thesis. Are there some forbidden steps that I've missed? – Jaroslaw Matlak Sep 20 '17 at 15:48
  • Yes I've noticed that but how do you come up to prove that particular statement and use it in such a manner to prove my inequality? – Anonymous196 Sep 20 '17 at 15:51
  • I didn't even know you could prove this like that. I just thought of induction and nothing else. – Anonymous196 Sep 20 '17 at 15:52
  • Notice, that both sides of my inequality are factors, that are contained in your inductive thesis, but are missing in inductive assumption. I've checked, if they satisfy my inequality (track my proof from the end to the begining) and then prooved it. In my answer there is not a full inductive proof of your inequality - I've just prooved that the thesis is right if the assumption is true. – Jaroslaw Matlak Sep 20 '17 at 16:04