713 views
1 votes
1 votes

If i have a statement like :

"No large birds live on honey" where domain is set of all Birds 

Here let Q(x) : x is a large bird 

R(x) : lives on honey  

CAn i write this is

∀x (∽Q(x)-->R(x)) ..is it right ?

and what about this ∀x (Q(x)-->∽R(x)) 

2 Answers

Best answer
2 votes
2 votes

Note: The cutting in statement 2 solution is just a correction. Not any symbol or something.

selected by
2 votes
2 votes

∀x (∽Q(x)-->R(x)) =>all  birds  which are not large(i.e small )birds live on honey .but it is not mentioned in the statement.so its not correct

∀x (Q(x)-->∽R(x)) => all  large birds do not live on honey.its correct.

Related questions

331
views
1 answers
0 votes
Dexter asked May 10, 2016
331 views
Translate in 2 ways each of these logical expression using predicate quantifiers and logical connectives First take domain as student in your class Second : let the domai...
210
views
0 answers
0 votes
Dexter asked May 8, 2016
210 views
How would you represent the following with the help of logical connectives :p : You will get an A on the final examq: you do every excercise in this bookr: you get an A i...
308
views
1 answers
2 votes
Dexter asked May 8, 2016
308 views
let p = you have the flu q: you miss the final examination r: you pass the courseexpress it: (p⋀q) ⋁ ( not q ⋀ r )
358
views
0 answers
1 votes
Mk Utkarsh asked Feb 9, 2018
358 views
Which one of the expression of universal quantifier is ambiguous?For allFor everyall offor eachfor anyfor arbitrary