What does it mean when x is 'free'?In the context of first-order logic and resolution...
Goundoubuf
Answered
2022-11-25
What does it mean when x is 'free'? In the context of first-order logic and resolution (I'm trying to study Skolemization for a midterm tomorrow), I am seeing several references to being free or not free. What does this mean? To pull all quantifiers in front of the formula and thus transform it into a prenex form, use the following equivalences, where is not free in Q: Edit:
If the second x is bound by the existential quantifier - why can it be pulled into prenex form if the blurb above says that this can be done only if x is not free? Or am I misunderstanding something? Edit 2: OK, i'm clearly not all here at the moment. Ignore that question
Answer & Explanation
Bryson Carlson
Expert
2022-11-26Added 10 answers
A variable in a formula is called bound if is contained in some sub-formula of the form . If ia variable is not bound, it is free. That is, a variable is free if it is not being quantified over, so that it is "free" to assume different values. On the other hand, if a variable is being quantified over, it is almost like a placeholder -- it doesn't make sense to try and input different values for that variable. With regards to your second question, since is bound it is not free.
armlanna1sK
Expert
2022-11-27Added 1 answers
is free in if it is not quantified over. So in the formula , is free. But in the formula , is not free (in which case we call bound)