Is A Contained in B Equivalent to A Intersecting B Equals A?

  • Thread starter Thread starter mbcsantin
  • Start date Start date
  • Tags Tags
    Set Theorem
mbcsantin
Messages
16
Reaction score
0

Homework Statement



Prove A contained B iff A n B = A

Homework Equations



none

The Attempt at a Solution



I tried to do the questions but I am just not sure if i did it right. id appreciate if you can check my work and let me know what changes i have to make. thanks

the symbol "n" means "intersect"
U for Union


(=>) Assume A contained B

Let x is an element of A, since A n A = A, x is an element of A and x is an element of B

Case 1: x is an element of A: Since A contained B, x is an element of B so
x is an element of A n B

Case 2: x is an element of B: If x is an element of B then
x is an element of (A n B)

Hence x is an element of A n B

This shows A contained A n B

(<=) Assume A n B = A then

A’=A’UA
= A’ U (A n B)
=(A’UA) n (A’U B)
= empty set n A’ U B
= A’ U B

Hence
Universe = A’ U B
 
Physics news on Phys.org
mbcsantin said:
Let x is an element of A, since A n A = A, x is an element of A and x is an element of B
You don't need the "since A n A = A" part.

Case 1: x is an element of A: Since A contained B, x is an element of B so
x is an element of A n B

Case 2: x is an element of B: If x is an element of B then
x is an element of (A n B)

Hence x is an element of A n B

This shows A contained A n B
You don't need cases here. You want to show that A n B = A: Do this by first showing that A n B is a subset of A and then showing that A is a subset of A n B. (Do you see why this implies A n B = A?)

(<=) Assume A n B = A then

A’=A’UA
= A’ U (A n B)
=(A’UA) n (A’U B)
= empty set n A’ U B
= A’ U B

Hence
Universe = A’ U B
What is A' exactly? Also, you state that A’=A’UA but then you have that A’=A’UA is the empty set. Surely there is something wrong here. You just need to show that A is a subset of B. Do this by picking a random member of A and show that it also belongs to B.
 
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