edited by
1,446 views
0 0 votes
There is a student in the class who has sent an e-mail to everyone else in the class,Consider domain as all students in a class.

Assume M(x,y) means x has send an email to y

 

Answer given is :-  ∃x∀y[(x≠y)→M(x,y)]

 it's gonna result in True if the x=y  and the student has sent himself an email

Shall we use ^ consider instead of -> ?Please correct

Please log in or register to answer this question.

Position:
Show:

Related questions

3 3 votes
1 1 answer
759
759 views
rahul sharma 5 asked Jan 24, 2018
759 views
Which of the following is true about below predicate logic P?A) P is satisfiableB) P is tautologyC) P is contradictionD) NoneThis expression in the end reduces to:-~ ∀z {...
2 2 votes
2 2 answers
2.5k
2.5k views
rahul sharma 5 asked Nov 16, 2017
2,493 views
Consider $F(P), Q(P), L(P)$ denotes statements “Printer $P$ is out of service”, “Print job $P$ is queued” and “Print job $P$ is lost” respectively. Then statement “If a j...
1 1 vote
2 answers 2 answers
1.4k
1.4k views
rahul sharma 5 asked Jul 28, 2017
1,447 views
( ∃x(P(x))→∃x(Q(x)) ) → ( ∃x(P(x)→Q(x)) )( ∃x(P(x)→Q(x)) ) → ( ∃x(P(x))→∃x(Q(x)) )Which of the above is valid and for not valid please give me counter example where LHS i...
0 0 votes
1 1 answer
1.7k
1.7k views
rahul sharma 5 asked Jun 18, 2017
1,716 views
Represent using logic connectives :- 1. "Whenever there is an active alert, all queued messages are transmitted."Given answer is :-∃x(Alert(x)∧Active(x))→∀y((Message(y)∧Q...