I used the definitions, now what?

  • Thread starter Thread starter JinM
  • Start date Start date
  • Tags Tags
    Definitions
JinM
Messages
64
Reaction score
0

Homework Statement



Prove:

1. R \cap ( S \cup T ) = (R \cap S) \cup (R \cap T)

2. S \cap ( S \cup T ) = S

2. The attempt at a solution

I suppose this is all about using the definitions, and I eventually get down to this:

For (1), the LHS is down to x e R and (x e S or x e T), while the RHS is (x e R and x e S) or (x e R and x e T). There's one small leap here, I know. How do I show these two are equivalent?

For (2), I should show that (x e S) and (x e S or x e T) is equivalent to (x e S). What logical conclusion am I missing here?
 
Physics news on Phys.org
If nothing else, use a truth table. x is either in or is not in R, S and T. That leaves you eight cases. Four in the second one. Is the logic true in all cases? With some moderate cleverness you don't even have to check all eight. Sure, it's just logic.
 
for (2), if x is in the lhs then x is in S and (S or T). So x is in the rhs.
If x is in the rhs, x is in S and so x is in (S or T). So x is in S and (S or T), so x is in the lhs.

Thus the lhs is a subset of the rhs and the rhs a subset of the lhs, so the two sets are equal.
 
Thanks guys -- that got me on the right track.
 
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