For all n > 0 prove that ${2n}\choose{n}$ < $4^n$
It seems like a simple proof but I'm not sure how to continue it.
What I have so far:
Base Case:
Let n=1 ${2}\choose{1}$ = 2
$4^1$ = 4
2 < 4
Inductive Step: Assume ${2(x+1)}\choose{x+1}$ < $4^{x+1}$
Left side: $\frac{(2x+2)!}{(x+1)1(x+1)!}$