Ok so as far as I know the infinite sum for a geometric progression with common ratio $r$ can be derived as follows:
$S_{n} = a(1 + r + r^{2} + ...+r^{n-1}) $
$rS_{n} = a(r + r^{2} +...+r^{n})$
$S_{n}(r-1) = a(r^{n}-1)$
$S_{n} = \frac{a(-1+r^{n})}{r-1} =$ $\frac{a(1-r^{n})}{1-r}$
Using this we can say that for $|r|<1$, $S_{\infty} = \frac{a}{1-r}$
In the case of $r = \frac{1}{2}, a = 1$, this gives $S_{\infty} = 2$
But now consider the following argument:
A runner has $2$metres left till he reaches the finishing line. In order to reach it, he must first cross halfway i.e. $1m$. Then he must cross half of that i.e. $\frac{1}{2}$metres, taking his distance travelled to $1 + \frac{1}{2}$ metres etc... Given that he eventually does cross the finishing line can we conclude that the $S_{\infty} =2$ from this argument alone? Or perhaps that $S_{\infty} \geq 2$. Or is my assumption that he does cross the finishing line not allowed?