0

Is it possible to say that a variable occurs free in a given formula, even though the formula is within the scope of a quantifier that binds the variable? For example, considering the statement $\exists y \forall x P(x, y)$, is it correct to say that the variable $y$ occurs free in the formula $\forall x P(x, y)$ and bound in the entire proposition $\exists y \forall x P(x, y)$? If not, is there a proper definition for the variable $y$ in $\forall x P(x, y)$? For instance, is it a constant in the formula or something like that?

TylerD007
  • 621

1 Answers1

1

Yes, correct: In $\forall x P(x,y)$ as a subformula of $\exists y \forall x P(x,y)$, $y$ is free.
This is in fact sometimes used in definitions; for instance, you might run into something like "... if $\phi$ is of the form $\exists x \psi$, where $x$ occurs free in $\psi$..." to say that the quantifier is non-vacuous and actively binds occurrences of $x$ in $\psi$.