3

I have to prove the following:

Let $ \mathcal{D} $ be a partition of $ \mathbb{R} $ in intervals of any kind, except intervals containing a single element. Prove $ \mathcal{D} $ is countable.

Now if $\mathcal{D}$ is finite the result is trivial; my problem is when it is infinite. In this case there is an inyective function $ f: \mathbb{N} \rightarrow \mathcal{D}, $ so $ \left| \mathbb{N} \right| \leq \left| \mathcal{D} \right|. $ But I don't know how to construct an injective function in the other direction to, then, apply the Cantor-Bernstein Theorem. In fact, I'm not even sure this is the right way to prove the result.

I would like to read some suggestions on how to tackle this problem.

  • 2
    Hint: What subsets of $\mathbb{R}$ do you know are countable? You need not construct an injection to the naturals if you can construct an injection to some other set you know to be countable. – meta Jun 04 '14 at 20:05
  • 2
    And another hint: every interval (other than single-element intervals) contains a ________ ______. – Greg Martin Jun 04 '14 at 20:18
  • @meta Just the finite subsets or $\mathbb{N},$ but I don't see how this can help me. – Carlos Garcia Jun 04 '14 at 21:24
  • See http://math.stackexchange.com/questions/525904/prove-that-any-family-of-pairwise-disjoint-open-intervals-is-countable, http://math.stackexchange.com/questions/5049/countability-of-disjoint-intervals and http://math.stackexchange.com/questions/75781/every-collection-of-disjoint-non-empty-open-subsets-of-mathbbr-is-countable – Martin Sleziak Jun 05 '14 at 14:01

2 Answers2

2

Notice that $\mathbb{Q} \subseteq \mathbb{R}$ and $\left| \mathbb{Q} \right| = \left| \mathbb{N} \right|.$ Now, every interval, other than a single element interval, contains a rational number, so you can map every interval in your partition to a rational number contained in that particular interval. Since the intervals in your partition are disjoint you don't have to worry about mapping two intervals to the same rational, so the map is injective. Clearly the map is also surjective, so you have a bijection between your partition to $\mathbb{Q},$ and hence to $\mathbb{N}$ as desired.

You should obviously write this argument a little nicely ;)


UPDATE: I think that in this proof we are using the Axiom of Choice when we say

You can map every interval in your partition to a rational number contained in that particular interval.

However I don't think this is a serious problem.

UPDATE: Oops! This map is not surjective, but is injective, so you have one inequality. The other inequality is the one you obtained.

1

HINT: There is a countable dense subset to the real numbers. Recall the definition of being dense.

Asaf Karagila
  • 393,674