2

Once again I am stuck on a question from Lay's Introduction to Analysis with Proof:

Suppose that $f : A \rightarrow B$ and let C $\subseteq$ A and $D \subseteq B$. Show that if $f$ is injective, then $f^{-1}(f(C))=C$

I just need to show that $f^{-1}(f(C) \subseteq C$ and $C \subseteq f^{-1}(f(C))$.

I have started with this but am unsure of where to go next;

Let $x \in f^{-1}(f(C))$. Then, $x \in \{f^{-1}(a) \mid a \in f(C)\}$.

MathMajor
  • 6,478

3 Answers3

1

If $x\in f^{-1}(f(C))$ then $f(x)\in f(C)$. If $x$ is not in $C$, then there is some element $y\in C$ such that $x\neq y$ and $f(x)=f(y)$ but this violates injectiveness, so it must be that $x\in C$. Therefore, you have one direction of inclusion.

The reverse direction is always true regardless of injectiveness: suppose that $x\in C$, then $f(x)\in f(C)$ so that $x\in f^{-1}(f(C))$.

Kim Jong Un
  • 14,794
  • 1
  • 24
  • 49
0

Let $f$ be a one-to-one function. If $x\in C$, then $f^{-1}(f(x))=\{x\}\Rightarrow f^{-1}({f(C)})=C$.

To prove the last implication, this about this. If $g(x)=x$ what is $g(C)$? $C$!

hrkrshnn
  • 6,287
0

Let $f^{-1}(f(C))=B$. Then there exists $x_b\in B$ and $x_c\in C$, such that, $f(x_b)=f(x_c)$. But $f$ is injective so, $x_b=x_c$. Hence $B=C$.