Is function composition associative?
2 Answers
Jul 24, 2015
Yes
Explanation:
Given composable functions
So
Jul 28, 2015
It is, if the following works:
That is, if:
...and you can use these together to satisfy the first expression, then they are associative. Let:
Thus:
Then:
Therefore they are associative.