Showing Uniqueness of Elements of a Vector Space

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 2K views
TranscendArcu
Messages
277
Reaction score
0

Homework Statement



http://img267.imageshack.us/img267/8924/screenshot20120118at121.png

The Attempt at a Solution

We have that X = A + B. To show that X is unique, let two such sums be denoted by X1 X2 such that X1X2. We write,

X1 = A + B
X2 = A + B

The equations imply,

X1 - A - B = 0
X2 - A - B = 0

Which imply,

X1 - A - B = X2 - A - B. If we add vectors to both sides,

X1 - A - B + A + B = X2 - A - B + A + B

X1 + 0 + 0 = X2 + 0 + 0
X1 = X2, which contradicts our assertion that X1X2. This shows that such an X is unique.
 
Last edited by a moderator:
Physics news on Phys.org
and though on the right track 3 points,
- i think you need to justify the minus operation by invoking the existence of an additive inverse
- eqauting to zero is an unecessary step, i would start from B=B in this case
- you need to show both existence and uniqueness
 
Yeah, you're totally right. I just typed X =A + B by accident. As for proving the existence of such an X, how do I begin that? I think proving uniqueness should be, with some adjustment, what I have in #1.
 
just find a vector that exists that satisfies the requirement
A+X=B
A+X+(-A)=B+(-A)
X+A+(-A)=B+(-A)
X+0=B+(-A)
X=B+(-A)

So somewhat obviously B+(-A) does the job
 
Okay, that's pretty clear. Thanks!

Another question I have is why the set of polynomials of degree = 2 is not a vector space. It isn't obvious to me which axiom is not being satisfied here. Could you recommend an axiom to examine more closely?
 
So I understood that degree = 2 indicated polynomials of the form [itex]a_0 + a_1 x +a_2 x^2[/itex] if [itex]a_0[/itex],[itex]a_1[/itex],[itex]a_2 = 0[/itex], then certainly the entire polynomial goes to zero.

I doubt, somehow, that this is the conclusion I am supposed to arrive at. Does degree = 2 indicate rather polynomials of the form [itex]a_2 x^2[/itex]? But even if this is so, I still think I could let the coefficient be zero to get a zero vector.

What does "degree = 2" actually mean?
 
I would interpret degree=2 as [itex]a_2\neq0[/itex]..

And degree<=2 as putting no constraints on a_0,a_1,a_2... but that's just my interpretation

Its also probably biased by that I'm pretty sure all polynomials with degree<=2 is a vector space
 
Also the sum of the two second degree polynomials, [itex]1+ x- x^2[/itex] and [itex]2- 2x+ x^2[/itex], is [itex]3- x[/itex] which is not a second degree polynomial.

(The set of all polynomials of degree less than or equal to is a vector space.)