I have a question from an exercise.
So $V$ is a vector space with quadric form $q:V\to \mathbb{R}$ . I have to prove that if the exists $u$, $v$ in $V$ such that $q(v)>0$ and $q(u)<0$ then there exists $w$ in $V$ such that $q(w)=0$.
So what I did is , since we have a quadric form, which belongs to a symetric bilinear form $g(- ,- ):V \times V\to V$ we can find an orthogonal basis for it. Lets say the basis is $B=\{b_1,...,b_n\}$
Then there exists $1\leq i\leq n$ such that $q(v_i)>0$ and $1\leq j \leq n$ such that $q(v_j)<0$ (otherwise we couldn't find two vectors that has outputs on $q$ with different signs.)
Let's assume $q(v_i)=b>0$ and $q(v_j)=c<0$. We can find a vector $v$ and $u$ such that $q(v)=1$ and $q(u)=-1$ because we can use the linearity of the bilinear form
We know that for every $u$ and $v$ in $V$ $g(u,v)=\frac{1}{2}(q(u+v)-q(v)-q(u))$ we will get
$0=g(v,u)=\frac{1}{2}(q(v+u)-q(v)-q(u))$ -> $q(v+u)=q(v)+q(u)=1-1=0$ where $w=v+u$ as desired.
Is this solution correct? Can I assume that $q$ belongs to a syymetric bilinear form ? Because when we learned about quadric form, it is defined on a symetric bilinear form.
Appreciate all feedbacks, thanks!
Yes, over fields not characteristic $2$, each quadratic form is associated with the symmetric bilinear form you used.
The idea is indeed to produce $u,v$ such that $B(u,u)=1$, $B(v,v)=-1$ and $B(u,v)=0$, but so far in your solution you haven't explained how to get $B(u,v)=0$. In general it's possible for this to be nonzero. Accomplish this and your solution is completed.