what would be the FOL of this: "Happy people have exciting lives"

71 Views Asked by At

I am confused whether I should use Existential Quantifier or not.

i only use existential quantifier on cases with "some", so how should I solve this one?

1

There are 1 best solutions below

1
On

$\forall x (Hx \rightarrow EL x)$ where $H$ denotes the predicate 'is happy' and $EL$ denotes the predicate 'has an exiting life'.