In the Prologue section of Spivak's Calculus, Ch.1 problem 19b, we are asked to prove Schwarz inequality starting from the inequality $$2xy\leq x^2+y^2\tag{1}$$ with $$x=\frac{x_i}{\sqrt{x_1^2+x_2^2}}\tag{2}$$ $$y=\frac{y_i}{\sqrt{x_1^2+x_2^2}}\tag{3}$$
My solution is simply to substitute $(2)$ and $(3)$ into $(1)$, first with $i=1$ then with $i=2$, and then adding the inequalities.
However, that was a mechanical exercise for me, and I haven't been able to form an intuitive understanding of what those expressions for $x$ and $y$ are.
My initial attempt was to imagine two unit vectors $\vec{x} = \frac{\langle x_1,x_2 \rangle}{\sqrt{x_1^2+x_2^2}}$ and $\vec{y} = \frac{\langle y_1,y_2 \rangle}{\sqrt{y_1^2+y_2^2}}$.
$$(\vec{x}-\vec{y})^2\geq 0\tag{4}$$ $$\implies\vec{x}^2-2\vec{x}\cdot\vec{y}+\vec{y}^2\geq0\tag{5}$$ $$\implies 2\vec{x}\cdot\vec{y}\leq \vec{x}^2+\vec{y}^2\tag{6}$$
If I interpret $(4)$ as a dot product of $x-y$ with itself (and I realize that I may be using the exponential quite sloppily here, but its a sketch), it says such a dot product (the square of the norm of $x-y$) is larger than 0, which is true for any two vectors.
By substituting the vectors into $(6)$, we almost immediately obtain the Schwarz Inequality. In the context of these vectors, I take that to mean that for any two unit vectors $x$ and $y$, $\vec{x}\cdot\vec{y}\leq 1$.
So this particular proof of the Schwarz Inequality is basically saying: "given two unit vectors, their dot product is smaller than or equal to one".
Does this vector interpretation make sense?
Is there a better way to interpret this particular proof?
Why does it not work if we start with the equally true relationship $(\vec{x}+\vec{y})^2=0$.
Note that I am aware of other perhaps more enlightening proofs. I am interested in this particular proofs interpretation.