Examples of real functions, satisfying the following conditions, or provide counter-examples












0















  1. $g circ f$ is injective, but $g$ is not injective.


  2. $g circ f$ is surjective, but $g$ is not surjective.


  3. $g circ f$ is surjective, but $f$ is not surjective.


  4. $f, g$ are not injective, but $g circ f$ is injective.



I am having trouble with 1,2,3 as I am not sure how to prove them.



For 4) I was thinking about doing a contra-positive example (if $g circ f$ is not injective then $f$ and $g$ are injective. This contradicts because we know that injectivity holds through composition but I am not sure if that is the right way to do that question)



Thank you for your help in advance and if you need extra definitions let me know










share|cite|improve this question





























    0















    1. $g circ f$ is injective, but $g$ is not injective.


    2. $g circ f$ is surjective, but $g$ is not surjective.


    3. $g circ f$ is surjective, but $f$ is not surjective.


    4. $f, g$ are not injective, but $g circ f$ is injective.



    I am having trouble with 1,2,3 as I am not sure how to prove them.



    For 4) I was thinking about doing a contra-positive example (if $g circ f$ is not injective then $f$ and $g$ are injective. This contradicts because we know that injectivity holds through composition but I am not sure if that is the right way to do that question)



    Thank you for your help in advance and if you need extra definitions let me know










    share|cite|improve this question



























      0












      0








      0








      1. $g circ f$ is injective, but $g$ is not injective.


      2. $g circ f$ is surjective, but $g$ is not surjective.


      3. $g circ f$ is surjective, but $f$ is not surjective.


      4. $f, g$ are not injective, but $g circ f$ is injective.



      I am having trouble with 1,2,3 as I am not sure how to prove them.



      For 4) I was thinking about doing a contra-positive example (if $g circ f$ is not injective then $f$ and $g$ are injective. This contradicts because we know that injectivity holds through composition but I am not sure if that is the right way to do that question)



      Thank you for your help in advance and if you need extra definitions let me know










      share|cite|improve this question
















      1. $g circ f$ is injective, but $g$ is not injective.


      2. $g circ f$ is surjective, but $g$ is not surjective.


      3. $g circ f$ is surjective, but $f$ is not surjective.


      4. $f, g$ are not injective, but $g circ f$ is injective.



      I am having trouble with 1,2,3 as I am not sure how to prove them.



      For 4) I was thinking about doing a contra-positive example (if $g circ f$ is not injective then $f$ and $g$ are injective. This contradicts because we know that injectivity holds through composition but I am not sure if that is the right way to do that question)



      Thank you for your help in advance and if you need extra definitions let me know







      real-analysis formal-proofs






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Nov 21 '18 at 20:20









      Lorenzo B.

      1,8322520




      1,8322520










      asked Nov 21 '18 at 20:13









      smith sam

      184




      184






















          1 Answer
          1






          active

          oldest

          votes


















          2
















          1. $$
            f:xin{0}rightarrow 0inmathbb R\
            g:xinmathbb Rrightarrow 0in mathbb R
            $$

            then $f$ and $gcirc f:xin{0}rightarrow 0inmathbb R$ are injective because domain is a singleton but $g$ isn't injective.

          2. There aren't such $g$: let $f:Xrightarrow Y, g:Yrightarrow Z$ such that $gcirc f$ is surjective then for every $zin Z$ exists $xin X$ such that $z=(gcirc f)(x)=g[f(x)]$ then let $y=f(x)$ we have $z=g(y)$ and $g$ is necessary surjective.


          3. $$
            f:xinmathbb Rrightarrow 0inmathbb R\
            g:xinmathbb Rrightarrow 0in {0}
            $$

            then $g$ and $gcirc f:xinmathbb Rrightarrow 0in{0}$ are surjective because codomain is a singleton but $f$ isn't surjective.


          4. $f$ must be always injective: let $f:Xrightarrow Y, g:Yrightarrow Z$ such that $gcirc f$ is injective then for every $x, x'in X$ such that $f(x)=f(x')$ we have trivially that $g[f(x)]=g[f(x')]$. This implies that $x=x'$ because $gcirc f$ is injective then also $f$ must be injective.






          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',
            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%2f3008288%2fexamples-of-real-functions-satisfying-the-following-conditions-or-provide-coun%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









            2
















            1. $$
              f:xin{0}rightarrow 0inmathbb R\
              g:xinmathbb Rrightarrow 0in mathbb R
              $$

              then $f$ and $gcirc f:xin{0}rightarrow 0inmathbb R$ are injective because domain is a singleton but $g$ isn't injective.

            2. There aren't such $g$: let $f:Xrightarrow Y, g:Yrightarrow Z$ such that $gcirc f$ is surjective then for every $zin Z$ exists $xin X$ such that $z=(gcirc f)(x)=g[f(x)]$ then let $y=f(x)$ we have $z=g(y)$ and $g$ is necessary surjective.


            3. $$
              f:xinmathbb Rrightarrow 0inmathbb R\
              g:xinmathbb Rrightarrow 0in {0}
              $$

              then $g$ and $gcirc f:xinmathbb Rrightarrow 0in{0}$ are surjective because codomain is a singleton but $f$ isn't surjective.


            4. $f$ must be always injective: let $f:Xrightarrow Y, g:Yrightarrow Z$ such that $gcirc f$ is injective then for every $x, x'in X$ such that $f(x)=f(x')$ we have trivially that $g[f(x)]=g[f(x')]$. This implies that $x=x'$ because $gcirc f$ is injective then also $f$ must be injective.






            share|cite|improve this answer


























              2
















              1. $$
                f:xin{0}rightarrow 0inmathbb R\
                g:xinmathbb Rrightarrow 0in mathbb R
                $$

                then $f$ and $gcirc f:xin{0}rightarrow 0inmathbb R$ are injective because domain is a singleton but $g$ isn't injective.

              2. There aren't such $g$: let $f:Xrightarrow Y, g:Yrightarrow Z$ such that $gcirc f$ is surjective then for every $zin Z$ exists $xin X$ such that $z=(gcirc f)(x)=g[f(x)]$ then let $y=f(x)$ we have $z=g(y)$ and $g$ is necessary surjective.


              3. $$
                f:xinmathbb Rrightarrow 0inmathbb R\
                g:xinmathbb Rrightarrow 0in {0}
                $$

                then $g$ and $gcirc f:xinmathbb Rrightarrow 0in{0}$ are surjective because codomain is a singleton but $f$ isn't surjective.


              4. $f$ must be always injective: let $f:Xrightarrow Y, g:Yrightarrow Z$ such that $gcirc f$ is injective then for every $x, x'in X$ such that $f(x)=f(x')$ we have trivially that $g[f(x)]=g[f(x')]$. This implies that $x=x'$ because $gcirc f$ is injective then also $f$ must be injective.






              share|cite|improve this answer
























                2












                2








                2








                1. $$
                  f:xin{0}rightarrow 0inmathbb R\
                  g:xinmathbb Rrightarrow 0in mathbb R
                  $$

                  then $f$ and $gcirc f:xin{0}rightarrow 0inmathbb R$ are injective because domain is a singleton but $g$ isn't injective.

                2. There aren't such $g$: let $f:Xrightarrow Y, g:Yrightarrow Z$ such that $gcirc f$ is surjective then for every $zin Z$ exists $xin X$ such that $z=(gcirc f)(x)=g[f(x)]$ then let $y=f(x)$ we have $z=g(y)$ and $g$ is necessary surjective.


                3. $$
                  f:xinmathbb Rrightarrow 0inmathbb R\
                  g:xinmathbb Rrightarrow 0in {0}
                  $$

                  then $g$ and $gcirc f:xinmathbb Rrightarrow 0in{0}$ are surjective because codomain is a singleton but $f$ isn't surjective.


                4. $f$ must be always injective: let $f:Xrightarrow Y, g:Yrightarrow Z$ such that $gcirc f$ is injective then for every $x, x'in X$ such that $f(x)=f(x')$ we have trivially that $g[f(x)]=g[f(x')]$. This implies that $x=x'$ because $gcirc f$ is injective then also $f$ must be injective.






                share|cite|improve this answer














                1. $$
                  f:xin{0}rightarrow 0inmathbb R\
                  g:xinmathbb Rrightarrow 0in mathbb R
                  $$

                  then $f$ and $gcirc f:xin{0}rightarrow 0inmathbb R$ are injective because domain is a singleton but $g$ isn't injective.

                2. There aren't such $g$: let $f:Xrightarrow Y, g:Yrightarrow Z$ such that $gcirc f$ is surjective then for every $zin Z$ exists $xin X$ such that $z=(gcirc f)(x)=g[f(x)]$ then let $y=f(x)$ we have $z=g(y)$ and $g$ is necessary surjective.


                3. $$
                  f:xinmathbb Rrightarrow 0inmathbb R\
                  g:xinmathbb Rrightarrow 0in {0}
                  $$

                  then $g$ and $gcirc f:xinmathbb Rrightarrow 0in{0}$ are surjective because codomain is a singleton but $f$ isn't surjective.


                4. $f$ must be always injective: let $f:Xrightarrow Y, g:Yrightarrow Z$ such that $gcirc f$ is injective then for every $x, x'in X$ such that $f(x)=f(x')$ we have trivially that $g[f(x)]=g[f(x')]$. This implies that $x=x'$ because $gcirc f$ is injective then also $f$ must be injective.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Nov 21 '18 at 20:33









                P De Donato

                4147




                4147






























                    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%2f3008288%2fexamples-of-real-functions-satisfying-the-following-conditions-or-provide-coun%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

                    How to change which sound is reproduced for terminal bell?

                    Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

                    Can I use Tabulator js library in my java Spring + Thymeleaf project?