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

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

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.
A remark: $\pi$ is no longer a permutation matrix here; the constraints on $\pi$ were relaxed to make the set of admissible $\pi$ convex.
The objective function is of the form $\|A\|_F^2$, where $A$ is a matrix that linearly depends on $\pi$. Here $A\mapsto \|A\|$ is a convex function, which is a part of norm properties. This convex function is then composed with the function $x\mapsto x^2$ which is increasing and convex on $[0,\infty)$. We only consider this function on $[0,\infty)$ because the norm is nonnegative. Thus, $A\mapsto \|A\|_F^2$ is the composition of a convex function with a convex increasing function, which makes it convex as well.