Show that if f: A → B and E, F are subsets of A, then f(E ∪ F) = f(E)

  • Thread starter Thread starter Scienticious
  • Start date Start date
  • Tags Tags
    Subsets
Scienticious
Messages
10
Reaction score
0

Homework Statement



Show that if f: A → B and E, F are subsets of A, then f(E ∪ F) = f(E) ∪ f(F).

Homework Equations





The Attempt at a Solution



My attempt:

Suppose x is an element of E. Then f(x) is an element of f(E), which means f(x) is a subset of f(E).
But x is in E implies x is in E or F so that x is in E ∪ F.
Thus f(E ∪ F) = f(x) is a subset of f(E), and is also a subset of f(E) ∪ f(F) by or introduction.

*Similar argument applies when we suppose x is an element of F*

Now I'm having trouble with the converse part of the proof; the only idea I've come up with is to use a similar strategy as in the first proof and suppose x is in E so that f(x) is in f(E). Then you can show that since x is in E or F that the left side of the equation is contained in the right.

I'm a total newbie at proofs. please someone help me out :3
 
Physics news on Phys.org
Suppose x is an element of E. Then f(x) is an element of f(E), which means f(x) is a subset of f(E).
But x is in E implies x is in E or F so that x is in E ∪ F.
Thus f(E ∪ F) = f(x) is a subset of f(E), and is also a subset of f(E) ∪ f(F) by or introduction.

*Similar argument applies when we suppose x is an element of F*

Just some formalities: In the first line you say f(x) is a subset of f(E). The More correct thing to say is that for x\in E, f(x)\in f(E), i.e. f(x) is an element in f(E). But what you really want to say is this: Let x\in E so that f(x)\in f(E). Then continue as you did: since x\in E, x\in E\cup F, and thus
f(x)\in f(E\cup F). This shows f(E)\subset f(E\cup F). The same argument applied to x\in F will give f(F)\subset f(E\cup F) which together yield
f(E)\cup f(F)\subset f(E\cup F).
Saying f(E\cup F)=f(x) and that last line you wrote don't make sense to me. The idea is to start with an element from one side of the equation and then show it must also belong to the set on the other side of the equation : If you want to prove A=B, you need to show that if x belongs to A, it also belongs to B ( A is a subset of B), and ten you need to show if x belongs to B it also belongs to A (B is a subset of A). Together (A is a subset of B) and (B is a subset of A) yield B=A. Does this make sense to you? you need to keep track of where you start and make sure you understand what is going on!
Now I'm having trouble with the converse part of the proof; the only idea I've come up with is to use a similar strategy as in the first proof and suppose x is in E so that f(x) is in f(E). Then you can show that since x is in E or F that the left side of the equation is contained in the right.

I'm a total newbie at proofs. please someone help me out :3

This side of the proof we want to show that f(E\cup F)\subset f(E)\cup f(F). to do this you need to start with something like : Let x\in E\cup F so that f(x)\in f(E\cup F). Then you brake it into two cases, either x is in E or x is in F (or both). Try rewriting your argument and post what you get.
 
Thank you for your reply :3 I think I get it now; here's my new proof:

Let x be an element of E.
Then f(x) is an element of f(E).
But if x is an element of E then x is an element of E ∪ F
Thus f(x) is an element of f(E ∪ F).
Therefore f(E) is a subset of f(E ∪ F).

Now let x be an element of F.
Then f(x) is an element of f(F).
But if x is an element of F then x is an element of E ∪ F.
Thus f(x) is an element of f(E ∪ F).
Therefore f(F) is a subset of f(E ∪ F).

Together these two cases imply that f(E) ∪ f(F) is a subset of f(E ∪ F).

Conversely, let x be an element of E ∪ F so that f(x) is an element of f(E ∪ F).

Case 1: x is an element of E. Then f(x) is an element of f(E).
By or introduction, f(x) is also an element of f(E) ∪ f(F).
Therefore if x is an element of E then f(E ∪ F) is a subset of f(E) ∪ f(F).

Case 2: x is an element of F. then f(x) is an element f(F).
By or introduction, f(x) is also an element of f(E) ∪ f(F).
Therefore if x is an element of F, f(E ∪ F) is a subset of f(E) ∪ f(F).

These two cases together imply that f(E ∪ F) is a subset of f(E) ∪ f(F).

Since f(E U F) is a subset of f(E) ∪ f(F), and vice versa, these two sets are equal.

Hence f(E ∪ F) = f(E) ∪ f(F).
qed

The other thought I had for the 2nd part of the proof would be to consider 3 cases: x is in A/B, B/A and A ∩ B.
But as I understand it my proof should work.

Thanks again for your help :3
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top