- #1
JamesBwoii
- 74
- 0
Hi, I'm trying to identify the free variable and binding occurrence but I'm not sure if they're right in lambda calculus.
Then for free variables for them I have got:
For the binding occurrence would it just be the link between the $\lambda x$ and the free variable $x$ in $\lambda x.x$?
- $x$
- $\lambda x.x$
- $(\lambda a.z)a$
- $\lambda a.za$
- $(\lambda n.n)z$
- $\lambda z.(\lambda y.(\lambda x.x)y)z$
- $(\lambda t.((\lambda t.(\lambda t.t)t)t))t$
Then for free variables for them I have got:
- $x$
- No free variable
- ${z,a}$
- $z$
- $z$
- No free variable
- $t$
For the binding occurrence would it just be the link between the $\lambda x$ and the free variable $x$ in $\lambda x.x$?
Last edited: