Lets say there a question to define a sentence with predicates and quantifiers such as : "every two real numbers have an integer between them"
With predicate : P(x, y ) = " x and y have an integer between them"
Domain : all real numbers
Then would the final answer look like this: ∀x ∀y(P(x, y))
or like this:
∀x ∀y ∃z (P(x, y))
which means that there is an integer z in between x and y.
or would you add it to P(x,y) as P(x, y, z) = "x and y have an integer z in between them"
Also, apart from the answer, is it even possible to have a quanitfier like this : ∀x ∀y ∃z (P(x, y)) where the z isn't even inside P(x, y)?