| Thread Closed |
Proving Sets Intersections/Unions |
Share Thread | Thread Tools |
| Jul23-09, 12:17 AM | #1 |
|
|
Proving Sets Intersections/Unions
1. The problem statement, all variables and given/known data
Let A,B,C be sets. (a) Show that: [tex]A \cup B = (A\B)\cup(B\A)\cup(A \cap B)[/tex] (b) Show that: [tex]A \times (B\C) = (A \times B) \ (A \times C)[/tex] 2. Relevant equations 3. The attempt at a solution For part (a) I need to prove the definition of a union. I think in order to prove that both sides of [tex]A \cup B = (A\B)\cup(B\A)\cup(A \cap B)[/tex] are equal each other I must show that: [tex]A \cup B \subseteq (A\B)\cup(B\A)\cup(A \cap B)[/tex] and [tex]A \cup B \supseteq (A\B)\cup(B\A)\cup(A \cap B)[/tex] I'm stuck here and don't know how to prove that the two are subsets of one another. Can anyone help me please? |
| PhysOrg.com |
science news on PhysOrg.com >> Hong Kong launches first electric taxis >> Morocco to harness the wind in energy hunt >> Galaxy's Ring of Fire |
| Jul23-09, 12:32 AM | #2 |
|
|
I checked your latex and it looks like some of it didn't come out (you had some A\B's that only came out as A's that probably were intended to be set subtraction).
The basic idea is to show that if x is an element of one side, x is an element of the other side. For example, if the question is show [itex] A = (A-B)\cup B[/itex] if B is a subset of A, then I would do: Suppose x is contained in A. Then either x is an element of B, or x is not. If x is an element of B, x is contained in [itex](A-B)\cup B[/itex] by definition of union. If x is not an element of B, then x is in A-B and hence in [itex](A-B)\cup B[/itex]. In either case, x is an element of [itex](A-B)\cup B[/itex] Now, suppose x is in [itex](A-B)\cup B[/itex]. Then either x is in A-B or x is in B. If x is in A-B, then x is in A necessarily. If x is contained in B, then as B is a subset of A, x is contained in A. In either case, x is an element of A Hence x is contained in A if and only if x is contained in [itex](A-B)\cup B[/itex] assuming B is a subset of A Try using logic like that for your problem |
| Jul23-09, 03:50 AM | #3 |
|
|
I'm sorry, I don't know why the latex code didn't work, I will use the "-" sign instead of the "\" in my posts. Anyway here's the question:
![]() So for the first one: Suppose [tex]x \in A \cup B[/tex], then [tex]x \in A[/tex] or [tex]x \in B[/tex] or [tex]x \in A[/tex] and [tex]x \in B[/tex], thus [tex]x \in (A-B) \cup (B-A) \cup (A \cap B)[/tex] and hence: [tex]A \cup B \subseteq (A-B) \cup (B-A) \cup (A \cap B)[/tex] Conversely, suppose [tex]x \in (A-B) \cup (B-A) \cup (A \cap B)[/tex], then [tex]x \in A[/tex] or [tex]x \in B[/tex] or [tex]x \in A[/tex] and [tex]x \in B[/tex], so by the definition of union [tex]x \in A\cup B[/tex]. [tex](A-B) \cup (B-A) \cup (A \cap B) \subseteq A \cup B[/tex] Is this proof correct? |
| Jul23-09, 06:26 AM | #4 |
|
|
Proving Sets Intersections/Unions
You shouldn't just jump form "if [itex]x\in A\cup B[/itex]" to "hence". Show more detail.
If x is in [itex]A\cup B[/itex], the x is in A or in B (or both). If x is in A and NOT B then x is in [itex]A- B[/itex]. If x is B but NOT A, then [itex]B- A[/itex]. If x is in both A and B, then x is in [itex]A\cap B[/itex]. In any case x is in [itex](A-B)\cup(B-A)\cup(A\cap B)[/itex]. |
| Jul26-09, 12:57 AM | #5 |
|
|
OK here's what I've done for the second one:
[tex]A \times (B-C) = (A \times B) - (A \times C)[/tex] Suppose [tex]x \in A \times (B-C)[/tex], it means that x belongs to [tex]A \times B[/tex] but not [tex]A \times C[/tex] (is this the explanation that is required?) So [tex]x \in (A \times B) - (A \times C)[/tex] [tex]\Rightarrow A \times (B-C) \subseteq (A \times B) - (A \times C)[/tex] Now suppose that x is in [tex](A \times B) - (A \times C)[/tex], that means [tex]x \in (A \times B)[/tex], [tex]x \notin (A \times C)[/tex] (is this sufficient?) therefore: [tex]x \in A \times (B-C)[/tex] [tex](A \times B) - (A \times C) \subseteq A \times (B-C) [/tex] So is it correct? |
| Jul26-09, 01:53 AM | #6 |
|
|
I would demonstrate that if x is in Ax(B-C) then x is in AxB but not in AxC, since that basically is what the question is asking
|
| Jul26-09, 04:09 AM | #7 |
|
|
And if [tex]x \in (A \times B) - (A \times C)[/tex] then [tex]x \in (A \times B)[/tex] but [tex]x \notin A \times C[/tex] which means [tex]x \in A \times (B-C)[/tex].
|
| Jul26-09, 04:51 AM | #8 |
|
|
Let [itex](x,y)\in A\times (B-C)[/itex] [itex]x\in A[/itex], and [itex]y\in B[/itex] and [itex]y\not\in C[/itex] [itex]x\in A[/itex] and [itex]y\in B[/itex], and [itex]x\in A[/itex] and [itex]y\not\in C[/itex] [itex](x,y)\in A\times B[/itex] and [itex](x,y)\not\in A\times C[/itex] [itex](x,y)\in (A\times B) - (A\times C)[/itex] Therefore, [itex] A\times(B-C)\subseteq (A\times B) - (A\times C)[/itex] Here I'm letting (x,y) be in the cross product, as a point in a cross product of two sets is an ordered pair of two points. For me, that clears things up a bit, as you are directly using the definition of each set function: the cross product and set minus. Now can you do the same for the other direction? For these set theory proofs, I think it is good to overkill them by including every single step so as to not make any leaps, which can often lead to mistakes. Although, it looks like you are doing okay, just include more steps. |
| Jul26-09, 10:30 PM | #9 |
|
|
Suppose [tex](x,y) \in (A \times B) - (A \times C)[/tex] [tex]x \in A[/tex], and [tex]y \in B[/tex], [tex]x \notin A[/tex] [tex]y \notin C[/tex] So, [tex]x \in A[/tex], and [tex]y \in B[/tex], & [tex]y \notin C[/tex] [tex](x,y) \in A \times (B-C)[/tex] Hence: [tex](A\times B) - (A\times C) \subseteq A\times(B-C)[/tex] Does this show enough detail/steps? |
| Jul26-09, 11:54 PM | #10 |
|
|
For a point [itex](a,c)\not\in A\times C[/itex], then [itex]a\not\in A[/itex] or [itex]c\not\in C[/itex]. So if [itex](x,y)\in(A\times B)-(A\times C)[/itex], then [itex](x,y)\in A\times B[/itex] and [itex](x,y)\not\in A\times C[/itex]. Then [itex]x\in A[/itex] and [itex]y\in B[/itex], and [itex]x\not\in A[/itex] or [itex]y\not\in C[/itex]. But we know that x is in A from the first part, so y must not be in C. So then [itex]x\in A[/itex] and [itex]y\in B[/itex], and [itex]x\in A[/itex] and [itex]y\not\in C[/itex]. Then [itex]x\in A[/itex], and [itex]y\in B[/itex] and [itex]y\not\in C[/itex]. Then [itex]x\in A[/itex], and [itex]y\in B-C[/itex]. Thus [itex](x,y)\in A \times (B-C)[/itex]. Therefore, [itex](A\times B)-(A\times C)\subseteq A\times (B-C)[/itex]. By the way, I said cross product in my previous post, but I meant Cartesian product. Make sure you go through all my steps in both posts so that you understand. For these proofs, you have to very explicit with your "ands" and "ors", as well as with where your points are at. Hope this helps. |
| Jul27-09, 02:38 AM | #11 |
|
|
Thanks very much your post was very helpful.
|
| Thread Closed |
| Thread Tools | |
Similar Threads for: Proving Sets Intersections/Unions
|
||||
| Thread | Forum | Replies | ||
| What am I doing wrong on this simple cardinality of unions/intersections problem? | General Math | 5 | ||
| preserves inclusions, unions intersections... | Differential Geometry | 0 | ||
| probability of unions/intersections | Set Theory, Logic, Probability, Statistics | 4 | ||
| Unions and Intersections | Set Theory, Logic, Probability, Statistics | 15 | ||
| Functions, intersections, and unions | Introductory Physics Homework | 3 | ||