edited by
541 views
3 votes
3 votes

$R(x): \quad x$ is a rabbit

$H(x): \quad x$ hops

Convert the following First Order Logic expressions into English statements.

  1. $\forall x: \Bigl ( R(x) \to H(x) \Bigr )$
     
  2. $\forall x: \Bigl ( R(x) \land H(x) \Bigr )$
     
  3. $\exists x: \Bigl ( R(x) \to H(x) \Bigr )$
     
  4. $ \exists x:  R(x) \land H(x)$
edited by

1 Answer

Best answer
3 votes
3 votes
  1. $\forall x: \Bigl ( R(x) \to H(x) \Bigr ) \; = \;$ Every rabbit hops.
     
  2. $\forall x: \Bigl ( R(x) \land H(x) \Bigr ) \; = \;$ All animals are Hoppy Rabbits. ( is hoppy rabbit correct ?)
     
  3. $\exists x: \Bigl ( R(x) \to H(x) \Bigr ) \; = \;$ There exists a rabbit which hops.
     
  4. $ \exists x:  R(x) \land H(x) \; = \;$ There exists a animal which is like Hoopy rabbit. Or, There exists a hoppy rabbit animal.
selected by

Related questions

1 votes
1 votes
1 answer
1
Dexter asked May 17, 2016
401 views
Express the quantification ∃!xP(x) using Universal , Existential Quantification and Logical Connectives