Max and Min InequalityInequalities and floors.Max/Min ProblemAbsolute value function inequalityDirect proof...
Do the temporary hit points from the Battlerager barbarian's Reckless Abandon stack if I make multiple attacks on my turn?
How long to clear the 'suck zone' of a turbofan after start is initiated?
Unreliable Magic - Is it worth it?
Are student evaluations of teaching assistants read by others in the faculty?
Sequence of Tenses: Translating the subjunctive
What is the best translation for "slot" in the context of multiplayer video games?
Did the DC-9 ever use RATO in revenue service?
Term for the "extreme-extension" version of a straw man fallacy?
Integer addition + constant, is it a group?
Is the destination of a commercial flight important for the pilot?
Large drywall patch supports
How do I rename a Linux host without needing to reboot for the rename to take effect?
What is the opposite of 'gravitas'?
Avoiding estate tax by giving multiple gifts
Anatomically Correct Strange Women In Ponds Distributing Swords
Opposite of a diet
Short story about space worker geeks who zone out by 'listening' to radiation from stars
Implement the Thanos sorting algorithm
Proof of work - lottery approach
Crossing the line between justified force and brutality
Pre-amplifier input protection
Do sorcerers' Subtle Spells require a skill check to be unseen?
How to check is there any negative term in a large list?
Would a high gravity rocky planet be guaranteed to have an atmosphere?
Max and Min Inequality
Inequalities and floors.Max/Min ProblemAbsolute value function inequalityDirect proof of inequality between arithmetic and harmonic meaninequality with min on both sidesSolving a quadratic inequality geometricallyMaximum difference inequalityEvaluating absolute inequalitiesTriangle Inequality IssueHow to show that $min{alpha,max{beta,gamma}}=max { min{alpha,beta},min{alpha,gamma}}.$
$begingroup$
I have to show that for $a,b,c,d in mathbb{R}$ $$|avee b - cvee d| leq |a-c|vee |b-d|$$
I know this can be showed using cases, but I need help with a proof that doesn't involve cases. I found out this inequality can be written as:
$$|avee b - cvee d| leq (avee c - a wedge c) vee (b vee d - b wedge d)$$
Since $avee c= frac{(a+c) + |a-c|}{2}$ and $awedge c= frac{(a+c) - |a-c|}{2}$
I guess the proof uses this form of the inequality, but I don't know how to write such proof.
real-analysis inequality absolute-value
$endgroup$
add a comment |
$begingroup$
I have to show that for $a,b,c,d in mathbb{R}$ $$|avee b - cvee d| leq |a-c|vee |b-d|$$
I know this can be showed using cases, but I need help with a proof that doesn't involve cases. I found out this inequality can be written as:
$$|avee b - cvee d| leq (avee c - a wedge c) vee (b vee d - b wedge d)$$
Since $avee c= frac{(a+c) + |a-c|}{2}$ and $awedge c= frac{(a+c) - |a-c|}{2}$
I guess the proof uses this form of the inequality, but I don't know how to write such proof.
real-analysis inequality absolute-value
$endgroup$
add a comment |
$begingroup$
I have to show that for $a,b,c,d in mathbb{R}$ $$|avee b - cvee d| leq |a-c|vee |b-d|$$
I know this can be showed using cases, but I need help with a proof that doesn't involve cases. I found out this inequality can be written as:
$$|avee b - cvee d| leq (avee c - a wedge c) vee (b vee d - b wedge d)$$
Since $avee c= frac{(a+c) + |a-c|}{2}$ and $awedge c= frac{(a+c) - |a-c|}{2}$
I guess the proof uses this form of the inequality, but I don't know how to write such proof.
real-analysis inequality absolute-value
$endgroup$
I have to show that for $a,b,c,d in mathbb{R}$ $$|avee b - cvee d| leq |a-c|vee |b-d|$$
I know this can be showed using cases, but I need help with a proof that doesn't involve cases. I found out this inequality can be written as:
$$|avee b - cvee d| leq (avee c - a wedge c) vee (b vee d - b wedge d)$$
Since $avee c= frac{(a+c) + |a-c|}{2}$ and $awedge c= frac{(a+c) - |a-c|}{2}$
I guess the proof uses this form of the inequality, but I don't know how to write such proof.
real-analysis inequality absolute-value
real-analysis inequality absolute-value
edited Mar 15 at 17:39
MMM
asked Mar 15 at 17:26
MMMMMM
84
84
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
This is basically just repeated applications of the triangle inequality; namely, we have
$$ lvert max(a,b) - max(c,d) rvert = bigglvert frac{(a-c) + (b-d) + lvert a - b rvert - lvert c - d rvert}{2}biggrvert leq frac{(lvert a - c rvert + lvert b - d rvert) + lvert lvert a-b rvert - lvert c - d rvertrvert}{2}.$$
But,
$$lvert lvert a-b rvert - lvert c - d rvert rvert leq lvert lvert a-c rvert + lvert b-c rvert - (lvert c-b rvert + lvert b-d rvert) rvert = lvert lvert a-c rvert - lvert b - d rvert rvert.$$
That should give the desired result.
Edit: For the last step, I used
$$lvert a - b rvert = lvert a - c + c - b rvert leq lvert a-c rvert + lvert b - c rvert.$$
You use that same trick on both terms in the absolute value.
$endgroup$
$begingroup$
What form of the triangle inequality you used at that last step?
$endgroup$
– MMM
Mar 15 at 18:22
$begingroup$
I added an edit to (hopefully) address your question.
$endgroup$
– Gary Moon
Mar 15 at 18:26
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%2f3149575%2fmax-and-min-inequality%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$
This is basically just repeated applications of the triangle inequality; namely, we have
$$ lvert max(a,b) - max(c,d) rvert = bigglvert frac{(a-c) + (b-d) + lvert a - b rvert - lvert c - d rvert}{2}biggrvert leq frac{(lvert a - c rvert + lvert b - d rvert) + lvert lvert a-b rvert - lvert c - d rvertrvert}{2}.$$
But,
$$lvert lvert a-b rvert - lvert c - d rvert rvert leq lvert lvert a-c rvert + lvert b-c rvert - (lvert c-b rvert + lvert b-d rvert) rvert = lvert lvert a-c rvert - lvert b - d rvert rvert.$$
That should give the desired result.
Edit: For the last step, I used
$$lvert a - b rvert = lvert a - c + c - b rvert leq lvert a-c rvert + lvert b - c rvert.$$
You use that same trick on both terms in the absolute value.
$endgroup$
$begingroup$
What form of the triangle inequality you used at that last step?
$endgroup$
– MMM
Mar 15 at 18:22
$begingroup$
I added an edit to (hopefully) address your question.
$endgroup$
– Gary Moon
Mar 15 at 18:26
add a comment |
$begingroup$
This is basically just repeated applications of the triangle inequality; namely, we have
$$ lvert max(a,b) - max(c,d) rvert = bigglvert frac{(a-c) + (b-d) + lvert a - b rvert - lvert c - d rvert}{2}biggrvert leq frac{(lvert a - c rvert + lvert b - d rvert) + lvert lvert a-b rvert - lvert c - d rvertrvert}{2}.$$
But,
$$lvert lvert a-b rvert - lvert c - d rvert rvert leq lvert lvert a-c rvert + lvert b-c rvert - (lvert c-b rvert + lvert b-d rvert) rvert = lvert lvert a-c rvert - lvert b - d rvert rvert.$$
That should give the desired result.
Edit: For the last step, I used
$$lvert a - b rvert = lvert a - c + c - b rvert leq lvert a-c rvert + lvert b - c rvert.$$
You use that same trick on both terms in the absolute value.
$endgroup$
$begingroup$
What form of the triangle inequality you used at that last step?
$endgroup$
– MMM
Mar 15 at 18:22
$begingroup$
I added an edit to (hopefully) address your question.
$endgroup$
– Gary Moon
Mar 15 at 18:26
add a comment |
$begingroup$
This is basically just repeated applications of the triangle inequality; namely, we have
$$ lvert max(a,b) - max(c,d) rvert = bigglvert frac{(a-c) + (b-d) + lvert a - b rvert - lvert c - d rvert}{2}biggrvert leq frac{(lvert a - c rvert + lvert b - d rvert) + lvert lvert a-b rvert - lvert c - d rvertrvert}{2}.$$
But,
$$lvert lvert a-b rvert - lvert c - d rvert rvert leq lvert lvert a-c rvert + lvert b-c rvert - (lvert c-b rvert + lvert b-d rvert) rvert = lvert lvert a-c rvert - lvert b - d rvert rvert.$$
That should give the desired result.
Edit: For the last step, I used
$$lvert a - b rvert = lvert a - c + c - b rvert leq lvert a-c rvert + lvert b - c rvert.$$
You use that same trick on both terms in the absolute value.
$endgroup$
This is basically just repeated applications of the triangle inequality; namely, we have
$$ lvert max(a,b) - max(c,d) rvert = bigglvert frac{(a-c) + (b-d) + lvert a - b rvert - lvert c - d rvert}{2}biggrvert leq frac{(lvert a - c rvert + lvert b - d rvert) + lvert lvert a-b rvert - lvert c - d rvertrvert}{2}.$$
But,
$$lvert lvert a-b rvert - lvert c - d rvert rvert leq lvert lvert a-c rvert + lvert b-c rvert - (lvert c-b rvert + lvert b-d rvert) rvert = lvert lvert a-c rvert - lvert b - d rvert rvert.$$
That should give the desired result.
Edit: For the last step, I used
$$lvert a - b rvert = lvert a - c + c - b rvert leq lvert a-c rvert + lvert b - c rvert.$$
You use that same trick on both terms in the absolute value.
edited Mar 15 at 18:26
answered Mar 15 at 17:58
Gary MoonGary Moon
84616
84616
$begingroup$
What form of the triangle inequality you used at that last step?
$endgroup$
– MMM
Mar 15 at 18:22
$begingroup$
I added an edit to (hopefully) address your question.
$endgroup$
– Gary Moon
Mar 15 at 18:26
add a comment |
$begingroup$
What form of the triangle inequality you used at that last step?
$endgroup$
– MMM
Mar 15 at 18:22
$begingroup$
I added an edit to (hopefully) address your question.
$endgroup$
– Gary Moon
Mar 15 at 18:26
$begingroup$
What form of the triangle inequality you used at that last step?
$endgroup$
– MMM
Mar 15 at 18:22
$begingroup$
What form of the triangle inequality you used at that last step?
$endgroup$
– MMM
Mar 15 at 18:22
$begingroup$
I added an edit to (hopefully) address your question.
$endgroup$
– Gary Moon
Mar 15 at 18:26
$begingroup$
I added an edit to (hopefully) address your question.
$endgroup$
– Gary Moon
Mar 15 at 18:26
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%2f3149575%2fmax-and-min-inequality%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