Absolute Value inside an integral
So I have that $|f(x) - h(x)| le |f(x) - g(x)| + |g(x) - h(x)|$.
What I'm wondering is if this is the same as saying
$$int_a^b |f(x) - h(x)|{rm d}x le int_a^b |f(x) - g(x)|{rm d}x + int_a^b |g(x) - h(x)|{rm d}x.$$
Is this valid?
integration absolute-value
add a comment |
So I have that $|f(x) - h(x)| le |f(x) - g(x)| + |g(x) - h(x)|$.
What I'm wondering is if this is the same as saying
$$int_a^b |f(x) - h(x)|{rm d}x le int_a^b |f(x) - g(x)|{rm d}x + int_a^b |g(x) - h(x)|{rm d}x.$$
Is this valid?
integration absolute-value
It is valid as long as $g(x)$ is integralble on $[a,b]$.
– LeB
Nov 27 '18 at 2:01
It's not the same thing, but the first thing implies the second thing.
– zhw.
Nov 27 '18 at 2:45
add a comment |
So I have that $|f(x) - h(x)| le |f(x) - g(x)| + |g(x) - h(x)|$.
What I'm wondering is if this is the same as saying
$$int_a^b |f(x) - h(x)|{rm d}x le int_a^b |f(x) - g(x)|{rm d}x + int_a^b |g(x) - h(x)|{rm d}x.$$
Is this valid?
integration absolute-value
So I have that $|f(x) - h(x)| le |f(x) - g(x)| + |g(x) - h(x)|$.
What I'm wondering is if this is the same as saying
$$int_a^b |f(x) - h(x)|{rm d}x le int_a^b |f(x) - g(x)|{rm d}x + int_a^b |g(x) - h(x)|{rm d}x.$$
Is this valid?
integration absolute-value
integration absolute-value
edited Nov 27 '18 at 2:08
caverac
13.9k21130
13.9k21130
asked Nov 27 '18 at 1:58
kendal
337
337
It is valid as long as $g(x)$ is integralble on $[a,b]$.
– LeB
Nov 27 '18 at 2:01
It's not the same thing, but the first thing implies the second thing.
– zhw.
Nov 27 '18 at 2:45
add a comment |
It is valid as long as $g(x)$ is integralble on $[a,b]$.
– LeB
Nov 27 '18 at 2:01
It's not the same thing, but the first thing implies the second thing.
– zhw.
Nov 27 '18 at 2:45
It is valid as long as $g(x)$ is integralble on $[a,b]$.
– LeB
Nov 27 '18 at 2:01
It is valid as long as $g(x)$ is integralble on $[a,b]$.
– LeB
Nov 27 '18 at 2:01
It's not the same thing, but the first thing implies the second thing.
– zhw.
Nov 27 '18 at 2:45
It's not the same thing, but the first thing implies the second thing.
– zhw.
Nov 27 '18 at 2:45
add a comment |
1 Answer
1
active
oldest
votes
Yes, it is triangle inequality evaluated in the integral from a to b.
It is posible thanks to the monotonic property of the integrals.
The only condition is that f,g,h must be integrable on [a,b], indeed continouos in (a,b) so the rest of them would be.
https://es.wikipedia.org/wiki/Desigualdad_triangular#Generalizaci%C3%B3n_de_la_desigualdad_triangular
Monotonicity gives you that $f(x) le g(x) Rightarrow int_a^b f(x) dx le int_a^b g(x) dx$, but how do you argue that $int_a^b f(x) dx le int_a^b g(x) dx Rightarrow f(x) le g(x) $?
– AlkaKadri
Nov 27 '18 at 2:40
I thought he only wanted to solve the first implication.
– Alberto Torrejon Valenzuela
Nov 27 '18 at 2:43
I see. "Same thing as saying" usually means "if and only if", but if it's just the one direction that OP is looking for then I guess indeed we are done :)
– AlkaKadri
Nov 27 '18 at 2:44
@AlkaKadri If the second inequality holds for all choices of $a,b$ with $a<b$ then (assuming existence of the integrals) the first equality holds almost everywhere. So we can convert this into and iff statement.
– Kavi Rama Murthy
Nov 27 '18 at 8:30
@KaviRamaMurthy Definitely. And if $f,g,h$ are continuous then it holds everywhere, but the individual that answered hasn't stated that so I was just trying to prompt him/OP to state why they think the converse is true.
– AlkaKadri
Nov 28 '18 at 0:19
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%2f3015220%2fabsolute-value-inside-an-integral%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
Yes, it is triangle inequality evaluated in the integral from a to b.
It is posible thanks to the monotonic property of the integrals.
The only condition is that f,g,h must be integrable on [a,b], indeed continouos in (a,b) so the rest of them would be.
https://es.wikipedia.org/wiki/Desigualdad_triangular#Generalizaci%C3%B3n_de_la_desigualdad_triangular
Monotonicity gives you that $f(x) le g(x) Rightarrow int_a^b f(x) dx le int_a^b g(x) dx$, but how do you argue that $int_a^b f(x) dx le int_a^b g(x) dx Rightarrow f(x) le g(x) $?
– AlkaKadri
Nov 27 '18 at 2:40
I thought he only wanted to solve the first implication.
– Alberto Torrejon Valenzuela
Nov 27 '18 at 2:43
I see. "Same thing as saying" usually means "if and only if", but if it's just the one direction that OP is looking for then I guess indeed we are done :)
– AlkaKadri
Nov 27 '18 at 2:44
@AlkaKadri If the second inequality holds for all choices of $a,b$ with $a<b$ then (assuming existence of the integrals) the first equality holds almost everywhere. So we can convert this into and iff statement.
– Kavi Rama Murthy
Nov 27 '18 at 8:30
@KaviRamaMurthy Definitely. And if $f,g,h$ are continuous then it holds everywhere, but the individual that answered hasn't stated that so I was just trying to prompt him/OP to state why they think the converse is true.
– AlkaKadri
Nov 28 '18 at 0:19
add a comment |
Yes, it is triangle inequality evaluated in the integral from a to b.
It is posible thanks to the monotonic property of the integrals.
The only condition is that f,g,h must be integrable on [a,b], indeed continouos in (a,b) so the rest of them would be.
https://es.wikipedia.org/wiki/Desigualdad_triangular#Generalizaci%C3%B3n_de_la_desigualdad_triangular
Monotonicity gives you that $f(x) le g(x) Rightarrow int_a^b f(x) dx le int_a^b g(x) dx$, but how do you argue that $int_a^b f(x) dx le int_a^b g(x) dx Rightarrow f(x) le g(x) $?
– AlkaKadri
Nov 27 '18 at 2:40
I thought he only wanted to solve the first implication.
– Alberto Torrejon Valenzuela
Nov 27 '18 at 2:43
I see. "Same thing as saying" usually means "if and only if", but if it's just the one direction that OP is looking for then I guess indeed we are done :)
– AlkaKadri
Nov 27 '18 at 2:44
@AlkaKadri If the second inequality holds for all choices of $a,b$ with $a<b$ then (assuming existence of the integrals) the first equality holds almost everywhere. So we can convert this into and iff statement.
– Kavi Rama Murthy
Nov 27 '18 at 8:30
@KaviRamaMurthy Definitely. And if $f,g,h$ are continuous then it holds everywhere, but the individual that answered hasn't stated that so I was just trying to prompt him/OP to state why they think the converse is true.
– AlkaKadri
Nov 28 '18 at 0:19
add a comment |
Yes, it is triangle inequality evaluated in the integral from a to b.
It is posible thanks to the monotonic property of the integrals.
The only condition is that f,g,h must be integrable on [a,b], indeed continouos in (a,b) so the rest of them would be.
https://es.wikipedia.org/wiki/Desigualdad_triangular#Generalizaci%C3%B3n_de_la_desigualdad_triangular
Yes, it is triangle inequality evaluated in the integral from a to b.
It is posible thanks to the monotonic property of the integrals.
The only condition is that f,g,h must be integrable on [a,b], indeed continouos in (a,b) so the rest of them would be.
https://es.wikipedia.org/wiki/Desigualdad_triangular#Generalizaci%C3%B3n_de_la_desigualdad_triangular
answered Nov 27 '18 at 2:14
Alberto Torrejon Valenzuela
276
276
Monotonicity gives you that $f(x) le g(x) Rightarrow int_a^b f(x) dx le int_a^b g(x) dx$, but how do you argue that $int_a^b f(x) dx le int_a^b g(x) dx Rightarrow f(x) le g(x) $?
– AlkaKadri
Nov 27 '18 at 2:40
I thought he only wanted to solve the first implication.
– Alberto Torrejon Valenzuela
Nov 27 '18 at 2:43
I see. "Same thing as saying" usually means "if and only if", but if it's just the one direction that OP is looking for then I guess indeed we are done :)
– AlkaKadri
Nov 27 '18 at 2:44
@AlkaKadri If the second inequality holds for all choices of $a,b$ with $a<b$ then (assuming existence of the integrals) the first equality holds almost everywhere. So we can convert this into and iff statement.
– Kavi Rama Murthy
Nov 27 '18 at 8:30
@KaviRamaMurthy Definitely. And if $f,g,h$ are continuous then it holds everywhere, but the individual that answered hasn't stated that so I was just trying to prompt him/OP to state why they think the converse is true.
– AlkaKadri
Nov 28 '18 at 0:19
add a comment |
Monotonicity gives you that $f(x) le g(x) Rightarrow int_a^b f(x) dx le int_a^b g(x) dx$, but how do you argue that $int_a^b f(x) dx le int_a^b g(x) dx Rightarrow f(x) le g(x) $?
– AlkaKadri
Nov 27 '18 at 2:40
I thought he only wanted to solve the first implication.
– Alberto Torrejon Valenzuela
Nov 27 '18 at 2:43
I see. "Same thing as saying" usually means "if and only if", but if it's just the one direction that OP is looking for then I guess indeed we are done :)
– AlkaKadri
Nov 27 '18 at 2:44
@AlkaKadri If the second inequality holds for all choices of $a,b$ with $a<b$ then (assuming existence of the integrals) the first equality holds almost everywhere. So we can convert this into and iff statement.
– Kavi Rama Murthy
Nov 27 '18 at 8:30
@KaviRamaMurthy Definitely. And if $f,g,h$ are continuous then it holds everywhere, but the individual that answered hasn't stated that so I was just trying to prompt him/OP to state why they think the converse is true.
– AlkaKadri
Nov 28 '18 at 0:19
Monotonicity gives you that $f(x) le g(x) Rightarrow int_a^b f(x) dx le int_a^b g(x) dx$, but how do you argue that $int_a^b f(x) dx le int_a^b g(x) dx Rightarrow f(x) le g(x) $?
– AlkaKadri
Nov 27 '18 at 2:40
Monotonicity gives you that $f(x) le g(x) Rightarrow int_a^b f(x) dx le int_a^b g(x) dx$, but how do you argue that $int_a^b f(x) dx le int_a^b g(x) dx Rightarrow f(x) le g(x) $?
– AlkaKadri
Nov 27 '18 at 2:40
I thought he only wanted to solve the first implication.
– Alberto Torrejon Valenzuela
Nov 27 '18 at 2:43
I thought he only wanted to solve the first implication.
– Alberto Torrejon Valenzuela
Nov 27 '18 at 2:43
I see. "Same thing as saying" usually means "if and only if", but if it's just the one direction that OP is looking for then I guess indeed we are done :)
– AlkaKadri
Nov 27 '18 at 2:44
I see. "Same thing as saying" usually means "if and only if", but if it's just the one direction that OP is looking for then I guess indeed we are done :)
– AlkaKadri
Nov 27 '18 at 2:44
@AlkaKadri If the second inequality holds for all choices of $a,b$ with $a<b$ then (assuming existence of the integrals) the first equality holds almost everywhere. So we can convert this into and iff statement.
– Kavi Rama Murthy
Nov 27 '18 at 8:30
@AlkaKadri If the second inequality holds for all choices of $a,b$ with $a<b$ then (assuming existence of the integrals) the first equality holds almost everywhere. So we can convert this into and iff statement.
– Kavi Rama Murthy
Nov 27 '18 at 8:30
@KaviRamaMurthy Definitely. And if $f,g,h$ are continuous then it holds everywhere, but the individual that answered hasn't stated that so I was just trying to prompt him/OP to state why they think the converse is true.
– AlkaKadri
Nov 28 '18 at 0:19
@KaviRamaMurthy Definitely. And if $f,g,h$ are continuous then it holds everywhere, but the individual that answered hasn't stated that so I was just trying to prompt him/OP to state why they think the converse is true.
– AlkaKadri
Nov 28 '18 at 0:19
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.
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%2f3015220%2fabsolute-value-inside-an-integral%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
It is valid as long as $g(x)$ is integralble on $[a,b]$.
– LeB
Nov 27 '18 at 2:01
It's not the same thing, but the first thing implies the second thing.
– zhw.
Nov 27 '18 at 2:45