Half of the real numbers, homogenously

  • Context: Graduate 
  • Thread starter Thread starter jostpuur
  • Start date Start date
  • Tags Tags
    Numbers Real numbers
Click For Summary

Discussion Overview

The discussion centers around the existence of a set \( X \subset \mathbb{R} \) such that the Lebesgue outer measure of its intersection with the interval \([0,x]\) equals \(\frac{x}{2}\) for all \( x > 0 \). Participants explore the implications of this property, particularly in the context of measure theory and the characteristics of measurable sets.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants propose that no such set \( X \) exists, arguing that if \( X \) were measurable, it would lead to contradictions regarding its measure.
  • Others discuss the possibility of defining a measurable set \( \overline{X} \) that contains \( X \) and satisfies certain measure properties, but express concerns about complications arising from non-measurable sets.
  • A participant suggests modifying the original set \( X \) to \( X \cap [0,1] \) to ensure its outer measure is finite, thus simplifying the analysis.
  • There is a discussion about the implications of typos in earlier proofs and how they affect the validity of the arguments presented.
  • Some participants explore the construction of sequences of sets \( X_n \) that approximate the desired property, questioning whether a limit set could exist with the same property.
  • Concerns are raised about the continuity of Lebesgue outer measure and the nature of limits in this context, with some suggesting that the limit may not be a well-defined set.

Areas of Agreement / Disagreement

Participants generally do not reach a consensus on the existence of such a set \( X \). There are multiple competing views regarding the implications of measure theory, the nature of limits, and the validity of various proofs presented.

Contextual Notes

Limitations include unresolved assumptions about the nature of measurable versus non-measurable sets, the continuity of Lebesgue outer measure, and the implications of constructing limit sets from sequences of approximating sets.

Who May Find This Useful

Readers interested in measure theory, particularly those exploring properties of Lebesgue measure and outer measure, as well as those engaged in discussions about the existence of certain types of sets in real analysis.

jostpuur
Messages
2,112
Reaction score
19
Does there exist a set [tex]X\subset\mathbb{R}[/tex] that has a property

[tex] m^*(X\cap [0,x]) = \frac{x}{2},\quad\quad\forall x>0,[/tex]

where [tex]m^*[/tex] is the Lebesgue outer measure?

My own guess is that this kind of X does not exist, but I don't know why. Anybody knowing proof for the impossibility of this X?
 
Physics news on Phys.org
Loosely speaking most sets of positive measure are very close to being unions of intervals and in some sense if [tex]m(X) > 0[/tex] then [tex]m(X\cap[x-\epsilon,x+\epsilon]) \approx 2\epsilon[/tex] for "most" [tex]x\in X[/tex].

There clearly does not exist a X which is lebesgue measurable.
Assume the existence of such a X.
Since we have assumed X to be measurable, we can work with the lebesgue measure [tex]m()[/tex] instead of outer measures.

Now,
Choose any [tex]0 \leq a < b[/tex]. Then [tex]m (X \cap [0,b]) = m(X \cap [0,a]) +m(X \cap [a,b]) - m(X \cap \{a\})[/tex]
hence,
[tex]m(X \cap [a,b]) = \frac{b-a}{2}[/tex]

and since points have measure 0, it follows that
[tex]m(X \cap [a,b]) =m(X \cap (a,b])=m(X \cap (a,b))=m(X \cap [a,b)) =\frac{b-a}{2} (1)[/tex]

The proof hinges on the following: Given any measurable set E and an arbitary [tex]\epsilon > 0[/tex], there exists an open set O such that
[tex]E \subseteq O[/tex] and [tex]m(O) \leq m(E) + \epsilon[/tex] (note: corrected after jostpuur pointed out a typo)

So choose such an O for X.

O being open can be written as [tex]O=\cup_{i\in A}^{\infty} O_i[/tex] where [tex]O_i[/tex] are disjoint open intervals in [tex][0,\infty)[/tex] and A is a finite or countable index set, clearly [tex]m(O)= \sum_{i\in A} m(O_i)[/tex].

From (1) we have for all i, [tex]m(X \cap O_i) = m(O_i)/2[/tex]

Clearly, [tex]X = X \cap O = \cup_{i\in A} X\cap O_i[/tex]
and hence,
[tex]m(X) = \sum_{i\in A} m(X\cap O_i) = \sum_{i\in A} m(O_i)/2 = m(O)/2 \leq (m(X)+\epsilon)/2[/tex]

and we get
[tex]m(X) \leq \epsilon[/tex]

Since [tex]\epsilon > 0[/tex] was arbitary we must have [tex]m(X) = 0[/tex]

In which case we also must have [tex]m(X\cap[0,x]) = 0[/tex] for all x.

A contradiction. So no such X exists.

I won't be surprised if the result holds for arbitrary X.
 
I see. Isn't it also true, that for arbitrary set [tex]X\subset\mathbb{R}[/tex], there exists a measurable set [tex]\overline{X}[/tex] such that [tex]X\subset\overline{X}[/tex] and [tex]m^*(X)=m(\overline{X})[/tex], so that that deals with the non-measurable case?

edit: Or it could be that this idea starts to lead towards unnecessarily complicated proof. Perhaps one could start dealing with the open covers, used in the definition of the outer measure, directly?

I suppose it would be safest to replace the original [tex]X[/tex] with for example [tex]X\cap [0,1][/tex], so that its outer measure becomes finite. It is sufficient to hypothesize the property [tex]m^*(X\cap[0,t])=t/2[/tex] for 0<t<1.
 
Last edited:
I noticed a subtle mistake in my proof which can be corrected, jostpuur perhaps you can figure out how to correct it.

[tex] m(X) \leq (m(X)+\epsilon)/2[/tex]

implies, [tex]m(X) \leq \epsilon[/tex] if [tex]m(X) < \infty[/tex]

So the proof only holds for measurable sets of finite measure and clearly measure of X cannot be finite.
 
Yeah, I just managed to mention about that. It is not a problem, because we can carry out the proof "locally". If the X, that was described in the first post, existed, we could just take its intersection with some finite interval, and it would still have the same strange behavior locally there.


Then there was a typo here:

acarchau said:
The proof hinges on the following: Given any measurable set E and an arbitary [tex]\epsilon > 0[/tex], there exists an open set O such that
[tex]E \subseteq O[/tex] and [tex]m(E) \leq m(O) + \epsilon[/tex]

The intented inequality must have been

[tex] m(O) \leq m(E) + \epsilon[/tex]
 
jostpuur said:
Yeah, I just managed to mention about that. It is not a problem, because we can carry out the proof "locally". If the X, that was described in the first post, existed, we could just take its intersection with some finite interval, and it would still have the same strange behavior locally there.


Then there was a typo here:



The intented inequality must have been

[tex] m(O) \leq m(E) + \epsilon[/tex]

You are correct, thanks!
 
acarchau said:
You are correct, thanks!

Hehe. Thanks to you for the proof :smile:
 
I think I managed modifying the proof so that it can be carried out with outer measures. This equation

acarchau said:
[tex]m(X) = \sum_{i\in A} m(X\cap O_i)[/tex]

would require measure, but outer measure has the property

[tex] m^*(\bigcup_{n=1}^{\infty} A_n) \leq \sum_{n=1}^{\infty} m^*(A_n)[/tex]

which is enough for the proof.

So if there is [tex]X\subset [0,1][/tex] with the property [tex]m^*(X\cap [0,t])=t/2[/tex] for all [tex]0<t<1[/tex], then let [tex]\epsilon >0[/tex] be arbitrary. By definition of the outer measure, and by the fact that if two open intervals are not disjoint, then they together are one interval, there exists a sequence of open intervals [tex]]a_k,b_k[[/tex], [tex]k=1,2,3,\ldots[/tex], so that

[tex] X\subset \bigcup_{k=1}^{\infty}\; ]b_k,a_k[[/tex]

and

[tex] \sum_{k=1}^{\infty} (b_k-a_k) \leq m^*(X) + \epsilon.[/tex]

Then

[tex] X = \bigcup_{k=1}^{\infty} \big(X\cap \;]b_k,a_k[\big)[/tex]

so that by the property mentioned earlier we get

[tex] m^*(X) \leq \sum_{k=1}^{\infty} m^*(X\cap\; ]b_k,a_k[) = \sum_{k=1}^{\infty} \frac{b_k-a_k}{2} \leq \frac{1}{2}(m^*(X) \;+\; \epsilon).[/tex]

Isn't this right now too?

hmhmh... I see some little difficulties. The equation

[tex] m^*(X\cap \;]b_k,a_k[) = \frac{1}{2}(b_k-a_k)[/tex]

requires some explanation, and it could happen that some of these intervals go outside the [tex][0,1][/tex]... but these don't look fatal problems.
 
Last edited:
the approach appears sound
 
  • #10
I'm still puzzled by this all. If I define following sequence of sets:

[tex] X_1 = [0,\frac{1}{2}[[/tex]

[tex] X_2 = [0,\frac{1}{4}[\;\cup\;[\frac{1}{2},\frac{3}{4}[[/tex]

[tex] X_3 = [0,\frac{1}{8}[\;\cup\;[\frac{1}{4},\frac{3}{8}[\;\cup\;[\frac{1}{2},\frac{5}{8}[\;\cup\;[\frac{3}{4},\frac{7}{8}[[/tex]

...

Then for example [tex]m^*(X_{10^{10^{100000000}}}\cap [0,t])\approx \frac{t}{2}[/tex] would be true to great accuracy. One might think, that if you can device a set that has that property approximately, but with arbitrary preciseness, then we could also device, as some kind of limit, a set that has this property precisely :confused:

What's happening there?
 
  • #11
Is [tex]X_n[/tex] the set of all x in [0,1] whose nth bit, after the "decimal" point, is 0 in the binary representation?
 
  • #12
jostpuur said:
What's happening there?
Whatever notion of limit you come up with, at least one of the following will be true:

1. The limit isn't a set, but instead some generalized object
2. Lesbegue outer measure won't be continuous
3. The limit won't exist
 
  • #13
My take is this:

1. [tex]X_n[/tex] is constructed by dividing [0,1] into [tex]2^n[/tex] equal intervals and dropping alternate ones, the idea being that only half of any "good" set lies in [tex]X_n[/tex], upto a resolution. This makes [tex]X_n[/tex] to be the set of points having their nth bit 0, it is a disjoint union of [tex]2^{n-1}[/tex] intervals having dyadic rationals as their endpoints.

2. Limit of [tex]X_n[/tex] does not exist, for instance 0.1010101010... lies in [tex]X_2, X_4 \ldots[/tex] but not in [tex]X_1, X_3 \ldots[/tex]

3. [tex]\sup_{t \in [0,1]} | m(X_n \cap [0,t]) -t/2 | \leq \frac{1}{2^n}[/tex], hence [tex]\lim_{n \to \infty} \sup_{t \in [0,1]} | m(X_n \cap [0,t]) -t/2 | = 0[/tex]
 
  • #14
jostpuur said:
By definition of the outer measure, and by the fact that if two open intervals are not disjoint, then they together are one interval, there exists a sequence of open intervals [tex]]a_k,b_k[[/tex], [tex]k=1,2,3,\ldots[/tex], so that

The remark with disjointness was useless, btw. It stayed there from the previous proof that did not use outer measures.

Hurkyl said:
Whatever notion of limit you come up with, at least one of the following will be true:

1. The limit isn't a set, but instead some generalized object
2. Lesbegue outer measure won't be continuous
3. The limit won't exist

Very clear thinking.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 24 ·
Replies
24
Views
7K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
0
Views
667
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K