I am attempting to prove that $\mathbb{Q}(\sqrt2,\sqrt3)=\mathbb{Q}(α)$ iff $α=a+b\sqrt2+c\sqrt3+d\sqrt6$ where $a,b,c,d\in \mathbb{Q}$ and two or more of $b,c,d$ are nonzero. The forward direction is easy, but I am having some trouble with the backward direction.
Let $α=a+b\sqrt2+c\sqrt3+d\sqrt6$, where $a,b,c,d\in \mathbb{Q}$ and at least two of $b,c,d$ are nonzero. I see that, without loss of generality, we can assume $a=0$. Now, the problem splits in two cases.
Either exactly two of $b,c,d$ are nonzero OR all three of $b,c,d$ are nonzero. I think I can tackle the former case on my own, but I could use some help on the latter.
Assume $b,c,d$ are all nonzero. WLOG, we can take $d=1$ so $α=b\sqrt2+c\sqrt3+\sqrt6$. I see that $\mathbb{Q}(\sqrt2,\sqrt3) \supseteq \mathbb{Q}(α)$, but I need some help proving $\subseteq$. An elementary, straightforward, complete proof without gaps is what I'm looking for.
I desire to prove the following Lemma:
Let $b,c \in \mathbb{Q}-\{0\}$. Then $\mathbb{Q}(\sqrt2,\sqrt3)=\mathbb{Q}(b\sqrt2+c\sqrt3+\sqrt6)$.
One inclusion is obvious, namely $\mathbb{Q}(b\sqrt{2}+c\sqrt{3}+\sqrt{6})\subseteq\mathbb{Q}(\sqrt{2},\sqrt{3})$. Note that the latter field has $\{1,\sqrt{2},\sqrt{3},\sqrt{6}\}$ as basis over $\mathbb{Q}$.
Let $r=b\sqrt{2}+c\sqrt{3}+\sqrt{6}$. If we prove $r$ can't have degree $2$ over $\mathbb{Q}$, we're done.
We have $r^2=2b^2+3c^2+6+2bc\sqrt{6}+4b\sqrt{3}+3c\sqrt{2}$; now $r^2+pr+q=0$, with $p,q\in\mathbb{Q}$, becomes $$ (2b^2+3c^2+6+q)+(3c+bp)\sqrt{2}+(4b+pc)\sqrt{3}+(2bc+p)\sqrt{6}=0 $$ Thus $p=-2bc$. Hence from $4b+pc=0$ we derive $$ 4b-2bc^2=0 $$ As $b\ne0$, we get $c^2=2$. A contradiction.