I'm currently going through a research paper and was trying to redo a proof on my side. The paper states : $$ \begin{align} \text{P}[failure] &\le \text{P}[s + 1 \text{ runs of A fail}] \\ &\le \sum_{i \ge s + 1} \binom{2s + 1}{i} \left(\frac{1}{4}\right)^i \left(\frac{3}{4}\right)^{2s + 1 - i} \\ &\le \left(\frac{1}{4}\right)^{s + 1} \left(\frac{3}{4}\right)^s \sum_{i \ge s + 1} \binom{2s + 1}{i} \end{align} $$
I just can't seem to understand why one can move from the second to the last line. I understand that we use the frontier $i = s + 1$ and replace, but I don't get why this means we can extract the fractions from the sum, and why the expression is larger than the line before.
What is the obvious thing I'm missing ?