Is there any difference between free variable and free occurrence of a variable in context of lambda calculus? If yes, then please explain with an example or two. Actually I was going through the conversion rules for lambda expression where I came across the following line:
In stating the conversion rules the notation
E[E'/V]
is used to mean the result of substitutingE'
for each free occurrence ofV
inE