Given a finite dimensional vector space $V$ over $F$ and a fixed matrix $(\alpha_{ij})=A \in M_n(F)$ and the bilinear form on $V \times V$ by $B(u,v)=\sum_{i=1}^{n} \sum_{j=1}^{n} \alpha_{ij} \zeta_i \eta_j$, where $\zeta_i$ and $\eta_j$ are the coordinates of $u,v$, I want to show that if the rank of $A$ is $n$, then $B$ is non-degenerate.
I am absolutely stuck. :( I cannot seem to get a hold on this problem. I would really appreciate a hint in the right direction. The only thing that I think is in the right direction is that if $rank(A)=n$ then $n(A)=\lbrace 0 \rbrace$ and the columns form a basis of $V$.... Also, that $B(u,v) \equiv u^TAv$.
The definition of non degenerate bilinear form is that if there exist $u$ such that for all $v$, $u^TAv = 0$ then $u=0$.
Choose $v$ as vectors in the canonical basis such as $(1,0,\cdots , 0)$, $(0,1,\cdots , 0)$ , etc. and you will find that it means that $$u^TA_1 = 0$$ $$u^TA_2 = 0$$ $$ \cdots $$ $$u^TA_n = 0$$ Where the $A_i$s are the column vectors of $A$. Treat this as a system of linear equation and the fact that $rank(A) = n$ implies that the only solution is $u = 0$.