Let $B$ be some matrix in $\Bbb{R}^{k*n}$ and define $A=B^TB\hspace{0.5cm}(A\in\Bbb{R}^{n*n}$)
How can I show that $A$ is symmetric and positive-semidefinite and that A is strictly positive-definite if and only if $ker(B)=\{0\}$?
I've tried this: $x^TAx=x^TB^TBx=(Bx)^T(Bx)\geq0$, hence it is positive-semidefinite. Then, how can I show that it is symmetric?