Replacing Variables in Limit Defintion
$begingroup$
I am reading an introductory book on complex analysis. They define the neighborhood of infinity as $|z| > 1/epsilon$ for some $epsilon >0$. Then they wish to show the following statement:
$$ lim_{z rightarrow infty}f(z) = w_0 quad text{iff} quad lim_{z rightarrow 0}=fleft(frac{1}{z}right)$$
Their proof goes as follows:
In the forward direction, note by definition we have that $forall epsilon > 0 , exists delta > 0$ st:
$$|z| > 1/delta implies |f(z) - w_0| < epsilon$$
Replacing $z$ by $1/z$ we obtain:
$$0 < |z - 0| > delta implies |fleft(frac{1}{z}right) - w_0| < epsilon$$
Why can they just "replace" $z$ with $1/z$? Can I do this with any function of $z$ like $z^2$?
complex-analysis proof-explanation
$endgroup$
add a comment |
$begingroup$
I am reading an introductory book on complex analysis. They define the neighborhood of infinity as $|z| > 1/epsilon$ for some $epsilon >0$. Then they wish to show the following statement:
$$ lim_{z rightarrow infty}f(z) = w_0 quad text{iff} quad lim_{z rightarrow 0}=fleft(frac{1}{z}right)$$
Their proof goes as follows:
In the forward direction, note by definition we have that $forall epsilon > 0 , exists delta > 0$ st:
$$|z| > 1/delta implies |f(z) - w_0| < epsilon$$
Replacing $z$ by $1/z$ we obtain:
$$0 < |z - 0| > delta implies |fleft(frac{1}{z}right) - w_0| < epsilon$$
Why can they just "replace" $z$ with $1/z$? Can I do this with any function of $z$ like $z^2$?
complex-analysis proof-explanation
$endgroup$
add a comment |
$begingroup$
I am reading an introductory book on complex analysis. They define the neighborhood of infinity as $|z| > 1/epsilon$ for some $epsilon >0$. Then they wish to show the following statement:
$$ lim_{z rightarrow infty}f(z) = w_0 quad text{iff} quad lim_{z rightarrow 0}=fleft(frac{1}{z}right)$$
Their proof goes as follows:
In the forward direction, note by definition we have that $forall epsilon > 0 , exists delta > 0$ st:
$$|z| > 1/delta implies |f(z) - w_0| < epsilon$$
Replacing $z$ by $1/z$ we obtain:
$$0 < |z - 0| > delta implies |fleft(frac{1}{z}right) - w_0| < epsilon$$
Why can they just "replace" $z$ with $1/z$? Can I do this with any function of $z$ like $z^2$?
complex-analysis proof-explanation
$endgroup$
I am reading an introductory book on complex analysis. They define the neighborhood of infinity as $|z| > 1/epsilon$ for some $epsilon >0$. Then they wish to show the following statement:
$$ lim_{z rightarrow infty}f(z) = w_0 quad text{iff} quad lim_{z rightarrow 0}=fleft(frac{1}{z}right)$$
Their proof goes as follows:
In the forward direction, note by definition we have that $forall epsilon > 0 , exists delta > 0$ st:
$$|z| > 1/delta implies |f(z) - w_0| < epsilon$$
Replacing $z$ by $1/z$ we obtain:
$$0 < |z - 0| > delta implies |fleft(frac{1}{z}right) - w_0| < epsilon$$
Why can they just "replace" $z$ with $1/z$? Can I do this with any function of $z$ like $z^2$?
complex-analysis proof-explanation
complex-analysis proof-explanation
asked Dec 25 '18 at 15:16
yoshiyoshi
1,256917
1,256917
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
You can substitute anything you like but you must respect the inequalities.
In this case we have that $|z| > 1/delta implies |f(z) - w_0| < epsilon$ and a straight replacement gives us $|frac{1}{z}| > 1/delta implies |f(frac{1}{z}) - w_0| < epsilon$.
Taking reciprocals on the left side of the implication, we get $|z|ltdeltaimplies |f(frac{1}{z})-w_0|ltepsilon$
$endgroup$
$begingroup$
1. Should it be $|f(1/z)-w_0|$ (parenthesis at end is in the wrong place?)? 2. Can you elaborate "you can substitute anything you like so long as it respects the inequality" -- this is the crux of my confusion. Continuity is about "closeness in the range implies closeness in the domain" -- why can I just change variables in the statement?
$endgroup$
– yoshi
Dec 25 '18 at 17:43
1
$begingroup$
Yes. That’s a typo. Variables are just place holders. Why wouldn’t we be able to change variables? When we substitute $z$ with $frac{1}{z}$, we still require the fraction to have the same properties as the original variable.
$endgroup$
– John Douma
Dec 25 '18 at 20:37
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%2f3052181%2freplacing-variables-in-limit-defintion%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$
You can substitute anything you like but you must respect the inequalities.
In this case we have that $|z| > 1/delta implies |f(z) - w_0| < epsilon$ and a straight replacement gives us $|frac{1}{z}| > 1/delta implies |f(frac{1}{z}) - w_0| < epsilon$.
Taking reciprocals on the left side of the implication, we get $|z|ltdeltaimplies |f(frac{1}{z})-w_0|ltepsilon$
$endgroup$
$begingroup$
1. Should it be $|f(1/z)-w_0|$ (parenthesis at end is in the wrong place?)? 2. Can you elaborate "you can substitute anything you like so long as it respects the inequality" -- this is the crux of my confusion. Continuity is about "closeness in the range implies closeness in the domain" -- why can I just change variables in the statement?
$endgroup$
– yoshi
Dec 25 '18 at 17:43
1
$begingroup$
Yes. That’s a typo. Variables are just place holders. Why wouldn’t we be able to change variables? When we substitute $z$ with $frac{1}{z}$, we still require the fraction to have the same properties as the original variable.
$endgroup$
– John Douma
Dec 25 '18 at 20:37
add a comment |
$begingroup$
You can substitute anything you like but you must respect the inequalities.
In this case we have that $|z| > 1/delta implies |f(z) - w_0| < epsilon$ and a straight replacement gives us $|frac{1}{z}| > 1/delta implies |f(frac{1}{z}) - w_0| < epsilon$.
Taking reciprocals on the left side of the implication, we get $|z|ltdeltaimplies |f(frac{1}{z})-w_0|ltepsilon$
$endgroup$
$begingroup$
1. Should it be $|f(1/z)-w_0|$ (parenthesis at end is in the wrong place?)? 2. Can you elaborate "you can substitute anything you like so long as it respects the inequality" -- this is the crux of my confusion. Continuity is about "closeness in the range implies closeness in the domain" -- why can I just change variables in the statement?
$endgroup$
– yoshi
Dec 25 '18 at 17:43
1
$begingroup$
Yes. That’s a typo. Variables are just place holders. Why wouldn’t we be able to change variables? When we substitute $z$ with $frac{1}{z}$, we still require the fraction to have the same properties as the original variable.
$endgroup$
– John Douma
Dec 25 '18 at 20:37
add a comment |
$begingroup$
You can substitute anything you like but you must respect the inequalities.
In this case we have that $|z| > 1/delta implies |f(z) - w_0| < epsilon$ and a straight replacement gives us $|frac{1}{z}| > 1/delta implies |f(frac{1}{z}) - w_0| < epsilon$.
Taking reciprocals on the left side of the implication, we get $|z|ltdeltaimplies |f(frac{1}{z})-w_0|ltepsilon$
$endgroup$
You can substitute anything you like but you must respect the inequalities.
In this case we have that $|z| > 1/delta implies |f(z) - w_0| < epsilon$ and a straight replacement gives us $|frac{1}{z}| > 1/delta implies |f(frac{1}{z}) - w_0| < epsilon$.
Taking reciprocals on the left side of the implication, we get $|z|ltdeltaimplies |f(frac{1}{z})-w_0|ltepsilon$
edited Dec 25 '18 at 20:56
answered Dec 25 '18 at 16:23
John DoumaJohn Douma
5,82021520
5,82021520
$begingroup$
1. Should it be $|f(1/z)-w_0|$ (parenthesis at end is in the wrong place?)? 2. Can you elaborate "you can substitute anything you like so long as it respects the inequality" -- this is the crux of my confusion. Continuity is about "closeness in the range implies closeness in the domain" -- why can I just change variables in the statement?
$endgroup$
– yoshi
Dec 25 '18 at 17:43
1
$begingroup$
Yes. That’s a typo. Variables are just place holders. Why wouldn’t we be able to change variables? When we substitute $z$ with $frac{1}{z}$, we still require the fraction to have the same properties as the original variable.
$endgroup$
– John Douma
Dec 25 '18 at 20:37
add a comment |
$begingroup$
1. Should it be $|f(1/z)-w_0|$ (parenthesis at end is in the wrong place?)? 2. Can you elaborate "you can substitute anything you like so long as it respects the inequality" -- this is the crux of my confusion. Continuity is about "closeness in the range implies closeness in the domain" -- why can I just change variables in the statement?
$endgroup$
– yoshi
Dec 25 '18 at 17:43
1
$begingroup$
Yes. That’s a typo. Variables are just place holders. Why wouldn’t we be able to change variables? When we substitute $z$ with $frac{1}{z}$, we still require the fraction to have the same properties as the original variable.
$endgroup$
– John Douma
Dec 25 '18 at 20:37
$begingroup$
1. Should it be $|f(1/z)-w_0|$ (parenthesis at end is in the wrong place?)? 2. Can you elaborate "you can substitute anything you like so long as it respects the inequality" -- this is the crux of my confusion. Continuity is about "closeness in the range implies closeness in the domain" -- why can I just change variables in the statement?
$endgroup$
– yoshi
Dec 25 '18 at 17:43
$begingroup$
1. Should it be $|f(1/z)-w_0|$ (parenthesis at end is in the wrong place?)? 2. Can you elaborate "you can substitute anything you like so long as it respects the inequality" -- this is the crux of my confusion. Continuity is about "closeness in the range implies closeness in the domain" -- why can I just change variables in the statement?
$endgroup$
– yoshi
Dec 25 '18 at 17:43
1
1
$begingroup$
Yes. That’s a typo. Variables are just place holders. Why wouldn’t we be able to change variables? When we substitute $z$ with $frac{1}{z}$, we still require the fraction to have the same properties as the original variable.
$endgroup$
– John Douma
Dec 25 '18 at 20:37
$begingroup$
Yes. That’s a typo. Variables are just place holders. Why wouldn’t we be able to change variables? When we substitute $z$ with $frac{1}{z}$, we still require the fraction to have the same properties as the original variable.
$endgroup$
– John Douma
Dec 25 '18 at 20:37
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%2f3052181%2freplacing-variables-in-limit-defintion%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