Ask your own question, for FREE!
Mathematics 19 Online
OpenStudy (anonymous):

Lambda calculus normalization

OpenStudy (anonymous):

I'm trying to understand how this should be normalized: (λx. λy. x y y) (λx. λy. x + y) 5 Where I'm getting stuck is the "x y y" part. Are both of the y's bound? Is one unbound?

OpenStudy (anonymous):

Great Scott, more satanic math. Have this. 5 y^2 (x λ) . (y λ) . x (y + (x λ) . (y λ) . x)

OpenStudy (anonymous):

What is that?

OpenStudy (anonymous):

That is the result.

OpenStudy (anonymous):

That's not any kind of format that makes sense to me. In lambda calculus, you can't have λ without a variable after it.

OpenStudy (anonymous):

I'm getting this but I'm not sure if it's right: (λ x. λ y. x y y) (λ x. λ y. x + y) 5 --> (λ x. λ y. x y y) (λ y. 5 + y) --> (λ x. λ z. x z z) (λ y. 5 + y) --> (λ z. (λ y. 5 + y) z z) --> (λ z. 5 + z z)

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!