Let $T$ be a self-adjoint bounded operator on a Hilbert space $H$. We define the functional $\Phi$ as:
\begin{equation} \Phi(x)=\frac{1}{2}(Tx,x) \end{equation}
My exercise says that $\Phi$ is convex if $T$ is strictly positive. I know that I have to prove that for $x,y \in H, t\in[0,1]$ it holds:
\begin{equation} \Phi(tx+(1-t)y)\leq t\Phi(x)+(1-t)\Phi(y) \end{equation} but until now I have managed to prove that: \begin{equation} \Phi(tx+(1-t)y)=t^2\Phi(x)+t(1-t)((Tx,y)+(Ty,x))+(1-t)^2\Phi(y) \end{equation} I know that I have to use the fact that $T$ is strictly positive, but I do not see how to do that..
To complete the proof you can observe that since $T$ is self-adjoint, positive, and bounded it has a square-root. Then \begin{eqnarray*} \Phi(tx+(1-t)y) &=& t^2\Phi(x)+t(1-t)((Tx,y)+(Ty,x))+(1-t)^2\Phi(y) \\ &=& t^2\Phi(x)+t(1-t)((T^{1/2}x,T^{1/2}y)+(T^{1/2}y,T^{1/2}x))+(1-t)^2\Phi(y) \\ &\leq& t^2\Phi(x)+2t(1-t)(T^{1/2}x,T^{1/2}x)(T^{1/2}y,T^{1/2}y)+(1-t)^2\Phi(y) \\ &=& t^2\Phi(x)+2t(1-t)\sqrt{\Phi(x)\Phi(y)}+(1-t)^2\Phi(y) \\ &=& \left(t\sqrt{\Phi(x)}+(1-t)\sqrt{\Phi(y)}\right)^2 \\ &=& t\Phi(x)+(1-t)\Phi(y) \\ \end{eqnarray*}
The last line follows from Jensen's inequality applied to $f(x) = x^2$.