Elem lin algebra (Vector space question)

  • Thread starter Thread starter Miike012
  • Start date Start date
  • Tags Tags
    Algebra Space
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Miike012
Messages
1,009
Reaction score
0
Let V be the set of all ordered pairs of real numbers, and consider the following addition and scalar multiplication operations on u = (u1,u2) and v = (1,v2)

u + v = (u1+v1 ,u2+v2)

ku = ( 0 , ku2)

The book says that the axiom -u + u = 0 holds true for the given addition and scalar mult.

Which it obviously does not by the given scalar mult...
Hence: u + (-u) = (u1,u2) + (0,-u2) = (u1,0) ≠ 0.

Am I right or wrong?
 
Physics news on Phys.org
What you have shown is that -v is NOT equal to (-1)v. "-v" is defined as "the additive inverse" of v and since the "addition" here is the usual "coordinate wise" addition, if v= <x, y> then -v= <-x, -y> while (-1)v= <0, -y>. Of course, since you can prove -v= (-1)v from the basic properties of a vector space, this says that this is not a vector space.