Basically, in predicate logic, do we read from the inside outwards? In the example question, would 1a) be read as "For all values of y, there exists a value of x which divides y"? I've been told different things from different lecturers and online, I'm not quite sure what to do.
For example, would 1c) be "For some values of y, every value of x divides into it" (and hence is false)
Any help is appreciated! Thanks
Formulas in propositional and predicate logic are defined recursively. You can decompose them into terms and logical connectives by writing them as a Beth tree.
To answer your question, we read from left to right, but due to the recursive definition things can get a bit messy when conjunctions/disjunctions are involved (which is not the case in your examples). In your case 1c, we start from the left, so there is some $y$ (we fix this in the back of our mind). Now we are given any $x$ (this is the $\forall x$ part). In particular, $y + 1$ could be chosen for $x$. But it's clear that $P(y+1,y)$ is false for all positive integers. Hence the sentence is false.
Yes. As an aid, think of $\exists$ as "I pick a specific number" and $\forall$ as "You give me any number you like". Then $\exists y \forall x P(x,y)$ turns into "I pick some $x$, you give me any $y$ you like, and $x$ divides $y$".