3

Informations: $f:X \longrightarrow X$ and $A \subseteq X$.

How can i prove this statement: $f(f^{-1}(A)) \subseteq A$

This is my thoughts until now:

$f^1(A)=\{x\in X |f(x)\in A\} \subseteq X$.

$f(A)=\{f(x)|x\in A\}$

$f(f^1(A))=\{y\in A:\exists \in f^1(A):y=f(x)\} \in A$

InsideOut
  • 6,883
Mathe
  • 129

3 Answers3

1

Hint: If $x \in f^{-1}(A)$, what does that say about $f(x)$?

Robert Israel
  • 448,999
1

First off, welcome to Math SE! It is encouraged here to use LaTeX formatting in your posts; you can find a tutorial here.

Second, it is encouraged that when you make a post, you include some information about how you've already tried to solve this problem, and where you're stuck.

For instance, this is a very straightforward problem, and you just need to follow definitions. That is, let $x\in f^{-1}(A)$. What does that mean? If you write out what is immediately implied by the definition, you'll find your proof writes itself.

Alex Mathers
  • 18,509
0

Take $y \in f[f^{-1}[A]]$. So $y = f(x)$, where $x \in f^{-1}[A]$, and the latter means that $f(x) \in A$, so $y \in A$ and the inclusion has been shown.

Henno Brandsma
  • 242,131