proving that two subspaces are direct sum
Let
be subspaces.
i need to prove that if
and
then
.
here's the thing.
i proved it, but without considering
.
(i proved that if
then
)
and that's obviously can't be, i mean there must be something i'm doing wrong, i just can't figure out what.
here's what i did:
to prove that U and W are the direct sum of V, i just need to show that for every
: there's only one linear combination of
and
.
so:
Let
be the basis for U.
Let
be the basis for W.
now, since
, i can conclude that the number of vectors in V's basis must be
.
so, the basis for V can now be:

now, let's presume v can be presented in two different ways, and show that it's actually the same presentation, so:
let's presume there are scalars
, not all 0, and
, not all 0, such that:


if we'll subtruct one from another we'll get:
u_1+(a_2-b_2)u_2+...+(a_{n}-b_{n})u_n+(a_{n+1}-b_{n+1})w_1+(a_{n+2}-b_{n+2})w_2+...+(a_m-b_m)w_m=0)
and since
are linear independent (basis for V), then
,
and so on...
so that's all.
my question now is: where exactly does
fit in? why do i even need it here?
it's quite a task to use the math terminology when it's not your native language, so i hope i used it right and everything is clear enough... (Happy)
thanks in advanced!
Re: proving that two subspaces are direct sum
Hi Stormey,
The argument uses
when you conclude that
is a basis for
Just because
and
are linearly independent sets of vectors on their own does not always mean
must be a linearly independent collection too. For example, the sets
and
are each linearly indepdent sets of vectors on their own, but
is not a linearly indepedent set of vectors.
Does this answer your question? Let me know if anything is unclear. Good luck!
Re: proving that two subspaces are direct sum
Hi GJA, and thanks for your help.
i'm aware that if two subspaces' basis are linear independed that doesn't necessarily mean their union is also linear independent,
but i can draw this conclusion (that this two are linear independent and are basis for V) from
, i don't need
for that.
so actually, my question is:
if
, why doesn't it mean that U and W's basis are *disjoint sets?
*of course, disjoint except their common
, but that goes without saying, since U and W are subspaces.
Re: proving that two subspaces are direct sum
Re: proving that two subspaces are direct sum
Brilliant, thanks man!
I forgot that U can be equal to W.
It all makes sense now.