Properties on operators / functions

21 Views Asked by At

If $f(g(x)) = g(f(x))$ whats the name of the properties on $f$ and $g$

1

There are 1 best solutions below

0
On

You can say that $f$ and $g$ commute. "Commuting" makes sense with respect to a given operation. In your case, it is the operation $\circ$ of composition, and $f(g(x)) = g(f(x))$ for all $x$ is also written just as $f\circ g = g \circ f$. Writing $f(x,y) =f(y,x)$ means that $f$ is symmetric, which is something else.