Prove by induction that (binomial theorem) $$ \binom{s}{s} + \binom{s+1}{s} + \dotsb + \binom{n}{s} = \binom{n+1}{s+1} $$ for all $s$ and all $n>s$.
I used base case $s=0$, and I got my base case to work. However when I go to my induction step, I can’t seem to get it to work.
You need aditivity of binomial coefficients: $${n\choose s}+{n\choose s+1} = {n+1\choose s+1}$$ so $$ \underbrace{\binom{s}{s} + \binom{s+1}{s} + \dotsb + \binom{n}{s}}_{n+1\choose s+1} +{n+1\choose s}= \binom{n+1}{s+1} +{n+1\choose s} ={n+2\choose s+1} $$