IMC 2002 · Problem 6

Day 29th IMC · Warsaw, Poland

Statement

Let f:RnRf : \mathbb{R}^n \to \mathbb{R} be a convex function whose gradient f=(fx1,,fxn)\nabla f = \left( \dfrac{\partial f}{\partial x_1}, \dots, \dfrac{\partial f}{\partial x_n} \right) exists at every point of Rn\mathbb{R}^n and satisfies the condition

L>0x1,x2Rnf(x1)f(x2)Lx1x2.\exists L > 0 \quad \forall x_1, x_2 \in \mathbb{R}^n \quad \|\nabla f(x_1) - \nabla f(x_2)\| \le L\|x_1 - x_2\|.

Prove that

x1,x2Rnf(x1)f(x2)2Lf(x1)f(x2),x1x2.(1)\forall x_1, x_2 \in \mathbb{R}^n \quad \|\nabla f(x_1) - \nabla f(x_2)\|^2 \le L \langle \nabla f(x_1) - \nabla f(x_2), x_1 - x_2 \rangle. \tag{1}

In this formula a,b\langle a, b \rangle denotes the scalar product of the vectors aa and bb.

Official solution

Hidden so you can work on the problem first.