Prove relationship between sets

  • Context:
  • Thread starter Thread starter biocamme
  • Start date Start date
  • Tags Tags
    Relationship Sets
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
biocamme
Messages
1
Reaction score
0
For any two sets A and B prove:

(A∪B)^c=A^c∩B^c
(A∩B)^c=A^c∪B^c
 
Physics news on Phys.org
Hello biocamme and welcome to MHB! :D

I've edited the title of your thread to be more descriptive of the problem at hand. Also, we ask that our users show their progress (work thus far or thoughts on how to begin) when posting questions. This way our helpers can see where you are stuck or may be going astray and will be able to post the best help possible without potentially making a suggestion which you have already tried, which would waste your time and that of the helper.

Can you post what you have done so far?

A brief description of the notation you are using may be helpful to some.
 
biocamme said:
For any two sets A and B prove:

(A∪B)^c=A^c∩B^c
(A∩B)^c=A^c∪B^c

By using Venn diagram?
 
[tex]\text{For any two sets }A\text{ and }B.\:\text{ prove: }\; \begin{array}{cc} (A \cup B)^c\:=\:A^c \cap B^c \\ (A \cap B)^c \:=\:A^c \cup B^c \end{array}[/tex]
By Venn diagrams? . Truth tables? . Other?

 
A standard method for proving two sets, X and Y, equal is to prove first that [tex]X\subseteq Y[/tex] and then that [tex]Y\subseteq X[/tex]. And to prove [tex]X\subseteq Y[/tex], start "if [tex]x\in X[/tex]" and then use the properties of X and Y to conclude [tex]x\in Y[/tex].

Here, if [tex]x\in (A\cup B)^c[/tex] x is not in [tex]A\cup B[/tex]. So x is not in A and x is not in B. Since x is not in [tex]A[/tex] then it is in [tex]A^c[/tex] . Since x is not in B, then it is in [tex]B^c[/tex] so x is in [tex]A^c\cap B^c[/tex]

Now, do the other way- if x is in [tex]A^c\cap B^c[/tex] then it is in both [tex]A^c[/tex] and [tex]B^c[/tex] so x is not in A and not in B. That is, x is not in [tex]A\cup B[/tex] so is in [tex](A\cup B)^c[/tex].