I encountered an expression during my homework.
$\exists x (Qx\rightarrow \forall x Qx)$ where $Q$ was a unary predicate symbol. However, I'm not sure if this sentence was "legal". Surely, it could be built up from wffs by inductive steps.Thus the syntax was correct. However, I'm using Enderton's textbook so $\exists x\alpha$ was translated as there was some $z\in|B|$ such that $\alpha[s(x|z)]$ was satisfied, where $|B|$ was the universe.
So the translation seemed to be strange, as there seemed to be an expansion where $\exists x\forall x Qx$ for the second term.
My question was that
- How to deal with the case such that $\forall x(\exists x \alpha)$, $\exists x(\forall x \alpha)$, $\forall x(\forall x \alpha)$, or $\exists x(\exists x \alpha)$...
2 Can we or would it be better to write the original expression as $\exists x (Qx\rightarrow \forall y Qy)$?