Analysis - proof involving 1-1, image and pre image of sets

b0it0i
Messages
36
Reaction score
0

Homework Statement



Prove:
If f is injective (1-1), then f^-1 [ f(C) ] = C


Homework Equations


f: A -> B
C is a subset of A, and D is a subset of B

note f^-1(D) is the preimage of D in set A
and f(C) is image of C in set B


The Attempt at a Solution



My attempt:

Assume f is injective, WMST f^-1 [ f(C) ] = C

to show set equality, we have to show that the left side is a subset of the right side, and vice versa

I have already shown that C is a subset of f^-1 [ f(C) ]

my problem is showing that f^-1 [ f(C) ] is a subset of C

I assumed x is an element of f^-1 [ f(C) ]

by definition of preimage f^-1(D) = { x element of A | f(x) element of D}
hence, f(x) is an element of f(C)

and by definition of image f(C) = { f(x) | x element of C}

can i conclude that, since f(x) is an element of f(C), hence x is an element of C

therefore the proof is complete

but i believe this is wrong, since i have not used the fact that f is injective (1-1)

can anyone provide any hints?
 
Physics news on Phys.org
b0it0i said:
can i conclude that, since f(x) is an element of f(C), hence x is an element of C
This is precisely where you use the fact that f is 1-1!
 
^^^

just by stating the definition of 1-1

for all x1, for all x2, if x1 does not equal x2, then f(x1) does not equal f(x2)
or the contrapositive form, if f(x1) = f(x2), then x1 = x2

how would i use that to jump to my conclusion?

would i need to introduce two points x1 and x2
where x1 is an element of A, and x2 is an element of C?

i'm not really sure how to use the fact f is 1-1
 
If f(x) is in f(C), then this means there is an x' in C such that f(x)=f(x').
 
I see!

that makes sense

i should have looked at the definition of image more closely

thanks a lot
 
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