Prove an Inner Product is one

61 Views Asked by At

Rather simple one, but I must be losing my mind.
Let $\vec v \in \mathbb{R} ^2 $

Define the inner product $<\vec v, \vec z>=4v_1z_1 + v_1z_2 + v_2z_1 + 4z_2z_2$

I have to prove that this is an inner product. Most of the "showings" are easy, but I can't show that this is positive if $\vec v \neq \vec 0$.

I set it up, but I got nothing.

$<\vec v, \vec v>=4v_1^2+2v_1v_2+4v_2^2 \gt 0$

What do I do with the middle term??

2

There are 2 best solutions below

0
On BEST ANSWER

From the definition of the inner product,

$<\vec{v},\vec{v}> = 4v_1 ^2 + 2v_1 v_2 + 4v_2^2 = 3(v_1^2 + v_2^2) + v_1^2 +2v_1 v_2 +v_2^2 = 3(v_1^2 + v_2^2)+ (v_1 + v_2)^2 \geq 0$

2
On

$$4v_1^2+2v_1v_2+4v_2^2=3(v_1^2+v_2^2)+(v_1+v_2)^2 \geq 3(v_1^2+v_2^2)$$