Infinite division of an infinitely large set

120 Views Asked by At

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:

  1. After each elimination, the remaining set is still infinitely large, thus even an infinite number of eliminations leaves us with an infinitely large set.

  2. 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?

2

There are 2 best solutions below

2
On

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.

1
On

If you eliminate from an infinite set of natural numbers its subset, with the remaining set still infinite, its cardinality remains the same, while its numerocity changes.

The numerocity of a subset of integers is the sum of the indicator function over the set, $n(S)=\sum_{k=-\infty}^\infty p(k)$, where $p(k)$ is $1$ if $k\in S$ and $0$ otherwise.

For an infinite set the numerocity will be a divergent series, but one can operate with such series as if they were numbers.

For instance, if the numerocity of all (positive and negative) integers is $\Omega$, then the numerocity of even numbers or odd numbers is $\Omega/2$, the numerocity of (positive) natural numbers is $\Omega/2-1/2$ (that's why the sum $\sum_{k=1}^\infty 1$ has regularized value of 1/2). If you take all even numbers from natural numbers, the numerocity will be $\Omega/4$ and if you take all odd numbers from natural numbers, the numerocity will be $\Omega/4-1/2$.