Suppose $Q_1,..., Q_n$ are polynomials in $x_1,x_2,...,x_{2n-1}, x_{2n}$ such that $$\tag{1}Q_1 x_1+Q_2 x_3+\cdots_+Q_n x_{2n-1}=0,\\ Q_1 x_2+Q_2 x_4+\cdots_+Q_n x_{2n}=0.$$ I wonder if it is always true that all $Q_1, \cdots, Q_{n}$ vanishes.
It is easy to prove the case when $n=1$. So I want to prove it by using induction, but I am stuck.
Edit: I can solve the case for $n=1,2$. For $n=1$, $(1)$ implies that $Q_1x_1=0$ and $Q_1x_2=0$, which implies that $Q_1=0$. For $n=2$, $(1)$ implies that $$Q_1x_1+Q_2x_3=0\mbox{ and }Q_1x_2+Q_2x_4=0.\tag{2}$$ As XTL pointed out, multiply the first equation by $x_2$ and multiply the second equation by $x_1$ and take the difference, we obtain $Q_2(x_2x_3-x_1x_4)=0$, which implies that $Q_2=0$. Put it back to $(2)$, we get $Q_1=0$.