Why is it that the natural deduction method can't test for invalidity?












2















I just got the hang of using truth tables as a method to test for validity and invalidity. Now I'm learning the natural deduction method, and been told that it can test for validity, but not invalidity as the truth table method can. Why is this the case?



As a side note, it's hard to wrap my mind around how something can test for something but not its "opposite." Perhaps validity and invalidity are not contradictions but more like contraries? I don't know.










share|improve this question



























    2















    I just got the hang of using truth tables as a method to test for validity and invalidity. Now I'm learning the natural deduction method, and been told that it can test for validity, but not invalidity as the truth table method can. Why is this the case?



    As a side note, it's hard to wrap my mind around how something can test for something but not its "opposite." Perhaps validity and invalidity are not contradictions but more like contraries? I don't know.










    share|improve this question

























      2












      2








      2








      I just got the hang of using truth tables as a method to test for validity and invalidity. Now I'm learning the natural deduction method, and been told that it can test for validity, but not invalidity as the truth table method can. Why is this the case?



      As a side note, it's hard to wrap my mind around how something can test for something but not its "opposite." Perhaps validity and invalidity are not contradictions but more like contraries? I don't know.










      share|improve this question














      I just got the hang of using truth tables as a method to test for validity and invalidity. Now I'm learning the natural deduction method, and been told that it can test for validity, but not invalidity as the truth table method can. Why is this the case?



      As a side note, it's hard to wrap my mind around how something can test for something but not its "opposite." Perhaps validity and invalidity are not contradictions but more like contraries? I don't know.







      logic






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 3 hours ago









      csp2018csp2018

      384




      384






















          2 Answers
          2






          active

          oldest

          votes


















          2














          Natural Deduction is a proof system that is sound and complete for e.g. classical propositional calculus.



          Sound means that if a formula is provable with ND, it is valid.



          In general, a proof system is not an algorithm, i.e. if we start from a formula and we do not know if it is valid or not, the simple fact that we are not able to find a proof does not mean that the proof does not exist: maybe, we are simply not clever enough to find it.



          Truth table, instead, is an algorithm to test validity for propositional calculus; this means that, applying it to a formula whatever, it always comes to an end with a result: if all rows have TRUE, the formula is valid; if there is some FALSE value, the formula is not valid.






          share|improve this answer

































            1














            Truth tables can become large if there are many sentence letters That is when natural deduction might find a solution in a more economical manner. That assumes one can derive a line in a natural deduction proof that corresponds to the desired conclusion. If not, one has to keep looking. A truth table, although potentially large, would let one know one does not have to continue.



            Here is how the authors of forallx describe the situation in Chapter 20: Soundness and Completeness, page 149:




            Now that we know that the truth table method is interchangeable with the method of derivations, you can chose which method
            you want to use for any given problem. Students often prefer to
            use truth tables, because they can be produced purely mechanically, and that seems ‘easier’. However, we have already seen that
            truth tables become impossibly large after just a few sentence letters. On the other hand, there are a couple situations where using
            proofs simply isn’t possible. We syntactically defined a contingent
            sentence as a sentence that couldn’t be proven to be a tautology
            or a contradiction. There is no practical way to prove this kind of
            negative statement. We will never know if there isn’t some proof
            out there that a statement is a contradiction and we just haven’t
            found it yet. We have nothing to do in this situation but resort
            to truth tables. Similarly, we can use derivations to prove two
            sentences equivalent, but what if we want to prove that they are
            not equivalent? We have no way of proving that we will never find
            the relevant proof. So we have to fall back on truth tables again.






            P. D. Magnus, Tim Button with additions by J. Robert Loftis remixed and revised by Aaron Thomas-Bolduc, Richard Zach, forallx Calgary Remix: An Introduction to Formal Logic, Winter 2018. http://forallx.openlogicproject.org/






            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',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              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%2fphilosophy.stackexchange.com%2fquestions%2f63158%2fwhy-is-it-that-the-natural-deduction-method-cant-test-for-invalidity%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














              Natural Deduction is a proof system that is sound and complete for e.g. classical propositional calculus.



              Sound means that if a formula is provable with ND, it is valid.



              In general, a proof system is not an algorithm, i.e. if we start from a formula and we do not know if it is valid or not, the simple fact that we are not able to find a proof does not mean that the proof does not exist: maybe, we are simply not clever enough to find it.



              Truth table, instead, is an algorithm to test validity for propositional calculus; this means that, applying it to a formula whatever, it always comes to an end with a result: if all rows have TRUE, the formula is valid; if there is some FALSE value, the formula is not valid.






              share|improve this answer






























                2














                Natural Deduction is a proof system that is sound and complete for e.g. classical propositional calculus.



                Sound means that if a formula is provable with ND, it is valid.



                In general, a proof system is not an algorithm, i.e. if we start from a formula and we do not know if it is valid or not, the simple fact that we are not able to find a proof does not mean that the proof does not exist: maybe, we are simply not clever enough to find it.



                Truth table, instead, is an algorithm to test validity for propositional calculus; this means that, applying it to a formula whatever, it always comes to an end with a result: if all rows have TRUE, the formula is valid; if there is some FALSE value, the formula is not valid.






                share|improve this answer




























                  2












                  2








                  2







                  Natural Deduction is a proof system that is sound and complete for e.g. classical propositional calculus.



                  Sound means that if a formula is provable with ND, it is valid.



                  In general, a proof system is not an algorithm, i.e. if we start from a formula and we do not know if it is valid or not, the simple fact that we are not able to find a proof does not mean that the proof does not exist: maybe, we are simply not clever enough to find it.



                  Truth table, instead, is an algorithm to test validity for propositional calculus; this means that, applying it to a formula whatever, it always comes to an end with a result: if all rows have TRUE, the formula is valid; if there is some FALSE value, the formula is not valid.






                  share|improve this answer















                  Natural Deduction is a proof system that is sound and complete for e.g. classical propositional calculus.



                  Sound means that if a formula is provable with ND, it is valid.



                  In general, a proof system is not an algorithm, i.e. if we start from a formula and we do not know if it is valid or not, the simple fact that we are not able to find a proof does not mean that the proof does not exist: maybe, we are simply not clever enough to find it.



                  Truth table, instead, is an algorithm to test validity for propositional calculus; this means that, applying it to a formula whatever, it always comes to an end with a result: if all rows have TRUE, the formula is valid; if there is some FALSE value, the formula is not valid.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited 1 hour ago

























                  answered 1 hour ago









                  Mauro ALLEGRANZAMauro ALLEGRANZA

                  30.2k22067




                  30.2k22067























                      1














                      Truth tables can become large if there are many sentence letters That is when natural deduction might find a solution in a more economical manner. That assumes one can derive a line in a natural deduction proof that corresponds to the desired conclusion. If not, one has to keep looking. A truth table, although potentially large, would let one know one does not have to continue.



                      Here is how the authors of forallx describe the situation in Chapter 20: Soundness and Completeness, page 149:




                      Now that we know that the truth table method is interchangeable with the method of derivations, you can chose which method
                      you want to use for any given problem. Students often prefer to
                      use truth tables, because they can be produced purely mechanically, and that seems ‘easier’. However, we have already seen that
                      truth tables become impossibly large after just a few sentence letters. On the other hand, there are a couple situations where using
                      proofs simply isn’t possible. We syntactically defined a contingent
                      sentence as a sentence that couldn’t be proven to be a tautology
                      or a contradiction. There is no practical way to prove this kind of
                      negative statement. We will never know if there isn’t some proof
                      out there that a statement is a contradiction and we just haven’t
                      found it yet. We have nothing to do in this situation but resort
                      to truth tables. Similarly, we can use derivations to prove two
                      sentences equivalent, but what if we want to prove that they are
                      not equivalent? We have no way of proving that we will never find
                      the relevant proof. So we have to fall back on truth tables again.






                      P. D. Magnus, Tim Button with additions by J. Robert Loftis remixed and revised by Aaron Thomas-Bolduc, Richard Zach, forallx Calgary Remix: An Introduction to Formal Logic, Winter 2018. http://forallx.openlogicproject.org/






                      share|improve this answer




























                        1














                        Truth tables can become large if there are many sentence letters That is when natural deduction might find a solution in a more economical manner. That assumes one can derive a line in a natural deduction proof that corresponds to the desired conclusion. If not, one has to keep looking. A truth table, although potentially large, would let one know one does not have to continue.



                        Here is how the authors of forallx describe the situation in Chapter 20: Soundness and Completeness, page 149:




                        Now that we know that the truth table method is interchangeable with the method of derivations, you can chose which method
                        you want to use for any given problem. Students often prefer to
                        use truth tables, because they can be produced purely mechanically, and that seems ‘easier’. However, we have already seen that
                        truth tables become impossibly large after just a few sentence letters. On the other hand, there are a couple situations where using
                        proofs simply isn’t possible. We syntactically defined a contingent
                        sentence as a sentence that couldn’t be proven to be a tautology
                        or a contradiction. There is no practical way to prove this kind of
                        negative statement. We will never know if there isn’t some proof
                        out there that a statement is a contradiction and we just haven’t
                        found it yet. We have nothing to do in this situation but resort
                        to truth tables. Similarly, we can use derivations to prove two
                        sentences equivalent, but what if we want to prove that they are
                        not equivalent? We have no way of proving that we will never find
                        the relevant proof. So we have to fall back on truth tables again.






                        P. D. Magnus, Tim Button with additions by J. Robert Loftis remixed and revised by Aaron Thomas-Bolduc, Richard Zach, forallx Calgary Remix: An Introduction to Formal Logic, Winter 2018. http://forallx.openlogicproject.org/






                        share|improve this answer


























                          1












                          1








                          1







                          Truth tables can become large if there are many sentence letters That is when natural deduction might find a solution in a more economical manner. That assumes one can derive a line in a natural deduction proof that corresponds to the desired conclusion. If not, one has to keep looking. A truth table, although potentially large, would let one know one does not have to continue.



                          Here is how the authors of forallx describe the situation in Chapter 20: Soundness and Completeness, page 149:




                          Now that we know that the truth table method is interchangeable with the method of derivations, you can chose which method
                          you want to use for any given problem. Students often prefer to
                          use truth tables, because they can be produced purely mechanically, and that seems ‘easier’. However, we have already seen that
                          truth tables become impossibly large after just a few sentence letters. On the other hand, there are a couple situations where using
                          proofs simply isn’t possible. We syntactically defined a contingent
                          sentence as a sentence that couldn’t be proven to be a tautology
                          or a contradiction. There is no practical way to prove this kind of
                          negative statement. We will never know if there isn’t some proof
                          out there that a statement is a contradiction and we just haven’t
                          found it yet. We have nothing to do in this situation but resort
                          to truth tables. Similarly, we can use derivations to prove two
                          sentences equivalent, but what if we want to prove that they are
                          not equivalent? We have no way of proving that we will never find
                          the relevant proof. So we have to fall back on truth tables again.






                          P. D. Magnus, Tim Button with additions by J. Robert Loftis remixed and revised by Aaron Thomas-Bolduc, Richard Zach, forallx Calgary Remix: An Introduction to Formal Logic, Winter 2018. http://forallx.openlogicproject.org/






                          share|improve this answer













                          Truth tables can become large if there are many sentence letters That is when natural deduction might find a solution in a more economical manner. That assumes one can derive a line in a natural deduction proof that corresponds to the desired conclusion. If not, one has to keep looking. A truth table, although potentially large, would let one know one does not have to continue.



                          Here is how the authors of forallx describe the situation in Chapter 20: Soundness and Completeness, page 149:




                          Now that we know that the truth table method is interchangeable with the method of derivations, you can chose which method
                          you want to use for any given problem. Students often prefer to
                          use truth tables, because they can be produced purely mechanically, and that seems ‘easier’. However, we have already seen that
                          truth tables become impossibly large after just a few sentence letters. On the other hand, there are a couple situations where using
                          proofs simply isn’t possible. We syntactically defined a contingent
                          sentence as a sentence that couldn’t be proven to be a tautology
                          or a contradiction. There is no practical way to prove this kind of
                          negative statement. We will never know if there isn’t some proof
                          out there that a statement is a contradiction and we just haven’t
                          found it yet. We have nothing to do in this situation but resort
                          to truth tables. Similarly, we can use derivations to prove two
                          sentences equivalent, but what if we want to prove that they are
                          not equivalent? We have no way of proving that we will never find
                          the relevant proof. So we have to fall back on truth tables again.






                          P. D. Magnus, Tim Button with additions by J. Robert Loftis remixed and revised by Aaron Thomas-Bolduc, Richard Zach, forallx Calgary Remix: An Introduction to Formal Logic, Winter 2018. http://forallx.openlogicproject.org/







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered 1 hour ago









                          Frank HubenyFrank Hubeny

                          10.8k51559




                          10.8k51559






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Philosophy 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.


                              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%2fphilosophy.stackexchange.com%2fquestions%2f63158%2fwhy-is-it-that-the-natural-deduction-method-cant-test-for-invalidity%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 did Captain America manage to do this?

                              迪纳利

                              南乌拉尔铁路局