Difference between these two logical expression
$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?
logic quantifiers
$endgroup$
add a comment |
$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?
logic quantifiers
$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
add a comment |
$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?
logic quantifiers
$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
logic quantifiers
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
add a comment |
$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
add a comment |
4 Answers
4
active
oldest
votes
$begingroup$
The first : Every faculty member was questioned by (at least) one student. The second : Some student asked every faculty member....
$endgroup$
add a comment |
$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".
$endgroup$
add a comment |
$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".
$endgroup$
add a comment |
$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))) $
$endgroup$
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
$begingroup$
The first : Every faculty member was questioned by (at least) one student. The second : Some student asked every faculty member....
$endgroup$
add a comment |
$begingroup$
The first : Every faculty member was questioned by (at least) one student. The second : Some student asked every faculty member....
$endgroup$
add a comment |
$begingroup$
The first : Every faculty member was questioned by (at least) one student. The second : Some student asked every faculty member....
$endgroup$
The first : Every faculty member was questioned by (at least) one student. The second : Some student asked every faculty member....
answered Aug 6 '15 at 14:59
DanielWainfleetDanielWainfleet
35.1k31648
35.1k31648
add a comment |
add a comment |
$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".
$endgroup$
add a comment |
$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".
$endgroup$
add a comment |
$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".
$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".
answered Aug 6 '15 at 12:43
lodriklodrik
32717
32717
add a comment |
add a comment |
$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".
$endgroup$
add a comment |
$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".
$endgroup$
add a comment |
$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".
$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".
answered Aug 6 '15 at 12:43
SanteriSanteri
18817
18817
add a comment |
add a comment |
$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))) $
$endgroup$
add a comment |
$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))) $
$endgroup$
add a comment |
$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))) $
$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))) $
answered Jan 15 at 1:34
ElliottElliott
424
424
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
$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