I have a question that asks me whether the following expression is weakly and/or stronly beta normalised.
(λz.y)((λx.xx)(λx.xx))
____________________
Apparently this expression beta reduces to y. How so? and how does that make it weakly normalising compared to strongly normalising?
Note: I understand that the following is not strongly normalising because it never terminates.
(λz.y)((λx.xx)(λx.xx))
____________
Thanks for the help!