2

Suppose I have a field $\Bbb{Q}(\sqrt{2})$. And as I know that $\Bbb{Q}(\sqrt{2})=\{a+b\sqrt{2}: a,b\in \Bbb{Q}\}$ as a vector space basis would be $\{a,b\}$. I wanna know that how would elements be in $\Bbb{Q}(\sqrt{2},\sqrt{3})$? How to generalize the elements in $\Bbb{Q}(\sqrt{p_1},\sqrt{p_2},\dots,\sqrt{p_n})$? where each $p_i$ is prime number.

ShBh
  • 6,054
Unknown
  • 3,073

1 Answers1

0

$\Bbb{Q}(\sqrt{2},\sqrt{3})=\Bbb{Q}[\sqrt{2},\sqrt{3}] = $ image of the map $\Bbb{Q}[x,y] \to \Bbb{R}$ induced by $x \mapsto \sqrt{2}$, $y \mapsto \sqrt{3}$.

Therefore $\Bbb{Q}(\sqrt{2},\sqrt{3})$ is the set of all polynomials expressions in $\sqrt{2}$ and $\sqrt{3}$. Consider a typical monomial $\sqrt{2}^i \sqrt{3}^j$. Conclude that $\Bbb{Q}(\sqrt{2},\sqrt{3})$ is the set of all linear combinations of $\sqrt{2}$, $\sqrt{3}$, $\sqrt{6}$.

lhf
  • 216,483