Homework 7 - Lambda Calculus

Due: 11/01 2PM (or email before class)

This homework is weighted less than usual.  

Problem 1

Consider the λ-expression, ((λx.(λy.(x y)))((λz.(g z)) y)).

Problem 2

Repeat problem 1 for the λ-expression, ((λy.z) ((λz. (z z z)) (λz. (z z z))))

Problem 3:

Explain how the Church-Rosser theorem applies to the above problems.

Hints / Clarifications / Corrections