Let $X$ be a set and define $f : X → X$
Let $A ⊆ X$
The inverse image (or preimage) is defined as: $$f^{-1}[B]=\{x ∈ X|f(x) ∈ B\} ⊆ X$$
Prove the following:
1) $f(f^{-1}[A]) ⊆ A$
2) $f^{-1}[A]=A⇔f(A)⊆A$
3) $f^{-1}[A]=A⇔f^{-1}[A]⊆A$
I understand (1) visually, and can explain. But I'm uncertain how to prove it. I'm uncertain about (2) and (3).
for (1) I've tried to let $y ∈ f(f^{-1}[A])$ and then try to prove that $y$ is also an element in A, but I couldn't quite figure it out.
I'm told you can do it in a similar way for (2) og (3), where I pick an element on one side, and then prove it's also an element of the other side.