Proof of Set Function f(f^-1(Y'))\subseteqY

  • Context: Graduate 
  • Thread starter Thread starter autre
  • Start date Start date
  • Tags Tags
    Function Proof Set
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
11 replies · 3K views
autre
Messages
116
Reaction score
0
I need to prove f(f^-1(Y'))[itex]\subseteq[/itex]Y' for some f: X -> Y and Y' in Y.

So far, I've been able to figure this much out:

Let y[itex]\in[/itex]f(f^-1(Y')). Then, f^-1(Y') = x' for some x' in X such that f(x') = y' for some y' in Y'. Then, f(x') = y'. Thus, f(f^-1(Y'))[itex]\subseteq[/itex]Y'.

I feel like there's something wrong with my proof. Any ideas on where I went wrong?
 
Physics news on Phys.org
autre said:
I need to prove f(f^-1(Y'))[itex]\subseteq[/itex]Y' for some f: X -> Y and Y' in Y.

You probably mean Y' subset of Y.

So far, I've been able to figure this much out:

Let y[itex]\in[/itex]f(f^-1(Y')). Then, f^-1(Y') = x'

What does that even mean?? Y' is a set, so [itex]f^{-1}(Y^\prime)[/itex] is a set. But x' is an element. So you're saying that a set is equal to an element?

Start with [itex]y\in f(f^{-1}(Y^\prime))[/itex]. Write out the definitions. What is the definition for [itex]y\in f(A)[/itex]??
 
Thanks for the input micromass.

I've revised the proof as thus:

Let y∈f(f^-1(Y')). Since f^-1(Y') = X' s.t. X'⊆X and f(X')=Y'. Since y∈f(X'), y∈Y'. Thus, f(f^-1(Y'))⊆Y'.

I still feel like I'm missing a step or two.
 
autre said:
Since f^-1(Y') = X' s.t. X'⊆X and f(X')=Y'.

Why??

This would imply

[tex]f{-1}(f(X^\prime))=X^\prime[/tex]

which does not always hold.
 
Why??

You're right, I can't assume f is bijective. Should I instead say something like "there exists an x∈X s.t. x∈f^-1(Y')?
 
Maybe a good comment to make is that, in the nicest-possible case, you have:

f-1of(X)=fof-1X=X.

Nicest possible is, of course, f is 1-1 and onto. Try to see why identity above fails when f is either not 1-1 or not onto.

TMFKAB (The Mathematician* Formerly Known as Bacle)

*In training.
 
Not sure how that helps, Bacle2. Basically, if the function isn't surjective there could exist a b in B' such that f^-1(B') doesn't exist, and I'm not sure how to handle this case.
 
autre said:
Not sure how that helps, Bacle2. Basically, if the function isn't surjective there could exist a b in B' such that f^-1(B') doesn't exist, and I'm not sure how to handle this case.

Bacle wasn't giving you a hint to solve the problem. He gave you another problem which could be rewarding to look at to expand your knowledge.

To solve your problem. What does it mean that [itex]y\in f(A)[/itex]. Apply this to [itex]y\in f(f^{-1}(y))[/itex].
 
What does it mean that y∈f(A). Apply this to y∈f(f−1(y)).

I think I follow. You mean something like:

Let y∈f(f^-1(Y')). Then, there exists an x in f^-1(Y') s.t. f(x) = y. Since x in f^-1(Y'), f(x) = y for some y in Y'. Thus, f(f^-1(Y'))⊆Y'.
 
Yes, Autre, sorry if my post was confusing; just trying to give some insight and some related results, as Micromass said.