Show that each of the following (a) <u, v> = u1 v1 + u2 v2; and (b) <u, v> = u1 v2 u3 + v1 u2 v3
is not an inner product on $ℝ^3$, where u = (u1, u2, u3) and v = (v1, v2, v3).
A function is an inner product if it satisfies the axioms:
- <u,v> = <v,u>
- <u,v+w> = <u,w> + <u,w>
- c<u,v>=<cu,v>
- <v,v>=0 and <v,v>=0 ⇔ v=0
(a) <u,v> = u1v1 + u2v2
Solution:
<u,v> = u1v1 + u2v2
<u,v> = v1u1 + v2u2 (Commutativity)
<u,v> = <v,u> (Axiom 1 satisfied).
Let w=(w1, w2) <u,v+w> = <(u1, u2), (v1 + w1, v2 + w2)>
<u,v+w> = u1 (v1 + w1)+ u2 (v2 + w2)
<u,v+w> = (u1v1 + u2v2) + (u1w1 + u2w2)
<u,v+w> = <u,v> + <u,w> (Axiom 2 satisfied).
Let c∈ℝ, then
c<u,v> = c(u1v1 + u2v2)
c<u,v> = (cu1)v1 + cu2(v2)
c<u,v> = <cu,v> (Axiom 3 satisfied).
<v,v> = v12 + v22 ≥ 0
Moreover, <v,v> = 0
⇔ v12 + v22 = 0
⇔ v1 = v2 = 0 since v12 ≥ 0, v22 ≥ 0
⇔ v = (0, 0) (Axiom 4 satisfied).
Therefore, <u,v> = = u1v1 + u2v2 is an inner product on $ℝ^3$.
Am I doing the right thing in (a)? I'm not sure about it. However, I am stuck in (b). Am I going to do the same process for (b)?
For a) use the comment by lulu.
For b) take $u=(1,1,-1)$ and note that $ \langle u, u \rangle <0$.