We want to prove that $a+b\sqrt2+c\sqrt3 +d\sqrt6 =0$ where $a,b,c,d \in \mathbb Q$ such that $a=b=c=d=0$.
Can we prove that
there exists no linear combination of $1, \sqrt3, \sqrt6$ that gives $\sqrt2$
there exists no linear combination of $1, \sqrt2, \sqrt6$ that gives $\sqrt3$
there exists no linear combination of $1, \sqrt3, \sqrt2$ that gives $\sqrt6$
there exists no linear combination of $\sqrt2, \sqrt3, \sqrt6$ that gives $1$
Which would mean they are all linearly independent?
So for the first one, I would do suppose there does exist $a,b,c \in \mathbb Q$ such that $\sqrt2=a+b\sqrt3 + c\sqrt6 $ but we can minus $a$ from both sides and then square both sides, then we would get after rearranging: $$\sqrt2 = \frac{2+a^2 -3b^2 - 6c^2}{2a+6bc}$$ which can't be true so there is no linear combination.
And then do similar for the rest of the 3 parts I named?
This question is very linked to Basis for $\mathbb Q (\sqrt2 , \sqrt3 )$ over $\mathbb Q$ but I decided to make a new thread because asking this is very lengthy as you can see.
Suppose you have $$a+b\sqrt2+c\sqrt3 +d\sqrt6 =0$$ for rational coefficients. Then $$(a+b\sqrt2)+ \sqrt3 (c +d\sqrt2) =0.$$ If $c +d\sqrt2 \ne 0$, we have that $$\sqrt{3} = - \frac{a+b\sqrt2}{c +d\sqrt2} = \frac{(a + b \sqrt{2})(c - d \sqrt{2})}{c^2 - 2 d^2} = \frac{a c - 2 b d}{c^2 - 2 d^2} + \frac{b c -a d }{c^2 - 2 d^2} \cdot \sqrt{2} = u + v \sqrt{2}$$ for some rational $u, v$. Prove that this is impossible. (Just square both sides and distinguish a couple of cases.)
If $c +d\sqrt2 = 0$, then $c = d = 0$, as $\sqrt{2}$ is irrational. Therefore $a+b\sqrt2 = 0$, so that also $a = b = 0$.