i need to disprove the following with an example:
Letbe subspaces of
.
i used Venn Diagram and covered any possible variations ofand
but nothing seems to work.
Thanks in advanced!
suppose V = R3, and set:
U1 = span({(1,1,0)})
U2 = span({(1,0,0)})
U3 = span({(0,1,0)}).
then dim(U1+U2+U3) = 2
but dim(U1) + dim(U2) + dim(U3) - dim(U1∩U2) - dim(U1∩U3) - dim(U2∩U3) + dim(U1∩U2∩U3)
= 1 + 1 + 1 - 0 - 0 - 0 + 0 = 3
Presumably, this question arose from the true statement that. When you try to extend this to 3 subspaces, you need to find
, which is definitely not equal to
. Basically, this is why Deveno's counter example above works. Notice though if
or
, then
, and so in this case your original statement is true. (It boils down to the true statement about two subspaces.)