Suppose you have the sequence of fractions $\left\{\frac{1}{a} : a \in \mathbb{N}\right\}$ ($\frac{1}{2},\frac{1}{3}$ and so on).
Now you start with $1$ and subtract every item of the sequence as long as the result is larger than $0$. You would start with subtracting $\frac{1}{2}$ and $\frac{1}{3}$, but then skip $4-6$ because the result would be 0 or smaller. You continue with $\frac{1}{7}$ and $\frac{1}{43}$.
Is there any lower limit to how small a number you can get or can you get as close to $0$ as you like?