As the title goes, I am stuck on this problem.
Prove that the set $\{\sqrt{n}:\textrm{$n$ is squarefree}\} =\{1,\sqrt{2}, \sqrt{3},\sqrt{5},\sqrt{6},\sqrt{7},\sqrt{10},\ldots\}$ is a linearly independent set.
I have some reduction. For any fixed prime $p$, any equation can be written as $$a\sqrt{p}\left(\sum \lambda_i\sqrt{n_i}\right)+b\left(\sum \mu_i\sqrt{n_i}\right)=0$$ with $n_i$ squarefree and $p\not{|}n_i$. If $a=0$, then one can use reduction. If $a\neq 0$, then one can assume $a=1$, then $$\sqrt{p}=\sum\nu_i\sqrt{n_i}$$ for some $\nu_i$, since $\mathbb{Q}[\{\sqrt{n_i}\}]$ is a field. Then we have $$p=\left(\sum\nu_i\sqrt{n_i}\right)^2$$ then the coefficients of the above all vanish. But the coefficients is a quadratic equation system on $\nu_i$, how to show it has only zero-solution?
I think that it may be solved by some valuation theory, but i am now just a beginner of the theory. Anyway, thank you for you help.