Suppose $f: X \rightarrow Y$, and is one-to-one, and let $A \subseteq X$, prove that $f^{-1}[f[A]] = A$.
EDIT: Actually, this identity should hold even if $f$ is not one-to-one (injective), right?
This is completely intuitive and logical, but I can't think of a proof strategy to use to prove it? I'm familiar with induction and element chasing, but they don't seem to work here.
Here is the beginning of my element chasing proof to prove that $f^{-1}[f[A]] \subseteq A$.
Start with arbitrary element: $a \in f^{-1}[f[A]]$ \
Apply definition of preimage: $a \in \{x \in X | f(x) \in f[A] \}$ \
Simplify and convert to boolean expression: $a \in X \land f(a) \in f[A]$ \
Apply definition of image: $a \in X \land f(a) \in \{y \in Y | y = f(x), x \in A \}$ \
I'm stuck here...