Let $f:\mathbb{R}^n \rightarrow \mathbb{R}$ be convex, i.e., $$f(\lambda x + (1-\lambda)y) \leq \lambda f(x) + (1-\lambda)f(y), \ \forall x,y \in \mathbb{R}^n, \ \lambda \in (0,1).$$
Suppose $f(\cdot)$ is also (Fréchet) differentiable. Show that $$f(x) + f_x(x)(y-x) \leq f(y), \ \forall x,y \in \mathbb{R^n}.$$
Here, $f_x(x)$ denotes the Fréchet derivative, so we know that $$\lim_{||y|| \to 0} \frac{|f(x+y)-f(x) - f_x(x) \cdot y|}{||y||} = 0.$$
I tried rearranging things to make the problem nicer, but I have no intuition on how to proceed with this one. If you rewrite the second line as $$f_x(x) \leq \frac{f(y)-f(x)}{y-x}$$ it kind of looks like MVT might come into play, but I could not see where to apply this. Hints please?