4

While trying to understand concept of measurable function I read on wiki more about function inverse and found interesting fact about them.

For every function $f$, subset $A$ of the domain and subset $B$ of the codomain we have $A \subset f^{−1}(f(A))$ and $f(f^{−1}(B))\subset B$.

If $f$ is injective we have $A = f^{−1}(f(A))$ and if ''f'' is surjective we have $f(f^{−1}(B)) = B$.


enter image description here

I have made a sketch, and have some questions:

1) do we need to have mapping from all elements of A to other set? (Otherwise I get $f^{−1}(f(A)) \subset A$, see picture 2)

2) can inverse of surjective function have 2 elements at the domain?

3)$A \subset f^{−1}(f(A))$ does not work in general as you see! Maybe I do some restricted operations? It only works if I have 2 elements: 1 from set and 1 out of the set mapping to the same element in codomain.

Ievgenii
  • 413
  • 1
  • A function from a set A is defined on all elements of the set. 2) The inverse image of a point in the image of a surjective function can have 2 elements in the domain if the function is not injective. The inverse would not exist in such a case.
  • – NickC Nov 04 '15 at 17:08