Is De Morgan's Law Always True?

  • Context: Undergrad 
  • Thread starter Thread starter johncena
  • Start date Start date
  • Tags Tags
    Laws
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
2 replies · 3K views
johncena
Messages
131
Reaction score
1
In my textbook, the proof for demorgan's law,
(AintersectionB)* = A*unionB*
[*=complement]
starts with,saying that for all x belongs to (AintersectionB)* , x is not a member of AunionB.
But how can we say that, for example,
if A = {1,2,3} and B = (2,3,4,5} and U = {1,2,3,4,5}
(AintersectionB)^ = {1,4,5}
and AunionB = {1,2,3,4,5}
here all x which belongs to (AintersectionB)* are members of the set AunionB.
 
Physics news on Phys.org
johncena said:
In my textbook, the proof for demorgan's law,
(AintersectionB)* = A*unionB*
[*=complement]
starts with,saying that for all x belongs to (AintersectionB)* , x is not a member of AunionB.

Are you sure it doesn't say

[tex] x \in (A \cap B)^C \Rightarrow x \not \in A \cap B[/tex]

because if it is written as you say, it isn't correct and must be a typographical error.
 
de morgan's law says: Ac U Bc = (A [tex]\cap[/tex] B)c

taking your examples:
if A = {1,2,3} and B = {2,3,4,5} and U = {1,2,3,4,5}

Ac = {4,5}
Bc = {1}

Ac U Bc = {1,4,5}
(A [tex]\cap[/tex] B)={2,3}
(A [tex]\cap[/tex] B)c={1,4,5}

Now to show that de morgan's crule is true in general,
First assume x [tex]\in[/tex] Ac U Bc then show x [tex]\in[/tex](A [tex]\cap[/tex] B)c

Then assume x [tex]\in[/tex](A [tex]\cap[/tex] B)cthen show x [tex]\in[/tex] Ac U Bc