Let V be a vector space over $\mathbb{R}$. Let $(x,y) \mapsto \langle x,y\rangle$ be an inner product on $V$ with induced norm $\lVert x\rVert=\sqrt{\langle x,y\rangle}$. Suppose that $x$ and $y$ are two vectors in $V$ such that $\lVert x\rVert=\lVert y\rVert=1$ and $\langle x,y\rangle=1$. Show that $x=y$.
This looks really obvious, but I tried using $(\lVert x\rVert-\lVert y\rVert)^2$ and Cauchy inequality to approach it, and still didn't get it. I am running out of ideas now. Any help is appreciated.
Notice that $$\|x-y\|^2 = \langle x-y,x-y \rangle = \langle x,x \rangle - 2 \langle x,y \rangle + \langle y,y \rangle = 1-2+1 = 0,$$ so $\|x-y\| = 0$ and hence $x=y$.