How does one go about proving (A&B)⊃C |- A⊃(B⊃C)?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite
1












I am relatively new to logic and deductive reasoning, so this problem has been giving me some trouble.



I want to start with an assumption of (A&B) and try to isolate a subproof where I can then get B⊃C through a conditional introduction, but I keep getting stuck in my subproofs and unable to reason out of them.



Any hints and demonstrations will be greatly appreciated!










share|improve this question







New contributor




MoIsStillHere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.























    up vote
    1
    down vote

    favorite
    1












    I am relatively new to logic and deductive reasoning, so this problem has been giving me some trouble.



    I want to start with an assumption of (A&B) and try to isolate a subproof where I can then get B⊃C through a conditional introduction, but I keep getting stuck in my subproofs and unable to reason out of them.



    Any hints and demonstrations will be greatly appreciated!










    share|improve this question







    New contributor




    MoIsStillHere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      1
      down vote

      favorite
      1









      up vote
      1
      down vote

      favorite
      1






      1





      I am relatively new to logic and deductive reasoning, so this problem has been giving me some trouble.



      I want to start with an assumption of (A&B) and try to isolate a subproof where I can then get B⊃C through a conditional introduction, but I keep getting stuck in my subproofs and unable to reason out of them.



      Any hints and demonstrations will be greatly appreciated!










      share|improve this question







      New contributor




      MoIsStillHere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I am relatively new to logic and deductive reasoning, so this problem has been giving me some trouble.



      I want to start with an assumption of (A&B) and try to isolate a subproof where I can then get B⊃C through a conditional introduction, but I keep getting stuck in my subproofs and unable to reason out of them.



      Any hints and demonstrations will be greatly appreciated!







      logic






      share|improve this question







      New contributor




      MoIsStillHere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      MoIsStillHere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      MoIsStillHere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 1 hour ago









      MoIsStillHere

      133




      133




      New contributor




      MoIsStillHere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      MoIsStillHere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      MoIsStillHere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote













          Assuming A&B will get you something of the form (A&B)⊃... which is not what you want. Instead, to derive A⊃... you want to start with assuming A.



          It should go something like this.



          1. (A&B)⊃C premise
          2. | A assumption
          3. | | B assumption
          4. | | A&B 2,3
          5. | | C 1,4
          6. | B⊃C 3,5
          7. A⊃(B⊃C) 2,6





          share|improve this answer




















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "265"
            ;
            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: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );






            MoIsStillHere is a new contributor. Be nice, and check out our Code of Conduct.









             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fphilosophy.stackexchange.com%2fquestions%2f56450%2fhow-does-one-go-about-proving-ab%25e2%258a%2583c-a%25e2%258a%2583b%25e2%258a%2583c%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            2
            down vote













            Assuming A&B will get you something of the form (A&B)⊃... which is not what you want. Instead, to derive A⊃... you want to start with assuming A.



            It should go something like this.



            1. (A&B)⊃C premise
            2. | A assumption
            3. | | B assumption
            4. | | A&B 2,3
            5. | | C 1,4
            6. | B⊃C 3,5
            7. A⊃(B⊃C) 2,6





            share|improve this answer
























              up vote
              2
              down vote













              Assuming A&B will get you something of the form (A&B)⊃... which is not what you want. Instead, to derive A⊃... you want to start with assuming A.



              It should go something like this.



              1. (A&B)⊃C premise
              2. | A assumption
              3. | | B assumption
              4. | | A&B 2,3
              5. | | C 1,4
              6. | B⊃C 3,5
              7. A⊃(B⊃C) 2,6





              share|improve this answer






















                up vote
                2
                down vote










                up vote
                2
                down vote









                Assuming A&B will get you something of the form (A&B)⊃... which is not what you want. Instead, to derive A⊃... you want to start with assuming A.



                It should go something like this.



                1. (A&B)⊃C premise
                2. | A assumption
                3. | | B assumption
                4. | | A&B 2,3
                5. | | C 1,4
                6. | B⊃C 3,5
                7. A⊃(B⊃C) 2,6





                share|improve this answer












                Assuming A&B will get you something of the form (A&B)⊃... which is not what you want. Instead, to derive A⊃... you want to start with assuming A.



                It should go something like this.



                1. (A&B)⊃C premise
                2. | A assumption
                3. | | B assumption
                4. | | A&B 2,3
                5. | | C 1,4
                6. | B⊃C 3,5
                7. A⊃(B⊃C) 2,6






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 1 hour ago









                Eliran H

                3,97021133




                3,97021133




















                    MoIsStillHere is a new contributor. Be nice, and check out our Code of Conduct.









                     

                    draft saved


                    draft discarded


















                    MoIsStillHere is a new contributor. Be nice, and check out our Code of Conduct.












                    MoIsStillHere is a new contributor. Be nice, and check out our Code of Conduct.











                    MoIsStillHere is a new contributor. Be nice, and check out our Code of Conduct.













                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fphilosophy.stackexchange.com%2fquestions%2f56450%2fhow-does-one-go-about-proving-ab%25e2%258a%2583c-a%25e2%258a%2583b%25e2%258a%2583c%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Comments

                    Popular posts from this blog

                    Long meetings (6-7 hours a day): Being “babysat” by supervisor

                    Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

                    Confectionery