Let $f: X \to Y$ and $A \subseteq X, B \subseteq Y$. I want to check the following statements:
(a) $f[f^{-1}[f[A]]]=f[A]$
(b) $f^{-1}[f[f^{-1}[B]]]=f^{-1}[B]$
where $f[A]$ is the image of $A$ and $f^{-1}[B]$ is the preimage of $B$.
I would answer "yes" to both.
$f[A]$ gives us the image, $f^{-1}[f[A]]$ extracts the elements for which $f$ returns $f[A]$, so $f^{-1}[f[A]]=A$ and $f[f^{-1}[f[A]]]=f[A]$.
Similarly, $f^{-1}[B]$ gives us the elements for which $f$ returns $B$, so $f[f^{-1}[B]]=B$ and $f^{-1}[f[f^{-1}[B]]]=f^{-1}[B]$.
Is there anything more to that?
The statements are nonetheless true, but you have to work more on the proof.
– martin.koeberl Feb 01 '17 at 17:01