Cyborg31 said:
Homework Statement
1. Provide a counterexample to the following conjecture:
For sets [tex]A, B,[/tex] [tex]C \subseteq U[/tex] if A is a subset of B but B is not a subset of C, then A is not a subset of C
2. [tex](A\cap B) \cup C = (A \cap (B \cup C))[/tex] if and only if [tex]C \subseteq A[/tex]
3. Prove [tex](A - B) - C = (A - C) - (B - C)[/tex]
Homework Equations
The Attempt at a Solution
1. Would it work if I say "If [tex]\bar{A}\notin U[/tex] then [tex]A\subseteq U[/tex] and thus [tex]A \subseteq C[/tex]" ?
Actually, that makes no sense at all. You are given that U is the universal set so both A and [itex]\bar{A}[/itex] are
subsets of U. That has nothing to do with [itex]\bar{A}[/itex] being a
member of U. In any case, you are only asked to give a
counterexample. Suppose B= {a,b,c,d,e,f}, C= {d,e,f,g, i, j}. Can you find A that
is a both a subset of B and a subset of C?
Well, I'll give you a start. (2) says, "[tex](A\cap B) \cup C = (A \cap (B \cup C))[/tex] if and only if [tex]C \subseteq A[/tex]
That is an "if and only if" statement so you need to prove 2 things:
a) If [tex](A\cap B) \cup C = (A \cap (B \cup C))[/tex] then [tex]C \subseteq A[/tex]
b) If [tex]C \subseteq A[/tex] then (A\cap B) \cup C = (A \cap (B \cup C))[/tex]
and the standard way to prove "[itex]A= B[/itex]" is to say "If [itex]a\in A[/itex]" and show that [itex]a\in B[/itex]. That is, assuming that a satisfies whatever conditions define A, show that it must satisfy whatever conditions satisfy B.
To show [tex]C \subseteq A[/tex], start by saying "if [itex]x \in C[/itex] and use the fact that [tex]](A\cap B) \cup C = (A \cap (B \cup C))[/tex] to show [itex]x \in A[/itex].
To show [tex]A \subseteq C[/tex], start by saying "if [itex]x \in A[/itex] and use the fact that [tex]](A\cap B) \cup C = (A \cap (B \cup C))[/tex] to show [itex]x \in C[/itex].
Then do it the other way around.
3. [tex](A \cap \bar{B}) \cap \bar{C} = (A \cap \bar{C}) - (B \cap \bar{C})[/tex]
[tex](A \cap \bar{B}) \cap \bar{C} = (A \cap \bar{C}) \cap \bar{(B \cap \bar{C})}[/tex]
[tex](A \cap \bar{C}) \cap (\bar{B} \cap \bar{C}) = (A \cap \bar{C}) \cap \bar{(B \cap \bar{C})}[/tex]
I'm not sure if this is right though. Can't figure out the rest of this part.
Same thing.
Don't write set operations like that. Start by saying "if [tex]x \in (A- B)- C[/tex] and then show that [tex]x \in (A- C)- (B- C)[/itex]. Using the definitions of those set operations, of course.[/tex]