Prove that the result of any such nested composition is independent of the placement of the parentheses.
So this is what I have so far.
Proof by induction I want to show that for any such choice for FnFn-1.....F1 equals the multiplication of the functions. I read in the book that the basic step should be for n=5.
Where to go now? I do not know
As a matter of notation, let $O_k^m$ denote the composition $F_m\circ(F_{m-1}\circ(\ldots\circ F_k)\cdots ))$ and let $X_k^m$ denote any compostion of the same $F$'s in the same order, but with some arbitrary parenthesisation.
We need to show $X_k^m=O_k^m$ for all $k\ge m\ge 1$. Use induktion on $n=k-m$, the cases $n\le 2$ being trivial (no parentheses).
Given some $X_k^m$ with $k-m>2$, it is of the form $X_k^m=X_{r+1}^m\circ X_k^r$ for some intermediate $r$. By induction hypotheses, $X_{r+1}^m=O_{r+1}^m$ and $X_k^r=O_k^r$. If $r+1=m$, we simply have $$X_k^m=X_m^m\circ X_k^{m-1}=O_{m}^m\circ O_k^{m-1}=F_m\circ O_k^{m-1}=O_k^m$$ and otherwise we have $$X_k^m=X_{r+1}^m\circ X_k^{r}=O_{r+1}^m\circ O_k^{r}=(F_m\circ O_{r+1}^{m-1})\circ O_k^{r}=F_m\circ (O_{r+1}^{m-1}\circ O_k^{r})=F_m\circ O_k^{m-1}=O_k^m.$$