Confusion related to explanation of convexity of a function

54 Views Asked by At

I was reading this paper where the define an optimization problem as

enter image description here

where K and L are kernel matrices and $\pi$ is the permutation matrix. They have explained that the function is convex because

enter image description here

I didn't get how they said convex non-decreasing square function. Where is the square function. The square is because of the Frobenius norm isn't it? and how come the function is non decreasing. Any clarification will be much appreciated.

1

There are 1 best solutions below

0
On

A function $f(\mathbf{x})$ is convex if it can be expressed as the composition of a convex function $g$ with a 1-dimensional nondecreasing convex function $\phi$:

$$ f(\mathbf{x})=\phi(g(\mathbf{x})) $$

In this case, the convex function $g$ is a norm (the Frobenius norm), and the 1-dimensional nondecreasing convex function $\phi$ is the square function $\phi(z) = z^2$. I guess the authors decided to mangle their qualifiers with specifiers for sake of brevity.