Left and Right adjoint of forgetful functor












3














I am studying category theory and I came across two questions that I could not answer about the adjoint of two forgetful functors.



Let $mathbf{TAb}$ be the category of abelian groups such that all elements have finite order and let $mathbf{Grp}$ be the category of groups. Why does the forgetful functor $U_1 : mathbf{TAb}rightarrow mathbf{Set}$ does not have left adjoint? And why the forgetful functor $U_2: mathbf{Grp} rightarrow mathbf{Set}$ does not have right adjoint?



The autor also asks about the right adjoint of the forgetful functors $mathbf{k}text{-}mathbf{Mod} rightarrow mathbf{Set}$ and $mathbf{Ring}rightarrow mathbf{Set}$, but I think that they don't have right adjoint for the same reason of $U_2$.










share|cite|improve this question



























    3














    I am studying category theory and I came across two questions that I could not answer about the adjoint of two forgetful functors.



    Let $mathbf{TAb}$ be the category of abelian groups such that all elements have finite order and let $mathbf{Grp}$ be the category of groups. Why does the forgetful functor $U_1 : mathbf{TAb}rightarrow mathbf{Set}$ does not have left adjoint? And why the forgetful functor $U_2: mathbf{Grp} rightarrow mathbf{Set}$ does not have right adjoint?



    The autor also asks about the right adjoint of the forgetful functors $mathbf{k}text{-}mathbf{Mod} rightarrow mathbf{Set}$ and $mathbf{Ring}rightarrow mathbf{Set}$, but I think that they don't have right adjoint for the same reason of $U_2$.










    share|cite|improve this question

























      3












      3








      3







      I am studying category theory and I came across two questions that I could not answer about the adjoint of two forgetful functors.



      Let $mathbf{TAb}$ be the category of abelian groups such that all elements have finite order and let $mathbf{Grp}$ be the category of groups. Why does the forgetful functor $U_1 : mathbf{TAb}rightarrow mathbf{Set}$ does not have left adjoint? And why the forgetful functor $U_2: mathbf{Grp} rightarrow mathbf{Set}$ does not have right adjoint?



      The autor also asks about the right adjoint of the forgetful functors $mathbf{k}text{-}mathbf{Mod} rightarrow mathbf{Set}$ and $mathbf{Ring}rightarrow mathbf{Set}$, but I think that they don't have right adjoint for the same reason of $U_2$.










      share|cite|improve this question













      I am studying category theory and I came across two questions that I could not answer about the adjoint of two forgetful functors.



      Let $mathbf{TAb}$ be the category of abelian groups such that all elements have finite order and let $mathbf{Grp}$ be the category of groups. Why does the forgetful functor $U_1 : mathbf{TAb}rightarrow mathbf{Set}$ does not have left adjoint? And why the forgetful functor $U_2: mathbf{Grp} rightarrow mathbf{Set}$ does not have right adjoint?



      The autor also asks about the right adjoint of the forgetful functors $mathbf{k}text{-}mathbf{Mod} rightarrow mathbf{Set}$ and $mathbf{Ring}rightarrow mathbf{Set}$, but I think that they don't have right adjoint for the same reason of $U_2$.







      category-theory






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Nov 20 '18 at 18:51









      H R

      1608




      1608






















          1 Answer
          1






          active

          oldest

          votes


















          5














          A very interesting property of adjoints is that they preserve (co)limits: right adjoints preserve limits, left adjoints preserve colimits.



          Take for instance a family of torsion abelian groups $G_i, iin I$, with $|I|geq 2$ then their coproduct in $mathbf{TAb}$ is $displaystylebigoplus_{iin I}G_i$, while the coproduct of $U_1(G_i), iin I$ is $displaystylecoprod_{iin I}U_1(G_i)$ : $U_1$ doesn't preserve colimits, therefore it can't be a left adjoint, i.e. it can't have a right adjoint.



          You can do a very similar proof for $U_2$ (the coproduct looks a bit different in $mathbf{Grp}$ but it's still not preserved by $U_2$)



          You can wonder whether this is a good criterion and Freyd's adjoint theorem essentially says that it is, in that for nice categories and nice functors, preserving (co)limits is enough to be a (left) right adjoint






          share|cite|improve this answer





















          • So to prove that $U_1$ doesn't have a left adjoint, do I just need to prove that it does not preserve limits?
            – H R
            Nov 20 '18 at 22:28










          • Yes for instance you can do that
            – Max
            Nov 20 '18 at 22:40











          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%2f3006732%2fleft-and-right-adjoint-of-forgetful-functor%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









          5














          A very interesting property of adjoints is that they preserve (co)limits: right adjoints preserve limits, left adjoints preserve colimits.



          Take for instance a family of torsion abelian groups $G_i, iin I$, with $|I|geq 2$ then their coproduct in $mathbf{TAb}$ is $displaystylebigoplus_{iin I}G_i$, while the coproduct of $U_1(G_i), iin I$ is $displaystylecoprod_{iin I}U_1(G_i)$ : $U_1$ doesn't preserve colimits, therefore it can't be a left adjoint, i.e. it can't have a right adjoint.



          You can do a very similar proof for $U_2$ (the coproduct looks a bit different in $mathbf{Grp}$ but it's still not preserved by $U_2$)



          You can wonder whether this is a good criterion and Freyd's adjoint theorem essentially says that it is, in that for nice categories and nice functors, preserving (co)limits is enough to be a (left) right adjoint






          share|cite|improve this answer





















          • So to prove that $U_1$ doesn't have a left adjoint, do I just need to prove that it does not preserve limits?
            – H R
            Nov 20 '18 at 22:28










          • Yes for instance you can do that
            – Max
            Nov 20 '18 at 22:40
















          5














          A very interesting property of adjoints is that they preserve (co)limits: right adjoints preserve limits, left adjoints preserve colimits.



          Take for instance a family of torsion abelian groups $G_i, iin I$, with $|I|geq 2$ then their coproduct in $mathbf{TAb}$ is $displaystylebigoplus_{iin I}G_i$, while the coproduct of $U_1(G_i), iin I$ is $displaystylecoprod_{iin I}U_1(G_i)$ : $U_1$ doesn't preserve colimits, therefore it can't be a left adjoint, i.e. it can't have a right adjoint.



          You can do a very similar proof for $U_2$ (the coproduct looks a bit different in $mathbf{Grp}$ but it's still not preserved by $U_2$)



          You can wonder whether this is a good criterion and Freyd's adjoint theorem essentially says that it is, in that for nice categories and nice functors, preserving (co)limits is enough to be a (left) right adjoint






          share|cite|improve this answer





















          • So to prove that $U_1$ doesn't have a left adjoint, do I just need to prove that it does not preserve limits?
            – H R
            Nov 20 '18 at 22:28










          • Yes for instance you can do that
            – Max
            Nov 20 '18 at 22:40














          5












          5








          5






          A very interesting property of adjoints is that they preserve (co)limits: right adjoints preserve limits, left adjoints preserve colimits.



          Take for instance a family of torsion abelian groups $G_i, iin I$, with $|I|geq 2$ then their coproduct in $mathbf{TAb}$ is $displaystylebigoplus_{iin I}G_i$, while the coproduct of $U_1(G_i), iin I$ is $displaystylecoprod_{iin I}U_1(G_i)$ : $U_1$ doesn't preserve colimits, therefore it can't be a left adjoint, i.e. it can't have a right adjoint.



          You can do a very similar proof for $U_2$ (the coproduct looks a bit different in $mathbf{Grp}$ but it's still not preserved by $U_2$)



          You can wonder whether this is a good criterion and Freyd's adjoint theorem essentially says that it is, in that for nice categories and nice functors, preserving (co)limits is enough to be a (left) right adjoint






          share|cite|improve this answer












          A very interesting property of adjoints is that they preserve (co)limits: right adjoints preserve limits, left adjoints preserve colimits.



          Take for instance a family of torsion abelian groups $G_i, iin I$, with $|I|geq 2$ then their coproduct in $mathbf{TAb}$ is $displaystylebigoplus_{iin I}G_i$, while the coproduct of $U_1(G_i), iin I$ is $displaystylecoprod_{iin I}U_1(G_i)$ : $U_1$ doesn't preserve colimits, therefore it can't be a left adjoint, i.e. it can't have a right adjoint.



          You can do a very similar proof for $U_2$ (the coproduct looks a bit different in $mathbf{Grp}$ but it's still not preserved by $U_2$)



          You can wonder whether this is a good criterion and Freyd's adjoint theorem essentially says that it is, in that for nice categories and nice functors, preserving (co)limits is enough to be a (left) right adjoint







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Nov 20 '18 at 20:24









          Max

          12.9k11040




          12.9k11040












          • So to prove that $U_1$ doesn't have a left adjoint, do I just need to prove that it does not preserve limits?
            – H R
            Nov 20 '18 at 22:28










          • Yes for instance you can do that
            – Max
            Nov 20 '18 at 22:40


















          • So to prove that $U_1$ doesn't have a left adjoint, do I just need to prove that it does not preserve limits?
            – H R
            Nov 20 '18 at 22:28










          • Yes for instance you can do that
            – Max
            Nov 20 '18 at 22:40
















          So to prove that $U_1$ doesn't have a left adjoint, do I just need to prove that it does not preserve limits?
          – H R
          Nov 20 '18 at 22:28




          So to prove that $U_1$ doesn't have a left adjoint, do I just need to prove that it does not preserve limits?
          – H R
          Nov 20 '18 at 22:28












          Yes for instance you can do that
          – Max
          Nov 20 '18 at 22:40




          Yes for instance you can do that
          – Max
          Nov 20 '18 at 22:40


















          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%2f3006732%2fleft-and-right-adjoint-of-forgetful-functor%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

          MongoDB - Not Authorized To Execute Command

          in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith

          Npm cannot find a required file even through it is in the searched directory