I'm stuck on how to do this reduction, I have read this post and this pdf but I can't seem to find a solution: (λx.yx)((λy.λt.yt)zx)=> (λx.yx)(λt.zxt) => y(λt.zxt)
but the solution should be yx according to online solvers.
could someone explain what passages I am doing wrong? What are the passages that you should follow to do it right?