Exercise 2.1.5. There are eight rules for vector addition and scalar multiplication operations in a vector space:
- There is a zero vector (0) such that
for all
- For each
there exists one and only one vector
such that
for all
(a) Define addition in such that it adds an extra one to each component, e.g.,
instead of
. Assume the rule for scalar multiplication is left unchanged. Which of the above rules is broken by this redefinition of addition?
(b) Define vector addition on the set of positive real numbers such that and define scalar multiplication on the same set so that
. Show that the set of positive real numbers is a vector space under the operations thus defined, and describe the zero vector.
Answer: (a) For any two vectors and
rule 1 is satisfied:
Rule 2 is satisfied as well:
Rule 3 is satisfied with as the zero vector:
Rule 4 is satisfied with :
Rule 5 and rule 6 are satisfied since scalar multiplication was not redefined:
However rule 7 is not satisfied since for we have
while
Rule 8 is also not satisfied since for we have
while
Thus under the redefinition of addition rules 1-6 are satisfied while rules 7 and 8 are not.
(b) We use the symbols and
to denote the following definitions of vector addition and scalar multiplication on the set of positive real numbers:
and
Rules 1 and 2 are satisfied:
Rule 3 is satisfied with 1 as the zero vector:
Rule 4 is satisfied with as
:
Rules 5 through 8 are also satisfied:
Since all eight rules are satisfied the set of positive real numbers is a vector space under the vector addition and scalar multiplication operations defined above, with 1 as the zero vector.
NOTE: This continues a series of posts containing worked out exercises from the (out of print) book Linear Algebra and Its Applications, Third Edition by Gilbert Strang.
If you find these posts useful I encourage you to also check out the more current Linear Algebra and Its Applications, Fourth Edition, Dr Strang’s introductory textbook Introduction to Linear Algebra, Fourth Edition
and the accompanying free online course, and Dr Strang’s other books
.
I think Rule 4 in (a) should be -x=(-x-1,-y-1) in order to get (0,0) and not (-1,-1)
Rule 4 refers to the zero vector *as defined for the supposed vector space*, not the specific vector (0,0) as we know it from R^2. In question (a) the definition of vector addition for this would-be vector space is that u + v = (u_1 + v_1 + 1, u_2 + v_2 + 1). So in this would-be vector space the zero vector must be (-1, -1) in order to satisfy rule 3, that a vector v plus the zero vector must equal v itself. Since the zero vector in this would-be vector space is (-1, -1), the negative of a vector x must satisfy the equality -x + x = (-1, -1). If x = (x_1, x_2) then that requires -x = (-x_1 – 2, -x_2 – 2).