Apostol - Mathematical Analysis - Theorem 1.1
$begingroup$
I realize there are several questions dealing with Theorem 1.1 from Apostol's "Mathematical Analysis", but those questions are mostly about how to prove the result or the geometrical intuition around it. My question is about the application of the theorem. The theorem states:
If $aleq b+varepsilon$
for all $varepsilon>0$, then
$aleq b$.
Take an example.
$a=2$, $b=1$ and $e = 3$; $e := varepsilon$ Then, $2 leq 1 + 3$;
$2 leq 4$
These meet the conditions required in the theorem.
But, now I get the absurd result: $2 leq 1$
What is wrong in my usage of the theorem?
analysis
$endgroup$
add a comment |
$begingroup$
I realize there are several questions dealing with Theorem 1.1 from Apostol's "Mathematical Analysis", but those questions are mostly about how to prove the result or the geometrical intuition around it. My question is about the application of the theorem. The theorem states:
If $aleq b+varepsilon$
for all $varepsilon>0$, then
$aleq b$.
Take an example.
$a=2$, $b=1$ and $e = 3$; $e := varepsilon$ Then, $2 leq 1 + 3$;
$2 leq 4$
These meet the conditions required in the theorem.
But, now I get the absurd result: $2 leq 1$
What is wrong in my usage of the theorem?
analysis
$endgroup$
2
$begingroup$
In "for all ε>0", you are missing "for all".
$endgroup$
– Did
Dec 14 '18 at 7:02
add a comment |
$begingroup$
I realize there are several questions dealing with Theorem 1.1 from Apostol's "Mathematical Analysis", but those questions are mostly about how to prove the result or the geometrical intuition around it. My question is about the application of the theorem. The theorem states:
If $aleq b+varepsilon$
for all $varepsilon>0$, then
$aleq b$.
Take an example.
$a=2$, $b=1$ and $e = 3$; $e := varepsilon$ Then, $2 leq 1 + 3$;
$2 leq 4$
These meet the conditions required in the theorem.
But, now I get the absurd result: $2 leq 1$
What is wrong in my usage of the theorem?
analysis
$endgroup$
I realize there are several questions dealing with Theorem 1.1 from Apostol's "Mathematical Analysis", but those questions are mostly about how to prove the result or the geometrical intuition around it. My question is about the application of the theorem. The theorem states:
If $aleq b+varepsilon$
for all $varepsilon>0$, then
$aleq b$.
Take an example.
$a=2$, $b=1$ and $e = 3$; $e := varepsilon$ Then, $2 leq 1 + 3$;
$2 leq 4$
These meet the conditions required in the theorem.
But, now I get the absurd result: $2 leq 1$
What is wrong in my usage of the theorem?
analysis
analysis
edited Dec 15 '18 at 16:54
Henrik
6,03792030
6,03792030
asked Dec 14 '18 at 6:58
USAUSA
1
1
2
$begingroup$
In "for all ε>0", you are missing "for all".
$endgroup$
– Did
Dec 14 '18 at 7:02
add a comment |
2
$begingroup$
In "for all ε>0", you are missing "for all".
$endgroup$
– Did
Dec 14 '18 at 7:02
2
2
$begingroup$
In "for all ε>0", you are missing "for all".
$endgroup$
– Did
Dec 14 '18 at 7:02
$begingroup$
In "for all ε>0", you are missing "for all".
$endgroup$
– Did
Dec 14 '18 at 7:02
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
The premise says for all $epsilon>0.$ You have only shown the inequality holds for one $epsilon$ (namely $epsilon=3$). But it fails for $epsilon = 1/2,$ for example, so the premise does not hold and you cannot draw the conclusion.
$endgroup$
$begingroup$
Thanks. Live to learn and fight again.
$endgroup$
– USA
Dec 15 '18 at 5:01
add a comment |
$begingroup$
It must hold for all $varepsilon > 0$ that $a leq b + varepsilon$.
In your example, you consider $a = 2, b = 1$. Then that gives us $2 leq 1 + varepsilon$. However, notice, if you solve for $varepsilon$, this requires $varepsilon geq 1$.
Since your example does not hold for all $varepsilon>0$ - namely, for all $varepsilon in (0,1)$ - then the conclusion doesn't follow, because the theorem itself doesn't apply.
In other words, if there exists $varepsilon > 0$ for which $a > b + varepsilon$, then the theorem doesn't apply.
$endgroup$
$begingroup$
Many many thanks. It is a universal quantifier.
$endgroup$
– USA
Dec 15 '18 at 5:01
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%2f3039044%2fapostol-mathematical-analysis-theorem-1-1%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
$begingroup$
The premise says for all $epsilon>0.$ You have only shown the inequality holds for one $epsilon$ (namely $epsilon=3$). But it fails for $epsilon = 1/2,$ for example, so the premise does not hold and you cannot draw the conclusion.
$endgroup$
$begingroup$
Thanks. Live to learn and fight again.
$endgroup$
– USA
Dec 15 '18 at 5:01
add a comment |
$begingroup$
The premise says for all $epsilon>0.$ You have only shown the inequality holds for one $epsilon$ (namely $epsilon=3$). But it fails for $epsilon = 1/2,$ for example, so the premise does not hold and you cannot draw the conclusion.
$endgroup$
$begingroup$
Thanks. Live to learn and fight again.
$endgroup$
– USA
Dec 15 '18 at 5:01
add a comment |
$begingroup$
The premise says for all $epsilon>0.$ You have only shown the inequality holds for one $epsilon$ (namely $epsilon=3$). But it fails for $epsilon = 1/2,$ for example, so the premise does not hold and you cannot draw the conclusion.
$endgroup$
The premise says for all $epsilon>0.$ You have only shown the inequality holds for one $epsilon$ (namely $epsilon=3$). But it fails for $epsilon = 1/2,$ for example, so the premise does not hold and you cannot draw the conclusion.
answered Dec 14 '18 at 7:03
spaceisdarkgreenspaceisdarkgreen
32.9k21753
32.9k21753
$begingroup$
Thanks. Live to learn and fight again.
$endgroup$
– USA
Dec 15 '18 at 5:01
add a comment |
$begingroup$
Thanks. Live to learn and fight again.
$endgroup$
– USA
Dec 15 '18 at 5:01
$begingroup$
Thanks. Live to learn and fight again.
$endgroup$
– USA
Dec 15 '18 at 5:01
$begingroup$
Thanks. Live to learn and fight again.
$endgroup$
– USA
Dec 15 '18 at 5:01
add a comment |
$begingroup$
It must hold for all $varepsilon > 0$ that $a leq b + varepsilon$.
In your example, you consider $a = 2, b = 1$. Then that gives us $2 leq 1 + varepsilon$. However, notice, if you solve for $varepsilon$, this requires $varepsilon geq 1$.
Since your example does not hold for all $varepsilon>0$ - namely, for all $varepsilon in (0,1)$ - then the conclusion doesn't follow, because the theorem itself doesn't apply.
In other words, if there exists $varepsilon > 0$ for which $a > b + varepsilon$, then the theorem doesn't apply.
$endgroup$
$begingroup$
Many many thanks. It is a universal quantifier.
$endgroup$
– USA
Dec 15 '18 at 5:01
add a comment |
$begingroup$
It must hold for all $varepsilon > 0$ that $a leq b + varepsilon$.
In your example, you consider $a = 2, b = 1$. Then that gives us $2 leq 1 + varepsilon$. However, notice, if you solve for $varepsilon$, this requires $varepsilon geq 1$.
Since your example does not hold for all $varepsilon>0$ - namely, for all $varepsilon in (0,1)$ - then the conclusion doesn't follow, because the theorem itself doesn't apply.
In other words, if there exists $varepsilon > 0$ for which $a > b + varepsilon$, then the theorem doesn't apply.
$endgroup$
$begingroup$
Many many thanks. It is a universal quantifier.
$endgroup$
– USA
Dec 15 '18 at 5:01
add a comment |
$begingroup$
It must hold for all $varepsilon > 0$ that $a leq b + varepsilon$.
In your example, you consider $a = 2, b = 1$. Then that gives us $2 leq 1 + varepsilon$. However, notice, if you solve for $varepsilon$, this requires $varepsilon geq 1$.
Since your example does not hold for all $varepsilon>0$ - namely, for all $varepsilon in (0,1)$ - then the conclusion doesn't follow, because the theorem itself doesn't apply.
In other words, if there exists $varepsilon > 0$ for which $a > b + varepsilon$, then the theorem doesn't apply.
$endgroup$
It must hold for all $varepsilon > 0$ that $a leq b + varepsilon$.
In your example, you consider $a = 2, b = 1$. Then that gives us $2 leq 1 + varepsilon$. However, notice, if you solve for $varepsilon$, this requires $varepsilon geq 1$.
Since your example does not hold for all $varepsilon>0$ - namely, for all $varepsilon in (0,1)$ - then the conclusion doesn't follow, because the theorem itself doesn't apply.
In other words, if there exists $varepsilon > 0$ for which $a > b + varepsilon$, then the theorem doesn't apply.
answered Dec 14 '18 at 7:04
Eevee TrainerEevee Trainer
6,0631936
6,0631936
$begingroup$
Many many thanks. It is a universal quantifier.
$endgroup$
– USA
Dec 15 '18 at 5:01
add a comment |
$begingroup$
Many many thanks. It is a universal quantifier.
$endgroup$
– USA
Dec 15 '18 at 5:01
$begingroup$
Many many thanks. It is a universal quantifier.
$endgroup$
– USA
Dec 15 '18 at 5:01
$begingroup$
Many many thanks. It is a universal quantifier.
$endgroup$
– USA
Dec 15 '18 at 5:01
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%2f3039044%2fapostol-mathematical-analysis-theorem-1-1%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
2
$begingroup$
In "for all ε>0", you are missing "for all".
$endgroup$
– Did
Dec 14 '18 at 7:02