I want to prove: if $z$ is the right golden ratio point and $u$ the left golden ratio point to an interval $[x,y]$, then $z$ is the left golden ratio point to $[u,y]$.
Definition - Golden ratio points $\alpha_1,\alpha_2$ for an interval $[x,y]$ are solutions to $$\frac{y-x}{\alpha_1-x}=\frac{\alpha_1-x}{y-\alpha_1},$$ $$\frac{y-x}{\alpha_2-x}=\frac{\alpha_2-x}{y-\alpha_2}.$$
An ideas?