741 views
3 votes
3 votes

This is not a direct question from Rosen but a question that popped up in my head as I was solving problems from Rosen.

1) ∀xy(x≠y → M(x,y))

2) ∀xy(x≠y ∧ M(x,y))

Here the domain of x,y is the students in your class.  M(x,y) represents the statement x has sent y an email.

My question is: Are these two statements equivalent or do they mean different things?

Also, could you please explain the difference between the meaning of these statements (in plain English) if they are different?

1 Answer

5 votes
5 votes

xy(x≠y → M(x,y)) says that "if sender and receiver are different then send mail" that means sending of mail depends sender and receiver

1. if sender and receiver are different and mail also send then above statement is correct.

2. if sender and receiver are different and mail not sent then above statement is not correct.

3. if first condition is itself false then no meaning of looking for second condition that means statement is true.

xy(x≠y ∧ M(x,y)) says that "sender and receiver are different and  send mail" that means sending of mail does not depends on sender and receiver, both conditions shold be true for making statement true.

so ∀xy(x≠y → M(x,y)) and ∀xy(x≠y ∧ M(x,y)) are different things.

Related questions

1 votes
1 votes
1 answer
1
nishant279 asked Oct 18, 2017
1,253 views
A = ∃x (P(x) ^ Q(x)).B = ∃x P(x) ^ ∃x Q(x).Which is correct?a) A = Bb) B = Ac) A <= Bd) None of ThesePlease Explain.
0 votes
0 votes
0 answers
2
nishant279 asked Oct 18, 2017
474 views
A = ∃x(P(x)^Q(x))B = ∃x P(x) ^ ∃x Q(x), which is correct?a) A <= Bb) A = Bc) B = Ad) None of ThesePlease Explain.
0 votes
0 votes
0 answers
3