$\sum_{k\leq n}^{n} \binom{n}{k}= 2^n , n, k \in \mathbb{N}$
Im trying with mathematical induction but im stuck.
My inductive step:
$H) \sum_{k=0}^{h} \binom{h}{k}= 2^h$
$T) \sum_{k=0}^{h+1} \binom{h+1}{k}= 2^{h+1}$
For the demo:
$\sum_{k=0}^{h+1} \binom{h+1}{k} \Rightarrow \sum_{k=0}^{h} \binom{h}{k} + \sum_{k=0}^{h} \binom{h}{k-1}$
Where i can use the hypothesis in the first term, but dont know how to continue.