How to show the following:
If $f:\mathbb R^d \rightarrow \mathbb R$ is convex
then its directional derivative is sublinear?
Thank you...
How to show the following:
If $f:\mathbb R^d \rightarrow \mathbb R$ is convex
then its directional derivative is sublinear?
Thank you...
Copyright © 2021 JogjaFile Inc.
I assume that you mean that the directional derivative is sublinear with respect to the direction? In that case we must prove that
Proof:
$$f'(x;\alpha t) = \lim_{h \rightarrow 0 } \frac{f(x+h\alpha t) - f(x)}{h} = \alpha \lim_{h \rightarrow 0 } \frac{f(x+(h\alpha) t) - f(x)}{h\alpha} = \alpha f'(x;t)$$
$$ f'(x;t + s) = \lim_{h \rightarrow 0 } \frac{f(x+h(t+s)) - f(x)}{h} \\ \\= \lim_{h \rightarrow 0 } \frac{f(\frac{1}{2}(x+2ht) + \frac{1}{2}(x+2hs)) - \frac{1}{2}f(x) - \frac{1}{2}f(x)}{h} \\ \leq \lim_{h \rightarrow 0 } \frac{f((x+2ht)) - f(x)}{2h} + \lim_{h \rightarrow 0 } \frac{f((x+2hs)) - f(x)}{2h} \\ = f'(x;t) + f'(x;s)$$
In the inequality I used the convexity of $f$. Don't hesitate to ask if something i unclear. Best regards