Understanding Proofs Involving Subsets

In summary: B12 = {(x, y) : x is in (B1 U B2) and y is in Y}And you want to know if fB12 = (fB1 U fB2). Is that right?Yes, this is correct.
  • #1
laminatedevildoll
211
0
Hi, I am having trouble with these proofs; I don't know if I am doing these right. I'd appreciate some help. Thank you.

If X---> y is a map, then let B1, B2, B [tex]\subseteq[/tex] X.

i. f(B1 U B2) = f(B1) U f(B2)

To prove this I have:
f(B1 U B2)=f(B1) U f(B2)
Since B1 U B2 [tex]\subseteq[/tex] B1, we find that f(B1 U B2) [tex]\subseteq[/tex] f(B1) by this rule B1 [tex]\subseteq[/tex] B2 implies that f(B1) U f(B2).
Simarlarly, f(B1 U B2) [tex]\subseteq[/tex] f(B2). Hence f(B1 U B2) [tex]\subseteq[/tex] f(B1) U f(B2).
We have to assume that f is one to one, and y [tex]\in[/tex] f(B1) U f(B2) . So there are elements x1 [tex]\in[/tex] B1 and x2 [tex]\in[/tex] B2 with y=f(x1) and y=f(x2). Since f is one=to one, we conclude that x1=x2 [tex]\in[/tex] B1 U B2. Hence y [tex]\in[/tex] f(B1) U f(B2)
Assume equality holds for all choices of B1 and B2, and that f(x1)=f(x2). To show that x1=x2. Let B1={x1} and B2={x2}

f(B1) = {f(x1)}
= {f(x2)}
= f(B2)
Therefore,
f(B1 U B2) = f(B1) U f(B2) = {f(x1)} is not equal to the empty set
B1 U B2 is not equal to the empty set because x1=x2

ii.
B [tex]\subseteq[/tex] f^-1(f(B))
assume that f is one-to-one y [tex]\in[/tex] f^-1(f(B))
so there are elements x [tex]\in[/tex] B with y = f^-1(f(x)) implies that y [tex]\in[/tex] x
f is one to one, x [tex]\in[/tex] B, hence y [tex]\in[/tex] B.

iii.
f(X\B) [tex]\subseteq[/tex] Y\f(B) holds for all subsets B [tex]\subseteq[/tex] X if and only if f is one-to-one.

y [tex]\in[/tex] (Y\f(B) implies that y [tex]\in[/tex] Y and y [tex]\notin[/tex] f(B)
x [tex]\in[/tex] (X\f(B) implies that x [tex]\in[/tex] Y or f(x) and y [tex]\notin[/tex] f(B)
Therefore, x [tex]\in[/tex] f(x) and not in f(B) for all subsets B [tex]\subseteq[/tex] X. Thereore f(x) [tex]\subseteq[/tex] y
 
Last edited:
Physics news on Phys.org
  • #2
i think your missing stuff for us to help you
[]B1 U B2 subset B1 how did you get this relationship?
[]assume 1-1, is this part fo the question?
 
  • #3
neurocomp2003 said:
i think your missing stuff for us to help you
[]B1 U B2 subset B1 how did you get this relationship?
[]assume 1-1, is this part fo the question?

I added more stuff to the first one. Yes, we have to prove it and show that it is one-to-one. Thank you.
 
  • #4
"If X---> y is a map"

What is the definition of "map"?

"B1 U B2 [tex]\subseteq[/tex] B1"?
Unless B2[tex]\subseteq[/tex] B1 itself, that just isn't true.
 
  • #5
Well, we were given that B1 is subset of B2 implies that f(B1) U f(B2) as a rule. Our teacher actually proved the intersection of the same rule that way, so I was wondering if the same thing applies to the union.
 
Last edited:
  • #6
Your notation always confuses me a bit.
i) Let f be a map from X to Y, and let B1 and B2 be subsets of X. f is a set of pairs (x, y) such that x is in X and y is in Y (with the uniqueness requirement, of course). You want to restrict f to B1, B2, and their union. So you have the following sets:
fB1 = {(x, y) : x is in B1 and y is in Y}
fB2 = {(x, y) : x is in B2 and y is in Y}
fB12 = {(x, y) : x is in (B1 U B2) and y is in Y}
And you want to know if fB12 = (fB1 U fB2). Is that right?
If you don't like working from axioms, you might want to try an example and see if you can find what's at work. For simplicity, say f just maps everything to the same member of Y, say to 1. Let B1 = {1, 2} and B2 = {2, 3, 4}. Then (B1 U B2) = {1, 2, 3, 4}. fB1 = {(1, 1), (2, 1)}. What are the others? Just a suggestion.
 
  • #7
You can usually do these proofs by showing one is an element of the first then it is an element of the other. (Going both ways if you have equalities).

[tex]f(x)\in f(A \cup B) \iff x\in A\cup B \iff ... \iff x\in f(A) \cup f(B)[/tex]

Fill in the rest.
 
  • #8
Shouldn't that be, at the last there, [tex]f(x)\in f(A) \cup f(B)[/tex] instead of just x?
 
  • #9
honestrosewater said:
Your notation always confuses me a bit.
i) Let f be a map from X to Y, and let B1 and B2 be subsets of X. f is a set of pairs (x, y) such that x is in X and y is in Y (with the uniqueness requirement, of course). You want to restrict f to B1, B2, and their union. So you have the following sets:
fB1 = {(x, y) : x is in B1 and y is in Y}
fB2 = {(x, y) : x is in B2 and y is in Y}
fB12 = {(x, y) : x is in (B1 U B2) and y is in Y}
And you want to know if fB12 = (fB1 U fB2). Is that right?
If you don't like working from axioms, you might want to try an example and see if you can find what's at work. For simplicity, say f just maps everything to the same member of Y, say to 1. Let B1 = {1, 2} and B2 = {2, 3, 4}. Then (B1 U B2) = {1, 2, 3, 4}. fB1 = {(1, 1), (2, 1)}. What are the others? Just a suggestion.

The other one from fB1 might be (2,2)
The others from fB2 = {(2,2), (2,3), (2,4), (3,3), (4,4)}
 
  • #10
laminatedevildoll said:
The other one from fB1 might be (2,2)
The others from fB2 = {(2,2), (2,3), (2,4), (3,3), (4,4)}
No, but I'm not sure where you're going wrong. (I'll put the domain on the bottom to keep track.) fX is a map from X to Y. Let X = {1, 2, 3, 4, 5} and Y = {1}. So fX maps 1 to 1, 2 to 1, 3 to 1, etc. Let's lay everything out:
X = {1, 2, 3, 4, 5}
Y = {1}
fX = {(1, 1), (2, 1), (3, 1), (4, 1), (5, 1)}
B1 = {1, 2}
B2 = {2, 3, 4}
(B1 U B2) = {1, 2, 3, 4}
fB1 = {(x, y) : x is in B1 and (x, y) is in fX}
For fB1, you just want to change the domain of fX to B1. The members of fX don't change. But because B1 does not contain all the members of X, fB1 will not contain all the members of fX - you've restricted the domain. IOW, because B1 is a proper subset of X, fB1 is a proper subset of fX. B1 contains 1 and 2. So find the pairs in fX whose first terms are 1 and 2. Those pairs are (1, 1) and (2, 1). So
fB1 = {(1, 1), (2, 1)}
Now just do the same for fB2, and fB12.
fB2 = {(x, y) : x is in B2 and (x, y) is in fX}
fB12 = {(x, y) : x is in (B1 U B2) and (x, y) is in fX}
 
Last edited:
  • #11
honestrosewater said:
Now just do the same for fB2, and fB12.
fB2 = {(x, y) : x is in B2 and (x, y) is in fX}
fB12 = {(x, y) : x is in (B1 U B2) and (x, y) is in fX}
fB2 = {(3,1) (4,1)}
fB12 = {(1, 1), (2, 1), (3,1), (4,1)}
 
  • #12
laminatedevildoll said:
fB2 = {(3,1) (4,1)}
fB12 = {(1, 1), (2, 1), (3,1), (4,1)}
Sort of- you forgot the 2 in B2.
fB1 = {(1, 1), (2, 1)}
fB2 = {(2, 1), (3, 1), (4, 1)}
fB12 = {(1, 1), (2, 1), (3, 1), (4, 1)}
So does fB12 = fB1 U fB2? What is fB1 U fB2?
Can you see how this works and try what Galileo suggested? If (x, y) is in fB12, does this mean x is in (B1 U B2)? Look at the definitions.
Prove the rest:

[tex](x, y) \in f_{B12} \Leftrightarrow x \in B1 \ \cup \ B2 \Leftrightarrow [x \in B1 \ \vee \ x \in B2] \Leftrightarrow [(x, y) \in f_{B1} \ \vee \ (x, y) \in f_{B2}] \Leftrightarrow (x, y) \in f_{B1} \ \cup \ f_{B2}[/tex]

("[itex]\vee[/itex]" means "or" BTW) You may (should) already know

[tex]x \in B1 \ \cup \ B2 \Leftrightarrow [x \in B1 \ \vee \ x \in B2][/tex] and [tex][(x, y) \in f_{B1} \ \vee \ (x, y) \in f_{B2}] \Leftrightarrow (x, y) \in f_{B1} \ \cup \ f_{B2}[/tex]

They are just instances of the definition of union.
 
Last edited:
  • #13
honestrosewater said:
Sort of- you forgot the 2 in B2.
fB1 = {(1, 1), (2, 1)}
fB2 = {(2, 1), (3, 1), (4, 1)}
fB12 = {(1, 1), (2, 1), (3, 1), (4, 1)}
So does fB12 = fB1 U fB2? What is fB1 U fB2?
Can you see how this works and try what Galileo suggested? If (x, y) is in fB12, does this mean x is in (B1 U B2)? Look at the definitions.
Prove the rest:

[tex](x, y) \in f_{B12} \Leftrightarrow x \in B1 \ \cup \ B2 \Leftrightarrow [x \in B1 \ \vee \ x \in B2] \Leftrightarrow [(x, y) \in f_{B1} \ \vee \ (x, y) \in f_{B2}] \Leftrightarrow (x, y) \in f_{B1} \ \cup \ f_{B2}[/tex]

("[itex]\vee[/itex]" means "or" BTW) You may (should) already know

[tex]x \in B1 \ \cup \ B2 \Leftrightarrow [x \in B1 \ \vee \ x \in B2][/tex] and [tex][(x, y) \in f_{B1} \ \vee \ (x, y) \in f_{B2}] \Leftrightarrow (x, y) \in f_{B1} \ \cup \ f_{B2}[/tex]

They are just instances of the definition of union.

I think I understand it now. y=f(x) implies that y is a member of f(B1 U B2). Therefore, y=f(x) ^ x is a member of B1 U B2 also implies that y=f(x).
I need to fix the rest.
 
  • #14
laminatedevildoll said:
y=f(x) implies that y is a member of f(B1 U B2).
This is one reason I don't like the notation f(B1 U B2). Normally f(x) denotes the value of f at x, where x is a member of the domain of f. To also use f(x) to denote the function with domain x is just confusing, IMO. Anyway, look at what you've said again. f(x) is a member of the range of f. fB12 is a set of pairs (x, f(x)) such that x is in B1 U B2. You're saying that f(x) = (x, f(x)).
Therefore, y=f(x) ^ x is a member of B1 U B2 also implies that y=f(x).
I need to fix the rest.
Premise: If x is a cat, then x is a mammal.
Conclusion: Therefore, if x is a mammal, then x is a cat.
The premise is true, but the conclusion is clearly false.
Let P and Q denote any formula whatsoever. [itex]P \leftrightarrow Q[/itex] is the same as saying [itex](P \rightarrow Q)\ \mbox{and}\ (Q \rightarrow P)[/itex]. Whenever you are trying to prove [itex]P \leftrightarrow Q[/itex], you need to prove both [itex](P \rightarrow Q)[/itex] AND [itex](Q \rightarrow P)[/itex].
The first equivalence you need to prove is
[tex](x, y) \in f_{B12} \Leftrightarrow x \in B1 \ \cup \ B2[/tex].
So first prove
[tex](x, y) \in f_{B12} \Rightarrow x \in B1 \ \cup \ B2[/tex].
The definition, fB12 = {(x, y) : x is in (B1 U B2) and (x, y) is in fX}, tells you that for every (x, y) in fB12, x is in (B1 U B2). So that's all there is to this part of the proof. Now you need to prove
[tex]x \in B1 \ \cup \ B2 \Rightarrow (x, y) \in f_{B12}[/tex].
Does the definition also tell you that for every x in (B1 U B2), (x, y) is in fB12?
 
  • #15
honestrosewater said:
Now you need to prove
[tex]x \in B1 \ \cup \ B2 \Rightarrow (x, y) \in f_{B12}[/tex].
Does the definition also tell you that for every x in (B1 U B2), (x, y) is in fB12?

This is what I came up with.

[tex]\ y=f(x) \vee [x \in B1 \vee x\in B2] [/tex]
[tex] \leftrightarrow [y=f(x) \vee x \in B1] \vee [y=f(x) \vee x \in b2] [/tex]
[tex] \leftrightarrow y \in f(B1) \vee y \in f(B2) [/tex]
[tex] \leftrightarrow y \in f(B1) \cup f(B2) [/tex]
 
Last edited:
  • #16
Okay, you're having the same major problem. Yes, f(x) = y. This is just a definition. But f(x) is not in any f. f(x) is a member of the range of f. f is a set of pairs (x, f(x)).

[tex]x \in B1 \cup B2 \Rightarrow (x, y) \in f_{B12}[/tex]
To prove a statement of the form P -> Q, you assume P and try to derive Q. (Or assume ~Q and try to derive ~P.) So assume

[tex]x \in B1 \cup B2[/tex].

Does it then follow that

[tex](x, y) \in f_{B12}[/tex]?

The definition says, in other words:

[tex][(x, y) \in f_{B12}] \Leftrightarrow [(x \in B1 \cup B2)\ \wedge \ ((x, y) \in f_{X})][/tex]

Just looking at the form:

[tex]P \Leftrightarrow Q \wedge R[/tex]

You already know R: [itex](x, y) \in f_{X}[/itex]. So if you assume Q: [itex]x \in B1 \cup B2[/itex]...
 
  • #17
Does that mean if [tex]y \in f(B1)[/tex], then y=f(x), where [tex]x \in B1[/tex]? Since [tex] B1 \subseteq B2[/tex], and [tex] y \in f(B1) [/tex]. Does that imply that [tex]f(B1 \cup B2) \subseteq f(B1)[/tex]? Sorry if I am not getting this right.
 
Last edited:
  • #18
laminatedevildoll said:
Does that mean if [tex]y \in f(B1)[/tex], then y=f(x), where [tex]x \in B1[/tex]? Since [tex] B1 \subseteq B2[/tex], and [tex] y \in f(B1) [/tex]. Does that imply that [tex]f(B1 \cup B2) \subseteq f(B1)[/tex]?
Why do you think y can be a member of fB1?
 
  • #19
honestrosewater said:
Why do you think y can be a member of fB1?

Because [tex] B1 \subseteq B2[/tex]
 
  • #20
laminatedevildoll said:
Because [tex] B1 \subseteq B2[/tex]
1) B1 is not a subset of B2. A set S is a subset of set T iff every member of S is also a member of T.
B1 = {1, 2}
B2 = {2, 3, 4}
1 is not a member of B2, so B1 is not a subset of B2.

2) A function has a domain and a range, right? Can the set {1, 2, 3} be a function? No. Why not? Because a function is a set of pairs! Can 2 be a member of a function? No. Why not? Because a function is a set of pairs! And a function is not just any set of pairs, but a set of pairs (x, y) where x is a member of the domain, y is a member of the range, and every x is paired with a unique y. (x, y) is a member of the function. Every member of a function is a pair (x, y). Is this part clear?

3) y is also called the value of f at x, denoted f(x). Sometimes it's more convenient to use y, sometimes it's more convenient to use f(x). But y and f(x) are just two ways of denoting the same thing: the member of the range that the function f pairs with some member of the domain. Is this part clear?

4) I don't want to confuse you, so make sure you understand the stuff above first. It can happen that y and (x, y) are both members of a function. Consider a function whose domain is {1, 2} and whose range is {2, (1, 2)}. Say this function is {(1, 2), (2, (1, 2))}. So (1, 2) is both a member of the function and a member of the range. This is what stopped me from saying that y and (x, y) are never both members of a function. But it certainly doesn't hold in general; y and (x, y) cannot be members of any function. You just need to remember that a function is a set of pairs (x, y) where x is a member of the domain, y is a member of the range, and every x is paired with a unique y. Is this part clear?
 
  • #21
honestrosewater said:
1) B1 is not a subset of B2. A set S is a subset of set T iff every member of S is also a member of T.
B1 = {1, 2}
B2 = {2, 3, 4}
1 is not a member of B2, so B1 is not a subset of B2.
This part is clear.

2) A function has a domain and a range, right? Can the set {1, 2, 3} be a function? No. Why not? Because a function is a set of pairs! Can 2 be a member of a function? No. Why not? Because a function is a set of pairs! And a function is not just any set of pairs, but a set of pairs (x, y) where x is a member of the domain, y is a member of the range, and every x is paired with a unique y. (x, y) is a member of the function. Every member of a function is a pair (x, y). Is this part clear?
This part is clear.

3) y is also called the value of f at x, denoted f(x). Sometimes it's more convenient to use y, sometimes it's more convenient to use f(x). But y and f(x) are just two ways of denoting the same thing: the member of the range that the function f pairs with some member of the domain. Is this part clear?
This part is clear.
4) I don't want to confuse you, so make sure you understand the stuff above first. It can happen that y and (x, y) are both members of a function. Consider a function whose domain is {1, 2} and whose range is {2, (1, 2)}. Say this function is {(1, 2), (2, (1, 2))}. So (1, 2) is both a member of the function and a member of the range. This is what stopped me from saying that y and (x, y) are never both members of a function. But it certainly doesn't hold in general; y and (x, y) cannot be members of any function. You just need to remember that a function is a set of pairs (x, y) where x is a member of the domain, y is a member of the range, and every x is paired with a unique y. Is this part clear?
Yes this part is clear. It sometimes can get confusing when you're not laying everything out on the table.
 
  • #22
honestrosewater said:
You already know R: [itex](x, y) \in f_{X}[/itex]. So if you assume Q: [itex]x \in B1 \cup B2[/itex]...

Does [tex]f_{X}[/tex] denote [tex]f(x)[/tex]?
 
  • #23
laminatedevildoll said:
Does [tex]f_{X}[/tex] denote [tex]f(x)[/tex]?
No, it may not be as clear in the tex, but that X is a subscript. I have been using subscripts to denote the domain of the function (because the domains change). So fX denotes the function whose domain is X, fB1 denotes the function whose domain is B1, etc. Of course, the range is the same for all of them.

I'll give you a hint. The proof of

[tex]x \in B1 \cup B2 \Rightarrow (x, y) \in f_{B12}[/tex]

is really just one line. But it doesn't hurt to know the general way to prove such a statement.
 

1. What is a subset?

A subset is a group of elements that is contained within a larger set. In other words, all of the elements in a subset also exist in the larger set.

2. How do you prove that one set is a subset of another?

To prove that one set is a subset of another, you must show that every element in the first set is also present in the second set. This can be done by listing out the elements in both sets and comparing them, or by using logical statements and symbols to show the relationship between the two sets.

3. What is the notation used to represent subsets?

The notation used to represent subsets is the subset symbol, which looks like a capital letter "C" with a line underneath it. This symbol is read as "is a subset of" or "is contained in."

4. Can a set be a subset of itself?

Yes, a set can be a subset of itself. This is because all of the elements in the original set are also present in the same set, satisfying the definition of a subset.

5. How are subsets useful in mathematics?

Subsets are useful in mathematics because they allow us to make comparisons and draw conclusions about different sets. They also play a crucial role in set operations, such as union and intersection, and are used in various areas of mathematics, including algebra, geometry, and statistics.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
232
  • Engineering and Comp Sci Homework Help
Replies
7
Views
886
Replies
3
Views
742
  • Set Theory, Logic, Probability, Statistics
Replies
16
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
503
  • Set Theory, Logic, Probability, Statistics
Replies
11
Views
3K
  • Linear and Abstract Algebra
Replies
1
Views
919
Replies
4
Views
2K
Back
Top