Difference between these two logical expression












1












$begingroup$


I am trying to solve the following problem:




Let S(x) be the predicate “x is a student,” F(x) the predicate “x is a
faculty member,” and A(x, y) the predicate “x has asked y a question,”
where the domain consists of all people associated with your school.
Use quantifiers to express each of these statements. f ) Some student
has asked every faculty member a question.




What is the difference between
$forall y(F(y)toexists x(S(x)land A(x,y)))$
and $exists x (S(x) land forall y(F(y)to A(x,y)))$? A'int they same?










share|cite|improve this question











$endgroup$












  • $begingroup$
    Maybe you want to read this
    $endgroup$
    – Michael Galuza
    Aug 6 '15 at 12:35










  • $begingroup$
    For the first statement, did you mean $∀y(F(y)→∃x(S(x)∧A(x,y)))$?
    $endgroup$
    – Augustin
    Aug 6 '15 at 12:39
















1












$begingroup$


I am trying to solve the following problem:




Let S(x) be the predicate “x is a student,” F(x) the predicate “x is a
faculty member,” and A(x, y) the predicate “x has asked y a question,”
where the domain consists of all people associated with your school.
Use quantifiers to express each of these statements. f ) Some student
has asked every faculty member a question.




What is the difference between
$forall y(F(y)toexists x(S(x)land A(x,y)))$
and $exists x (S(x) land forall y(F(y)to A(x,y)))$? A'int they same?










share|cite|improve this question











$endgroup$












  • $begingroup$
    Maybe you want to read this
    $endgroup$
    – Michael Galuza
    Aug 6 '15 at 12:35










  • $begingroup$
    For the first statement, did you mean $∀y(F(y)→∃x(S(x)∧A(x,y)))$?
    $endgroup$
    – Augustin
    Aug 6 '15 at 12:39














1












1








1





$begingroup$


I am trying to solve the following problem:




Let S(x) be the predicate “x is a student,” F(x) the predicate “x is a
faculty member,” and A(x, y) the predicate “x has asked y a question,”
where the domain consists of all people associated with your school.
Use quantifiers to express each of these statements. f ) Some student
has asked every faculty member a question.




What is the difference between
$forall y(F(y)toexists x(S(x)land A(x,y)))$
and $exists x (S(x) land forall y(F(y)to A(x,y)))$? A'int they same?










share|cite|improve this question











$endgroup$




I am trying to solve the following problem:




Let S(x) be the predicate “x is a student,” F(x) the predicate “x is a
faculty member,” and A(x, y) the predicate “x has asked y a question,”
where the domain consists of all people associated with your school.
Use quantifiers to express each of these statements. f ) Some student
has asked every faculty member a question.




What is the difference between
$forall y(F(y)toexists x(S(x)land A(x,y)))$
and $exists x (S(x) land forall y(F(y)to A(x,y)))$? A'int they same?







logic quantifiers






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Aug 6 '15 at 13:09









lodrik

32717




32717










asked Aug 6 '15 at 12:29









MystyMysty

234




234












  • $begingroup$
    Maybe you want to read this
    $endgroup$
    – Michael Galuza
    Aug 6 '15 at 12:35










  • $begingroup$
    For the first statement, did you mean $∀y(F(y)→∃x(S(x)∧A(x,y)))$?
    $endgroup$
    – Augustin
    Aug 6 '15 at 12:39


















  • $begingroup$
    Maybe you want to read this
    $endgroup$
    – Michael Galuza
    Aug 6 '15 at 12:35










  • $begingroup$
    For the first statement, did you mean $∀y(F(y)→∃x(S(x)∧A(x,y)))$?
    $endgroup$
    – Augustin
    Aug 6 '15 at 12:39
















$begingroup$
Maybe you want to read this
$endgroup$
– Michael Galuza
Aug 6 '15 at 12:35




$begingroup$
Maybe you want to read this
$endgroup$
– Michael Galuza
Aug 6 '15 at 12:35












$begingroup$
For the first statement, did you mean $∀y(F(y)→∃x(S(x)∧A(x,y)))$?
$endgroup$
– Augustin
Aug 6 '15 at 12:39




$begingroup$
For the first statement, did you mean $∀y(F(y)→∃x(S(x)∧A(x,y)))$?
$endgroup$
– Augustin
Aug 6 '15 at 12:39










4 Answers
4






active

oldest

votes


















1












$begingroup$

The first : Every faculty member was questioned by (at least) one student. The second : Some student asked every faculty member....






share|cite|improve this answer









$endgroup$





















    0












    $begingroup$

    Hint: Just read it out loud. The first says (simplified): "For every faculty member $y$, there is a student that asked $y$ a question". The second formula reads "There is a student that asked every faculty member a question".






    share|cite|improve this answer









    $endgroup$





















      0












      $begingroup$

      In the first one you are saying: "For every faculty member, there exists a student...", whereas in the second one you are saying: "There is a student, and for all faculty members...". In this question we want the student to be fixed.



      Also, the first one seems to actually read: "For all people y, if y is a faculty member then there exists a person x such that x is a student or x has asked y a question".






      share|cite|improve this answer









      $endgroup$





















        0












        $begingroup$

        The textbook answer says that the following represents:




        Some student has asked every faculty member a question.




        $forall y(F(y) to exists x (S(x) land A(x,y))) $



        Which seems incorrect as I read this as saying for every faculty member there exists a student that has asked a question.
        I'd argue that the following is more correct:



        $exists x (S(x) land forall y (F(y) to A(x,y))) $






        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%2f1386541%2fdifference-between-these-two-logical-expression%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          4 Answers
          4






          active

          oldest

          votes








          4 Answers
          4






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1












          $begingroup$

          The first : Every faculty member was questioned by (at least) one student. The second : Some student asked every faculty member....






          share|cite|improve this answer









          $endgroup$


















            1












            $begingroup$

            The first : Every faculty member was questioned by (at least) one student. The second : Some student asked every faculty member....






            share|cite|improve this answer









            $endgroup$
















              1












              1








              1





              $begingroup$

              The first : Every faculty member was questioned by (at least) one student. The second : Some student asked every faculty member....






              share|cite|improve this answer









              $endgroup$



              The first : Every faculty member was questioned by (at least) one student. The second : Some student asked every faculty member....







              share|cite|improve this answer












              share|cite|improve this answer



              share|cite|improve this answer










              answered Aug 6 '15 at 14:59









              DanielWainfleetDanielWainfleet

              35.1k31648




              35.1k31648























                  0












                  $begingroup$

                  Hint: Just read it out loud. The first says (simplified): "For every faculty member $y$, there is a student that asked $y$ a question". The second formula reads "There is a student that asked every faculty member a question".






                  share|cite|improve this answer









                  $endgroup$


















                    0












                    $begingroup$

                    Hint: Just read it out loud. The first says (simplified): "For every faculty member $y$, there is a student that asked $y$ a question". The second formula reads "There is a student that asked every faculty member a question".






                    share|cite|improve this answer









                    $endgroup$
















                      0












                      0








                      0





                      $begingroup$

                      Hint: Just read it out loud. The first says (simplified): "For every faculty member $y$, there is a student that asked $y$ a question". The second formula reads "There is a student that asked every faculty member a question".






                      share|cite|improve this answer









                      $endgroup$



                      Hint: Just read it out loud. The first says (simplified): "For every faculty member $y$, there is a student that asked $y$ a question". The second formula reads "There is a student that asked every faculty member a question".







                      share|cite|improve this answer












                      share|cite|improve this answer



                      share|cite|improve this answer










                      answered Aug 6 '15 at 12:43









                      lodriklodrik

                      32717




                      32717























                          0












                          $begingroup$

                          In the first one you are saying: "For every faculty member, there exists a student...", whereas in the second one you are saying: "There is a student, and for all faculty members...". In this question we want the student to be fixed.



                          Also, the first one seems to actually read: "For all people y, if y is a faculty member then there exists a person x such that x is a student or x has asked y a question".






                          share|cite|improve this answer









                          $endgroup$


















                            0












                            $begingroup$

                            In the first one you are saying: "For every faculty member, there exists a student...", whereas in the second one you are saying: "There is a student, and for all faculty members...". In this question we want the student to be fixed.



                            Also, the first one seems to actually read: "For all people y, if y is a faculty member then there exists a person x such that x is a student or x has asked y a question".






                            share|cite|improve this answer









                            $endgroup$
















                              0












                              0








                              0





                              $begingroup$

                              In the first one you are saying: "For every faculty member, there exists a student...", whereas in the second one you are saying: "There is a student, and for all faculty members...". In this question we want the student to be fixed.



                              Also, the first one seems to actually read: "For all people y, if y is a faculty member then there exists a person x such that x is a student or x has asked y a question".






                              share|cite|improve this answer









                              $endgroup$



                              In the first one you are saying: "For every faculty member, there exists a student...", whereas in the second one you are saying: "There is a student, and for all faculty members...". In this question we want the student to be fixed.



                              Also, the first one seems to actually read: "For all people y, if y is a faculty member then there exists a person x such that x is a student or x has asked y a question".







                              share|cite|improve this answer












                              share|cite|improve this answer



                              share|cite|improve this answer










                              answered Aug 6 '15 at 12:43









                              SanteriSanteri

                              18817




                              18817























                                  0












                                  $begingroup$

                                  The textbook answer says that the following represents:




                                  Some student has asked every faculty member a question.




                                  $forall y(F(y) to exists x (S(x) land A(x,y))) $



                                  Which seems incorrect as I read this as saying for every faculty member there exists a student that has asked a question.
                                  I'd argue that the following is more correct:



                                  $exists x (S(x) land forall y (F(y) to A(x,y))) $






                                  share|cite|improve this answer









                                  $endgroup$


















                                    0












                                    $begingroup$

                                    The textbook answer says that the following represents:




                                    Some student has asked every faculty member a question.




                                    $forall y(F(y) to exists x (S(x) land A(x,y))) $



                                    Which seems incorrect as I read this as saying for every faculty member there exists a student that has asked a question.
                                    I'd argue that the following is more correct:



                                    $exists x (S(x) land forall y (F(y) to A(x,y))) $






                                    share|cite|improve this answer









                                    $endgroup$
















                                      0












                                      0








                                      0





                                      $begingroup$

                                      The textbook answer says that the following represents:




                                      Some student has asked every faculty member a question.




                                      $forall y(F(y) to exists x (S(x) land A(x,y))) $



                                      Which seems incorrect as I read this as saying for every faculty member there exists a student that has asked a question.
                                      I'd argue that the following is more correct:



                                      $exists x (S(x) land forall y (F(y) to A(x,y))) $






                                      share|cite|improve this answer









                                      $endgroup$



                                      The textbook answer says that the following represents:




                                      Some student has asked every faculty member a question.




                                      $forall y(F(y) to exists x (S(x) land A(x,y))) $



                                      Which seems incorrect as I read this as saying for every faculty member there exists a student that has asked a question.
                                      I'd argue that the following is more correct:



                                      $exists x (S(x) land forall y (F(y) to A(x,y))) $







                                      share|cite|improve this answer












                                      share|cite|improve this answer



                                      share|cite|improve this answer










                                      answered Jan 15 at 1:34









                                      ElliottElliott

                                      424




                                      424






























                                          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%2f1386541%2fdifference-between-these-two-logical-expression%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

                                          Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

                                          Does disintegrating a polymorphed enemy still kill it after the 2018 errata?

                                          A Topological Invariant for $pi_3(U(n))$