Let $F$ be a field and $f(x) in F[x]$ be a polynomial of degree $> 1$. If $f(a) = 0$ for some $a in F$,...











up vote
0
down vote

favorite












My Attempt at this is as follows:



Let $f(x) = a_0+a_1x+a_2x^2+...+a_mx^m$ $forall$ $a_i$ $in$ $F[X]$.



Given $f(a)=0$



$Rightarrow$ $$f(x) = (x-a)t(x) label{a}tag{1}$$ such that $deg(t(x))geq1$,



and since $deg(x-alpha)=1$, we can express $f(x)$ as a product of two functions such that their degree is not zero, hence $f(x)$ is reducible.



So for proving the above result is this approach allowed? Or should I use some other way or do I have to prove the equation which I used in $ref{a}$?










share|cite|improve this question




























    up vote
    0
    down vote

    favorite












    My Attempt at this is as follows:



    Let $f(x) = a_0+a_1x+a_2x^2+...+a_mx^m$ $forall$ $a_i$ $in$ $F[X]$.



    Given $f(a)=0$



    $Rightarrow$ $$f(x) = (x-a)t(x) label{a}tag{1}$$ such that $deg(t(x))geq1$,



    and since $deg(x-alpha)=1$, we can express $f(x)$ as a product of two functions such that their degree is not zero, hence $f(x)$ is reducible.



    So for proving the above result is this approach allowed? Or should I use some other way or do I have to prove the equation which I used in $ref{a}$?










    share|cite|improve this question


























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      My Attempt at this is as follows:



      Let $f(x) = a_0+a_1x+a_2x^2+...+a_mx^m$ $forall$ $a_i$ $in$ $F[X]$.



      Given $f(a)=0$



      $Rightarrow$ $$f(x) = (x-a)t(x) label{a}tag{1}$$ such that $deg(t(x))geq1$,



      and since $deg(x-alpha)=1$, we can express $f(x)$ as a product of two functions such that their degree is not zero, hence $f(x)$ is reducible.



      So for proving the above result is this approach allowed? Or should I use some other way or do I have to prove the equation which I used in $ref{a}$?










      share|cite|improve this question















      My Attempt at this is as follows:



      Let $f(x) = a_0+a_1x+a_2x^2+...+a_mx^m$ $forall$ $a_i$ $in$ $F[X]$.



      Given $f(a)=0$



      $Rightarrow$ $$f(x) = (x-a)t(x) label{a}tag{1}$$ such that $deg(t(x))geq1$,



      and since $deg(x-alpha)=1$, we can express $f(x)$ as a product of two functions such that their degree is not zero, hence $f(x)$ is reducible.



      So for proving the above result is this approach allowed? Or should I use some other way or do I have to prove the equation which I used in $ref{a}$?







      abstract-algebra ring-theory






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Nov 25 at 11:05









      the_fox

      2,2941430




      2,2941430










      asked Nov 25 at 10:06









      Rohit Bharadwaj

      518




      518






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          You should use polynomial division, otherwise you're simply stating what you want to prove. The division algorithm states that if $f(x)$ and $g(x)$ are polynomials, with $gne0$, then there exist unique polynomials $t(x)$ and $r(x)$ such that





          1. $f(x)=g(x)t(x)+r(x)$;


          2. $deg r(x)<deg g(x)$ (or $r=0$).


          In this case we can take $g(x)=x-alpha$, so
          $$
          f(x)=(x-alpha)t(x)+r(x)
          $$

          where $r=0$ or has degree less than $deg(x-alpha)=1$. Therefore $r(x)=c$ is constant.



          Evaluate at $alpha$:
          $$
          0=f(alpha)=(alpha-alpha)t(alpha)+c=c
          $$

          Hence $f(x)=(x-alpha)t(x)$. Since $deg f(x)>1$, $deg t(x)>0$, so $f$ is reducible.






          share|cite|improve this answer























          • I think this is a more correct or better proof
            – Rohit Bharadwaj
            Nov 25 at 11:01










          • one question, aren't you being specific in this case by taking $f(x)=(x-alpha)t(x)$ I mean you could have took any general polynomial right then why that one..... could we have any more general approach?
            – Rohit Bharadwaj
            Nov 26 at 4:10










          • @RohitBharadwaj I stated the general theorem
            – egreg
            Nov 26 at 8:52










          • i mean why did you take $(x-alpha)$, in the division algorithm it is $f(x)=g(x)t(x)+r(x)$
            – Rohit Bharadwaj
            Nov 26 at 17:05










          • @RohitBharadwaj Where's the problem? You want to show divisibility by $x-alpha$, don't you?
            – egreg
            Nov 26 at 17:10


















          up vote
          0
          down vote













          Your proof is correct. I would not write “s.t. $deg t(x)geqslant1$”. It's more specific than that (although what you wrote is correct): $deg t(x)=m-1$. And $f(x)$ doesn't became reducible; it is reducible.



          And the equality $(1)$ doesn't have to be proved (as part of this proof), since it is a standard theorem about polynomials.






          share|cite|improve this answer





















            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',
            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%2f3012646%2flet-f-be-a-field-and-fx-in-fx-be-a-polynomial-of-degree-1-if-fa%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
            0
            down vote



            accepted










            You should use polynomial division, otherwise you're simply stating what you want to prove. The division algorithm states that if $f(x)$ and $g(x)$ are polynomials, with $gne0$, then there exist unique polynomials $t(x)$ and $r(x)$ such that





            1. $f(x)=g(x)t(x)+r(x)$;


            2. $deg r(x)<deg g(x)$ (or $r=0$).


            In this case we can take $g(x)=x-alpha$, so
            $$
            f(x)=(x-alpha)t(x)+r(x)
            $$

            where $r=0$ or has degree less than $deg(x-alpha)=1$. Therefore $r(x)=c$ is constant.



            Evaluate at $alpha$:
            $$
            0=f(alpha)=(alpha-alpha)t(alpha)+c=c
            $$

            Hence $f(x)=(x-alpha)t(x)$. Since $deg f(x)>1$, $deg t(x)>0$, so $f$ is reducible.






            share|cite|improve this answer























            • I think this is a more correct or better proof
              – Rohit Bharadwaj
              Nov 25 at 11:01










            • one question, aren't you being specific in this case by taking $f(x)=(x-alpha)t(x)$ I mean you could have took any general polynomial right then why that one..... could we have any more general approach?
              – Rohit Bharadwaj
              Nov 26 at 4:10










            • @RohitBharadwaj I stated the general theorem
              – egreg
              Nov 26 at 8:52










            • i mean why did you take $(x-alpha)$, in the division algorithm it is $f(x)=g(x)t(x)+r(x)$
              – Rohit Bharadwaj
              Nov 26 at 17:05










            • @RohitBharadwaj Where's the problem? You want to show divisibility by $x-alpha$, don't you?
              – egreg
              Nov 26 at 17:10















            up vote
            0
            down vote



            accepted










            You should use polynomial division, otherwise you're simply stating what you want to prove. The division algorithm states that if $f(x)$ and $g(x)$ are polynomials, with $gne0$, then there exist unique polynomials $t(x)$ and $r(x)$ such that





            1. $f(x)=g(x)t(x)+r(x)$;


            2. $deg r(x)<deg g(x)$ (or $r=0$).


            In this case we can take $g(x)=x-alpha$, so
            $$
            f(x)=(x-alpha)t(x)+r(x)
            $$

            where $r=0$ or has degree less than $deg(x-alpha)=1$. Therefore $r(x)=c$ is constant.



            Evaluate at $alpha$:
            $$
            0=f(alpha)=(alpha-alpha)t(alpha)+c=c
            $$

            Hence $f(x)=(x-alpha)t(x)$. Since $deg f(x)>1$, $deg t(x)>0$, so $f$ is reducible.






            share|cite|improve this answer























            • I think this is a more correct or better proof
              – Rohit Bharadwaj
              Nov 25 at 11:01










            • one question, aren't you being specific in this case by taking $f(x)=(x-alpha)t(x)$ I mean you could have took any general polynomial right then why that one..... could we have any more general approach?
              – Rohit Bharadwaj
              Nov 26 at 4:10










            • @RohitBharadwaj I stated the general theorem
              – egreg
              Nov 26 at 8:52










            • i mean why did you take $(x-alpha)$, in the division algorithm it is $f(x)=g(x)t(x)+r(x)$
              – Rohit Bharadwaj
              Nov 26 at 17:05










            • @RohitBharadwaj Where's the problem? You want to show divisibility by $x-alpha$, don't you?
              – egreg
              Nov 26 at 17:10













            up vote
            0
            down vote



            accepted







            up vote
            0
            down vote



            accepted






            You should use polynomial division, otherwise you're simply stating what you want to prove. The division algorithm states that if $f(x)$ and $g(x)$ are polynomials, with $gne0$, then there exist unique polynomials $t(x)$ and $r(x)$ such that





            1. $f(x)=g(x)t(x)+r(x)$;


            2. $deg r(x)<deg g(x)$ (or $r=0$).


            In this case we can take $g(x)=x-alpha$, so
            $$
            f(x)=(x-alpha)t(x)+r(x)
            $$

            where $r=0$ or has degree less than $deg(x-alpha)=1$. Therefore $r(x)=c$ is constant.



            Evaluate at $alpha$:
            $$
            0=f(alpha)=(alpha-alpha)t(alpha)+c=c
            $$

            Hence $f(x)=(x-alpha)t(x)$. Since $deg f(x)>1$, $deg t(x)>0$, so $f$ is reducible.






            share|cite|improve this answer














            You should use polynomial division, otherwise you're simply stating what you want to prove. The division algorithm states that if $f(x)$ and $g(x)$ are polynomials, with $gne0$, then there exist unique polynomials $t(x)$ and $r(x)$ such that





            1. $f(x)=g(x)t(x)+r(x)$;


            2. $deg r(x)<deg g(x)$ (or $r=0$).


            In this case we can take $g(x)=x-alpha$, so
            $$
            f(x)=(x-alpha)t(x)+r(x)
            $$

            where $r=0$ or has degree less than $deg(x-alpha)=1$. Therefore $r(x)=c$ is constant.



            Evaluate at $alpha$:
            $$
            0=f(alpha)=(alpha-alpha)t(alpha)+c=c
            $$

            Hence $f(x)=(x-alpha)t(x)$. Since $deg f(x)>1$, $deg t(x)>0$, so $f$ is reducible.







            share|cite|improve this answer














            share|cite|improve this answer



            share|cite|improve this answer








            edited Nov 26 at 8:52

























            answered Nov 25 at 10:56









            egreg

            176k1384198




            176k1384198












            • I think this is a more correct or better proof
              – Rohit Bharadwaj
              Nov 25 at 11:01










            • one question, aren't you being specific in this case by taking $f(x)=(x-alpha)t(x)$ I mean you could have took any general polynomial right then why that one..... could we have any more general approach?
              – Rohit Bharadwaj
              Nov 26 at 4:10










            • @RohitBharadwaj I stated the general theorem
              – egreg
              Nov 26 at 8:52










            • i mean why did you take $(x-alpha)$, in the division algorithm it is $f(x)=g(x)t(x)+r(x)$
              – Rohit Bharadwaj
              Nov 26 at 17:05










            • @RohitBharadwaj Where's the problem? You want to show divisibility by $x-alpha$, don't you?
              – egreg
              Nov 26 at 17:10


















            • I think this is a more correct or better proof
              – Rohit Bharadwaj
              Nov 25 at 11:01










            • one question, aren't you being specific in this case by taking $f(x)=(x-alpha)t(x)$ I mean you could have took any general polynomial right then why that one..... could we have any more general approach?
              – Rohit Bharadwaj
              Nov 26 at 4:10










            • @RohitBharadwaj I stated the general theorem
              – egreg
              Nov 26 at 8:52










            • i mean why did you take $(x-alpha)$, in the division algorithm it is $f(x)=g(x)t(x)+r(x)$
              – Rohit Bharadwaj
              Nov 26 at 17:05










            • @RohitBharadwaj Where's the problem? You want to show divisibility by $x-alpha$, don't you?
              – egreg
              Nov 26 at 17:10
















            I think this is a more correct or better proof
            – Rohit Bharadwaj
            Nov 25 at 11:01




            I think this is a more correct or better proof
            – Rohit Bharadwaj
            Nov 25 at 11:01












            one question, aren't you being specific in this case by taking $f(x)=(x-alpha)t(x)$ I mean you could have took any general polynomial right then why that one..... could we have any more general approach?
            – Rohit Bharadwaj
            Nov 26 at 4:10




            one question, aren't you being specific in this case by taking $f(x)=(x-alpha)t(x)$ I mean you could have took any general polynomial right then why that one..... could we have any more general approach?
            – Rohit Bharadwaj
            Nov 26 at 4:10












            @RohitBharadwaj I stated the general theorem
            – egreg
            Nov 26 at 8:52




            @RohitBharadwaj I stated the general theorem
            – egreg
            Nov 26 at 8:52












            i mean why did you take $(x-alpha)$, in the division algorithm it is $f(x)=g(x)t(x)+r(x)$
            – Rohit Bharadwaj
            Nov 26 at 17:05




            i mean why did you take $(x-alpha)$, in the division algorithm it is $f(x)=g(x)t(x)+r(x)$
            – Rohit Bharadwaj
            Nov 26 at 17:05












            @RohitBharadwaj Where's the problem? You want to show divisibility by $x-alpha$, don't you?
            – egreg
            Nov 26 at 17:10




            @RohitBharadwaj Where's the problem? You want to show divisibility by $x-alpha$, don't you?
            – egreg
            Nov 26 at 17:10










            up vote
            0
            down vote













            Your proof is correct. I would not write “s.t. $deg t(x)geqslant1$”. It's more specific than that (although what you wrote is correct): $deg t(x)=m-1$. And $f(x)$ doesn't became reducible; it is reducible.



            And the equality $(1)$ doesn't have to be proved (as part of this proof), since it is a standard theorem about polynomials.






            share|cite|improve this answer

























              up vote
              0
              down vote













              Your proof is correct. I would not write “s.t. $deg t(x)geqslant1$”. It's more specific than that (although what you wrote is correct): $deg t(x)=m-1$. And $f(x)$ doesn't became reducible; it is reducible.



              And the equality $(1)$ doesn't have to be proved (as part of this proof), since it is a standard theorem about polynomials.






              share|cite|improve this answer























                up vote
                0
                down vote










                up vote
                0
                down vote









                Your proof is correct. I would not write “s.t. $deg t(x)geqslant1$”. It's more specific than that (although what you wrote is correct): $deg t(x)=m-1$. And $f(x)$ doesn't became reducible; it is reducible.



                And the equality $(1)$ doesn't have to be proved (as part of this proof), since it is a standard theorem about polynomials.






                share|cite|improve this answer












                Your proof is correct. I would not write “s.t. $deg t(x)geqslant1$”. It's more specific than that (although what you wrote is correct): $deg t(x)=m-1$. And $f(x)$ doesn't became reducible; it is reducible.



                And the equality $(1)$ doesn't have to be proved (as part of this proof), since it is a standard theorem about polynomials.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Nov 25 at 10:20









                José Carlos Santos

                145k22115214




                145k22115214






























                    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%2f3012646%2flet-f-be-a-field-and-fx-in-fx-be-a-polynomial-of-degree-1-if-fa%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

                    To store a contact into the json file from server.js file using a class in NodeJS

                    Redirect URL with Chrome Remote Debugging Android Devices

                    Dieringhausen