Domain: $\{1, 2, 3, 4\}$
Referents: $a: 3, b: 4$
Extensions: $M:\{1, 2\}, F:\{3, 4\}, J:\{1, 3\}, S:\{2, 4\}$
How can I determine the truth value if there is more than one quantifier applied to the same expression? For example, how to determine the truth value of these four expressions:
- $\forall x \forall y(Mx \implies My)$
- $\forall x \exists y(Jy \iff Sx) \lor Jb$
- $\exists x \exists y(Jx \lor Fy \lor My)$
- $\exists y \forall x(Sy \iff Mx) \land Ja$