1. Suppose we want to show A = B. If we show A ⊆ B, then every element of A is also in B, but there is still a possibility that B could have some elements that are not in A, so we can’t conclude A = B. But if in addition we also show B ⊆ A, then B can’t contain anything that is not in A, so A = B
2. Prove DeMorgan’s Law #1 Complement of the Union Equals the Intersection of the Complements
Let P = (A U B)' and Q = A' ∩ B' Let x be an arbitrary element of P then x ∈ P ⇒ x ∈ (A U B)' ⇒ x ∉ (A U B) ⇒ x ∉ A and x ∉ B ⇒ x ∈ A' and x ∈ B' ⇒ x ∈ A' ∩ B' ⇒ x ∈ Q
Prove DeMorgan’s Law #2 Complement of the Intersection Equals the Union of the Complements Let P = (A ∩ B)' and Q = A' U B' Let x be an arbitrary element of P then x ∈ P ⇒ x ∈ (A ∩ B)' ⇒ x ∉ (A ∩ B) ⇒ x ∉ A or x ∉ B ⇒ x ∈ A' or x ∈ B' ⇒ x ∈ A' U B' ⇒ x ∈ Q
3. Using the Indirect Method
If we assume the conclusion is false and we obtain a contradiction --- then the theorem must be true.
To prove that this cannot occur, let x∈A∩C.
But this contradicts the second premise. Hence, the theorem is proven.
Comments
Leave a comment