I want to go back to the logic of predicates. I tried to translate the following hrase:
There is no politician who is not ambitious : $p\wedge \not a $, where $p$ is politician. Is that correct ? Or should I write $\not\exists p,p\wedge \not a $, where $p$ is politician and a is being ambitious.
Or should I write $\forall p, a(p)$ ?
It is predicate logic; thus, we need predicates : $P(x)$ for "... is a Politician" and $A(x)$ for "... is Ambitious".
The formula will be :
The formula is equivalent to $\forall x \ (P(x) \to A(x))$ that reads :