There is a proof of the real case of Cauchy-Schwarz inequality that expands $\|\lambda v - w\|^2 \geq 0 $, gets a quadratic in $\lambda$, and takes the discriminant to get the Cauchy-Schwarz inequality. In trying to do the same thing in the complex case, I ran into some trouble. First, there are proofs here, here, here, and here, but none of them do it the way I'm thinking of.
If I similarly expand $\|\lambda v - w\|^2_{\mathbb{C}},$ I get $|\lambda|^2\|v\|^2 - 2 \text{Re}(\lambda \langle v,w\rangle) + \|w\|^2$. How can I manipulate this to get Cauchy-Schwarz using the discriminant? My problem is that $$|\lambda|^2\|v\|^2 - 2 \text{Re}(\lambda \langle v,w\rangle) + \|w\|^2 \geq |\lambda|^2\|v\|^2 - 2 | \lambda ||\langle v,w\rangle | + \|w\|^2,$$ so I can't be sure that the latter term is $\geq 0$.