Prove that region under graph of function is measurable
$begingroup$
In the measure theory book that I am studying, we consider the 'area' under (i.e. the product measure of) the graph of a function as an example of an application of Fubini's Theorem for integrals (with respect to measures).
The setting: $(X,mathcal{A}, mu)$ is a $sigma$-finite measure space, $lambda$ is Lebesgue measure on $(mathbb{R},mathcal{B}(mathbb{R}))$ (Borel $sigma$-algebra), $f:X to [0,+infty]$ is $mathcal{A}$-measurable, and we are considering the region under the graph of $f$,
$E={(x,y)in X times mathbb{R}|0leq y < f(x)}$.
I need to prove $E in mathcal{A} times mathcal{B}(mathbb{R})$. I thought to write $E=g^{-1}((0,+infty])cap(X times [0,+infty])$ where $g(x,y)=f(x)-y$ but I can't see why $g$ must be $mathcal{A} times mathcal{B}(mathbb{R})$-measurable. Any help would be appreciated.
analysis measure-theory graphing-functions
$endgroup$
add a comment |
$begingroup$
In the measure theory book that I am studying, we consider the 'area' under (i.e. the product measure of) the graph of a function as an example of an application of Fubini's Theorem for integrals (with respect to measures).
The setting: $(X,mathcal{A}, mu)$ is a $sigma$-finite measure space, $lambda$ is Lebesgue measure on $(mathbb{R},mathcal{B}(mathbb{R}))$ (Borel $sigma$-algebra), $f:X to [0,+infty]$ is $mathcal{A}$-measurable, and we are considering the region under the graph of $f$,
$E={(x,y)in X times mathbb{R}|0leq y < f(x)}$.
I need to prove $E in mathcal{A} times mathcal{B}(mathbb{R})$. I thought to write $E=g^{-1}((0,+infty])cap(X times [0,+infty])$ where $g(x,y)=f(x)-y$ but I can't see why $g$ must be $mathcal{A} times mathcal{B}(mathbb{R})$-measurable. Any help would be appreciated.
analysis measure-theory graphing-functions
$endgroup$
add a comment |
$begingroup$
In the measure theory book that I am studying, we consider the 'area' under (i.e. the product measure of) the graph of a function as an example of an application of Fubini's Theorem for integrals (with respect to measures).
The setting: $(X,mathcal{A}, mu)$ is a $sigma$-finite measure space, $lambda$ is Lebesgue measure on $(mathbb{R},mathcal{B}(mathbb{R}))$ (Borel $sigma$-algebra), $f:X to [0,+infty]$ is $mathcal{A}$-measurable, and we are considering the region under the graph of $f$,
$E={(x,y)in X times mathbb{R}|0leq y < f(x)}$.
I need to prove $E in mathcal{A} times mathcal{B}(mathbb{R})$. I thought to write $E=g^{-1}((0,+infty])cap(X times [0,+infty])$ where $g(x,y)=f(x)-y$ but I can't see why $g$ must be $mathcal{A} times mathcal{B}(mathbb{R})$-measurable. Any help would be appreciated.
analysis measure-theory graphing-functions
$endgroup$
In the measure theory book that I am studying, we consider the 'area' under (i.e. the product measure of) the graph of a function as an example of an application of Fubini's Theorem for integrals (with respect to measures).
The setting: $(X,mathcal{A}, mu)$ is a $sigma$-finite measure space, $lambda$ is Lebesgue measure on $(mathbb{R},mathcal{B}(mathbb{R}))$ (Borel $sigma$-algebra), $f:X to [0,+infty]$ is $mathcal{A}$-measurable, and we are considering the region under the graph of $f$,
$E={(x,y)in X times mathbb{R}|0leq y < f(x)}$.
I need to prove $E in mathcal{A} times mathcal{B}(mathbb{R})$. I thought to write $E=g^{-1}((0,+infty])cap(X times [0,+infty])$ where $g(x,y)=f(x)-y$ but I can't see why $g$ must be $mathcal{A} times mathcal{B}(mathbb{R})$-measurable. Any help would be appreciated.
analysis measure-theory graphing-functions
analysis measure-theory graphing-functions
asked Dec 6 '18 at 21:52
AlephNullAlephNull
3219
3219
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
$g=kcirc h$ where $h(x,y)=(f(x),y)$ and $k(a,b)=a-b$. [ Here $h:Xtimes mathbb R to mathbb R^{2}$ and $k:mathbb R^{2} to mathbb R$]. $k:mathbb R^{2} to mathbb R$ is Borel measurable because it is continuous. To show that $h$ is measurable it is enough to show that $h^{-1} (A times B) in mathcal A times B(mathbb R)$ for $A,B in mathcal B(mathbb R)$. This is clear because $h^{-1} (A times B)=f^{-1}(A) times B$.
I have assumed that $f$ takes only finite values. To handle the general case let $g(x)=f(x)$ if $f(x) <infty$ and $0$ if $f(x)=infty$. Let $F={(x,y):0leq y <g(x)}$. Then $E=(f^{-1}{infty}times [0,infty)) cup [(f^{-1}{mathbb R}times mathbb R) cap F]$.
$endgroup$
$begingroup$
I suppose you mean $h^{-1}(A times B) in mathcal{A} times mathcal{B}(mathbb{R})$. This proof makes sense to me, but it doesn't take infinite values of $f$ into account. I would imagine it still passes through with the correct domains/codamins? But it seems a bit more awkward in that case.
$endgroup$
– AlephNull
Dec 7 '18 at 0:36
$begingroup$
@AlephNull I have edited my answer.
$endgroup$
– Kavi Rama Murthy
Dec 7 '18 at 5:19
$begingroup$
Ah, that's a clear way of doing it, instead of trying to handle the finite and infinite cases in one.
$endgroup$
– AlephNull
Dec 7 '18 at 11:25
add a comment |
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',
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%2f3029096%2fprove-that-region-under-graph-of-function-is-measurable%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
$begingroup$
$g=kcirc h$ where $h(x,y)=(f(x),y)$ and $k(a,b)=a-b$. [ Here $h:Xtimes mathbb R to mathbb R^{2}$ and $k:mathbb R^{2} to mathbb R$]. $k:mathbb R^{2} to mathbb R$ is Borel measurable because it is continuous. To show that $h$ is measurable it is enough to show that $h^{-1} (A times B) in mathcal A times B(mathbb R)$ for $A,B in mathcal B(mathbb R)$. This is clear because $h^{-1} (A times B)=f^{-1}(A) times B$.
I have assumed that $f$ takes only finite values. To handle the general case let $g(x)=f(x)$ if $f(x) <infty$ and $0$ if $f(x)=infty$. Let $F={(x,y):0leq y <g(x)}$. Then $E=(f^{-1}{infty}times [0,infty)) cup [(f^{-1}{mathbb R}times mathbb R) cap F]$.
$endgroup$
$begingroup$
I suppose you mean $h^{-1}(A times B) in mathcal{A} times mathcal{B}(mathbb{R})$. This proof makes sense to me, but it doesn't take infinite values of $f$ into account. I would imagine it still passes through with the correct domains/codamins? But it seems a bit more awkward in that case.
$endgroup$
– AlephNull
Dec 7 '18 at 0:36
$begingroup$
@AlephNull I have edited my answer.
$endgroup$
– Kavi Rama Murthy
Dec 7 '18 at 5:19
$begingroup$
Ah, that's a clear way of doing it, instead of trying to handle the finite and infinite cases in one.
$endgroup$
– AlephNull
Dec 7 '18 at 11:25
add a comment |
$begingroup$
$g=kcirc h$ where $h(x,y)=(f(x),y)$ and $k(a,b)=a-b$. [ Here $h:Xtimes mathbb R to mathbb R^{2}$ and $k:mathbb R^{2} to mathbb R$]. $k:mathbb R^{2} to mathbb R$ is Borel measurable because it is continuous. To show that $h$ is measurable it is enough to show that $h^{-1} (A times B) in mathcal A times B(mathbb R)$ for $A,B in mathcal B(mathbb R)$. This is clear because $h^{-1} (A times B)=f^{-1}(A) times B$.
I have assumed that $f$ takes only finite values. To handle the general case let $g(x)=f(x)$ if $f(x) <infty$ and $0$ if $f(x)=infty$. Let $F={(x,y):0leq y <g(x)}$. Then $E=(f^{-1}{infty}times [0,infty)) cup [(f^{-1}{mathbb R}times mathbb R) cap F]$.
$endgroup$
$begingroup$
I suppose you mean $h^{-1}(A times B) in mathcal{A} times mathcal{B}(mathbb{R})$. This proof makes sense to me, but it doesn't take infinite values of $f$ into account. I would imagine it still passes through with the correct domains/codamins? But it seems a bit more awkward in that case.
$endgroup$
– AlephNull
Dec 7 '18 at 0:36
$begingroup$
@AlephNull I have edited my answer.
$endgroup$
– Kavi Rama Murthy
Dec 7 '18 at 5:19
$begingroup$
Ah, that's a clear way of doing it, instead of trying to handle the finite and infinite cases in one.
$endgroup$
– AlephNull
Dec 7 '18 at 11:25
add a comment |
$begingroup$
$g=kcirc h$ where $h(x,y)=(f(x),y)$ and $k(a,b)=a-b$. [ Here $h:Xtimes mathbb R to mathbb R^{2}$ and $k:mathbb R^{2} to mathbb R$]. $k:mathbb R^{2} to mathbb R$ is Borel measurable because it is continuous. To show that $h$ is measurable it is enough to show that $h^{-1} (A times B) in mathcal A times B(mathbb R)$ for $A,B in mathcal B(mathbb R)$. This is clear because $h^{-1} (A times B)=f^{-1}(A) times B$.
I have assumed that $f$ takes only finite values. To handle the general case let $g(x)=f(x)$ if $f(x) <infty$ and $0$ if $f(x)=infty$. Let $F={(x,y):0leq y <g(x)}$. Then $E=(f^{-1}{infty}times [0,infty)) cup [(f^{-1}{mathbb R}times mathbb R) cap F]$.
$endgroup$
$g=kcirc h$ where $h(x,y)=(f(x),y)$ and $k(a,b)=a-b$. [ Here $h:Xtimes mathbb R to mathbb R^{2}$ and $k:mathbb R^{2} to mathbb R$]. $k:mathbb R^{2} to mathbb R$ is Borel measurable because it is continuous. To show that $h$ is measurable it is enough to show that $h^{-1} (A times B) in mathcal A times B(mathbb R)$ for $A,B in mathcal B(mathbb R)$. This is clear because $h^{-1} (A times B)=f^{-1}(A) times B$.
I have assumed that $f$ takes only finite values. To handle the general case let $g(x)=f(x)$ if $f(x) <infty$ and $0$ if $f(x)=infty$. Let $F={(x,y):0leq y <g(x)}$. Then $E=(f^{-1}{infty}times [0,infty)) cup [(f^{-1}{mathbb R}times mathbb R) cap F]$.
edited Dec 7 '18 at 5:19
answered Dec 6 '18 at 23:46
Kavi Rama MurthyKavi Rama Murthy
59k42161
59k42161
$begingroup$
I suppose you mean $h^{-1}(A times B) in mathcal{A} times mathcal{B}(mathbb{R})$. This proof makes sense to me, but it doesn't take infinite values of $f$ into account. I would imagine it still passes through with the correct domains/codamins? But it seems a bit more awkward in that case.
$endgroup$
– AlephNull
Dec 7 '18 at 0:36
$begingroup$
@AlephNull I have edited my answer.
$endgroup$
– Kavi Rama Murthy
Dec 7 '18 at 5:19
$begingroup$
Ah, that's a clear way of doing it, instead of trying to handle the finite and infinite cases in one.
$endgroup$
– AlephNull
Dec 7 '18 at 11:25
add a comment |
$begingroup$
I suppose you mean $h^{-1}(A times B) in mathcal{A} times mathcal{B}(mathbb{R})$. This proof makes sense to me, but it doesn't take infinite values of $f$ into account. I would imagine it still passes through with the correct domains/codamins? But it seems a bit more awkward in that case.
$endgroup$
– AlephNull
Dec 7 '18 at 0:36
$begingroup$
@AlephNull I have edited my answer.
$endgroup$
– Kavi Rama Murthy
Dec 7 '18 at 5:19
$begingroup$
Ah, that's a clear way of doing it, instead of trying to handle the finite and infinite cases in one.
$endgroup$
– AlephNull
Dec 7 '18 at 11:25
$begingroup$
I suppose you mean $h^{-1}(A times B) in mathcal{A} times mathcal{B}(mathbb{R})$. This proof makes sense to me, but it doesn't take infinite values of $f$ into account. I would imagine it still passes through with the correct domains/codamins? But it seems a bit more awkward in that case.
$endgroup$
– AlephNull
Dec 7 '18 at 0:36
$begingroup$
I suppose you mean $h^{-1}(A times B) in mathcal{A} times mathcal{B}(mathbb{R})$. This proof makes sense to me, but it doesn't take infinite values of $f$ into account. I would imagine it still passes through with the correct domains/codamins? But it seems a bit more awkward in that case.
$endgroup$
– AlephNull
Dec 7 '18 at 0:36
$begingroup$
@AlephNull I have edited my answer.
$endgroup$
– Kavi Rama Murthy
Dec 7 '18 at 5:19
$begingroup$
@AlephNull I have edited my answer.
$endgroup$
– Kavi Rama Murthy
Dec 7 '18 at 5:19
$begingroup$
Ah, that's a clear way of doing it, instead of trying to handle the finite and infinite cases in one.
$endgroup$
– AlephNull
Dec 7 '18 at 11:25
$begingroup$
Ah, that's a clear way of doing it, instead of trying to handle the finite and infinite cases in one.
$endgroup$
– AlephNull
Dec 7 '18 at 11:25
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%2f3029096%2fprove-that-region-under-graph-of-function-is-measurable%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