Prove U1+U2+U3 Theorem with Dimensions

  • Thread starter Thread starter pte419
  • Start date Start date
  • Tags Tags
    Dimensions
pte419
Messages
4
Reaction score
0
1. For subsets U1, U2, U3 of a finite set, prove that

dim(U1+U2+U3) = dimU1 + dimU2 + dimU3 - dim(U1∩U2) - dim(U1∩U3) - dim(U2∩U3) + dim(U1∩U2∩U3)



2. dim(U1+U2) = dimU1 + dimU2 - dim(U1∩U2)



3. I found that U1+U2 theorem in my book, and I think I should use that, but I'm not sure where to start...
 
Physics news on Phys.org
Let V = U1 + U2. Now apply the theorem to V + U3.

Unless you are asked to prove 2 before proving 1. If this is the case please make it clear.
 
Last edited:
The two equations are also true, and easier to see, with the vectors spaces replaced by finite sets and the dimensions replaced by the sizes of the sets. It's possible, by picking certain bases, to make the two problems equivalent. But, as enumaelish hints, induction is probably easier.
 
proof

I am only asked to prove equation one, but in doing that, I am allowed to use equation 2.
 
Thanks guys, I've got one more question.

I did: dim(V+U3)
and I've ended up with:
dim(V+U3) = dimU1 + dimU2 - dim(U1∩U2) + dimU3 - dim(V∩U3)

Is there a property I can use to show that dim(V∩U3) is equivalent to the terms I still need to include for the proof? I can't find anything helpful in my book...
 
dim(V\cap U_{3}) = dim((U_{1}+U_{2})\cap U_{3}) = dim((U_{1}\cap U_{3}) + (U_{2}\cap U_{3}))

Break that term up again using the second part and you're done.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top