how to prove the following equation is convex funcion?

154 Views Asked by At

prove that $$ f(x,t)=\frac{\Vert x\Vert _p^p} {t^{p-1}} $$ is convex on $$ \{ (x,t)|x\in R^n ,t\ge 0 \} $$

1

There are 1 best solutions below

1
On

It is non-trivial to test definite of the Hessian matrix. As we know, there are many ways to prove convexity of the function. $$f\left( {x,t} \right) = \frac{{\left\| x \right\|_p^p}}{{{t^{p - 1}}}} $$ is the perspective function of $$ f\left( {x} \right)={\left\| x \right\|_p^p}$$ As we know, if perspective of a function is convex, then the function is also the convex function. You can prove the f(x) is a convex function. $$ f\left( {x} \right)={\left\| x \right\|_p^p}={\sum\limits_{i = 1}^n {\left| {{x_i}} \right|} ^p}$$ Then the f(x) is obvious a funcion by check its Hessian matrix (every norm on R^n is convex due to the triangel inequality of norm)

Another way to prove, you may use the Holder's inequality or by the epigraph of the function f(x,t).