I have a function two images $f:X \rightarrow Y$ and $g:Y \rightarrow X$
The task is to proove or disproove the following statement:
If $f$ is invertible and $g=f^{-1}$ then $g \circ f = id_{X}$
My guess is that this is true. Question: Is that correct?
solution so far:
If f is invertible, then f has to be bijective. If f is bijective, then f is left- and rightinverse.
So that means that: $f^{-1} \circ f = id_{X}$ and $f \circ f^{-1}= id_X$
$\equiv f^{-1} \circ f = id_X \equiv g \circ f = id_X$