4 Variables libres et liées
Une occurrence x est liée dans un terme si elle est dans le champ de λx. sinon elle dite libre
Liée par le λy le plus immédiatement à gauche
Libre en vert
Variable libre : au moins 1 occurrence libre de x, y, z
Variable liée : au moins une occurrence de liée : x, y
5 exercice 1
---- application associe à gauche
---- abstraction associe à droite
---- application prioritaire sur abstraction
---- parenthèse externe
5.1 Question 1
a) ( λx ( x (λy ( y x ) ) ) ) b) ( (λx x) (λy ( y x ) ) )
c) ( λx ( ( x (λy y) ) x ) )d) ( ( (λx x) (λy y) ) x )
e) ( λx ( x ((λy y) x ) ) )f) ( (λx x) ((λy y) x ) )
g) ( λx ( x ( λy y)) ) x )h) ( λx ( λy ( λz ((x y) z) ) ) )
5.2 Question 2
h-
( ( (λx (λy (y x))) (λx x) ) ( λx (x x)) )
( (λx (λy (y x))) (λx x) ) ( λx (x x))
( (λx (λy y x)) (λx x) ) ( λx x x )
( (λx λy y x ) (λx x) ) ( λx x x )
(λx λy y x ) (λx x) ( λx x x )
N.B : dès qu'une parenthèse limite la porté d'un λ alors on ne peut pas l'enlever
y (λy λx λy y x) x z
occurrence
liée
occurrence
libre