I - First doubt : free variables on open formulas .
I'm having a hard time discovering what different kinds of variables in an open formula of fol are refering to., For example, lets take some open formulas :
1: $"x+2=5"$
2: $"x=x"$
3: $"x+y = y+x"$
4: $"x+2 = 5 -> x=3 "$ .
So let's suppose we have a domain D of a structure which is interpreting that fol language. Even tho all those formulas are open formulas variables occuring free, i think the variables refer to different kind of sets ( obviously all sets with the same type of objects, be it numbers, or whatever ) depending on the kind of formula... to what exactly, in each case ?
The formula 1 would be refering to a fixed element on the domain (whatever kind of elements it has ) ? Would that be it ? Or would it be an arbitrary one ?
Should we always use the word "refering to" in open formula, instead of "ranging through" ?
The free variable on the formula 2 would be refering to a bunch of elements of the domain ? Or would it be ranging through a bunch of elements of the domain ? How does the truth-set ( set of individuals that satisfy the open sentence " of each formula enter in picture ?
II - Second doubt : When to close a formula, and what does it provide us ?
The second point i'm having a hard time with is how to differentiate, and how to know the difference between the uses and the reasons of choosing to use either the formula
$"x+2 =5 -> x = 3 "$ or $\forall x (x+2 = 5 -> x = 3 )$ .
And also between the difference of using ( and choosing to use ) the open formula $"x+y = y+x"$ or the closed formula $"\forall x \forall y ( x + y = y + x ) "$.
Same thing about $"x = x$ and $"\forall x (x = x) "$.