To my understanding a positive definite matrix is a real symmetric square matrix where all eigenvalues are positive. Therefore for a matrix A and vector v
$Av = {\lambda}v$ where $\lambda$ is an eigenvalue of A
so $det({\lambda}{I_n} - A)=0$.
My next thought would trying to see how the formula changes when A is now A$^2$ and A$^{-1}$, but I'm getting nowhere.
Another definition is that a symmetric matrix $M \in \mathbb R^{n \times n}$ is positive definite if and only if $v^T M v > 0$ for all nonzero vectors $v \in \mathbb R^n$.
Notice that \begin{align} v^T A^2 v &= v^T A^T A v \\ &= u^T u \\ &= \|u\|^2 \end{align} where $u = Av$. If $v \neq 0$ then $u \neq 0$, so $\|u\|^2 > 0$. This shows that $A^2$ is positive definite.
We can show that $A^{-1}$ is positive definite by noting that $$ v^T A^{-1} v = v^T A^{-1} A A^{-1} v = u^T A u $$ where $u = A^{-1}v$. If $v \neq 0$ then $u \neq 0$, so $u^T A u > 0$.