How to solve tautology without using truth table?












0












$begingroup$


How do I determine that (¬a ∧ (a → b)) → ¬b is a tautology without a truth table. Ive tried switching a → b to ¬a or b but then I can't seem to do anything else to do after that.










share|cite|improve this question









$endgroup$

















    0












    $begingroup$


    How do I determine that (¬a ∧ (a → b)) → ¬b is a tautology without a truth table. Ive tried switching a → b to ¬a or b but then I can't seem to do anything else to do after that.










    share|cite|improve this question









    $endgroup$















      0












      0








      0





      $begingroup$


      How do I determine that (¬a ∧ (a → b)) → ¬b is a tautology without a truth table. Ive tried switching a → b to ¬a or b but then I can't seem to do anything else to do after that.










      share|cite|improve this question









      $endgroup$




      How do I determine that (¬a ∧ (a → b)) → ¬b is a tautology without a truth table. Ive tried switching a → b to ¬a or b but then I can't seem to do anything else to do after that.







      discrete-mathematics






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Jan 21 at 20:07









      Aron JalbuenaAron Jalbuena

      1




      1






















          5 Answers
          5






          active

          oldest

          votes


















          1












          $begingroup$

          The statement you're trying to prove is false, so cannot be proven.



          Take for example
          a = It's Saturday
          b = It's the weekend



          Then your LHS suggests
          1) it's not Saturday
          and 2) if it's Saturday then it's the weekend



          This does not imply that it's not the weekend! It could be Sunday.






          share|cite|improve this answer









          $endgroup$





















            1












            $begingroup$

            $neg a wedge (neg a vee b) $ can be rewritten as $(neg a vee neg a) wedge (neg a vee b)$. Now for the implication in question to be false, $neg b$ needs to be false, so $b$ is true. Assuming $b$ is true, we can get $(neg a vee neg a) wedge (neg a vee b)$ to be true when $a$ is false. So when $a$ is false and $b$ is true, we get that the overall implication in question is false. Thus, we find that your statement is not a tautology.






            share|cite|improve this answer









            $endgroup$





















              1












              $begingroup$

              Since $ato b$ is equivalent to $neg alor b$, your statement is $neg atoneg b$ or equivalently $bto a$, which is clearly not a tautology.






              share|cite|improve this answer









              $endgroup$





















                1












                $begingroup$

                Your formula must be wrong as it is showing not to be a tautology, are you sure you coped it correct?






                share|cite|improve this answer









                $endgroup$













                • $begingroup$
                  This is not a proper answer; it should be a comment under the question to request clarification from the OP.
                  $endgroup$
                  – YiFan
                  Jan 21 at 20:54



















                0












                $begingroup$

                There is a simple way of checking if an implication is a tautology. We have to establish that the given proposition is false.



                If we have $Ato B $, then this is false only when $B$ is false and $A$ is true.



                $ (¬a ∧ (a → b)) to ¬b;$can be re-interpreted in the above manner by assuming





                • $B$ is equivalent to $¬b$. We want to consider the case when B is false. If B is false, then b must be true.


                • $A$ is equivalent to $ (¬a ∧ (a → b))$. We want to prove that A is true.


                We know that $b$ is true from $B$. So for $ato b$ is always true. Just by considering $a$ to be true, we get $T∧T$ which evaluates to True.



                So we have the case where $Ato B$ is false when $a$ is true and $b$ is true. Hence we can prove by contradiction that $ (¬a ∧ (a → b)) to ¬b;$ is not a tautology.






                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%2f3082341%2fhow-to-solve-tautology-without-using-truth-table%23new-answer', 'question_page');
                  }
                  );

                  Post as a guest















                  Required, but never shown

























                  5 Answers
                  5






                  active

                  oldest

                  votes








                  5 Answers
                  5






                  active

                  oldest

                  votes









                  active

                  oldest

                  votes






                  active

                  oldest

                  votes









                  1












                  $begingroup$

                  The statement you're trying to prove is false, so cannot be proven.



                  Take for example
                  a = It's Saturday
                  b = It's the weekend



                  Then your LHS suggests
                  1) it's not Saturday
                  and 2) if it's Saturday then it's the weekend



                  This does not imply that it's not the weekend! It could be Sunday.






                  share|cite|improve this answer









                  $endgroup$


















                    1












                    $begingroup$

                    The statement you're trying to prove is false, so cannot be proven.



                    Take for example
                    a = It's Saturday
                    b = It's the weekend



                    Then your LHS suggests
                    1) it's not Saturday
                    and 2) if it's Saturday then it's the weekend



                    This does not imply that it's not the weekend! It could be Sunday.






                    share|cite|improve this answer









                    $endgroup$
















                      1












                      1








                      1





                      $begingroup$

                      The statement you're trying to prove is false, so cannot be proven.



                      Take for example
                      a = It's Saturday
                      b = It's the weekend



                      Then your LHS suggests
                      1) it's not Saturday
                      and 2) if it's Saturday then it's the weekend



                      This does not imply that it's not the weekend! It could be Sunday.






                      share|cite|improve this answer









                      $endgroup$



                      The statement you're trying to prove is false, so cannot be proven.



                      Take for example
                      a = It's Saturday
                      b = It's the weekend



                      Then your LHS suggests
                      1) it's not Saturday
                      and 2) if it's Saturday then it's the weekend



                      This does not imply that it's not the weekend! It could be Sunday.







                      share|cite|improve this answer












                      share|cite|improve this answer



                      share|cite|improve this answer










                      answered Jan 21 at 20:15









                      bouncebackbounceback

                      40429




                      40429























                          1












                          $begingroup$

                          $neg a wedge (neg a vee b) $ can be rewritten as $(neg a vee neg a) wedge (neg a vee b)$. Now for the implication in question to be false, $neg b$ needs to be false, so $b$ is true. Assuming $b$ is true, we can get $(neg a vee neg a) wedge (neg a vee b)$ to be true when $a$ is false. So when $a$ is false and $b$ is true, we get that the overall implication in question is false. Thus, we find that your statement is not a tautology.






                          share|cite|improve this answer









                          $endgroup$


















                            1












                            $begingroup$

                            $neg a wedge (neg a vee b) $ can be rewritten as $(neg a vee neg a) wedge (neg a vee b)$. Now for the implication in question to be false, $neg b$ needs to be false, so $b$ is true. Assuming $b$ is true, we can get $(neg a vee neg a) wedge (neg a vee b)$ to be true when $a$ is false. So when $a$ is false and $b$ is true, we get that the overall implication in question is false. Thus, we find that your statement is not a tautology.






                            share|cite|improve this answer









                            $endgroup$
















                              1












                              1








                              1





                              $begingroup$

                              $neg a wedge (neg a vee b) $ can be rewritten as $(neg a vee neg a) wedge (neg a vee b)$. Now for the implication in question to be false, $neg b$ needs to be false, so $b$ is true. Assuming $b$ is true, we can get $(neg a vee neg a) wedge (neg a vee b)$ to be true when $a$ is false. So when $a$ is false and $b$ is true, we get that the overall implication in question is false. Thus, we find that your statement is not a tautology.






                              share|cite|improve this answer









                              $endgroup$



                              $neg a wedge (neg a vee b) $ can be rewritten as $(neg a vee neg a) wedge (neg a vee b)$. Now for the implication in question to be false, $neg b$ needs to be false, so $b$ is true. Assuming $b$ is true, we can get $(neg a vee neg a) wedge (neg a vee b)$ to be true when $a$ is false. So when $a$ is false and $b$ is true, we get that the overall implication in question is false. Thus, we find that your statement is not a tautology.







                              share|cite|improve this answer












                              share|cite|improve this answer



                              share|cite|improve this answer










                              answered Jan 21 at 20:22









                              HyperionHyperion

                              646110




                              646110























                                  1












                                  $begingroup$

                                  Since $ato b$ is equivalent to $neg alor b$, your statement is $neg atoneg b$ or equivalently $bto a$, which is clearly not a tautology.






                                  share|cite|improve this answer









                                  $endgroup$


















                                    1












                                    $begingroup$

                                    Since $ato b$ is equivalent to $neg alor b$, your statement is $neg atoneg b$ or equivalently $bto a$, which is clearly not a tautology.






                                    share|cite|improve this answer









                                    $endgroup$
















                                      1












                                      1








                                      1





                                      $begingroup$

                                      Since $ato b$ is equivalent to $neg alor b$, your statement is $neg atoneg b$ or equivalently $bto a$, which is clearly not a tautology.






                                      share|cite|improve this answer









                                      $endgroup$



                                      Since $ato b$ is equivalent to $neg alor b$, your statement is $neg atoneg b$ or equivalently $bto a$, which is clearly not a tautology.







                                      share|cite|improve this answer












                                      share|cite|improve this answer



                                      share|cite|improve this answer










                                      answered Jan 21 at 20:32









                                      J.G.J.G.

                                      29.1k22845




                                      29.1k22845























                                          1












                                          $begingroup$

                                          Your formula must be wrong as it is showing not to be a tautology, are you sure you coped it correct?






                                          share|cite|improve this answer









                                          $endgroup$













                                          • $begingroup$
                                            This is not a proper answer; it should be a comment under the question to request clarification from the OP.
                                            $endgroup$
                                            – YiFan
                                            Jan 21 at 20:54
















                                          1












                                          $begingroup$

                                          Your formula must be wrong as it is showing not to be a tautology, are you sure you coped it correct?






                                          share|cite|improve this answer









                                          $endgroup$













                                          • $begingroup$
                                            This is not a proper answer; it should be a comment under the question to request clarification from the OP.
                                            $endgroup$
                                            – YiFan
                                            Jan 21 at 20:54














                                          1












                                          1








                                          1





                                          $begingroup$

                                          Your formula must be wrong as it is showing not to be a tautology, are you sure you coped it correct?






                                          share|cite|improve this answer









                                          $endgroup$



                                          Your formula must be wrong as it is showing not to be a tautology, are you sure you coped it correct?







                                          share|cite|improve this answer












                                          share|cite|improve this answer



                                          share|cite|improve this answer










                                          answered Jan 21 at 20:37









                                          Z.C97Z.C97

                                          112




                                          112












                                          • $begingroup$
                                            This is not a proper answer; it should be a comment under the question to request clarification from the OP.
                                            $endgroup$
                                            – YiFan
                                            Jan 21 at 20:54


















                                          • $begingroup$
                                            This is not a proper answer; it should be a comment under the question to request clarification from the OP.
                                            $endgroup$
                                            – YiFan
                                            Jan 21 at 20:54
















                                          $begingroup$
                                          This is not a proper answer; it should be a comment under the question to request clarification from the OP.
                                          $endgroup$
                                          – YiFan
                                          Jan 21 at 20:54




                                          $begingroup$
                                          This is not a proper answer; it should be a comment under the question to request clarification from the OP.
                                          $endgroup$
                                          – YiFan
                                          Jan 21 at 20:54











                                          0












                                          $begingroup$

                                          There is a simple way of checking if an implication is a tautology. We have to establish that the given proposition is false.



                                          If we have $Ato B $, then this is false only when $B$ is false and $A$ is true.



                                          $ (¬a ∧ (a → b)) to ¬b;$can be re-interpreted in the above manner by assuming





                                          • $B$ is equivalent to $¬b$. We want to consider the case when B is false. If B is false, then b must be true.


                                          • $A$ is equivalent to $ (¬a ∧ (a → b))$. We want to prove that A is true.


                                          We know that $b$ is true from $B$. So for $ato b$ is always true. Just by considering $a$ to be true, we get $T∧T$ which evaluates to True.



                                          So we have the case where $Ato B$ is false when $a$ is true and $b$ is true. Hence we can prove by contradiction that $ (¬a ∧ (a → b)) to ¬b;$ is not a tautology.






                                          share|cite|improve this answer









                                          $endgroup$


















                                            0












                                            $begingroup$

                                            There is a simple way of checking if an implication is a tautology. We have to establish that the given proposition is false.



                                            If we have $Ato B $, then this is false only when $B$ is false and $A$ is true.



                                            $ (¬a ∧ (a → b)) to ¬b;$can be re-interpreted in the above manner by assuming





                                            • $B$ is equivalent to $¬b$. We want to consider the case when B is false. If B is false, then b must be true.


                                            • $A$ is equivalent to $ (¬a ∧ (a → b))$. We want to prove that A is true.


                                            We know that $b$ is true from $B$. So for $ato b$ is always true. Just by considering $a$ to be true, we get $T∧T$ which evaluates to True.



                                            So we have the case where $Ato B$ is false when $a$ is true and $b$ is true. Hence we can prove by contradiction that $ (¬a ∧ (a → b)) to ¬b;$ is not a tautology.






                                            share|cite|improve this answer









                                            $endgroup$
















                                              0












                                              0








                                              0





                                              $begingroup$

                                              There is a simple way of checking if an implication is a tautology. We have to establish that the given proposition is false.



                                              If we have $Ato B $, then this is false only when $B$ is false and $A$ is true.



                                              $ (¬a ∧ (a → b)) to ¬b;$can be re-interpreted in the above manner by assuming





                                              • $B$ is equivalent to $¬b$. We want to consider the case when B is false. If B is false, then b must be true.


                                              • $A$ is equivalent to $ (¬a ∧ (a → b))$. We want to prove that A is true.


                                              We know that $b$ is true from $B$. So for $ato b$ is always true. Just by considering $a$ to be true, we get $T∧T$ which evaluates to True.



                                              So we have the case where $Ato B$ is false when $a$ is true and $b$ is true. Hence we can prove by contradiction that $ (¬a ∧ (a → b)) to ¬b;$ is not a tautology.






                                              share|cite|improve this answer









                                              $endgroup$



                                              There is a simple way of checking if an implication is a tautology. We have to establish that the given proposition is false.



                                              If we have $Ato B $, then this is false only when $B$ is false and $A$ is true.



                                              $ (¬a ∧ (a → b)) to ¬b;$can be re-interpreted in the above manner by assuming





                                              • $B$ is equivalent to $¬b$. We want to consider the case when B is false. If B is false, then b must be true.


                                              • $A$ is equivalent to $ (¬a ∧ (a → b))$. We want to prove that A is true.


                                              We know that $b$ is true from $B$. So for $ato b$ is always true. Just by considering $a$ to be true, we get $T∧T$ which evaluates to True.



                                              So we have the case where $Ato B$ is false when $a$ is true and $b$ is true. Hence we can prove by contradiction that $ (¬a ∧ (a → b)) to ¬b;$ is not a tautology.







                                              share|cite|improve this answer












                                              share|cite|improve this answer



                                              share|cite|improve this answer










                                              answered Jan 22 at 6:13









                                              SagnikSagnik

                                              1377




                                              1377






























                                                  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%2f3082341%2fhow-to-solve-tautology-without-using-truth-table%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

                                                  The term 'EXEC' is not recognized as the name of a cmdlet Powershell

                                                  NPM command prompt closes immediately [closed]

                                                  Error binding properties and functions in emscripten