complement of a set and its measure Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)outer measure of an irrational setDescribing the outer measure generated by a set function.Set and its Complement are Measure DenseVitali set of outer-measure exactly $1$.Finding a set which has non-full outer measure on every interval, and so does its complement.Jordan Measure and Lebesgue MeasureLebesgue Outer Measure: Vitali SetInner measure less than outer measureOuter measure extension and Caratheodory measure. Inequality.Can a set of positive measure and its complement both have empty interior?Outer measure and set with full measure
What is the correct way to use the pinch test for dehydration?
Why was the term "discrete" used in discrete logarithm?
How can players work together to take actions that are otherwise impossible?
Is a manifold-with-boundary with given interior and non-empty boundary essentially unique?
Is the address of a local variable a constexpr?
How to recreate this effect in Photoshop?
Letter Boxed validator
Is 1 ppb equal to 1 μg/kg?
What are the motives behind Cersei's orders given to Bronn?
Why is "Captain Marvel" translated as male in Portugal?
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
Why aren't air breathing engines used as small first stages
Is it true that "carbohydrates are of no use for the basal metabolic need"?
What LEGO pieces have "real-world" functionality?
Why does Python start at index -1 when indexing a list from the end?
Do I really need recursive chmod to restrict access to a folder?
Why don't the Weasley twins use magic outside of school if the Trace can only find the location of spells cast?
Are my PIs rude or am I just being too sensitive?
Single word antonym of "flightless"
Why are there no cargo aircraft with "flying wing" design?
Proof involving the spectral radius and the Jordan canonical form
How discoverable are IPv6 addresses and AAAA names by potential attackers?
What do you call a phrase that's not an idiom yet?
What causes the vertical darker bands in my photo?
complement of a set and its measure
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)outer measure of an irrational setDescribing the outer measure generated by a set function.Set and its Complement are Measure DenseVitali set of outer-measure exactly $1$.Finding a set which has non-full outer measure on every interval, and so does its complement.Jordan Measure and Lebesgue MeasureLebesgue Outer Measure: Vitali SetInner measure less than outer measureOuter measure extension and Caratheodory measure. Inequality.Can a set of positive measure and its complement both have empty interior?Outer measure and set with full measure
$begingroup$
if $E = [0,1] bigcap mathbbQ $, what is $E^complement$ with respect to $[0,1]$ and its outer measure $m^ast(E^complement)$?
The outer measure is defined thus:
$m^ast(E^complement):= inf_P m(P)$
where $P$ ranges over the set of multi-intervals containing $E$: $E subseteq P$
measure-theory
$endgroup$
add a comment |
$begingroup$
if $E = [0,1] bigcap mathbbQ $, what is $E^complement$ with respect to $[0,1]$ and its outer measure $m^ast(E^complement)$?
The outer measure is defined thus:
$m^ast(E^complement):= inf_P m(P)$
where $P$ ranges over the set of multi-intervals containing $E$: $E subseteq P$
measure-theory
$endgroup$
$begingroup$
Use the properties of $m^ast$, not its definition. "multi-intervals" is not a standard term, you mean at most countable union of intervals?
$endgroup$
– Henno Brandsma
Mar 26 at 10:48
add a comment |
$begingroup$
if $E = [0,1] bigcap mathbbQ $, what is $E^complement$ with respect to $[0,1]$ and its outer measure $m^ast(E^complement)$?
The outer measure is defined thus:
$m^ast(E^complement):= inf_P m(P)$
where $P$ ranges over the set of multi-intervals containing $E$: $E subseteq P$
measure-theory
$endgroup$
if $E = [0,1] bigcap mathbbQ $, what is $E^complement$ with respect to $[0,1]$ and its outer measure $m^ast(E^complement)$?
The outer measure is defined thus:
$m^ast(E^complement):= inf_P m(P)$
where $P$ ranges over the set of multi-intervals containing $E$: $E subseteq P$
measure-theory
measure-theory
edited Mar 26 at 10:50
Henno Brandsma
116k349127
116k349127
asked Mar 26 at 10:06
Giuliano MalatestaGiuliano Malatesta
347
347
$begingroup$
Use the properties of $m^ast$, not its definition. "multi-intervals" is not a standard term, you mean at most countable union of intervals?
$endgroup$
– Henno Brandsma
Mar 26 at 10:48
add a comment |
$begingroup$
Use the properties of $m^ast$, not its definition. "multi-intervals" is not a standard term, you mean at most countable union of intervals?
$endgroup$
– Henno Brandsma
Mar 26 at 10:48
$begingroup$
Use the properties of $m^ast$, not its definition. "multi-intervals" is not a standard term, you mean at most countable union of intervals?
$endgroup$
– Henno Brandsma
Mar 26 at 10:48
$begingroup$
Use the properties of $m^ast$, not its definition. "multi-intervals" is not a standard term, you mean at most countable union of intervals?
$endgroup$
– Henno Brandsma
Mar 26 at 10:48
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
$E^complement = x in [0,1]: x notin mathbbQ$, the irrational points of $[0,1]$, when we take the complement in $[0,1]$, as $E$ consists of the rational points (so is countable and hence has $m^ast(E)=0$).
$m^ast(E^complement)=1$ as is easy to see. Note that subadditivity and monotonicity of $m^ast$ already tell us that
$$1=m^ast([0,1]) le m^ast(E) + m^ast(E^complement) = 0 + m^ast(E^complement)= m^ast(E^complement) le m^ast([0,1])=1$$
$endgroup$
$begingroup$
I tried to use De Morgan's Law: The complement of an intersection is the union of complements $left(Acap Bright)^c=A^ccup B^c$ which in this case should be: $[0,1]^c cup mathbbQ^C =emptyset cup [0,1]$ but it is wrong
$endgroup$
– Giuliano Malatesta
Mar 26 at 10:57
1
$begingroup$
@GiulianoMalatesta inside $[0,1]$ the complement of $[0,1]$ is $emptyset$, indeed but the complement of the rationals (even inside $[0,1]$) is not $[0,1]$, but like I said, the irationals in that interval.
$endgroup$
– Henno Brandsma
Mar 26 at 10:59
$begingroup$
@GiulianoMalatesta It's formulaic expression is unimportant for the computation ofits outer measure. I don't use it. Just that $E$ is countable and thus has outer measure $0$; that's all that matters.
$endgroup$
– Henno Brandsma
Mar 26 at 11:02
add a comment |
$begingroup$
The outer measure is clearly less than or equal to $1$. Suppose $m^*(E^c) =r<1$. Cover the rational numbers in $[0,1]$ by intervals with total length $t <1-r$ and cover $E$ by intervals with total length less than $r$. Putting these together we can cover $[0,1]$ by intervals with total length $t+r <1$ which contradicts the fact that measure of $[0,1]$ is $1$. Hence $m^*(E^c)=1$
$endgroup$
$begingroup$
What is the expression for $E^c$ ?
$endgroup$
– Giuliano Malatesta
Mar 26 at 10:45
$begingroup$
$E^c=[0,1]setminus E$ the set of all irrational numbers in $[0,1]$.
$endgroup$
– Kavi Rama Murthy
Mar 26 at 11:41
$begingroup$
if $E^c$ is an irrational set why are you talking of covering the rationals in $[0,1]$?
$endgroup$
– Giuliano Malatesta
Mar 29 at 8:46
$begingroup$
@GiulianoMalatesta The idea is to cover both $E$ and $E^c$ to get a cover for $[0,1]$ with total length less than $1$.
$endgroup$
– Kavi Rama Murthy
Mar 29 at 8:49
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3162972%2fcomplement-of-a-set-and-its-measure%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
$E^complement = x in [0,1]: x notin mathbbQ$, the irrational points of $[0,1]$, when we take the complement in $[0,1]$, as $E$ consists of the rational points (so is countable and hence has $m^ast(E)=0$).
$m^ast(E^complement)=1$ as is easy to see. Note that subadditivity and monotonicity of $m^ast$ already tell us that
$$1=m^ast([0,1]) le m^ast(E) + m^ast(E^complement) = 0 + m^ast(E^complement)= m^ast(E^complement) le m^ast([0,1])=1$$
$endgroup$
$begingroup$
I tried to use De Morgan's Law: The complement of an intersection is the union of complements $left(Acap Bright)^c=A^ccup B^c$ which in this case should be: $[0,1]^c cup mathbbQ^C =emptyset cup [0,1]$ but it is wrong
$endgroup$
– Giuliano Malatesta
Mar 26 at 10:57
1
$begingroup$
@GiulianoMalatesta inside $[0,1]$ the complement of $[0,1]$ is $emptyset$, indeed but the complement of the rationals (even inside $[0,1]$) is not $[0,1]$, but like I said, the irationals in that interval.
$endgroup$
– Henno Brandsma
Mar 26 at 10:59
$begingroup$
@GiulianoMalatesta It's formulaic expression is unimportant for the computation ofits outer measure. I don't use it. Just that $E$ is countable and thus has outer measure $0$; that's all that matters.
$endgroup$
– Henno Brandsma
Mar 26 at 11:02
add a comment |
$begingroup$
$E^complement = x in [0,1]: x notin mathbbQ$, the irrational points of $[0,1]$, when we take the complement in $[0,1]$, as $E$ consists of the rational points (so is countable and hence has $m^ast(E)=0$).
$m^ast(E^complement)=1$ as is easy to see. Note that subadditivity and monotonicity of $m^ast$ already tell us that
$$1=m^ast([0,1]) le m^ast(E) + m^ast(E^complement) = 0 + m^ast(E^complement)= m^ast(E^complement) le m^ast([0,1])=1$$
$endgroup$
$begingroup$
I tried to use De Morgan's Law: The complement of an intersection is the union of complements $left(Acap Bright)^c=A^ccup B^c$ which in this case should be: $[0,1]^c cup mathbbQ^C =emptyset cup [0,1]$ but it is wrong
$endgroup$
– Giuliano Malatesta
Mar 26 at 10:57
1
$begingroup$
@GiulianoMalatesta inside $[0,1]$ the complement of $[0,1]$ is $emptyset$, indeed but the complement of the rationals (even inside $[0,1]$) is not $[0,1]$, but like I said, the irationals in that interval.
$endgroup$
– Henno Brandsma
Mar 26 at 10:59
$begingroup$
@GiulianoMalatesta It's formulaic expression is unimportant for the computation ofits outer measure. I don't use it. Just that $E$ is countable and thus has outer measure $0$; that's all that matters.
$endgroup$
– Henno Brandsma
Mar 26 at 11:02
add a comment |
$begingroup$
$E^complement = x in [0,1]: x notin mathbbQ$, the irrational points of $[0,1]$, when we take the complement in $[0,1]$, as $E$ consists of the rational points (so is countable and hence has $m^ast(E)=0$).
$m^ast(E^complement)=1$ as is easy to see. Note that subadditivity and monotonicity of $m^ast$ already tell us that
$$1=m^ast([0,1]) le m^ast(E) + m^ast(E^complement) = 0 + m^ast(E^complement)= m^ast(E^complement) le m^ast([0,1])=1$$
$endgroup$
$E^complement = x in [0,1]: x notin mathbbQ$, the irrational points of $[0,1]$, when we take the complement in $[0,1]$, as $E$ consists of the rational points (so is countable and hence has $m^ast(E)=0$).
$m^ast(E^complement)=1$ as is easy to see. Note that subadditivity and monotonicity of $m^ast$ already tell us that
$$1=m^ast([0,1]) le m^ast(E) + m^ast(E^complement) = 0 + m^ast(E^complement)= m^ast(E^complement) le m^ast([0,1])=1$$
edited Mar 29 at 9:36
supinf
6,7571129
6,7571129
answered Mar 26 at 10:47
Henno BrandsmaHenno Brandsma
116k349127
116k349127
$begingroup$
I tried to use De Morgan's Law: The complement of an intersection is the union of complements $left(Acap Bright)^c=A^ccup B^c$ which in this case should be: $[0,1]^c cup mathbbQ^C =emptyset cup [0,1]$ but it is wrong
$endgroup$
– Giuliano Malatesta
Mar 26 at 10:57
1
$begingroup$
@GiulianoMalatesta inside $[0,1]$ the complement of $[0,1]$ is $emptyset$, indeed but the complement of the rationals (even inside $[0,1]$) is not $[0,1]$, but like I said, the irationals in that interval.
$endgroup$
– Henno Brandsma
Mar 26 at 10:59
$begingroup$
@GiulianoMalatesta It's formulaic expression is unimportant for the computation ofits outer measure. I don't use it. Just that $E$ is countable and thus has outer measure $0$; that's all that matters.
$endgroup$
– Henno Brandsma
Mar 26 at 11:02
add a comment |
$begingroup$
I tried to use De Morgan's Law: The complement of an intersection is the union of complements $left(Acap Bright)^c=A^ccup B^c$ which in this case should be: $[0,1]^c cup mathbbQ^C =emptyset cup [0,1]$ but it is wrong
$endgroup$
– Giuliano Malatesta
Mar 26 at 10:57
1
$begingroup$
@GiulianoMalatesta inside $[0,1]$ the complement of $[0,1]$ is $emptyset$, indeed but the complement of the rationals (even inside $[0,1]$) is not $[0,1]$, but like I said, the irationals in that interval.
$endgroup$
– Henno Brandsma
Mar 26 at 10:59
$begingroup$
@GiulianoMalatesta It's formulaic expression is unimportant for the computation ofits outer measure. I don't use it. Just that $E$ is countable and thus has outer measure $0$; that's all that matters.
$endgroup$
– Henno Brandsma
Mar 26 at 11:02
$begingroup$
I tried to use De Morgan's Law: The complement of an intersection is the union of complements $left(Acap Bright)^c=A^ccup B^c$ which in this case should be: $[0,1]^c cup mathbbQ^C =emptyset cup [0,1]$ but it is wrong
$endgroup$
– Giuliano Malatesta
Mar 26 at 10:57
$begingroup$
I tried to use De Morgan's Law: The complement of an intersection is the union of complements $left(Acap Bright)^c=A^ccup B^c$ which in this case should be: $[0,1]^c cup mathbbQ^C =emptyset cup [0,1]$ but it is wrong
$endgroup$
– Giuliano Malatesta
Mar 26 at 10:57
1
1
$begingroup$
@GiulianoMalatesta inside $[0,1]$ the complement of $[0,1]$ is $emptyset$, indeed but the complement of the rationals (even inside $[0,1]$) is not $[0,1]$, but like I said, the irationals in that interval.
$endgroup$
– Henno Brandsma
Mar 26 at 10:59
$begingroup$
@GiulianoMalatesta inside $[0,1]$ the complement of $[0,1]$ is $emptyset$, indeed but the complement of the rationals (even inside $[0,1]$) is not $[0,1]$, but like I said, the irationals in that interval.
$endgroup$
– Henno Brandsma
Mar 26 at 10:59
$begingroup$
@GiulianoMalatesta It's formulaic expression is unimportant for the computation ofits outer measure. I don't use it. Just that $E$ is countable and thus has outer measure $0$; that's all that matters.
$endgroup$
– Henno Brandsma
Mar 26 at 11:02
$begingroup$
@GiulianoMalatesta It's formulaic expression is unimportant for the computation ofits outer measure. I don't use it. Just that $E$ is countable and thus has outer measure $0$; that's all that matters.
$endgroup$
– Henno Brandsma
Mar 26 at 11:02
add a comment |
$begingroup$
The outer measure is clearly less than or equal to $1$. Suppose $m^*(E^c) =r<1$. Cover the rational numbers in $[0,1]$ by intervals with total length $t <1-r$ and cover $E$ by intervals with total length less than $r$. Putting these together we can cover $[0,1]$ by intervals with total length $t+r <1$ which contradicts the fact that measure of $[0,1]$ is $1$. Hence $m^*(E^c)=1$
$endgroup$
$begingroup$
What is the expression for $E^c$ ?
$endgroup$
– Giuliano Malatesta
Mar 26 at 10:45
$begingroup$
$E^c=[0,1]setminus E$ the set of all irrational numbers in $[0,1]$.
$endgroup$
– Kavi Rama Murthy
Mar 26 at 11:41
$begingroup$
if $E^c$ is an irrational set why are you talking of covering the rationals in $[0,1]$?
$endgroup$
– Giuliano Malatesta
Mar 29 at 8:46
$begingroup$
@GiulianoMalatesta The idea is to cover both $E$ and $E^c$ to get a cover for $[0,1]$ with total length less than $1$.
$endgroup$
– Kavi Rama Murthy
Mar 29 at 8:49
add a comment |
$begingroup$
The outer measure is clearly less than or equal to $1$. Suppose $m^*(E^c) =r<1$. Cover the rational numbers in $[0,1]$ by intervals with total length $t <1-r$ and cover $E$ by intervals with total length less than $r$. Putting these together we can cover $[0,1]$ by intervals with total length $t+r <1$ which contradicts the fact that measure of $[0,1]$ is $1$. Hence $m^*(E^c)=1$
$endgroup$
$begingroup$
What is the expression for $E^c$ ?
$endgroup$
– Giuliano Malatesta
Mar 26 at 10:45
$begingroup$
$E^c=[0,1]setminus E$ the set of all irrational numbers in $[0,1]$.
$endgroup$
– Kavi Rama Murthy
Mar 26 at 11:41
$begingroup$
if $E^c$ is an irrational set why are you talking of covering the rationals in $[0,1]$?
$endgroup$
– Giuliano Malatesta
Mar 29 at 8:46
$begingroup$
@GiulianoMalatesta The idea is to cover both $E$ and $E^c$ to get a cover for $[0,1]$ with total length less than $1$.
$endgroup$
– Kavi Rama Murthy
Mar 29 at 8:49
add a comment |
$begingroup$
The outer measure is clearly less than or equal to $1$. Suppose $m^*(E^c) =r<1$. Cover the rational numbers in $[0,1]$ by intervals with total length $t <1-r$ and cover $E$ by intervals with total length less than $r$. Putting these together we can cover $[0,1]$ by intervals with total length $t+r <1$ which contradicts the fact that measure of $[0,1]$ is $1$. Hence $m^*(E^c)=1$
$endgroup$
The outer measure is clearly less than or equal to $1$. Suppose $m^*(E^c) =r<1$. Cover the rational numbers in $[0,1]$ by intervals with total length $t <1-r$ and cover $E$ by intervals with total length less than $r$. Putting these together we can cover $[0,1]$ by intervals with total length $t+r <1$ which contradicts the fact that measure of $[0,1]$ is $1$. Hence $m^*(E^c)=1$
edited Mar 26 at 10:19
answered Mar 26 at 10:09
Kavi Rama MurthyKavi Rama Murthy
74.9k53270
74.9k53270
$begingroup$
What is the expression for $E^c$ ?
$endgroup$
– Giuliano Malatesta
Mar 26 at 10:45
$begingroup$
$E^c=[0,1]setminus E$ the set of all irrational numbers in $[0,1]$.
$endgroup$
– Kavi Rama Murthy
Mar 26 at 11:41
$begingroup$
if $E^c$ is an irrational set why are you talking of covering the rationals in $[0,1]$?
$endgroup$
– Giuliano Malatesta
Mar 29 at 8:46
$begingroup$
@GiulianoMalatesta The idea is to cover both $E$ and $E^c$ to get a cover for $[0,1]$ with total length less than $1$.
$endgroup$
– Kavi Rama Murthy
Mar 29 at 8:49
add a comment |
$begingroup$
What is the expression for $E^c$ ?
$endgroup$
– Giuliano Malatesta
Mar 26 at 10:45
$begingroup$
$E^c=[0,1]setminus E$ the set of all irrational numbers in $[0,1]$.
$endgroup$
– Kavi Rama Murthy
Mar 26 at 11:41
$begingroup$
if $E^c$ is an irrational set why are you talking of covering the rationals in $[0,1]$?
$endgroup$
– Giuliano Malatesta
Mar 29 at 8:46
$begingroup$
@GiulianoMalatesta The idea is to cover both $E$ and $E^c$ to get a cover for $[0,1]$ with total length less than $1$.
$endgroup$
– Kavi Rama Murthy
Mar 29 at 8:49
$begingroup$
What is the expression for $E^c$ ?
$endgroup$
– Giuliano Malatesta
Mar 26 at 10:45
$begingroup$
What is the expression for $E^c$ ?
$endgroup$
– Giuliano Malatesta
Mar 26 at 10:45
$begingroup$
$E^c=[0,1]setminus E$ the set of all irrational numbers in $[0,1]$.
$endgroup$
– Kavi Rama Murthy
Mar 26 at 11:41
$begingroup$
$E^c=[0,1]setminus E$ the set of all irrational numbers in $[0,1]$.
$endgroup$
– Kavi Rama Murthy
Mar 26 at 11:41
$begingroup$
if $E^c$ is an irrational set why are you talking of covering the rationals in $[0,1]$?
$endgroup$
– Giuliano Malatesta
Mar 29 at 8:46
$begingroup$
if $E^c$ is an irrational set why are you talking of covering the rationals in $[0,1]$?
$endgroup$
– Giuliano Malatesta
Mar 29 at 8:46
$begingroup$
@GiulianoMalatesta The idea is to cover both $E$ and $E^c$ to get a cover for $[0,1]$ with total length less than $1$.
$endgroup$
– Kavi Rama Murthy
Mar 29 at 8:49
$begingroup$
@GiulianoMalatesta The idea is to cover both $E$ and $E^c$ to get a cover for $[0,1]$ with total length less than $1$.
$endgroup$
– Kavi Rama Murthy
Mar 29 at 8:49
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3162972%2fcomplement-of-a-set-and-its-measure%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
Use the properties of $m^ast$, not its definition. "multi-intervals" is not a standard term, you mean at most countable union of intervals?
$endgroup$
– Henno Brandsma
Mar 26 at 10:48