I'm seeing different definitions of a positive definite matrix:
Definition (i): A square matrix $A$ is positive definite if there is a positive scalar $\alpha$ such that:
\begin{gather*} x^T A x \ge \alpha x^T x, \quad \forall x \in \mathbb{R}^n \\ \end{gather*}
Definition (ii): A square matrix $A$ is positive definite if there is a positive scalar $\alpha$ such that:
\begin{gather*} x^T A x > 0, \quad \text{when} \, x \neq 0, x \in \mathbb{R}^n \\ \end{gather*}
Clearly definition (i) implies definition (ii).
My first question: Is the converse true? Is the converse true if we assume finite dimensions?
Some definition, such as wikipedia, also say that a matrix must be symmetric to be positive definite. Some texts I'm studying offer definitions that don't include this property in the definition.
My second question: Can a non-symmetric matrix satisfy the above definitions? Or can we deduce from above definitions that the matrix is symmetric? If not, it would seem that definitions that require the symmetric property and those that don't are conflicting definitions?