What happens if one divides an infinitely large set into two equal parts - or eliminates half the members of the set - an infinite number of times?
Two intuitions:
After each elimination, the remaining set is still infinitely large, thus even an infinite number of eliminations leaves us with an infinitely large set.
Let's eliminate from the set of natural numbers every other member repeatedly. After the first step, only every other number is left. After the second step, only every fourth member is left. After the 3rd step only every 8th. And so on. If one does this forever, no natural number escapes elimination. Therefore the infinite process of elimination leaves us with an empty set.
Is either intuition compelling/correct? And why is the other one deceptive?
Given a descending sequence of sets, $$A_1\supseteq A_2\supseteq A_3\supseteq\cdots$$
We can think of the limit of the cardinalities: $$\lim_{n\to\infty}|A_n|,\tag1$$ or we can look at the limit in terms of sets, which here is the intersection of sets:
$$\bigcap_{n=1}^{\infty} A_n\tag2$$
Both might be useful in different circumstances, and the cardinality of $(2)$ might be different from $(1).$
The only thing we know is the cardinality of $(2)$ is $\leq$ the value returned in $(1),$ and if $(1)$ is finite, then $(1)$ and will be equal to the cardinality of $(2).$
A variant of $(1)$ is if you have a measure space. Then you could take $$\lim_{n\to\infty} \mu(A_n)\tag3$$ as your limit, but again, $(3)$ won’t agree with the measure of $(2).$ $(3)$ is an upper bound for the measure of $(2),$ but they are only known to be equal if $(3)$ is finite.
The measure example is the kind of thing leads to some counterexamples in analysis. For example, there are functions $f_n$ such that $f_n(x)\to 0$ at each $x,$ but for which $\int f_n(x)\,dx\to\infty.$
It’s worth noting we can remove just one at a time and still get an empty set for $(2).$ For example, $A_{n}=\{m\in\mathbb N\mid m\geq n\}$ removes one element at s time, and you still have an empty intersection.
Indeed, this is the heart of mathematical induction.