I'm trying to understand fixpoints in the Lambda Calculus with the example of computing the fixpoint of $\lambda xy.xy$. I might have a vague intuition what $\lambda x.(\lambda xy.xy)(xx)$ means/does but I cannot go any further. What does $\lambda x.(\lambda xy.xy)(xx)$ or $\lambda x.\lambda y(xx)y$ mean/do?
I understand what $\lambda x.x$ or $(\lambda x.x)y$ mean (and do) but the $(xx)$ with or without the extra $y$ completely confuses me. Does it mean that $x=x$?