Is there a name for a relationship like idempotence between two functions?

78 Views Asked by At

If $f(f(x)) = f(x) \quad \forall \space x$ then $f$ is idempotent.

If $g(f(x)) = f(x) \quad \forall \space x$ then is there a term to describe the relationship between $g$ and $f$?

1

There are 1 best solutions below

0
On BEST ANSWER

I don't think there is a name for it, but the property could be stated as "$g$ is the identity on the range of $f$".