I've researched about the Quantifiers but couldn't find any material that explains 'free variables'.
Question:
> Determine the truth set of:
> ∀y (x . y < x)
> where x,y are from the universe of real numbers.
Answer:
my question is what is the meaning of 'free' and how this answer came up to empty.
Free variables are variables that are not bound by a quantifier. The opposite of a free variable is a bound variable. Consider the statement "a divides b" in first order logic: $\exists x(a = b \times x)$. The variable $x$ is bound while $a$ and $b$ are free. In a sense the bound variable is really just a dummy variable, they are not key to the mathematical statement. The Mathematical statement $a$ divides $b$ is a statement about $a$ and $b$ as opposed to $x$. Informally you can think of bound variables as tools to help us describe the free or "meaningful" variables. We may change our $x$ to some variable, for example $\exists y(a = b \times y)$ is identical to the previous statement. But if we were to change our free variables the meaning of the statement would be fundamentally different. I would like to answer your second question but I cannot understand what was written on the second line as I do not know if $x$ and $y$ represent real numbers or some other mathematical objects.