Tips to show that the Random Variable $X$ is $mathcal{B}(mathbb R)-mathcal{B}(mathbb R)-$measurable
up vote
0
down vote
favorite
Let $X: mathbb R to mathbb R$, where $forall omega in mathbb R -mathbb Q: X(omega)=0$.
Show $X$ is $mathcal{B}(mathbb R)-mathcal{B}(mathbb R)-$measurable function:
My ideas:
Using the definition of measurability I could take any $C in mathcal{B}(mathbb R)$ and I then want to show $X^{-1}(C) in mathcal{B}(mathbb R)$, but from the definition of the $X$ , all I can take away is that $mathbb R - mathbb Q subseteq X^{-1}({0})$ but this in no way shows measurability.
Another approach could be to take a generator $mathcal{E}$, and prove $X^{-1}(mathcal{E}) subseteq mathcal{B}(mathbb R)$. I think the biggest problem is that I have no definition of $X(omega)$ where $omega in mathbb Q$.
Any tips?
probability random-variables borel-sets borel-measures
add a comment |
up vote
0
down vote
favorite
Let $X: mathbb R to mathbb R$, where $forall omega in mathbb R -mathbb Q: X(omega)=0$.
Show $X$ is $mathcal{B}(mathbb R)-mathcal{B}(mathbb R)-$measurable function:
My ideas:
Using the definition of measurability I could take any $C in mathcal{B}(mathbb R)$ and I then want to show $X^{-1}(C) in mathcal{B}(mathbb R)$, but from the definition of the $X$ , all I can take away is that $mathbb R - mathbb Q subseteq X^{-1}({0})$ but this in no way shows measurability.
Another approach could be to take a generator $mathcal{E}$, and prove $X^{-1}(mathcal{E}) subseteq mathcal{B}(mathbb R)$. I think the biggest problem is that I have no definition of $X(omega)$ where $omega in mathbb Q$.
Any tips?
probability random-variables borel-sets borel-measures
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Let $X: mathbb R to mathbb R$, where $forall omega in mathbb R -mathbb Q: X(omega)=0$.
Show $X$ is $mathcal{B}(mathbb R)-mathcal{B}(mathbb R)-$measurable function:
My ideas:
Using the definition of measurability I could take any $C in mathcal{B}(mathbb R)$ and I then want to show $X^{-1}(C) in mathcal{B}(mathbb R)$, but from the definition of the $X$ , all I can take away is that $mathbb R - mathbb Q subseteq X^{-1}({0})$ but this in no way shows measurability.
Another approach could be to take a generator $mathcal{E}$, and prove $X^{-1}(mathcal{E}) subseteq mathcal{B}(mathbb R)$. I think the biggest problem is that I have no definition of $X(omega)$ where $omega in mathbb Q$.
Any tips?
probability random-variables borel-sets borel-measures
Let $X: mathbb R to mathbb R$, where $forall omega in mathbb R -mathbb Q: X(omega)=0$.
Show $X$ is $mathcal{B}(mathbb R)-mathcal{B}(mathbb R)-$measurable function:
My ideas:
Using the definition of measurability I could take any $C in mathcal{B}(mathbb R)$ and I then want to show $X^{-1}(C) in mathcal{B}(mathbb R)$, but from the definition of the $X$ , all I can take away is that $mathbb R - mathbb Q subseteq X^{-1}({0})$ but this in no way shows measurability.
Another approach could be to take a generator $mathcal{E}$, and prove $X^{-1}(mathcal{E}) subseteq mathcal{B}(mathbb R)$. I think the biggest problem is that I have no definition of $X(omega)$ where $omega in mathbb Q$.
Any tips?
probability random-variables borel-sets borel-measures
probability random-variables borel-sets borel-measures
asked Nov 21 at 21:14
SABOY
498311
498311
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
Hint using your first approach:
Let $A in mathcal{B}(mathbb{R})$, then consider the two cases: $0 in A$ and $0 notin A$. Now try using that all closed and all open subsets of $mathbb{R}$ are contained in $mathcal{B}(mathbb{R})$ and the definition of a $sigma$-algebra (in particular, that it is closed under countable unions).
I am still lost. I mean if I take the case $0 in A$: all I am able to say is that $X^{-1}(A)=X^{-1}({0} cup (A - {0}))$. This yields $X^{-1}({0})cup X^{-1}(A - {0})= (mathbb R - mathbb Q) cup X^{-1}(A - {0})$, and I do not know what to do with $X^{-1}(A - {0})$
– SABOY
Nov 21 at 22:00
Think of what values by definition of $X$ map to $(Asetminus {0}) subset mathbb{R}setminus {0}$ and then try to connect this with the hint above.
– Jonathan
Nov 21 at 22:02
$X^{-1}(A-{0})= mathbb Q$ , so then $X^{-1}(A)= mathbb R$, which is $in mathcal{B}(mathbb R)$, and then measurability immediately follows. Is this correct?
– SABOY
Nov 21 at 22:07
Correct thinking and close, but $X^{-1}(A setminus {0}) = mathbb{Q}$ is not quite correct. Remember, $A$ is a general subset of $mathcal{B}(mathbb{R})$.
– Jonathan
Nov 21 at 22:09
1
yes of course! And of course any subset of $mathbb Q$ is measurable as a union of countable singletons. Correct?
– SABOY
Nov 21 at 22:23
|
show 4 more comments
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
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',
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%2f3008378%2ftips-to-show-that-the-random-variable-x-is-mathcalb-mathbb-r-mathcalb%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Hint using your first approach:
Let $A in mathcal{B}(mathbb{R})$, then consider the two cases: $0 in A$ and $0 notin A$. Now try using that all closed and all open subsets of $mathbb{R}$ are contained in $mathcal{B}(mathbb{R})$ and the definition of a $sigma$-algebra (in particular, that it is closed under countable unions).
I am still lost. I mean if I take the case $0 in A$: all I am able to say is that $X^{-1}(A)=X^{-1}({0} cup (A - {0}))$. This yields $X^{-1}({0})cup X^{-1}(A - {0})= (mathbb R - mathbb Q) cup X^{-1}(A - {0})$, and I do not know what to do with $X^{-1}(A - {0})$
– SABOY
Nov 21 at 22:00
Think of what values by definition of $X$ map to $(Asetminus {0}) subset mathbb{R}setminus {0}$ and then try to connect this with the hint above.
– Jonathan
Nov 21 at 22:02
$X^{-1}(A-{0})= mathbb Q$ , so then $X^{-1}(A)= mathbb R$, which is $in mathcal{B}(mathbb R)$, and then measurability immediately follows. Is this correct?
– SABOY
Nov 21 at 22:07
Correct thinking and close, but $X^{-1}(A setminus {0}) = mathbb{Q}$ is not quite correct. Remember, $A$ is a general subset of $mathcal{B}(mathbb{R})$.
– Jonathan
Nov 21 at 22:09
1
yes of course! And of course any subset of $mathbb Q$ is measurable as a union of countable singletons. Correct?
– SABOY
Nov 21 at 22:23
|
show 4 more comments
up vote
1
down vote
accepted
Hint using your first approach:
Let $A in mathcal{B}(mathbb{R})$, then consider the two cases: $0 in A$ and $0 notin A$. Now try using that all closed and all open subsets of $mathbb{R}$ are contained in $mathcal{B}(mathbb{R})$ and the definition of a $sigma$-algebra (in particular, that it is closed under countable unions).
I am still lost. I mean if I take the case $0 in A$: all I am able to say is that $X^{-1}(A)=X^{-1}({0} cup (A - {0}))$. This yields $X^{-1}({0})cup X^{-1}(A - {0})= (mathbb R - mathbb Q) cup X^{-1}(A - {0})$, and I do not know what to do with $X^{-1}(A - {0})$
– SABOY
Nov 21 at 22:00
Think of what values by definition of $X$ map to $(Asetminus {0}) subset mathbb{R}setminus {0}$ and then try to connect this with the hint above.
– Jonathan
Nov 21 at 22:02
$X^{-1}(A-{0})= mathbb Q$ , so then $X^{-1}(A)= mathbb R$, which is $in mathcal{B}(mathbb R)$, and then measurability immediately follows. Is this correct?
– SABOY
Nov 21 at 22:07
Correct thinking and close, but $X^{-1}(A setminus {0}) = mathbb{Q}$ is not quite correct. Remember, $A$ is a general subset of $mathcal{B}(mathbb{R})$.
– Jonathan
Nov 21 at 22:09
1
yes of course! And of course any subset of $mathbb Q$ is measurable as a union of countable singletons. Correct?
– SABOY
Nov 21 at 22:23
|
show 4 more comments
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Hint using your first approach:
Let $A in mathcal{B}(mathbb{R})$, then consider the two cases: $0 in A$ and $0 notin A$. Now try using that all closed and all open subsets of $mathbb{R}$ are contained in $mathcal{B}(mathbb{R})$ and the definition of a $sigma$-algebra (in particular, that it is closed under countable unions).
Hint using your first approach:
Let $A in mathcal{B}(mathbb{R})$, then consider the two cases: $0 in A$ and $0 notin A$. Now try using that all closed and all open subsets of $mathbb{R}$ are contained in $mathcal{B}(mathbb{R})$ and the definition of a $sigma$-algebra (in particular, that it is closed under countable unions).
edited Nov 21 at 22:45
LaserPineapple
403
403
answered Nov 21 at 21:33
Jonathan
13812
13812
I am still lost. I mean if I take the case $0 in A$: all I am able to say is that $X^{-1}(A)=X^{-1}({0} cup (A - {0}))$. This yields $X^{-1}({0})cup X^{-1}(A - {0})= (mathbb R - mathbb Q) cup X^{-1}(A - {0})$, and I do not know what to do with $X^{-1}(A - {0})$
– SABOY
Nov 21 at 22:00
Think of what values by definition of $X$ map to $(Asetminus {0}) subset mathbb{R}setminus {0}$ and then try to connect this with the hint above.
– Jonathan
Nov 21 at 22:02
$X^{-1}(A-{0})= mathbb Q$ , so then $X^{-1}(A)= mathbb R$, which is $in mathcal{B}(mathbb R)$, and then measurability immediately follows. Is this correct?
– SABOY
Nov 21 at 22:07
Correct thinking and close, but $X^{-1}(A setminus {0}) = mathbb{Q}$ is not quite correct. Remember, $A$ is a general subset of $mathcal{B}(mathbb{R})$.
– Jonathan
Nov 21 at 22:09
1
yes of course! And of course any subset of $mathbb Q$ is measurable as a union of countable singletons. Correct?
– SABOY
Nov 21 at 22:23
|
show 4 more comments
I am still lost. I mean if I take the case $0 in A$: all I am able to say is that $X^{-1}(A)=X^{-1}({0} cup (A - {0}))$. This yields $X^{-1}({0})cup X^{-1}(A - {0})= (mathbb R - mathbb Q) cup X^{-1}(A - {0})$, and I do not know what to do with $X^{-1}(A - {0})$
– SABOY
Nov 21 at 22:00
Think of what values by definition of $X$ map to $(Asetminus {0}) subset mathbb{R}setminus {0}$ and then try to connect this with the hint above.
– Jonathan
Nov 21 at 22:02
$X^{-1}(A-{0})= mathbb Q$ , so then $X^{-1}(A)= mathbb R$, which is $in mathcal{B}(mathbb R)$, and then measurability immediately follows. Is this correct?
– SABOY
Nov 21 at 22:07
Correct thinking and close, but $X^{-1}(A setminus {0}) = mathbb{Q}$ is not quite correct. Remember, $A$ is a general subset of $mathcal{B}(mathbb{R})$.
– Jonathan
Nov 21 at 22:09
1
yes of course! And of course any subset of $mathbb Q$ is measurable as a union of countable singletons. Correct?
– SABOY
Nov 21 at 22:23
I am still lost. I mean if I take the case $0 in A$: all I am able to say is that $X^{-1}(A)=X^{-1}({0} cup (A - {0}))$. This yields $X^{-1}({0})cup X^{-1}(A - {0})= (mathbb R - mathbb Q) cup X^{-1}(A - {0})$, and I do not know what to do with $X^{-1}(A - {0})$
– SABOY
Nov 21 at 22:00
I am still lost. I mean if I take the case $0 in A$: all I am able to say is that $X^{-1}(A)=X^{-1}({0} cup (A - {0}))$. This yields $X^{-1}({0})cup X^{-1}(A - {0})= (mathbb R - mathbb Q) cup X^{-1}(A - {0})$, and I do not know what to do with $X^{-1}(A - {0})$
– SABOY
Nov 21 at 22:00
Think of what values by definition of $X$ map to $(Asetminus {0}) subset mathbb{R}setminus {0}$ and then try to connect this with the hint above.
– Jonathan
Nov 21 at 22:02
Think of what values by definition of $X$ map to $(Asetminus {0}) subset mathbb{R}setminus {0}$ and then try to connect this with the hint above.
– Jonathan
Nov 21 at 22:02
$X^{-1}(A-{0})= mathbb Q$ , so then $X^{-1}(A)= mathbb R$, which is $in mathcal{B}(mathbb R)$, and then measurability immediately follows. Is this correct?
– SABOY
Nov 21 at 22:07
$X^{-1}(A-{0})= mathbb Q$ , so then $X^{-1}(A)= mathbb R$, which is $in mathcal{B}(mathbb R)$, and then measurability immediately follows. Is this correct?
– SABOY
Nov 21 at 22:07
Correct thinking and close, but $X^{-1}(A setminus {0}) = mathbb{Q}$ is not quite correct. Remember, $A$ is a general subset of $mathcal{B}(mathbb{R})$.
– Jonathan
Nov 21 at 22:09
Correct thinking and close, but $X^{-1}(A setminus {0}) = mathbb{Q}$ is not quite correct. Remember, $A$ is a general subset of $mathcal{B}(mathbb{R})$.
– Jonathan
Nov 21 at 22:09
1
1
yes of course! And of course any subset of $mathbb Q$ is measurable as a union of countable singletons. Correct?
– SABOY
Nov 21 at 22:23
yes of course! And of course any subset of $mathbb Q$ is measurable as a union of countable singletons. Correct?
– SABOY
Nov 21 at 22:23
|
show 4 more comments
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3008378%2ftips-to-show-that-the-random-variable-x-is-mathcalb-mathbb-r-mathcalb%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