Proving Inequalities Involving Vector Space Dimensions

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
Marin
Messages
192
Reaction score
0
Hi all!

I´m trying to prove following two inequalities but I somehow got stuck:

U, W are subspaces of V with dimV = n

1) dimV >= dim(U+W)

2) dim(U+W)>=dimU and dim(U+W)>=dimW


Could you give me some hints?

thanks in advance!
 
Physics news on Phys.org
ok, let u_1,...,u_n be a basis of U and w_1,...,w_m be a basis of W.

Every vector x of U+W can be therefore expressed as a lin combination of some u_1,..u_n,w_1,..,w_n , which implies that u_1,..u_n,w_1,..,w_n is a generating set of U+W. But we know that the basis of U+W must be a minimal generating set, so letting p be its dimension this yields: p<=m+n, or dim(U+W)<= dimU + dimV. Now we consider w element of W, which we also find in W+U, but cannot be spanned by u_1,...,u_n only, so dimW<=dim(W+U), where W is a subspace of W+U. but W+U is also a subspace of V, so in the end, we have

dim(U+W)<= dimV

is this a regular proof, or I did something wrong?

and another question: dimU + dimW should not necesserily be smaller or equal to dimV, should it?
 
You're making it much more complicated than it needs to be.

Since U + W is a subspace of V, it follows immediately that dim(U + W) ≤ dim V. The same idea works for the second part.

As for your last question, dim U + dim W is not necessarily less than or equal to dim V (take U = V and W = V, for example).

Here's a bonus question for you: Show that dim U + dim W = dim(U + W) + dim(U ∩ W).