13

In Apostol, page $51$, he defines what he calls the component interval. I can't find any reference to it on the web. I have some problems with the definition:

Let $S \subseteq \mathbb{R}$. An open interval $I$ of $S$ is a component interval if there does not exist an open interval $J$ of $S$ such that $I \subset J$.

Intuitively, I get that $I$ is the largest possible open interval that is contained in $S$. I think that the set of all rationals between the end points of $S$, $\{\alpha \in (A,B)\ |\ \alpha \in \mathbb{Q}\}$, is a component interval. Is that true? If $D$ is dense in $S$, is $D$ in general a component interval of $S$?

nabil
  • 131

1 Answers1

22

You’ve slightly misstated the definition: $I$ is a component interval of $S$ if there is no open interval $J\subseteq S$ that properly contains $I$.

A component interval of $S$ is, first of all, an open interval in $\Bbb R$. It therefore can’t look like $(0,1)\cap\Bbb Q$, for instance, because that isn’t an interval in $\Bbb R$: it’s missing all of the irrationals between $0$ and $1$.

Consider the set $S=\{x\in\Bbb R:-1<x<1\text{ or }0<x<2\text{ or }4<x<5\}$; a little thought will show that $S=(-1,2)\cup(4,5)$. Here the intervals $(-1,2)$ and $(4,5)$ are the component intervals of $S$: each is an open interval, their union is all of $S$, and if you expand either of them even slightly to get a larger open interval, you pick up points that are not in $S$. $(-1,2)$ and $(4,5)$ are as big as they can be and still be open intervals contained in $S$. This set $S$ therefore has exactly two component intervals.

Now consider the set $$S=(0,1)\setminus\left\{\frac1n:n\in\Bbb Z^+\right\}\;.$$ $S$ is a bounded open subset of $\Bbb R$, and if you draw a sketch, you should be able to convince yourself pretty easily that

$$\begin{align*} S&=\left(\frac12,1\right)\cup\left(\frac13,\frac12\right)\cup\left(\frac14,\frac13\right)\cup\left(\frac15,\frac14\right)\cup\dots\\ &=\bigcup_{n\in\Bbb Z^+}\left(\frac1{n+1},\frac1n\right)\;. \end{align*}$$

Each of the intervals $\left(\frac1{n+1},\frac1n\right)$ is an open interval contained in $S$ that cannot be expanded to a larger open interval contained in $S$: if you try to expand $\left(\frac14,\frac13\right)$, for instance, you’ll get an interval that contains either $\frac14$ or $\frac13$ (or both) and therefore won’t be a subset of $S$ at all. By definition, therefore, each of these intervals $\left(\frac1{n+1},\frac1n\right)$ is a component interval of this set $S$. And since their union is all of $S$, they are all of the component intervals of $S$. This set $S$ has countably infinitely many component intervals, one for each $n\in\Bbb Z^+$.

What Apostol is going to prove there is that every open subset of $\Bbb R$ can be decomposed in this way into component intervals, and that there are always at most countably infinitely many of these component intervals.

Brian M. Scott
  • 616,228
  • Thanks ,Brian .Actually ,It's trivial ,I was abit hasty.So,the number of component intervals measure the number of disjoint connected subsets of an interval (Those subsets that are both close and open). – nabil Sep 02 '12 at 00:09
  • @nabil: Yes, that’s right, provided that you mean both closed and open in the subspace topology on $S$. – Brian M. Scott Sep 02 '12 at 06:26
  • This is an old post, but in this context the set $S$ can be unbounded as well... –  Feb 10 '18 at 17:59
  • What about the set (-1,2) U (4,4.5). ,wouldnt it be an open set in s containing all of the component (-1,2). –  May 27 '18 at 06:35
  • @SasikanthRaghava But that is not open interval in R – Curious student Sep 15 '18 at 15:34
  • @BrianM.Scott Please explain why you say that "...in this context S is bounded...". In Apostol (p. 51, definition 3.9) there is written that component interval can be finite or infinite). – Mokhmad-Salekh Khekhaev Mar 21 '22 at 06:36
  • @Mokhmad-SalekhKhekhaev: I didn’t have Apostol available, and his terminology is different from mine: in the terminology to which I’m accustomed intervals are by definition bounded, and his unbounded open intervals are what I would call open rays or $\Bbb R$ itself. I’ll modify the answer slightly to take his terminology into account. – Brian M. Scott Mar 21 '22 at 18:44