Deveno said:
Let's try a naive approach:
Let $u = 2 + \sqrt{3}$. Then $(u - 2)^2 = 3$, so:
$(u - 2)^2 - 3 = 0$.
Multiplying this out, we get:
$u^2 - 4u + 1 = 0$, that is, $u$ is a root of the quadratic polynomial:
$x^2 - 4x + 1$.
If one is willing to accept that $u \not\in \Bbb Q$, this of course means that:
$x^2 - 4x + 1$ is irreducible over $\Bbb Q$. Can you continue?
Thanks Deveno. Sorry for late reply - day job intervened in things!
I followed your post and assume that all we have to do now is quote Theorem 4 of Dummit and Foote section 13.1 which states the following:
---------------------------------------------------------------------------------
Theorem 4. Let $$ p(x) \in F[x] $$ be an irreducible polynomial of degree n over a field F and let K be the field $$ F[x]/(p(x))$$. Let $$ \theta = x mod(p(x)) \in K $$. Then the elements
$$ 1, \theta, {\theta}^2, ... ... , {\theta}^{n-1} $$
are a basis for K as a vector space over F, so the degree of the extension is n i.e.
$$ [K \ : \ F] = n $$. ... ... ... etc etc
----------------------------------------------------------------------------------
In our situation we have
$$ p(x) = x^2 - 4x - 2 $$ where $$ p(x) \in \mathbb{Q}[x] $$.
p(x) has a root u in $$ \mathbb{Q}[x]/(p(x)) $$.
Specifically $$ u = x \ mod(p(x)) \in K = \mathbb{Q}(2 + \sqrt{3}) $$
Then the elements 1 and u are a basis for $$ K = \mathbb{Q}(2 + \sqrt{3})$$.
Thus the degree of the extension $$ \mathbb{Q}(2 + \sqrt{3}) $$ over $$ \mathbb{Q} $$ is 2.
That is [K : F] = 2
Can someone please confirm that the above is correct?
Peter