-1

I'm wondering about this question. Prove that the function $f(x)=\|x\|^{2}$, and then answer. If the function $f(x)=\|x\|^{2}$ is strictly convex implies that $f(x)=\|x-a\|^{2}$ is strictly convex? Where $a\in \mathbb{R}^{n}$. I'm available to prove that $\|x\|^{2}$, but i'm not sure about of this question.

Can someone give me a light? Thanks.

Skinner.
  • 342

1 Answers1

1

If we have a strict convex function $f$, you can prove strict convexity of translation by doing something like \begin{align*} &f(tx + (1-t)y - a) \\ &= f(tx + (1-t)y - ta - (1-t)a) \\ &= f(t(x-a) + (1-t)(y-a)) \\ &< tf(x-a) + (1-t)f(y-a) \\ \end{align*}

gist076923
  • 1,266