i need to prove that ${2n \choose n} \le 4^{n}$ for all $ n \in N $.
I tried to prove it that way: $$ 4^{n} = (1+1)^{2n} = \sum_{i=0}^{2n} {2n \choose i}1^{2n-i}1^{i} = \sum_{i=0}^{2n} {2n \choose i} $$
We can see that ${2n \choose n}$ is part of the sum $\sum_{i=0}^{2n} {2n \choose i} $ when $i=n$ and the other members of the sum are greater than zero.
So we got that: $$ {2n \choose n} \lt 4^{n} $$
Is this enough to prove what I asked for? because I didn't show how we can get that $ {2n \choose n} = 4^{n} $, I found that the this happens when $n=0$ but 0 is not a neutral number.
When you are asked to show
$$a_n\leq b_n$$
you need to show that, for each $n$, $a_n<b_n$ or $a_n=b_n$. You have shown that $a_n<b_n$ is true for all $n>0$, so necessarily $a_n\leq b_n$. Thus you are done.