5

Is it possible to find a necessary and sufficient condition to conclude when $$f(g(x))=x \implies f(x)=g^{-1}(x) \wedge f^{-1}(x)=g(x),$$ if both functions are well defined?

Sigur
  • 6,416
  • 3
  • 25
  • 45

2 Answers2

3

If either $f$ is injective or $g$ is surjective, then $f\circ g={\rm id}$ implies $\exists f^{-1},g^{-1}$ then necessarily $f^{-1}=g$ and $g^{-1}=f$.

Berci
  • 90,745
1

Hint: If $f,g\colon X\to X$, then $f^{-1}=g$ if and only if $f\circ g=g\circ f=\text{Id}_X$

Asaf Karagila
  • 393,674