Suppose $\vec x, \vec y \in \mathbb{R}^n$ with $||\vec y||=1$. Show that $\vec x \cdot \vec y \leq ||\vec x||$.
From the Cauchy-Schwarz inequality it follows that $$\vec x\cdot \vec y \leq |\vec x \cdot \vec y| \leq ||\vec x || \, ||\vec y||=|| \vec x ||$$
Is this correct?