Exercise 6.1.18

Answers

If ⋅,⋅ is an inner product on V , then we have that T(x) = 0 implies

x,x = T(x),T(x) = 0

and x = 0. So T is injective. Conversely, if T is injective, we may check those condition for inner product one by one.

  • x + z,y = T(x + z),T(y) = T(x) + T(z),T(y)
    = T(x),T(y) + T(z),T(y) = x,y + z,y.
  • cx,y = T(cx),T(y) = cT(x),T(y)
    = c T(x),T(y) = x,y.
  • x,y¯ = T(x),T(y)¯
    = T(y),T(x) = y,x.
  • x,x = T(x),T(x) > 0

    if T(x)0. And the condition T(x)0 is true when x0 since T is injective.

User profile picture
2011-06-27 00:00
Comments