So, I came across the following paradox:
At $1$ minute before noon, put in balls $1 \sim 10$ and take out ball number $1$. At $1/2$ minute before noon, put in balls $11\sim20$ and take out ball number $2$ and so on. How many balls are there at noon?
None.
At $1$ minute before noon, put in balls $1 \sim 10$ and randomly take out a ball. At $1/2$ minute before noon, put in balls $11\sim20$ and randomly take out another ball and so on. How many balls are there at noon?
None.
Okay, so I understand the first paradox because one can describe the exact moment each ball was taken out. But, you can't apply a similar argument to the second paradox because we randomly take out a ball. I feel as if it's like infinitely summing $\frac{1}{n}$ and eventually there would be too many balls.
Can someone explain to me mathematically why this is the case?
Let $ n \in \mathbb{N} $
Let the ball labelled $ n $ be placed in the urn on step $ i_0 $.
The probability of removing the ball labelled $ n $ at step $ i $ is $ \dfrac {1} {9i+1} $.
The probability of it never being removed is therefore
$$ \prod_{i=i_0}^{\infty} 1 - \dfrac {1} {9i+1} $$
Which diverges to $ 0 $ since the sum
$$ \sum_{i=i_0}^{\infty} -\dfrac {1} {9i+1} $$
diverges to $ -\infty $.
So all balls will be removed at some point with probability $ 1 $.