Hey I have this exercise where I don't know how to proceed.
Let $E := \mathbb{Q}( \sqrt{3}, \sqrt{5}, \sqrt[3]{7})$ be a field extension of $\mathbb{Q}$. Determine a $ϑ ∈ E$ with the property $E = \mathbb{Q}(ϑ)$.
I was thinking of proving $\mathbb{Q}( \sqrt{3}, \sqrt{5}, \sqrt[3]{7})=\mathbb{Q}( \sqrt{3} \cdot \sqrt{5}\cdot \sqrt[3]{7})$
But I don't know if it's right and I don't know how to proceed. I should prove that $\sqrt{3}, \sqrt{5}, \sqrt[3]{7} \in \mathbb{Q}( \sqrt{3} \cdot \sqrt{5}\cdot \sqrt[3 ]{7})$ and that $\sqrt{3} \cdot \sqrt{5}\cdot \sqrt[3]{7} \in \mathbb{Q}( \sqrt{3}, \sqrt{5} , \sqrt[3]{7})$?
Can someone help me?
Let us consider the numbers $a=\sqrt 3$, $b=\sqrt 5$, $c=\sqrt[3]7$, and
$$ t = (a+b)c = (\sqrt 3+\sqrt 5)\sqrt[3]7\ . $$ We want to show that the inclusion $K:=\Bbb Q(t)\subseteq \Bbb Q(a,b,c)$ is in fact an equality. So we need algebraic expressions in $t$ reproducing each of $a,b,c$.
For this, we compute: $$ \begin{aligned} t^3 &=(a+b)^3\cdot 7=(\sqrt 3+\sqrt 5)^3\cdot 7=(18\sqrt 3+14\sqrt 5)\cdot 7\in K\ ,\\ t^9 &=(a+b)^9\cdot 7^3= (\sqrt 3+\sqrt 5)^9\cdot 7^3 =(70416\sqrt3 + 54544\sqrt5)\cdot 7^3\in K\ ,\\ \end{aligned} $$ and because the determinant $$ \begin{vmatrix} 18 & 14\\ 70416 & 54544 \end{vmatrix} = 2^5 \begin{vmatrix} 9 & 7\\ 4401 & 3409 \end{vmatrix} $$ does not vanish (as it does not modulo ten). So we can extract $a,b$ linearly from $t^3,t^9$. This gives first $a,b\in K$, then $c=(a+b)/t\in K$.
$\square$