in Mathematical Logic retagged by
271 views
1 vote
1 vote

Consider the proposition given below:

$\text{Hate} (a, b)$ denotes $a$ hates $b$.

What is the correct translation of the below mentioned First Order Logic statement?

$\forall x( x \neq  Michael \rightarrow Hate (Marlyn, x))$

  1.   Marlyn hates everybody except Michael.
  2.   Marlyn only hates Michael.
  3.   Marlyn loves everybody except Michael.
  4.   Marlyn is loved only by Michael.
in Mathematical Logic retagged by
by
271 views

1 Answer

2 votes
2 votes
Best answer

∀x$\left ( x\neq Michael \rightarrow Hate \left ( Marlyn, x \right ) \right )$

$x$ is the domain of all the people

For every $x$, if $x$ is not the Michael then Marlyn hates everyone, this predicate function will return true

One other way to say this statement "Marlyn hates everyone except Michael".

selected by

2 Comments

sir, y option d is failing?
0
0

 

∀x(x≠Michael→Hate(Marlyn,x))

P = x≠Michael

Q = Hate(Marlyn,x)

∀x(P-->Q)

If x is not michael(P = True) then marlyn hates x(RHS = True)

But if x is michael i.e (P = false) then Qx can be true / false ..i.e Marlyn may or may not hate Michael

please correct if wrong 

@Shaik Masthan

 

1
1
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true