Let $I$ be a set, and let $B(I)$ be the space of bounded, real-valued functions on $I$ equipped with the sup-norm. Let $\phi: \mathbb R \to \mathbb R$ be bounded and continuously differentiable everywhere. Finally, let $S: B(I) \to \mathbb R$ be linear and continuous.
Define $\Phi: B(I) \to \mathbb R$ by $\Phi(x) = S(\phi \circ x)$.
Is $\Phi$ Fréchet differentiable at every $x \in B(I)$, and if so is it the case that $\Phi'(x) = S(\phi' \circ x)$?
I can show that the function $x \mapsto S(\phi' \circ x)$ is linear and bounded, using the corresponding facts about $\phi'$ and $S$, but I'm not sure I can show that this function satisfies the definition of the Fréchet derivative.
I have to show, for every $x \in B(I)$, that $$\lim_{\| h \|_\infty \to 0} \frac{| \Phi (x + h) - \Phi(x) - S(\phi' \circ h) |}{\| h \|_\infty} = 0,\tag{1}$$ where $\| \cdot \|_\infty$ is the sup-norm on $B(I)$. Now, by the definition of $\Phi$ and the linearity of $S$ $$ \frac{\Phi (x + h) - \Phi(x) - S(\phi' \circ h)}{\|h\|_\infty} = \frac{S(\phi \circ (x+h)) - S(\phi \circ x) - S(\phi' \circ h)}{\|h\|_\infty} = S\Big(\frac{[\phi \circ(x+h)] - [\phi \circ x] - [\phi' \circ h]}{\|h\|_\infty} \Big).$$ From here I would like to argue that as $\|h\|_\infty \to 0$, $$\frac{[\phi \circ(x+h)] - [\phi \circ x] - [\phi' \circ h]}{\|h\|_\infty} \to 0, \tag{2}$$ and then use the continuity of $S$ to conclude. I haven't convinced myself that (2) holds however.