I see this in wiki:
Y' = SSK(S(K(SS(S(SSK))))K)
And I understand why it corresponds to this lambda expression Y' = (λab.aba) (λab.a(bab))
But I don't know how can this same as X = λa.(λx.xx)(λx.a(xx)) or X = λa.(λx.a(xx))(λx.a(xx)).
Can Y' trans to X by β-reduces or some other way and how ? Thanks ...
I know it !
We can make this:
So
So
(I don't know did that correct ...)