The Hessian matrix of the bivariate standard normal distribution (where both standard normal distributions are independent) is positive definite. Yet, it concaves downwards. If the Hessian is positive definite, shouldn't that mean that the function concaves upwards? (Positive definite Hessian implies increasing gradient implies concave upwards.)
Here are the calculations:
Let
\begin{equation} \phi_2(x, y) = \phi(x)\phi(y) = \frac{1}{2 \pi}e^{-\frac{x^2 + y^2}{2}} \end{equation}
Observe that $\frac{\partial \phi(x, y)}{\partial x} = -x\phi(x, y)$. The other derivatives follow similar patterns.
Then, the Hessian is
\begin{equation*} \begin{matrix} \begin{pmatrix} \phi_2(x, y)(x^2 - 1) & \phi_2(x, y)xy \\ \phi_2(x, y)xy & \phi_2(x, y)(y^2 - 1) \\ \end{pmatrix} \end{matrix} \end{equation*}
which means that the determinant is $\phi_2^2(x, y)(1 - x^2 - y^2)$. Therefore, in the unit circle where $x < 1$ and $y < 1$, the Hessian is positive definite (because the determinant of the Hessian is positive), which is strange because a positive definitive Hessian implies concaving upwards.