I have some problem to prove this statement by the Principle of mathematical Induction.
$$\sum_{i=0}^{n} \binom{n}{i} = 2^n.$$ So I begin with the base step. For $n=0$, $$\sum_{i=0}^{0} \binom{0}{i} = 2^0 =1.$$
Now could you help me to show the inductive step?
Thank you in advance!