Can someone prove to me if this inequality with norms and dot products holds?

59 Views Asked by At

Can someone show me if the following inequality holds ($\cdot$ is multiplication)?

$\|a\|\cdot\|b\| \le \frac{1}{2}(\|a\|^2 + \|b\|^2)$

I am sure the following holds ($\bullet$ is dot product):

$a\bullet b \le \frac{1}{2}(||a||^2 + ||b||^2)$

1

There are 1 best solutions below

0
On BEST ANSWER

Consider $(||a|| - ||b||)^2 = ||a||^2 - 2||a||||b|| + ||b||^2 \geq 0 \Rightarrow ||a||^2 + ||b||^2 \geq 2||a||||b||$