BrianMath
- 26
- 0
Homework Statement
If A, B, and C are subsets of the set S, show that
A^C \cup B^C = \left(A \cap B\right)^C
Homework Equations
A^C = \{x \in S: x \not \in A\}
A\cup B = \{x \in S:\; x \in A\; or\; x\in B\}
A\cap B = \{x \in S:\; x \in A\; and\; x\in B\}
The Attempt at a Solution
A^C \cup B^C = \{x\in S:\; x\not \in A\; or\; x \not \in B\}
\left(A \cap B\right)^C = \{x\in S:\; x \not \in \left(A\cap B)\right \}
Since \lnot A \lor \lnot B = \lnot \left(A \land B\right), we have that \{x\in S:\; x\not \in A\; or\; x \not \in B\} = \{x\in S:\; x \not \in \left(A\cap B)\right \}
\;\;\; \therefore A^C \cup B^C = \left(A \cap B\right)^C
Is it valid for me to relate the set operations to the analogous logic symbols to show that this is true? Such as, complement being the same as \lnot (not) or the union and intersection being the same as \lor (or) and \land (and), respectively?
I'm sorry if this is obvious. I'm teaching myself Analysis out of Maxwell Rosenlicht's "Introduction to Analysis" text, so I want to make sure I'm not making any false assumptions or developing a false intuition of set theory.