Let $K=\mathbb{Q}(\sqrt{5-2\sqrt{2}})$. I need to Compute $[K:\mathbb{Q}]$ and find a basis for $K$ as a vector space over $\mathbb{Q}$. I also need to find a polynomial $p(x)\in \mathbb{Z}[x]$, such that $K=\mathbb{Q}[x]/(p(x))$.
Here is what I have so far :
Let $\alpha = \sqrt{5-2\sqrt{2}}$, $$\alpha^2=5-2\sqrt{2} \Rightarrow (5-\alpha^2)^2=8 \Rightarrow \alpha^4-10\alpha^2+17=0.$$ I can prove that $p(x) := x^4-10x^2+17$ is irreducible over $\mathbb{Q}$, then I can say that $p(x)$ is the minimal polynomial of $\alpha$. Therefore $$[\mathbb{Q}(\alpha):\mathbb{Q}]=4$$
But I am not sure how to find basis elements, The thing that comes to my mind is $$\mathcal{B}=\{1,\sqrt2,\sqrt{5-2\sqrt{2}},\sqrt2 \cdot \sqrt{5-2\sqrt{2}} \}$$ But how can I prove that the elements in $\mathcal{B}$ are $\mathbb{Q}$-linearly independent ?
Thanks in advance,
The following is a standard argument:
Let $K = F(a)$ for some $a$ algebraic over $F$, and let $[K:F]=d$. Then the minimal polynomial $m(x) \in F[x]$ of $a$ has degree $d$ and $1,a,a^2, \dots, a^{d-1}$ are a basis of $F$ over $K$.
To see this, you can note that $1,a,a^2, \dots, a^{d-1}$ are $d$ elements which are linearly independent (otherwise you would have a polynomial of degree $d-1$ vanishing on $a$).
In your particular case, you have just that $1, \alpha, \alpha^2, \alpha^3$ is a basis of $K$ over $\mathbb{Q}$.