How can I prove by induction that
$$\binom{2n}n<4^n\;?$$
I have solved for the base case, $n=1$, and have formulated the induction hypothesis. I was thinking about Pascal's identity for the rest, but have not been able to come up with a way to use it.
HINT: Pascal’s identity will work. You get
$$\binom{2n+2}{n+1}=\binom{2n+1}{n+1}+\binom{2n+1}n\;.$$
Now notice that $\binom{2n+1}n=\binom{2n+1}{n+1}$, so you can rewrite this as
$$\binom{2n+2}{n+1}=2\binom{2n+1}{n+1}\;.$$
Now apply Pascal’s identity again, and use the fact that the central binomial coefficients are the largest for a given upper number.