How to prove that the subdifferential of $f(x) = \max_{i=1,\dots, n} f_i(x)$ satisfies \begin{align} \partial f(x) = \operatorname{conv}\left( \bigcup \partial f_i(x) \right) \end{align}
How am I suppose to utilize the property of convex hull here?
How to prove that the subdifferential of $f(x) = \max_{i=1,\dots, n} f_i(x)$ satisfies \begin{align} \partial f(x) = \operatorname{conv}\left( \bigcup \partial f_i(x) \right) \end{align}
How am I suppose to utilize the property of convex hull here?
Ah, you'll need the Danskin-Bertsekas theorem for subdifferentials for this one. Viz,
Using the above theorem, one can easily establish the following lemma (which also solves your problem).
Proof. Let $f := \max(f_1,\ldots,f_n)$. Define $\Phi:\mathbb R^n \times Y \rightarrow (-\infty, +\infty]$ by $\Phi(x,y):=\sum_{i=1}^n x_i f_i(y)$ and note that $f(y) = \sup_{x \in \Delta_n}\Phi(x, y)$ for every $y \in Y$. Also note that $\partial_y \Phi(x, y) = \sum_{i=1}^nx_i\partial f_i(y)$ (Minkowski sum of sets). Now invoke the above theorem. $\Box$