Exercise 1.18

Exercise 18: If k 2 and x R k , prove that there exists y R k such that y 0 but x y = 0 ( x , y = 0 ). Is this also true if k = 1 ?

Answers

(Matt “frito” Lundy)
This solution uses some linear algebra. If x = 0 then any non-zero y will suffice, so assume that x 0 . Also choose any z R k such that x and z are linearly indepedent (this is possible because k 2 ). Then let

y = z z , x x , x x .

Notice that y 0 because x and z are linearly independent and y is a linear combination of x and z with not all coefficients equal to zero. And so we have

x , y = x , z z , x x , x x = x , z z , x x , x x , x = x , z x , z = 0

There is trouble when k = 1 because any two vectors in R 1 are linearly dependent.

User profile picture
2023-08-07 00:00
Comments

Proof. Let x be given. We will construct such a y . By Definition 1.36,

x y = i = 1 k x i y i .
(1)

Now there are two cases for x . If 2 | k , then we can let

y = ( x 2 , x 1 , , x k , x k 1 ) .

By construction we see that ( 1 ) = 0 . Now consider the case where 2 k . Then, we can construct y as above, except for one index y j which will be 0. Then,

y = ( x 2 , , x j 2 , 0 , x j + 2 , , x k 1 ) .

By construction we see that ( 1 ) = 0 . This construction, however, does not work for k = 1 , since if x 0 , there is no number it could be multiplied by to get 0. □

User profile picture
2023-09-01 19:18
Comments