What does $forall x phi rightarrow psi$ mean?












0












$begingroup$


If I have a formula $forall x phi rightarrow psi$, how can I know if it means $(forall x phi) rightarrow psi$ or $forall x (phi rightarrow psi)$?










share|cite|improve this question









$endgroup$








  • 1




    $begingroup$
    Optimality, only one of them makes sense, considering the number of free variables in each of $psi$ and $phi$. But it ought to be clarified.
    $endgroup$
    – Arthur
    Jan 20 at 18:45






  • 2




    $begingroup$
    Without explicit convention (see you textbook), usually the quantifiers applies as little as possible. Thus it is $(forall x phi) to psi$
    $endgroup$
    – Mauro ALLEGRANZA
    Jan 20 at 18:46
















0












$begingroup$


If I have a formula $forall x phi rightarrow psi$, how can I know if it means $(forall x phi) rightarrow psi$ or $forall x (phi rightarrow psi)$?










share|cite|improve this question









$endgroup$








  • 1




    $begingroup$
    Optimality, only one of them makes sense, considering the number of free variables in each of $psi$ and $phi$. But it ought to be clarified.
    $endgroup$
    – Arthur
    Jan 20 at 18:45






  • 2




    $begingroup$
    Without explicit convention (see you textbook), usually the quantifiers applies as little as possible. Thus it is $(forall x phi) to psi$
    $endgroup$
    – Mauro ALLEGRANZA
    Jan 20 at 18:46














0












0








0





$begingroup$


If I have a formula $forall x phi rightarrow psi$, how can I know if it means $(forall x phi) rightarrow psi$ or $forall x (phi rightarrow psi)$?










share|cite|improve this question









$endgroup$




If I have a formula $forall x phi rightarrow psi$, how can I know if it means $(forall x phi) rightarrow psi$ or $forall x (phi rightarrow psi)$?







logic






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Jan 20 at 18:34









roi_saumonroi_saumon

56938




56938








  • 1




    $begingroup$
    Optimality, only one of them makes sense, considering the number of free variables in each of $psi$ and $phi$. But it ought to be clarified.
    $endgroup$
    – Arthur
    Jan 20 at 18:45






  • 2




    $begingroup$
    Without explicit convention (see you textbook), usually the quantifiers applies as little as possible. Thus it is $(forall x phi) to psi$
    $endgroup$
    – Mauro ALLEGRANZA
    Jan 20 at 18:46














  • 1




    $begingroup$
    Optimality, only one of them makes sense, considering the number of free variables in each of $psi$ and $phi$. But it ought to be clarified.
    $endgroup$
    – Arthur
    Jan 20 at 18:45






  • 2




    $begingroup$
    Without explicit convention (see you textbook), usually the quantifiers applies as little as possible. Thus it is $(forall x phi) to psi$
    $endgroup$
    – Mauro ALLEGRANZA
    Jan 20 at 18:46








1




1




$begingroup$
Optimality, only one of them makes sense, considering the number of free variables in each of $psi$ and $phi$. But it ought to be clarified.
$endgroup$
– Arthur
Jan 20 at 18:45




$begingroup$
Optimality, only one of them makes sense, considering the number of free variables in each of $psi$ and $phi$. But it ought to be clarified.
$endgroup$
– Arthur
Jan 20 at 18:45




2




2




$begingroup$
Without explicit convention (see you textbook), usually the quantifiers applies as little as possible. Thus it is $(forall x phi) to psi$
$endgroup$
– Mauro ALLEGRANZA
Jan 20 at 18:46




$begingroup$
Without explicit convention (see you textbook), usually the quantifiers applies as little as possible. Thus it is $(forall x phi) to psi$
$endgroup$
– Mauro ALLEGRANZA
Jan 20 at 18:46










3 Answers
3






active

oldest

votes


















1












$begingroup$

According to how WFFs are formed, the former interpretation is correct, and the correct expression is



$$(forall x phi rightarrow psi)$$



and not



$$forall x(phi rightarrow psi)$$



Notice the parenthesis around the entire implication. You don't need parenthesis over $forall x phi$, as it is a WFF already.



I do think that



$$ (forall x phi) rightarrow psi$$



is more readable, though, even though it's not an official WFF.






share|cite|improve this answer









$endgroup$





















    1












    $begingroup$

    It's a notational convention: quantifiers bind more tightly than Booleans, so the former interpretation is correct. In my opinion, though, it's a bit obnoxious to write it like that and parentheses really should be included.



    Although sadly I've seen this deviated from occasionally - but I've never seen deviation from this convention in a textbook on logic, so it should serve you well.



    (For me, the obnoxiousness comes from the relative rarity. I wouldn't consider "$x^2-3x-4$" to be obnoxious, even though one could interpret it incorrectly if unfamiliar with PEMDAS. On the other hand, I would consider $xdiv ydiv z$ to be obnoxious. So there is an element of subjectivity to my assessment here.)






    share|cite|improve this answer









    $endgroup$





















      1












      $begingroup$

      It largely depends on whether $phi,$ and $psi$ are formulas including $x$, and even then, without parentheses indicating either interpretation you provide, then we must assume the former of your options.



      Without parentheses displaying the scope of the universal quantifier for $x$, you should take $forall x phi rightarrow psi$ to mean $(forall x,(phi))to psi$ (where the quantifier only refers to the occurrence of $x in phi$).



      Although, by convention, if all one is given is $forall x,phi to psi$, we can only take the quantifier to apply to $phi$, it is rather careless to write it this way. As you show in your question about what this might mean, readers shouldn't be left to guess one or the other; rather, the author should should write either $$(forall x(phi)) to psi,; text{ or else };forall x big(phi to psi)$$ depending on the scope of the quantifier on $x$, in order to help make themselves clear. Without parentheses, $forall x$ applies only to $phi$; however, if one intends for $forall x$ to bound all of $phi to psi$, then one must include all of the scope of the quantifier in parentheses.






      share|cite|improve this answer











      $endgroup$













      • $begingroup$
        How can $forall x(phito psi)$ mean either?
        $endgroup$
        – Arthur
        Jan 20 at 18:48










      • $begingroup$
        I think I've made myself clear, now, @Arthur. Thanks for commenting.
        $endgroup$
        – jordan_glen
        Jan 20 at 18:57











      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%2f3080963%2fwhat-does-forall-x-phi-rightarrow-psi-mean%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      1












      $begingroup$

      According to how WFFs are formed, the former interpretation is correct, and the correct expression is



      $$(forall x phi rightarrow psi)$$



      and not



      $$forall x(phi rightarrow psi)$$



      Notice the parenthesis around the entire implication. You don't need parenthesis over $forall x phi$, as it is a WFF already.



      I do think that



      $$ (forall x phi) rightarrow psi$$



      is more readable, though, even though it's not an official WFF.






      share|cite|improve this answer









      $endgroup$


















        1












        $begingroup$

        According to how WFFs are formed, the former interpretation is correct, and the correct expression is



        $$(forall x phi rightarrow psi)$$



        and not



        $$forall x(phi rightarrow psi)$$



        Notice the parenthesis around the entire implication. You don't need parenthesis over $forall x phi$, as it is a WFF already.



        I do think that



        $$ (forall x phi) rightarrow psi$$



        is more readable, though, even though it's not an official WFF.






        share|cite|improve this answer









        $endgroup$
















          1












          1








          1





          $begingroup$

          According to how WFFs are formed, the former interpretation is correct, and the correct expression is



          $$(forall x phi rightarrow psi)$$



          and not



          $$forall x(phi rightarrow psi)$$



          Notice the parenthesis around the entire implication. You don't need parenthesis over $forall x phi$, as it is a WFF already.



          I do think that



          $$ (forall x phi) rightarrow psi$$



          is more readable, though, even though it's not an official WFF.






          share|cite|improve this answer









          $endgroup$



          According to how WFFs are formed, the former interpretation is correct, and the correct expression is



          $$(forall x phi rightarrow psi)$$



          and not



          $$forall x(phi rightarrow psi)$$



          Notice the parenthesis around the entire implication. You don't need parenthesis over $forall x phi$, as it is a WFF already.



          I do think that



          $$ (forall x phi) rightarrow psi$$



          is more readable, though, even though it's not an official WFF.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Jan 20 at 18:52









          MetricMetric

          1,23649




          1,23649























              1












              $begingroup$

              It's a notational convention: quantifiers bind more tightly than Booleans, so the former interpretation is correct. In my opinion, though, it's a bit obnoxious to write it like that and parentheses really should be included.



              Although sadly I've seen this deviated from occasionally - but I've never seen deviation from this convention in a textbook on logic, so it should serve you well.



              (For me, the obnoxiousness comes from the relative rarity. I wouldn't consider "$x^2-3x-4$" to be obnoxious, even though one could interpret it incorrectly if unfamiliar with PEMDAS. On the other hand, I would consider $xdiv ydiv z$ to be obnoxious. So there is an element of subjectivity to my assessment here.)






              share|cite|improve this answer









              $endgroup$


















                1












                $begingroup$

                It's a notational convention: quantifiers bind more tightly than Booleans, so the former interpretation is correct. In my opinion, though, it's a bit obnoxious to write it like that and parentheses really should be included.



                Although sadly I've seen this deviated from occasionally - but I've never seen deviation from this convention in a textbook on logic, so it should serve you well.



                (For me, the obnoxiousness comes from the relative rarity. I wouldn't consider "$x^2-3x-4$" to be obnoxious, even though one could interpret it incorrectly if unfamiliar with PEMDAS. On the other hand, I would consider $xdiv ydiv z$ to be obnoxious. So there is an element of subjectivity to my assessment here.)






                share|cite|improve this answer









                $endgroup$
















                  1












                  1








                  1





                  $begingroup$

                  It's a notational convention: quantifiers bind more tightly than Booleans, so the former interpretation is correct. In my opinion, though, it's a bit obnoxious to write it like that and parentheses really should be included.



                  Although sadly I've seen this deviated from occasionally - but I've never seen deviation from this convention in a textbook on logic, so it should serve you well.



                  (For me, the obnoxiousness comes from the relative rarity. I wouldn't consider "$x^2-3x-4$" to be obnoxious, even though one could interpret it incorrectly if unfamiliar with PEMDAS. On the other hand, I would consider $xdiv ydiv z$ to be obnoxious. So there is an element of subjectivity to my assessment here.)






                  share|cite|improve this answer









                  $endgroup$



                  It's a notational convention: quantifiers bind more tightly than Booleans, so the former interpretation is correct. In my opinion, though, it's a bit obnoxious to write it like that and parentheses really should be included.



                  Although sadly I've seen this deviated from occasionally - but I've never seen deviation from this convention in a textbook on logic, so it should serve you well.



                  (For me, the obnoxiousness comes from the relative rarity. I wouldn't consider "$x^2-3x-4$" to be obnoxious, even though one could interpret it incorrectly if unfamiliar with PEMDAS. On the other hand, I would consider $xdiv ydiv z$ to be obnoxious. So there is an element of subjectivity to my assessment here.)







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Jan 20 at 18:45









                  Noah SchweberNoah Schweber

                  125k10150287




                  125k10150287























                      1












                      $begingroup$

                      It largely depends on whether $phi,$ and $psi$ are formulas including $x$, and even then, without parentheses indicating either interpretation you provide, then we must assume the former of your options.



                      Without parentheses displaying the scope of the universal quantifier for $x$, you should take $forall x phi rightarrow psi$ to mean $(forall x,(phi))to psi$ (where the quantifier only refers to the occurrence of $x in phi$).



                      Although, by convention, if all one is given is $forall x,phi to psi$, we can only take the quantifier to apply to $phi$, it is rather careless to write it this way. As you show in your question about what this might mean, readers shouldn't be left to guess one or the other; rather, the author should should write either $$(forall x(phi)) to psi,; text{ or else };forall x big(phi to psi)$$ depending on the scope of the quantifier on $x$, in order to help make themselves clear. Without parentheses, $forall x$ applies only to $phi$; however, if one intends for $forall x$ to bound all of $phi to psi$, then one must include all of the scope of the quantifier in parentheses.






                      share|cite|improve this answer











                      $endgroup$













                      • $begingroup$
                        How can $forall x(phito psi)$ mean either?
                        $endgroup$
                        – Arthur
                        Jan 20 at 18:48










                      • $begingroup$
                        I think I've made myself clear, now, @Arthur. Thanks for commenting.
                        $endgroup$
                        – jordan_glen
                        Jan 20 at 18:57
















                      1












                      $begingroup$

                      It largely depends on whether $phi,$ and $psi$ are formulas including $x$, and even then, without parentheses indicating either interpretation you provide, then we must assume the former of your options.



                      Without parentheses displaying the scope of the universal quantifier for $x$, you should take $forall x phi rightarrow psi$ to mean $(forall x,(phi))to psi$ (where the quantifier only refers to the occurrence of $x in phi$).



                      Although, by convention, if all one is given is $forall x,phi to psi$, we can only take the quantifier to apply to $phi$, it is rather careless to write it this way. As you show in your question about what this might mean, readers shouldn't be left to guess one or the other; rather, the author should should write either $$(forall x(phi)) to psi,; text{ or else };forall x big(phi to psi)$$ depending on the scope of the quantifier on $x$, in order to help make themselves clear. Without parentheses, $forall x$ applies only to $phi$; however, if one intends for $forall x$ to bound all of $phi to psi$, then one must include all of the scope of the quantifier in parentheses.






                      share|cite|improve this answer











                      $endgroup$













                      • $begingroup$
                        How can $forall x(phito psi)$ mean either?
                        $endgroup$
                        – Arthur
                        Jan 20 at 18:48










                      • $begingroup$
                        I think I've made myself clear, now, @Arthur. Thanks for commenting.
                        $endgroup$
                        – jordan_glen
                        Jan 20 at 18:57














                      1












                      1








                      1





                      $begingroup$

                      It largely depends on whether $phi,$ and $psi$ are formulas including $x$, and even then, without parentheses indicating either interpretation you provide, then we must assume the former of your options.



                      Without parentheses displaying the scope of the universal quantifier for $x$, you should take $forall x phi rightarrow psi$ to mean $(forall x,(phi))to psi$ (where the quantifier only refers to the occurrence of $x in phi$).



                      Although, by convention, if all one is given is $forall x,phi to psi$, we can only take the quantifier to apply to $phi$, it is rather careless to write it this way. As you show in your question about what this might mean, readers shouldn't be left to guess one or the other; rather, the author should should write either $$(forall x(phi)) to psi,; text{ or else };forall x big(phi to psi)$$ depending on the scope of the quantifier on $x$, in order to help make themselves clear. Without parentheses, $forall x$ applies only to $phi$; however, if one intends for $forall x$ to bound all of $phi to psi$, then one must include all of the scope of the quantifier in parentheses.






                      share|cite|improve this answer











                      $endgroup$



                      It largely depends on whether $phi,$ and $psi$ are formulas including $x$, and even then, without parentheses indicating either interpretation you provide, then we must assume the former of your options.



                      Without parentheses displaying the scope of the universal quantifier for $x$, you should take $forall x phi rightarrow psi$ to mean $(forall x,(phi))to psi$ (where the quantifier only refers to the occurrence of $x in phi$).



                      Although, by convention, if all one is given is $forall x,phi to psi$, we can only take the quantifier to apply to $phi$, it is rather careless to write it this way. As you show in your question about what this might mean, readers shouldn't be left to guess one or the other; rather, the author should should write either $$(forall x(phi)) to psi,; text{ or else };forall x big(phi to psi)$$ depending on the scope of the quantifier on $x$, in order to help make themselves clear. Without parentheses, $forall x$ applies only to $phi$; however, if one intends for $forall x$ to bound all of $phi to psi$, then one must include all of the scope of the quantifier in parentheses.







                      share|cite|improve this answer














                      share|cite|improve this answer



                      share|cite|improve this answer








                      edited Jan 20 at 19:07

























                      answered Jan 20 at 18:46









                      jordan_glenjordan_glen

                      1




                      1












                      • $begingroup$
                        How can $forall x(phito psi)$ mean either?
                        $endgroup$
                        – Arthur
                        Jan 20 at 18:48










                      • $begingroup$
                        I think I've made myself clear, now, @Arthur. Thanks for commenting.
                        $endgroup$
                        – jordan_glen
                        Jan 20 at 18:57


















                      • $begingroup$
                        How can $forall x(phito psi)$ mean either?
                        $endgroup$
                        – Arthur
                        Jan 20 at 18:48










                      • $begingroup$
                        I think I've made myself clear, now, @Arthur. Thanks for commenting.
                        $endgroup$
                        – jordan_glen
                        Jan 20 at 18:57
















                      $begingroup$
                      How can $forall x(phito psi)$ mean either?
                      $endgroup$
                      – Arthur
                      Jan 20 at 18:48




                      $begingroup$
                      How can $forall x(phito psi)$ mean either?
                      $endgroup$
                      – Arthur
                      Jan 20 at 18:48












                      $begingroup$
                      I think I've made myself clear, now, @Arthur. Thanks for commenting.
                      $endgroup$
                      – jordan_glen
                      Jan 20 at 18:57




                      $begingroup$
                      I think I've made myself clear, now, @Arthur. Thanks for commenting.
                      $endgroup$
                      – jordan_glen
                      Jan 20 at 18:57


















                      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%2f3080963%2fwhat-does-forall-x-phi-rightarrow-psi-mean%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

                      Mario Kart Wii

                      What does “Dominus providebit” mean?

                      Antonio Litta Visconti Arese