True or False? If the square matrix $A=[A_{*1},A_{*2},...A_{*n}]$ has the property that $AA_{*j}=0$ for every $j$, then $A=0$. Note that $A_{*j}$ denotes the $j$th column in the matrix $A$.
Not really sure how to get started.
False. Consider $A = \left[\begin{array}{cc} 1 & -1\\ 1 & -1\end{array}\right]$.
Hint: If $b_1,..,b_n$ column vectors and $B=[b_1|\dots|b_n]$ is the matrix out of them, then by the matrix multiplication rule, we get $$AB=[Ab_1\,|\,Ab_2\,|\dots|\,Ab_n]$$ (of course, if the dimension of $b_i$'s equals to the number of columns of $A$).
So, we are talking about the question $A^2=0 \overset{?}{\implies} A=0$.