Which of the following statements are true?
$1.$ If $A ∈M_n(C)$ is such that $(Ax,x) = 0$ for all $x ∈C^n$, then $A = 0$.
$2.$ If $A ∈M_n(C)$ is such that $(Ax,x) ≥ 0$ for all $x ∈C^n$, then $A = A^∗$.
I know that $A$ is skew symmetric Matrix iff $x^tAx = 0$ for all $x ∈R^n$ and $A ∈M_n(R)$.
The question posted by Neha Gupta had an WRONG answer. That's why I posted it again.
Both are true. For the first one, the canonical way is to use the Polarization identity to show that $(Ax,y)=0$ for all $x,y$. A less standard way is to notice that $[x,y]=(Ax,y)$ is a sesquilinear form (since $[x,x]=(Ax,x)=0\geq0$), so one has, using Cauchy-Schwarz for $[\cdot,\cdot]$, $$ \|Ax\|^2=(Ax,Ax)=[x,Ax]\leq [x,x]^{1/2}[Ax,Ax]^{1/2}=(Ax,x)^{1/2}(A^2x,Ax)^{1/2}=0. $$ Thus $Ax=0$ for all $x$.
For the second one, $$ (A^*x,x)=(x,Ax)=\overline{(Ax,x)}=(Ax,x). $$ So $((A^*-A)x,x)=0$ for all $x$.