Proving De Morgan's Law: A' U B

  • Thread starter franz32
  • Start date
  • Tags
    Law
In summary: I think it depends on the font that your computer is currently using. I am currently using Xp and the font is Times New Roman. To produce the "or" symbol, type \vee to produce the "and" symbol, type \wedge. I don't know why, but when I use the "or" symbol, it comes out as "v" but when you post, it automatically converts to the proper symbol.
  • #1
franz32
133
0
I hope someone can help me prove one of De Morgan's Law:

(A intersection B)' = A' U B'
 
Physics news on Phys.org
  • #2
franz32 said:
I hope someone can help me prove one of De Morgan's Law:

(A intersection B)' = A' U B'
I can suggest a way to prove it, although I've never formally done any of this stuff so I don't know if this approach is "acceptable." Anyways, it's a proof by contradiction. Assume the equation were false. That would mean that there exists and element, x, such that it is not in (A' U B') but is in (A intersection B)'. Now, if it is not in (A' U B'), then it is not in A' and it is not in B' (if it were in either of those, it would be in A' U B'). So, if it is not in A', it is in A, and if it is not in B', it is in B. Therefore, this element, x, is in A and it is in B, so it is in (A intersection B). Therefore, it is not in (A intersection B)'. This contradicts, the assumption, therefore the equation must be right.
 
  • #3
franz32,

Draw truth tables for both expressions. The expressions are equivalent if and only if their truth tables are the same.
 
  • #4
S=A U B means, "Every element of S is either an element of A or an element of B (or of both)", and T=A ^ B means, "Every element of S is an element of both A and B".

We can write this using set builder notation:

A U B={x|xεA or xεB}

Take the complement:

(A U B)'={x|xεA or εB}'

Taking the complement of the statement on the RHS is the same as logically negating the "or" statement inside. Thus,

(A U B)'={x|~(xεA or xεB)}

Now apply DeMorgan's law for logical connectives to fit this to the definition of A'^B'. You can justify the use of DeMorgan's law for logic by using truth tables.
 
  • #5
Proposition: [itex](A \cap B)' \subseteq (A' \cup B')[/itex]

Proof: (by contradiction)
Assume: [itex](A \cap B)' \not\subseteq (A' \cup B')[/itex]
[itex]\therefore \exists x \mbox{ such that } x \in (A \cap B)',\ x \notin (A' \cup B')[/itex]
[itex][x \notin (A' \cup B')] \Longrightarrow (x \notin A' \wedge x \notin B')[/itex]
[itex]\Longrightarrow (x \in A \wedge x \in B)[/itex]
[itex]\Longrightarrow [x \in (A \cap B)][/itex]
[itex]\Longrightarrow [x \notin (A \cap B)'][/itex]
[itex]\oplus \mbox{ (contradiction)}[/itex]​
[itex]\therefore (A \cap B)' \subseteq (A' \cup B')\ \dots \ (1)[/itex]​
Proposition: [itex](A' \cup B') \subseteq (A \cap B)'[/itex]

Proof: (by contradiction)
Assume: [itex](A' \cup B') \not\subseteq (A \cap B)'[/itex]
[itex]\therefore \exists x \mbox{ such that } x \notin (A \cap B)',\ x \in (A' \cup B')[/itex]
[itex][x \notin (A \cap B)'] \Longrightarrow [x \in (A \cap B)][/itex]
[itex]\Longrightarrow (x \in A \wedge x \in B)[/itex]
[itex]\Longrightarrow [x \notin A' \wedge x \notin B')][/itex]
[itex]\Longrightarrow [x \notin (A' \cup B')][/itex]
[itex]\oplus \mbox{ (contradiction)}[/itex]​
[itex]\therefore (A' \cup B') \subseteq (A \cap B)'\ \dots \ (2)[/itex]​
By (1) and (2), [itex](A' \cup B') = (A \cap B)'[/itex]
 
Last edited:
  • #6
Oh.. I see

Well, thanks for all your helps. I got it. :biggrin:
 
  • #7
Draw a Venn Diagram.

It becomes painfully obvious.
 
  • #8
Gokul43201 said:
Draw a Venn Diagram.

It becomes painfully obvious.

Ha! The last time I responded to a request for help in proving a set-theroetic statement, I said the same thing. But the poster said it wasn't allowed, so I did it "the hard way" this time.

It's true though, franz32, you can show that both statements have the same Venn diagram, and are therefore equivalent.
 
  • #9
franz32 said:
I hope someone can help me prove one of De Morgan's Law:

(A intersection B)' = A' U B'

I haven't really looked at the LATEX stuff, so I'll have to do it with words.
Let x be in (A intersection B)'.
Then x is NOT in A intersection B
<=> x not in A AND x not in B (use logical connectors, negations, etc)
<=> x in A' OR x in B'
<=> x in A' U B'

That's one of them, hope it makes sense... you do the other one. (it's exactly the same) :smile:
 
  • #10
doing a truth table would be difficult, but a venn diagram would be the least painful way. i know you have the answer but still for further problems like this, venn is the way to go.
 
  • #11
1+1=1 said:
doing a truth table would be difficult,

It's no more difficult than the Venn diagram. Once you reduce DeMorgan's law for sets to DeMorgan's law for logic, all you have to do is show that ~(p and q) has the same truth table as (~p or ~q).

~(p and q)
Since (p and q) is true only when (p,q)=(T,T), the negation is false only when (p,q)=(T,T).

(~p or ~q)
Since (p or q) is only false when (p,q)=(F,F), the statement (~p or ~q) is false only when (p,q)=(T,T).

Since the two statements have the exact same truth table, they are equivalent.
 
  • #12
hello

can some one Plz explain to me my task:

Prove De Morgan Law with the appropriate explanation were p and q are sentence meaning (proposition)

~(p ^ ( it s OR i dnt knw how to type on comuter) ---(if) (~p) ^ (~q)

and which font should i use so that i can type the symbols and if some one will prove it i will be glad
 
  • #13
jonsina said:
which font should i use so that i can type the symbols
The best way is to use LaTeX. Click the quote button in post #5 to see how AKG did it. (tex tags will produce slightly larger output than itex tags). You will like the LaTeX codes \lnot,\lor and \land. There are lots of lists of LaTeX symbols online that you can find using Google. I also recommend that you use the preview button to check that everything looks OK before you submit your post.
 
  • #15
Not to sidetrack the thread, but when did DeMorgan's Theorem become DeMorgan's Law ? I had never heard it called that but when I googled it, I got about 59,000 hits for law, 49,000 for theorem. I don't think when I learned it about 50 years ago it was every called anything but DeMorgan's Theorem.
 

1. What is De Morgan's Law?

De Morgan's Law is a set of two logical equivalences that describe the relationship between two statements connected by the logical operators "and" and "or". It states that the negation of a conjunction (and statement) is logically equivalent to the disjunction (or statement) of the negations of the individual statements.

2. Who discovered De Morgan's Law?

Augustus De Morgan, a British mathematician, discovered De Morgan's Law in the 19th century. He was also a logician and made significant contributions to the fields of mathematics and philosophy.

3. Why is De Morgan's Law important?

De Morgan's Law is important in logic and mathematics because it allows us to simplify complex logical statements and proofs. It also helps us understand the relationship between negations, conjunctions, and disjunctions.

4. How can De Morgan's Law be applied in real life?

De Morgan's Law can be applied in various real-life situations, such as in computer programming, where it is used to simplify and optimize code. It can also be used in problem-solving and decision-making by breaking down complex statements into simpler, equivalent forms.

5. Can De Morgan's Law be extended to more than two statements?

Yes, De Morgan's Law can be extended to any number of statements connected by "and" and "or" operators. It follows the same concept of negating the entire statement and switching the logical operator. For example, the negation of the statement "A or B or C" would be "not A and not B and not C".

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
11
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
8
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
9
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
749
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
177
  • Set Theory, Logic, Probability, Statistics
Replies
15
Views
4K
Back
Top