A is $n \times n$ symmetric and positive semidefinite. So we can use $A^T = A$ and $x^TAx \geq 0$ for all x $\in \mathbb{R}^n$.
Proof by contradiction comes to mind, or $x^TAx = 0 \; \land \; Ax \neq 0$. This might seem like a given at first but I'm thinking what if there is some linear dependence between $x^T$ and the $Ax$ vector?
Edit: Ideally, I'm supposed to prove this using the rank of a matrix.
If I were to prove it by contradiction, $x^TAx = 0 \; \land \; Ax \neq 0$, I'd start off by saying that:
- $x$ cannot be a zero vector in this case. The original statement $x^TAx = 0 \Rightarrow Ax = 0$ is trivial for a zero $x$ vector and needs no proof.
- from $Ax \neq 0$ we have $rank(Ax) = 1$ since $Ax$ is also a non-zero vector.
- problem: how to show that the $x^T$ vector and the $Ax$ vector cannot be orthogonal? (this would be the point of the contradiction proof)
- problem 2: the only idea I have for a proof barely utilizes the rank of a matrix, which is my assignment.