$f:X \rightarrow Y$ where $A \subset X$ and $B \subset Y$
Prove (if it is correct) that $$B \subset f(f^{-1}(B))$$ This is my approach
Proof
Choose an arbitrary element $y \in B$, by the definition of inverse image, we know that $x \in f^{-1}(B)$ such that $f(x)=y$. As $y \in B$ and $x \in f^{-1}(B)$, we can conclude that $y \in f(f^{-1}(B))$.
Is this correct?