Need Help : Proving polynomials are continuous, without circular reasoning












12














I know there are a lot of answers regarding continuity of polynomials. But, this question is different.



We need to have $ lim_{xto a} {x^n} = a^n$ , $n in N$ , to be able to prove that polynomials are continuous. This fact is derived from the product rule (or may be it can't be, which is my question). The product rule is proved using square roots, so it assumes the existence of square roots. The fact that For every non negative number $x$, it's $n^{th}$ root exists, i.e. $x^n$ is invertible, assumes the continuity of $x^n$ because this is proven using Intermediate value Theorem.

Bam - Circular reasoning ! Or am I Wrong ?
Here's the only proof of product rule which I know :
Assume $ lim_{xto a} {f(x)} = L$ and $ lim_{xto a} {g(x)} = K$



Let $ϵ > 0$ be any positive number
Hence, $∃delta_1> 0 ∶ 0<|x-a|<δ_1⟹|f(x)-L|<sqrt{epsilon}$



And $∃δ_2>0 ∶ 0<|x-a|<δ_2 ⟹ |g(x)-K|<sqrt{epsilon}$



Let $δ=min{δ_1,δ_2}$



Hence, $0<|x-a|<δ$



$|(f(x)-L)(g(x)-K)-0|<sqrt{epsilon} sqrt{epsilon} = ϵ$



Hence, $lim_{x to a} {(f(x)-L)(g(x)-K)} = 0$



$lim_{x to a} {(f(x)g(x)-Kf(x)-Lg(x)+KL)} = 0$



And then the result follows.
Even if we use $epsilon$ in place of $√ϵ$ , we end up with
$0<|x-a|<δ⟹|(f(x)-L)(g(x)-K)-0|<epsiloncdot epsilon = ϵ^2$ , and then we have to prove that the range of $epsilon^2$ is $[0,infty]$, which amounts to proving that for each number in $[0,infty]$ , a corresponding square root exists.










share|cite|improve this question




















  • 1




    You can use MathJax in a single formula - you don't have to write $f(x)$<$g(x)$ and similar formulas. Also I see two different notations $lim_{xto a}$ and $Lim_{xto a}$ in the post - but without an explanation whether they are intended to represent two different things or they are both just different notations for the usual limit.
    – Martin Sleziak
    yesterday












  • Thank you. I have edited the question. The limit with lowercase L and uppercase L are not different, it was my mistake.
    – Steve
    yesterday








  • 2




    Why don't you use the fact that $$|f(x) g(x) - LK|leq |g(x) ||f(x) - L|+|L||g(x) - K|$$ and show that each term on right can be made less than $epsilon /2$?
    – Paramanand Singh
    yesterday






  • 1




    Use the fact that $g(x) to K$ and hence $|g(x) |<|K|+1$ and we can take $|f(x) - L|<epsilon /(2(|K|+1))$. This handles first term. In similar manner you can take $|g(x) - K|<epsilon/(2(|L|+1))$ to handle second term.
    – Paramanand Singh
    yesterday






  • 2




    In general when you are dealing with $epsilon, delta$ proofs the expression based on these $epsilon, delta$ should not involve operations other than $+, -, times, /$.
    – Paramanand Singh
    yesterday
















12














I know there are a lot of answers regarding continuity of polynomials. But, this question is different.



We need to have $ lim_{xto a} {x^n} = a^n$ , $n in N$ , to be able to prove that polynomials are continuous. This fact is derived from the product rule (or may be it can't be, which is my question). The product rule is proved using square roots, so it assumes the existence of square roots. The fact that For every non negative number $x$, it's $n^{th}$ root exists, i.e. $x^n$ is invertible, assumes the continuity of $x^n$ because this is proven using Intermediate value Theorem.

Bam - Circular reasoning ! Or am I Wrong ?
Here's the only proof of product rule which I know :
Assume $ lim_{xto a} {f(x)} = L$ and $ lim_{xto a} {g(x)} = K$



Let $ϵ > 0$ be any positive number
Hence, $∃delta_1> 0 ∶ 0<|x-a|<δ_1⟹|f(x)-L|<sqrt{epsilon}$



And $∃δ_2>0 ∶ 0<|x-a|<δ_2 ⟹ |g(x)-K|<sqrt{epsilon}$



Let $δ=min{δ_1,δ_2}$



Hence, $0<|x-a|<δ$



$|(f(x)-L)(g(x)-K)-0|<sqrt{epsilon} sqrt{epsilon} = ϵ$



Hence, $lim_{x to a} {(f(x)-L)(g(x)-K)} = 0$



$lim_{x to a} {(f(x)g(x)-Kf(x)-Lg(x)+KL)} = 0$



And then the result follows.
Even if we use $epsilon$ in place of $√ϵ$ , we end up with
$0<|x-a|<δ⟹|(f(x)-L)(g(x)-K)-0|<epsiloncdot epsilon = ϵ^2$ , and then we have to prove that the range of $epsilon^2$ is $[0,infty]$, which amounts to proving that for each number in $[0,infty]$ , a corresponding square root exists.










share|cite|improve this question




















  • 1




    You can use MathJax in a single formula - you don't have to write $f(x)$<$g(x)$ and similar formulas. Also I see two different notations $lim_{xto a}$ and $Lim_{xto a}$ in the post - but without an explanation whether they are intended to represent two different things or they are both just different notations for the usual limit.
    – Martin Sleziak
    yesterday












  • Thank you. I have edited the question. The limit with lowercase L and uppercase L are not different, it was my mistake.
    – Steve
    yesterday








  • 2




    Why don't you use the fact that $$|f(x) g(x) - LK|leq |g(x) ||f(x) - L|+|L||g(x) - K|$$ and show that each term on right can be made less than $epsilon /2$?
    – Paramanand Singh
    yesterday






  • 1




    Use the fact that $g(x) to K$ and hence $|g(x) |<|K|+1$ and we can take $|f(x) - L|<epsilon /(2(|K|+1))$. This handles first term. In similar manner you can take $|g(x) - K|<epsilon/(2(|L|+1))$ to handle second term.
    – Paramanand Singh
    yesterday






  • 2




    In general when you are dealing with $epsilon, delta$ proofs the expression based on these $epsilon, delta$ should not involve operations other than $+, -, times, /$.
    – Paramanand Singh
    yesterday














12












12








12


0





I know there are a lot of answers regarding continuity of polynomials. But, this question is different.



We need to have $ lim_{xto a} {x^n} = a^n$ , $n in N$ , to be able to prove that polynomials are continuous. This fact is derived from the product rule (or may be it can't be, which is my question). The product rule is proved using square roots, so it assumes the existence of square roots. The fact that For every non negative number $x$, it's $n^{th}$ root exists, i.e. $x^n$ is invertible, assumes the continuity of $x^n$ because this is proven using Intermediate value Theorem.

Bam - Circular reasoning ! Or am I Wrong ?
Here's the only proof of product rule which I know :
Assume $ lim_{xto a} {f(x)} = L$ and $ lim_{xto a} {g(x)} = K$



Let $ϵ > 0$ be any positive number
Hence, $∃delta_1> 0 ∶ 0<|x-a|<δ_1⟹|f(x)-L|<sqrt{epsilon}$



And $∃δ_2>0 ∶ 0<|x-a|<δ_2 ⟹ |g(x)-K|<sqrt{epsilon}$



Let $δ=min{δ_1,δ_2}$



Hence, $0<|x-a|<δ$



$|(f(x)-L)(g(x)-K)-0|<sqrt{epsilon} sqrt{epsilon} = ϵ$



Hence, $lim_{x to a} {(f(x)-L)(g(x)-K)} = 0$



$lim_{x to a} {(f(x)g(x)-Kf(x)-Lg(x)+KL)} = 0$



And then the result follows.
Even if we use $epsilon$ in place of $√ϵ$ , we end up with
$0<|x-a|<δ⟹|(f(x)-L)(g(x)-K)-0|<epsiloncdot epsilon = ϵ^2$ , and then we have to prove that the range of $epsilon^2$ is $[0,infty]$, which amounts to proving that for each number in $[0,infty]$ , a corresponding square root exists.










share|cite|improve this question















I know there are a lot of answers regarding continuity of polynomials. But, this question is different.



We need to have $ lim_{xto a} {x^n} = a^n$ , $n in N$ , to be able to prove that polynomials are continuous. This fact is derived from the product rule (or may be it can't be, which is my question). The product rule is proved using square roots, so it assumes the existence of square roots. The fact that For every non negative number $x$, it's $n^{th}$ root exists, i.e. $x^n$ is invertible, assumes the continuity of $x^n$ because this is proven using Intermediate value Theorem.

Bam - Circular reasoning ! Or am I Wrong ?
Here's the only proof of product rule which I know :
Assume $ lim_{xto a} {f(x)} = L$ and $ lim_{xto a} {g(x)} = K$



Let $ϵ > 0$ be any positive number
Hence, $∃delta_1> 0 ∶ 0<|x-a|<δ_1⟹|f(x)-L|<sqrt{epsilon}$



And $∃δ_2>0 ∶ 0<|x-a|<δ_2 ⟹ |g(x)-K|<sqrt{epsilon}$



Let $δ=min{δ_1,δ_2}$



Hence, $0<|x-a|<δ$



$|(f(x)-L)(g(x)-K)-0|<sqrt{epsilon} sqrt{epsilon} = ϵ$



Hence, $lim_{x to a} {(f(x)-L)(g(x)-K)} = 0$



$lim_{x to a} {(f(x)g(x)-Kf(x)-Lg(x)+KL)} = 0$



And then the result follows.
Even if we use $epsilon$ in place of $√ϵ$ , we end up with
$0<|x-a|<δ⟹|(f(x)-L)(g(x)-K)-0|<epsiloncdot epsilon = ϵ^2$ , and then we have to prove that the range of $epsilon^2$ is $[0,infty]$, which amounts to proving that for each number in $[0,infty]$ , a corresponding square root exists.







real-analysis limits continuity epsilon-delta






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited yesterday









Martin Sleziak

44.6k8115271




44.6k8115271










asked yesterday









SteveSteve

828




828








  • 1




    You can use MathJax in a single formula - you don't have to write $f(x)$<$g(x)$ and similar formulas. Also I see two different notations $lim_{xto a}$ and $Lim_{xto a}$ in the post - but without an explanation whether they are intended to represent two different things or they are both just different notations for the usual limit.
    – Martin Sleziak
    yesterday












  • Thank you. I have edited the question. The limit with lowercase L and uppercase L are not different, it was my mistake.
    – Steve
    yesterday








  • 2




    Why don't you use the fact that $$|f(x) g(x) - LK|leq |g(x) ||f(x) - L|+|L||g(x) - K|$$ and show that each term on right can be made less than $epsilon /2$?
    – Paramanand Singh
    yesterday






  • 1




    Use the fact that $g(x) to K$ and hence $|g(x) |<|K|+1$ and we can take $|f(x) - L|<epsilon /(2(|K|+1))$. This handles first term. In similar manner you can take $|g(x) - K|<epsilon/(2(|L|+1))$ to handle second term.
    – Paramanand Singh
    yesterday






  • 2




    In general when you are dealing with $epsilon, delta$ proofs the expression based on these $epsilon, delta$ should not involve operations other than $+, -, times, /$.
    – Paramanand Singh
    yesterday














  • 1




    You can use MathJax in a single formula - you don't have to write $f(x)$<$g(x)$ and similar formulas. Also I see two different notations $lim_{xto a}$ and $Lim_{xto a}$ in the post - but without an explanation whether they are intended to represent two different things or they are both just different notations for the usual limit.
    – Martin Sleziak
    yesterday












  • Thank you. I have edited the question. The limit with lowercase L and uppercase L are not different, it was my mistake.
    – Steve
    yesterday








  • 2




    Why don't you use the fact that $$|f(x) g(x) - LK|leq |g(x) ||f(x) - L|+|L||g(x) - K|$$ and show that each term on right can be made less than $epsilon /2$?
    – Paramanand Singh
    yesterday






  • 1




    Use the fact that $g(x) to K$ and hence $|g(x) |<|K|+1$ and we can take $|f(x) - L|<epsilon /(2(|K|+1))$. This handles first term. In similar manner you can take $|g(x) - K|<epsilon/(2(|L|+1))$ to handle second term.
    – Paramanand Singh
    yesterday






  • 2




    In general when you are dealing with $epsilon, delta$ proofs the expression based on these $epsilon, delta$ should not involve operations other than $+, -, times, /$.
    – Paramanand Singh
    yesterday








1




1




You can use MathJax in a single formula - you don't have to write $f(x)$<$g(x)$ and similar formulas. Also I see two different notations $lim_{xto a}$ and $Lim_{xto a}$ in the post - but without an explanation whether they are intended to represent two different things or they are both just different notations for the usual limit.
– Martin Sleziak
yesterday






You can use MathJax in a single formula - you don't have to write $f(x)$<$g(x)$ and similar formulas. Also I see two different notations $lim_{xto a}$ and $Lim_{xto a}$ in the post - but without an explanation whether they are intended to represent two different things or they are both just different notations for the usual limit.
– Martin Sleziak
yesterday














Thank you. I have edited the question. The limit with lowercase L and uppercase L are not different, it was my mistake.
– Steve
yesterday






Thank you. I have edited the question. The limit with lowercase L and uppercase L are not different, it was my mistake.
– Steve
yesterday






2




2




Why don't you use the fact that $$|f(x) g(x) - LK|leq |g(x) ||f(x) - L|+|L||g(x) - K|$$ and show that each term on right can be made less than $epsilon /2$?
– Paramanand Singh
yesterday




Why don't you use the fact that $$|f(x) g(x) - LK|leq |g(x) ||f(x) - L|+|L||g(x) - K|$$ and show that each term on right can be made less than $epsilon /2$?
– Paramanand Singh
yesterday




1




1




Use the fact that $g(x) to K$ and hence $|g(x) |<|K|+1$ and we can take $|f(x) - L|<epsilon /(2(|K|+1))$. This handles first term. In similar manner you can take $|g(x) - K|<epsilon/(2(|L|+1))$ to handle second term.
– Paramanand Singh
yesterday




Use the fact that $g(x) to K$ and hence $|g(x) |<|K|+1$ and we can take $|f(x) - L|<epsilon /(2(|K|+1))$. This handles first term. In similar manner you can take $|g(x) - K|<epsilon/(2(|L|+1))$ to handle second term.
– Paramanand Singh
yesterday




2




2




In general when you are dealing with $epsilon, delta$ proofs the expression based on these $epsilon, delta$ should not involve operations other than $+, -, times, /$.
– Paramanand Singh
yesterday




In general when you are dealing with $epsilon, delta$ proofs the expression based on these $epsilon, delta$ should not involve operations other than $+, -, times, /$.
– Paramanand Singh
yesterday










2 Answers
2






active

oldest

votes


















17














The proof that the product of continuous functions is also continuous does not need to use square roots. You could add the condition that $0 < epsilon < 1$, in which case $epsilon^2 < epsilon$. Or you could use a convergent sequence $x_n$ such that $displaystyle lim_{n mathop to infty} x_n = a$, and show that



$$lim_{n to infty}f(x_n)g(x_n) = fleft( lim_{n to infty} x_n right)gleft(lim_{n to infty} x_nright) = f(a)g(a)$$






share|cite|improve this answer































    10














    You don't need existence of square root. You just need to have that $forall epsilon > 0 exists epsilon^prime > 0$ s. t. ${epsilon^prime}^2 < epsilon$. Then, you'll have $|(f(x) - K)(g(x)-L)| < {epsilon^prime}^2 < epsilon$ which gives you what you need anyway. You don't need the bound $epsilon$ to actually be reachable.



    For $epsilon < 1$, $epsilon$ itself can serve as $epsilon^prime$.






    share|cite|improve this answer





















    • IOW, you don't need the fact that $xmapsto x^2$ is continuous, just that it's monotonic for $x>0$.
      – leftaroundabout
      22 hours ago













    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
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3064771%2fneed-help-proving-polynomials-are-continuous-without-circular-reasoning%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









    17














    The proof that the product of continuous functions is also continuous does not need to use square roots. You could add the condition that $0 < epsilon < 1$, in which case $epsilon^2 < epsilon$. Or you could use a convergent sequence $x_n$ such that $displaystyle lim_{n mathop to infty} x_n = a$, and show that



    $$lim_{n to infty}f(x_n)g(x_n) = fleft( lim_{n to infty} x_n right)gleft(lim_{n to infty} x_nright) = f(a)g(a)$$






    share|cite|improve this answer




























      17














      The proof that the product of continuous functions is also continuous does not need to use square roots. You could add the condition that $0 < epsilon < 1$, in which case $epsilon^2 < epsilon$. Or you could use a convergent sequence $x_n$ such that $displaystyle lim_{n mathop to infty} x_n = a$, and show that



      $$lim_{n to infty}f(x_n)g(x_n) = fleft( lim_{n to infty} x_n right)gleft(lim_{n to infty} x_nright) = f(a)g(a)$$






      share|cite|improve this answer


























        17












        17








        17






        The proof that the product of continuous functions is also continuous does not need to use square roots. You could add the condition that $0 < epsilon < 1$, in which case $epsilon^2 < epsilon$. Or you could use a convergent sequence $x_n$ such that $displaystyle lim_{n mathop to infty} x_n = a$, and show that



        $$lim_{n to infty}f(x_n)g(x_n) = fleft( lim_{n to infty} x_n right)gleft(lim_{n to infty} x_nright) = f(a)g(a)$$






        share|cite|improve this answer














        The proof that the product of continuous functions is also continuous does not need to use square roots. You could add the condition that $0 < epsilon < 1$, in which case $epsilon^2 < epsilon$. Or you could use a convergent sequence $x_n$ such that $displaystyle lim_{n mathop to infty} x_n = a$, and show that



        $$lim_{n to infty}f(x_n)g(x_n) = fleft( lim_{n to infty} x_n right)gleft(lim_{n to infty} x_nright) = f(a)g(a)$$







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited yesterday









        Mutantoe

        576412




        576412










        answered yesterday









        gandalf61gandalf61

        7,931625




        7,931625























            10














            You don't need existence of square root. You just need to have that $forall epsilon > 0 exists epsilon^prime > 0$ s. t. ${epsilon^prime}^2 < epsilon$. Then, you'll have $|(f(x) - K)(g(x)-L)| < {epsilon^prime}^2 < epsilon$ which gives you what you need anyway. You don't need the bound $epsilon$ to actually be reachable.



            For $epsilon < 1$, $epsilon$ itself can serve as $epsilon^prime$.






            share|cite|improve this answer





















            • IOW, you don't need the fact that $xmapsto x^2$ is continuous, just that it's monotonic for $x>0$.
              – leftaroundabout
              22 hours ago


















            10














            You don't need existence of square root. You just need to have that $forall epsilon > 0 exists epsilon^prime > 0$ s. t. ${epsilon^prime}^2 < epsilon$. Then, you'll have $|(f(x) - K)(g(x)-L)| < {epsilon^prime}^2 < epsilon$ which gives you what you need anyway. You don't need the bound $epsilon$ to actually be reachable.



            For $epsilon < 1$, $epsilon$ itself can serve as $epsilon^prime$.






            share|cite|improve this answer





















            • IOW, you don't need the fact that $xmapsto x^2$ is continuous, just that it's monotonic for $x>0$.
              – leftaroundabout
              22 hours ago
















            10












            10








            10






            You don't need existence of square root. You just need to have that $forall epsilon > 0 exists epsilon^prime > 0$ s. t. ${epsilon^prime}^2 < epsilon$. Then, you'll have $|(f(x) - K)(g(x)-L)| < {epsilon^prime}^2 < epsilon$ which gives you what you need anyway. You don't need the bound $epsilon$ to actually be reachable.



            For $epsilon < 1$, $epsilon$ itself can serve as $epsilon^prime$.






            share|cite|improve this answer












            You don't need existence of square root. You just need to have that $forall epsilon > 0 exists epsilon^prime > 0$ s. t. ${epsilon^prime}^2 < epsilon$. Then, you'll have $|(f(x) - K)(g(x)-L)| < {epsilon^prime}^2 < epsilon$ which gives you what you need anyway. You don't need the bound $epsilon$ to actually be reachable.



            For $epsilon < 1$, $epsilon$ itself can serve as $epsilon^prime$.







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered yesterday









            Todor MarkovTodor Markov

            1,664410




            1,664410












            • IOW, you don't need the fact that $xmapsto x^2$ is continuous, just that it's monotonic for $x>0$.
              – leftaroundabout
              22 hours ago




















            • IOW, you don't need the fact that $xmapsto x^2$ is continuous, just that it's monotonic for $x>0$.
              – leftaroundabout
              22 hours ago


















            IOW, you don't need the fact that $xmapsto x^2$ is continuous, just that it's monotonic for $x>0$.
            – leftaroundabout
            22 hours ago






            IOW, you don't need the fact that $xmapsto x^2$ is continuous, just that it's monotonic for $x>0$.
            – leftaroundabout
            22 hours ago




















            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3064771%2fneed-help-proving-polynomials-are-continuous-without-circular-reasoning%23new-answer', 'question_page');
            }
            );

            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







            Popular posts from this blog

            An IMO inspired problem

            Management

            Has there ever been an instance of an active nuclear power plant within or near a war zone?