$f: X \to Y$ prove that if $A \subseteq X$, then A is a subset of the pre-image of the image of $A$, which is shown by these symbols respectively: $f^{-1}[f[A]]$
This is my proof:
If $A \nsubseteq f^{-1}[f[A]]$, then there exists "$x$" as an element of $A$, such that $f^{-1}[f[A]] \neq x$ which is a contradiction.
Is this the correct way of going about doing this? I'm also not sure if we can assume that $f^{-1}[f[A]] = x$ is always true
$f^{-1}[f[A]]$ is a set, and $x$ is an element. They cannot be equal.
The correct way of proving this is: let $x\in A$, then $$f(x)\in \{f(x)\ |\ x\in A\}=f[A]$$ by the definition of image. Now because $f(x)\in f[A]$ (and obviously $x\in X$), we have that $$x\in\{x\in X\ |\ f(x)\in f[A]\}=f^{-1}[f[A]]$$ by the definition of preimage. Therefore $A\subseteq f^{-1}[f[A]]$.