Consider two sets $A$ and $B$, and two functions $f: A \rightarrow B$ and $g: B \rightarrow A$.
Assuming that $g$ is not the inverse of $f$, how should I call elements $a$ of $A$ such that $g(f(a)) = a$?
It's not exactly a fixed point, and a quick google search for "bi-fixed point" didn't return anything useful.