If dim(V) = 7 and dim(W) = 9, what can be said about $dim(V \cap W) $?

391 Views Asked by At

Hope this isn't a duplicate.

I was trying to solve the following problem :

Let V and W be two vector subspaces of the vector space $\Bbb R^{10}$ over $\Bbb R$ of dimension 7 and 9 respectively. Then what can be said about the dimension of $V \cap W$?

(a) is 7

(b) is 6

(c) lies between 6 and 7

(d) is less than 6

I could not figure out anything on the problem. Thanks in advance for help.

2

There are 2 best solutions below

0
On BEST ANSWER

$dim V +dim W=dim (V\cap W)+ dim( V+ W)$, where $V+W$ is the smallest subspace containing $V$ and $W$.

So, $16=dim(V\cap W)+dim(V+W)$.

But $9\le dim(V+W)\le 10$...

So, $6\le dim(V\cap W)\le7$.

0
On

$V\cap W\subset V \Rightarrow dim (V\cap W) \le dim(V) = 7$.

From $dim(V)+dim(W)=dim(U+V)+dim(V\cap W)$, we have
$7+9=dim(V+W)+dim(V\cap W)$.

How $dim(V+W)\le 10$, so
$dim(V\cap W) \ge 7+9-10 = 6$

Therefore $dim(V\cap W)\in\lbrace{6, 7\rbrace}$.

If we take $V\subset W$, we have $dim(V\cap W)=dim(V)=7$.

If we take $V= span\lbrace e_1, \ldots, e_7\rbrace$ and $W= span\lbrace e_2, \ldots, e_{10}\rbrace$, we have
$V\cap W = span\lbrace e_2, \ldots, e_7\rbrace \Rightarrow dim(V\cap W)=6$.

Therefore $dim(V\cap W)$ lies between 6 and 7