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)$ ?