I have a question about the following predicates:
No A are B $$ \neg \exists x (Ax\wedge Bx) $$ For the above, my question is: why can't I write the following? $$ \neg \exists x (Ax\rightarrow Bx) $$ How would this one be translated to English?
Second predicate:
Not all A are B
$$ \neg \forall x (Ax\rightarrow Bx) $$
Why can't I write: $$ \neg \forall x (Ax\wedge Bx) $$
Is this because in this example, the first one does say that, because some B can be A, you can't put the conjunction sign?