The statement is incorrect. For instance, consider the matrix $$A = \begin{bmatrix} 1 & -100\\\ 0 & 2\end{bmatrix}$$ The eigenvalues are $1$ and $2$. However, the matrix is not positive definite. For instance, $$\begin{bmatrix} 1 & 1\end{bmatrix} \begin{bmatrix} 1 & -100\\\ 0 & 2\end{bmatrix} \begin{bmatrix} 1 \\\ 1\end{bmatrix} = \begin{bmatrix} 1 & 1\end{bmatrix} \begin{bmatrix} -99 \\\ 2\end{bmatrix} = -97 < 0$$ The statement is true if the matrix $A$ is symmetric and diagonalizable. However, the following statement is always true: "If the matrix is positive definite and symmetric, then all its eigenvalues are positive."