(f o g) o f composition function
Andrew Mclaughlin
If $f$ represents the function $f(x)$ and $g$ represents the functions $g(x)$, is $(f \circ g)\circ f$ essentially $f(g(f(x)))$?
I know that:
$(f \circ g) = f(g(x))$
however I'm not sure if the brackets in my equations make a difference to this new function.
$\endgroup$ 22 Answers
$\begingroup$The brackets make no difference: the composition of functions is completely associative, meaning that $(f\circ g)\circ h=f\circ(g\circ h)$.
$\endgroup$ $\begingroup$Yes it is. Furthermore, $(f \circ g) \circ f = f \circ g \circ f = f \circ (g \circ f)$ by associativity.
$\endgroup$