Discrete Math Problem: Proving Subset Relationships in Sets A, B, and C

sportlover36
Messages
24
Reaction score
0
One of my homework problems says is this true or false and prove your answer:

For all sets A, B, C if A n C is a subset of B n C then A is a subset of B.

I believe the answer is true but i have no idea please help!
 
Physics news on Phys.org
What are the definitions of subset and intersection?
 
If A is a subset of B that means that if there is an element x in A then x is also an elemnt of B. And A n B means x is an element of A and B
 
Good! So assume x\in A. You want to show that x \in B. All you know is that A \cap C \in B \cap C.

If you run into problems proving it, you may realize the problem is there because it's a counterexample of what you're trying to prove.
 
Consider
A = \{ 1, 3 \}
B = \{ 1, 2, 4 \}
C = \{ 1, 2 \}
 
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