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

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 1K views
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
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 [itex]x\in A[/itex]. You want to show that [itex]x \in B[/itex]. All you know is that [itex]A \cap C \in B \cap C[/itex].

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
[tex]A = \{ 1, 3 \}[/tex]
[tex]B = \{ 1, 2, 4 \}[/tex]
[tex]C = \{ 1, 2 \}[/tex]