Can we remove the absolute value from inequality $|a-b|<ε$?
up vote
2
down vote
favorite
So currently I have $|S_n-S|<ε$ where $S_n$ is a sequence and $ε>0$.
I have $bigl||S_n|-|S|bigr|leq|S_n-S|<ε$. Hence, $bigl||S_n|-|S|bigr|<ε$. Since $ε>0$, can I just remove the main absolute value and say $|S_n|-|S|<ε$?
inequality
add a comment |
up vote
2
down vote
favorite
So currently I have $|S_n-S|<ε$ where $S_n$ is a sequence and $ε>0$.
I have $bigl||S_n|-|S|bigr|leq|S_n-S|<ε$. Hence, $bigl||S_n|-|S|bigr|<ε$. Since $ε>0$, can I just remove the main absolute value and say $|S_n|-|S|<ε$?
inequality
1
Hello @Sashin Chetty, for better questions and answer, here you have to use Math Jax to write math equations... here is a resume math.meta.stackexchange.com/questions/5020/…
– Robson
Nov 24 at 4:01
1
Thanks for the advice!
– Sashin Chetty
Nov 24 at 7:41
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
So currently I have $|S_n-S|<ε$ where $S_n$ is a sequence and $ε>0$.
I have $bigl||S_n|-|S|bigr|leq|S_n-S|<ε$. Hence, $bigl||S_n|-|S|bigr|<ε$. Since $ε>0$, can I just remove the main absolute value and say $|S_n|-|S|<ε$?
inequality
So currently I have $|S_n-S|<ε$ where $S_n$ is a sequence and $ε>0$.
I have $bigl||S_n|-|S|bigr|leq|S_n-S|<ε$. Hence, $bigl||S_n|-|S|bigr|<ε$. Since $ε>0$, can I just remove the main absolute value and say $|S_n|-|S|<ε$?
inequality
inequality
edited Nov 24 at 4:10
user302797
19.7k92252
19.7k92252
asked Nov 24 at 3:54
Sashin Chetty
222
222
1
Hello @Sashin Chetty, for better questions and answer, here you have to use Math Jax to write math equations... here is a resume math.meta.stackexchange.com/questions/5020/…
– Robson
Nov 24 at 4:01
1
Thanks for the advice!
– Sashin Chetty
Nov 24 at 7:41
add a comment |
1
Hello @Sashin Chetty, for better questions and answer, here you have to use Math Jax to write math equations... here is a resume math.meta.stackexchange.com/questions/5020/…
– Robson
Nov 24 at 4:01
1
Thanks for the advice!
– Sashin Chetty
Nov 24 at 7:41
1
1
Hello @Sashin Chetty, for better questions and answer, here you have to use Math Jax to write math equations... here is a resume math.meta.stackexchange.com/questions/5020/…
– Robson
Nov 24 at 4:01
Hello @Sashin Chetty, for better questions and answer, here you have to use Math Jax to write math equations... here is a resume math.meta.stackexchange.com/questions/5020/…
– Robson
Nov 24 at 4:01
1
1
Thanks for the advice!
– Sashin Chetty
Nov 24 at 7:41
Thanks for the advice!
– Sashin Chetty
Nov 24 at 7:41
add a comment |
2 Answers
2
active
oldest
votes
up vote
4
down vote
Yes, you always can do that because $|x|< a iff x<a$ and $x>-a$, so in particular you can remove absolute value.
Also observe that is always true that $x<|x|$, hence if $|x|<a$ we conclude that $x<a$
add a comment |
up vote
3
down vote
Just to spell out Robson's argument:
If $|S_n| -|S|$ is positive then it's equal to $bigg||S_n| -|S| bigg|
<varepsilon$ and if $|S_n| -|S|$ is negative then it's certainly less than $epsilon$ which is positive.
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%2f3011162%2fcan-we-remove-the-absolute-value-from-inequality-a-b%25ce%25b5%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
up vote
4
down vote
Yes, you always can do that because $|x|< a iff x<a$ and $x>-a$, so in particular you can remove absolute value.
Also observe that is always true that $x<|x|$, hence if $|x|<a$ we conclude that $x<a$
add a comment |
up vote
4
down vote
Yes, you always can do that because $|x|< a iff x<a$ and $x>-a$, so in particular you can remove absolute value.
Also observe that is always true that $x<|x|$, hence if $|x|<a$ we conclude that $x<a$
add a comment |
up vote
4
down vote
up vote
4
down vote
Yes, you always can do that because $|x|< a iff x<a$ and $x>-a$, so in particular you can remove absolute value.
Also observe that is always true that $x<|x|$, hence if $|x|<a$ we conclude that $x<a$
Yes, you always can do that because $|x|< a iff x<a$ and $x>-a$, so in particular you can remove absolute value.
Also observe that is always true that $x<|x|$, hence if $|x|<a$ we conclude that $x<a$
answered Nov 24 at 4:02
Robson
771221
771221
add a comment |
add a comment |
up vote
3
down vote
Just to spell out Robson's argument:
If $|S_n| -|S|$ is positive then it's equal to $bigg||S_n| -|S| bigg|
<varepsilon$ and if $|S_n| -|S|$ is negative then it's certainly less than $epsilon$ which is positive.
add a comment |
up vote
3
down vote
Just to spell out Robson's argument:
If $|S_n| -|S|$ is positive then it's equal to $bigg||S_n| -|S| bigg|
<varepsilon$ and if $|S_n| -|S|$ is negative then it's certainly less than $epsilon$ which is positive.
add a comment |
up vote
3
down vote
up vote
3
down vote
Just to spell out Robson's argument:
If $|S_n| -|S|$ is positive then it's equal to $bigg||S_n| -|S| bigg|
<varepsilon$ and if $|S_n| -|S|$ is negative then it's certainly less than $epsilon$ which is positive.
Just to spell out Robson's argument:
If $|S_n| -|S|$ is positive then it's equal to $bigg||S_n| -|S| bigg|
<varepsilon$ and if $|S_n| -|S|$ is negative then it's certainly less than $epsilon$ which is positive.
answered Nov 24 at 4:07
Mason
1,8761527
1,8761527
add a comment |
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%2f3011162%2fcan-we-remove-the-absolute-value-from-inequality-a-b%25ce%25b5%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
1
Hello @Sashin Chetty, for better questions and answer, here you have to use Math Jax to write math equations... here is a resume math.meta.stackexchange.com/questions/5020/…
– Robson
Nov 24 at 4:01
1
Thanks for the advice!
– Sashin Chetty
Nov 24 at 7:41