Here, at point 5, you can find a proof that, for a variable with a geometric distribution,
$P(N>n) = (1-p)^n$
The proof is a follow:
$P(N>n) = \sum_{k=n+1}^{+\infty}P(Y=a)=\sum_{k=n+1}^{+\infty}(1-p)^{k-1}p= \frac{p(1-p)^n}{1-(1-p)}=(1-p)^n $
I am unclear about why the following step is possible:
$\sum_{k=n+1}^{+\infty}(1-p)^{k-1}p= \frac{p(1-p)^n}{1-(1-p)}$
I am aware that it exploits the following formula for geometric series: $\sum_{i=1}^{+\infty}r^i = \frac{r}{1-r}$
However, to use that formula, you need and index starting at 1 and that index has to be alone in the exponent. In this situation, it is possible to perform an "index shift" to achieve to the desired form. However, I don't see what index shift was performed. Moreover, the result is actually of the form $\frac{r^n}{1-r}$, which is slightly different, probably due to the index shift that was done. Any insight would be appreciated!