Proving Set Theory: A U B=(A-B) U (B-A)U (A∩B) | Homework Help"

Click For Summary

Homework Help Overview

The discussion revolves around proving a set theory identity involving the union and intersection of sets A and B. The original poster seeks to demonstrate that A U B equals (A-B) U (B-A) U (A∩B).

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the forward and reverse directions of the proof, considering cases based on the membership of an element x in sets A and B. Some participants question the validity of certain assumptions and definitions related to subsets and set operations.

Discussion Status

There is an ongoing examination of the proof's structure, with some participants providing feedback on the original poster's reasoning. Suggestions for clarifying cases and definitions have been made, indicating a productive exploration of the topic.

Contextual Notes

Participants express uncertainty about the definitions and logical implications of set operations, particularly in relation to subsets and complements. There is also mention of the original poster's introductory level in the subject matter.

bonfire09
Messages
247
Reaction score
0

Homework Statement


Let A and B be sets. Prove that A U B=(A-B) U (B-A)U (A∩B)

Homework Equations


The Attempt at a Solution


If I want to prove the foward direction: A U B⊆(A-B) U (B-A)U (A∩B) then
from my understanding I know that xεA or xεB. And I can assume wolog that xεA. But since I assume that x is an element from A, its already equal to (A-B) U (B-A)U (A∩B)? Since xεA and x is not an element of B or xεb and not an element of A or x is both an element of A and B? is that all i have to show for the foward direction?
 
Last edited:
Physics news on Phys.org
ok i was thinking this for a while. Let's take two sets A={1,2,3,4,5} and {3,4,5,6,7}
so I can divide this proof into 3 cases:
case 1: xεA
case 2: xεB
case 3: xεA and xεB.

am i right?
 
bonfire09 said:
ok i was thinking this for a while. Let's take two sets A={1,2,3,4,5} and {3,4,5,6,7}
so I can divide this proof into 3 cases:
case 1: xεA
case 2: xεB
case 3: xεA and xεB.

am i right?

Im not sure what you've covered so far. Do you know the logical definition of a subset?
 
Foward Direction:A U B⊆(A-B) U (B-A)U (A∩B)
Case 1: xεA
Since xεA then xε(A-B). xε(A-B) means that xεA and x is not an element of B.
Case 2: xεB
Since xεB then xε(B-A) which means that xεB and x is not an element of A.
Case 3:xεA and xεB
Since xεA and xεB then xε(A∩B) means that xεA and xεB.
Hence A U B⊆(A-B) U (B-A)U (A∩B).

Reverse direction
(A-B) U (B-A) U (A∩B)⊆A U B
Background: I have to show that xε(A-B) or xε(B-A) or xε(A∩B) is a subset of A U B.

Case 1:xε(A-B)
Since xε(A-B) then this means that xεA and x is not a element of B. Which means that xε(AUB). xε(AUB) means that xεA or xεB. Hence (A-B)⊆A U B.

Case 2: xε(B-A)
Since xε(A-B) then this means that xεB and x is not an element of A. Hence xε(AUB) which is similar as the above case. Hence (B-A)⊆A U B.

Case 3: xε(A∩B)
Since xε(A∩B) which implies that xεA and xεB. This means that xε(AUB). Since xεA or xεB or both xεA and xεB. Hence (A∩B)⊆A U B.
Therefore (A-B) U (B-A) U (A∩B)⊆A U B
Im not entirely sure if this proof is right. It seems verbose but then again I am taking an introduction class.
 
Last edited:
Not quite. Let me go through what you did.


Case 1: xεA

"Since xεA then xε(A-B)" (This is not true consider x in both A and B. Then x won't be in A-B but it is in A). xε(A-B) means that xεA and x is not an element of B.
Case 2: xεB
"Since xεB then xε(B-A)" (Again this is not true) which means that xεB and x is not an element of A.
Case 3:xεA and xεB
Since xεA and xεB then xε(A∩B) "means that xεA and xεB (redundant)".
Hence A U B⊆(A-B) U (B-A)U (A∩B).

Reverse direction
(A-B) U (B-A) U (A∩B)⊆A U B
Background: I have to show that xε(A-B) or xε(B-A) or xε(A∩B) is a subset of A U B.

Case 1:xε(A-B)
Since xε(A-B) then this means that xεA "and x is not a element of B (useless info)". Which means that xε(AUB). xε(AUB) "means that xεA or xεB (This step should be before you say x is in AUB). Hence (A-B)⊆A U B.

Case 2: xε(B-A)
Since xε(A-B) then this means that xεB "and x is not an element of A (useless info)". Hence xε(AUB) which is similar as the above case. Hence (B-A)⊆A U B.

Case 3: xε(A∩B)
Since xε(A∩B) which implies that xεA and xεB. This means that xε(AUB). Since xεA or xεB or both xεA and xεB (this step should be before concluding xε(AUB)) . Hence (A∩B)⊆A U B.
Therefore (A-B) U (B-A) U (A∩B)⊆A U B
Im not entirely sure if this proof is right. It seems verbose but then again I am taking an

The first direction needs more work. The second just needs a little fix. The first direction is harder and it might require showing that A = (A-B)U(A∩B). Also, I'm not sure if your class covered this but, xε(A-B) <=> xε(A∩B^{c}) (B^{c}) is the complement of B)
 
since the definition of AUB is xεA or xεB then I thought that x could be in either set A or set B or both. That was the reason behind my three cases. Oh maybe I should have written it like this for the foward direction

Case 1: xεA and x is not element of B
Case 2: xεA and xεB
Case 3: xεB and x is not an element of A but that is the same as case 1.
 
bonfire09 said:
since the definition of AUB is xεA or xεB then I thought that x could be in either set A or set B or both. That was the reason behind my three cases. Oh maybe I should have written it like this for the foward direction

Case 1: xεA and x is not element of B
Case 2: xεA and xεB
Case 3: xεB and x is not an element of A but that is the same as case 1.

I'm not sure what you are trying to justify.
Here is the definition of a subset:
A\subsetB \Leftrightarrow for any x, x \inA \Rightarrow x \inB
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 16 ·
Replies
16
Views
5K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K