Propositional Logic - Deduction












0












$begingroup$


So i have to prove that: $${neg Ato B,Ato C,Bto D}vdash neg Cto D$$
I can use logical axioms, modus ponens and 'metatheorems'.



Logical axioms:




  1. φ→(ψ→φ)

  2. (φ→(ψ→χ))→((φ→ψ)→(φ→χ))

  3. (¬φ→¬ψ)→(ψ→φ)


Also i can use modus ponens(the only rule i can use) and metatheorems
enter image description here



Some thoughts:So i started experimenting with all $3$ tools i have, started asking myself is any of the hypotheses can give as something new using the logic axioms but then i stalled, and modus ponens can't do much on it's own knowing these hypotheses atleast.My next thought was that i have to use those 2 metatheorems in order to actualy prove one part of $neg Cto D$ (based on metatheorem 2) meaning i use as a hypothesis $neg C$ to prove $D$ but i am stuck and i don't undestand even how to start.










share|cite|improve this question











$endgroup$

















    0












    $begingroup$


    So i have to prove that: $${neg Ato B,Ato C,Bto D}vdash neg Cto D$$
    I can use logical axioms, modus ponens and 'metatheorems'.



    Logical axioms:




    1. φ→(ψ→φ)

    2. (φ→(ψ→χ))→((φ→ψ)→(φ→χ))

    3. (¬φ→¬ψ)→(ψ→φ)


    Also i can use modus ponens(the only rule i can use) and metatheorems
    enter image description here



    Some thoughts:So i started experimenting with all $3$ tools i have, started asking myself is any of the hypotheses can give as something new using the logic axioms but then i stalled, and modus ponens can't do much on it's own knowing these hypotheses atleast.My next thought was that i have to use those 2 metatheorems in order to actualy prove one part of $neg Cto D$ (based on metatheorem 2) meaning i use as a hypothesis $neg C$ to prove $D$ but i am stuck and i don't undestand even how to start.










    share|cite|improve this question











    $endgroup$















      0












      0








      0





      $begingroup$


      So i have to prove that: $${neg Ato B,Ato C,Bto D}vdash neg Cto D$$
      I can use logical axioms, modus ponens and 'metatheorems'.



      Logical axioms:




      1. φ→(ψ→φ)

      2. (φ→(ψ→χ))→((φ→ψ)→(φ→χ))

      3. (¬φ→¬ψ)→(ψ→φ)


      Also i can use modus ponens(the only rule i can use) and metatheorems
      enter image description here



      Some thoughts:So i started experimenting with all $3$ tools i have, started asking myself is any of the hypotheses can give as something new using the logic axioms but then i stalled, and modus ponens can't do much on it's own knowing these hypotheses atleast.My next thought was that i have to use those 2 metatheorems in order to actualy prove one part of $neg Cto D$ (based on metatheorem 2) meaning i use as a hypothesis $neg C$ to prove $D$ but i am stuck and i don't undestand even how to start.










      share|cite|improve this question











      $endgroup$




      So i have to prove that: $${neg Ato B,Ato C,Bto D}vdash neg Cto D$$
      I can use logical axioms, modus ponens and 'metatheorems'.



      Logical axioms:




      1. φ→(ψ→φ)

      2. (φ→(ψ→χ))→((φ→ψ)→(φ→χ))

      3. (¬φ→¬ψ)→(ψ→φ)


      Also i can use modus ponens(the only rule i can use) and metatheorems
      enter image description here



      Some thoughts:So i started experimenting with all $3$ tools i have, started asking myself is any of the hypotheses can give as something new using the logic axioms but then i stalled, and modus ponens can't do much on it's own knowing these hypotheses atleast.My next thought was that i have to use those 2 metatheorems in order to actualy prove one part of $neg Cto D$ (based on metatheorem 2) meaning i use as a hypothesis $neg C$ to prove $D$ but i am stuck and i don't undestand even how to start.







      logic propositional-calculus






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Dec 14 '18 at 10:34









      drhab

      98.7k544129




      98.7k544129










      asked Dec 14 '18 at 10:28









      AgaeusAgaeus

      626




      626






















          2 Answers
          2






          active

          oldest

          votes


















          2












          $begingroup$

          Hint



          1) Using Modus Ponens and your Metatheorem 1, prove Hypothetical Syllogism :




          $varphi to psi, psi to chi vdash varphi to chi$.




          2) Using axioms, prove Contraposition :




          $(varphi to psi) vdash (lnot psi to lnot varphi)$.




          Finally, use them to derive :





          $lnot C to B, B to D vdash lnot C to D$.








          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            Thank You, i add the solved problem so anyone can benefit.
            $endgroup$
            – Agaeus
            Dec 14 '18 at 11:23



















          0












          $begingroup$

          From contraposition have A->C to ~C->~A and from metateorem 1 my problem becomes
          {~A→B,~C→~A,B→D,~C}⊢ D




          1. ~C
            2.~C->~A

          2. ~A MP 2,1
            4.~A->B

          3. B MP 4,3
            6.B->D

          4. D MP 5,6


          Which gives us that our hypothesis ~C is correct and the original is proven.






          share|cite|improve this answer









          $endgroup$













            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%2f3039194%2fpropositional-logic-deduction%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









            2












            $begingroup$

            Hint



            1) Using Modus Ponens and your Metatheorem 1, prove Hypothetical Syllogism :




            $varphi to psi, psi to chi vdash varphi to chi$.




            2) Using axioms, prove Contraposition :




            $(varphi to psi) vdash (lnot psi to lnot varphi)$.




            Finally, use them to derive :





            $lnot C to B, B to D vdash lnot C to D$.








            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              Thank You, i add the solved problem so anyone can benefit.
              $endgroup$
              – Agaeus
              Dec 14 '18 at 11:23
















            2












            $begingroup$

            Hint



            1) Using Modus Ponens and your Metatheorem 1, prove Hypothetical Syllogism :




            $varphi to psi, psi to chi vdash varphi to chi$.




            2) Using axioms, prove Contraposition :




            $(varphi to psi) vdash (lnot psi to lnot varphi)$.




            Finally, use them to derive :





            $lnot C to B, B to D vdash lnot C to D$.








            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              Thank You, i add the solved problem so anyone can benefit.
              $endgroup$
              – Agaeus
              Dec 14 '18 at 11:23














            2












            2








            2





            $begingroup$

            Hint



            1) Using Modus Ponens and your Metatheorem 1, prove Hypothetical Syllogism :




            $varphi to psi, psi to chi vdash varphi to chi$.




            2) Using axioms, prove Contraposition :




            $(varphi to psi) vdash (lnot psi to lnot varphi)$.




            Finally, use them to derive :





            $lnot C to B, B to D vdash lnot C to D$.








            share|cite|improve this answer









            $endgroup$



            Hint



            1) Using Modus Ponens and your Metatheorem 1, prove Hypothetical Syllogism :




            $varphi to psi, psi to chi vdash varphi to chi$.




            2) Using axioms, prove Contraposition :




            $(varphi to psi) vdash (lnot psi to lnot varphi)$.




            Finally, use them to derive :





            $lnot C to B, B to D vdash lnot C to D$.









            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Dec 14 '18 at 10:46









            Mauro ALLEGRANZAMauro ALLEGRANZA

            64.7k448112




            64.7k448112












            • $begingroup$
              Thank You, i add the solved problem so anyone can benefit.
              $endgroup$
              – Agaeus
              Dec 14 '18 at 11:23


















            • $begingroup$
              Thank You, i add the solved problem so anyone can benefit.
              $endgroup$
              – Agaeus
              Dec 14 '18 at 11:23
















            $begingroup$
            Thank You, i add the solved problem so anyone can benefit.
            $endgroup$
            – Agaeus
            Dec 14 '18 at 11:23




            $begingroup$
            Thank You, i add the solved problem so anyone can benefit.
            $endgroup$
            – Agaeus
            Dec 14 '18 at 11:23











            0












            $begingroup$

            From contraposition have A->C to ~C->~A and from metateorem 1 my problem becomes
            {~A→B,~C→~A,B→D,~C}⊢ D




            1. ~C
              2.~C->~A

            2. ~A MP 2,1
              4.~A->B

            3. B MP 4,3
              6.B->D

            4. D MP 5,6


            Which gives us that our hypothesis ~C is correct and the original is proven.






            share|cite|improve this answer









            $endgroup$


















              0












              $begingroup$

              From contraposition have A->C to ~C->~A and from metateorem 1 my problem becomes
              {~A→B,~C→~A,B→D,~C}⊢ D




              1. ~C
                2.~C->~A

              2. ~A MP 2,1
                4.~A->B

              3. B MP 4,3
                6.B->D

              4. D MP 5,6


              Which gives us that our hypothesis ~C is correct and the original is proven.






              share|cite|improve this answer









              $endgroup$
















                0












                0








                0





                $begingroup$

                From contraposition have A->C to ~C->~A and from metateorem 1 my problem becomes
                {~A→B,~C→~A,B→D,~C}⊢ D




                1. ~C
                  2.~C->~A

                2. ~A MP 2,1
                  4.~A->B

                3. B MP 4,3
                  6.B->D

                4. D MP 5,6


                Which gives us that our hypothesis ~C is correct and the original is proven.






                share|cite|improve this answer









                $endgroup$



                From contraposition have A->C to ~C->~A and from metateorem 1 my problem becomes
                {~A→B,~C→~A,B→D,~C}⊢ D




                1. ~C
                  2.~C->~A

                2. ~A MP 2,1
                  4.~A->B

                3. B MP 4,3
                  6.B->D

                4. D MP 5,6


                Which gives us that our hypothesis ~C is correct and the original is proven.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Dec 14 '18 at 14:42









                AgaeusAgaeus

                626




                626






























                    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.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3039194%2fpropositional-logic-deduction%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

                    Bressuire

                    Cabo Verde

                    Gyllenstierna