I am a computer scientist, not a mathematician, please forgive my imprecisions. I came across the following structure and I need to understand it better.
Let $R = \mathbb{Q}[X,Y,Z,W]$ be multivariate polynomials over $\mathbb{Q}$ and consider the following elements: $X^2 - \alpha$, $Y^2 - \beta$, $Z^2 - X - \alpha$, $W^2 + X - \alpha$. I understand these generate an ideal $I$, with respect to which it is possible to define an equivalence relation $a \sim b \Leftrightarrow a-b \in I$. I need to operate with the classes $[a] = \{ b \in R : a \sim b \}$ defined by this equivalence, let me call the set of these classes $K$.
- Is $K$ a field?
- In case it is, is it a finite extension of $\mathbb Q$?
- Can I find its dimension and a basis so as to treat it as a vector space?
I have some familiarity with similar issues involving finite fields and univariate polynomials but I do not know how to deal with the multivariate case. I did some quick research and I found about Groebner bases, do they have something in common with this problem?
edit
To make things clearer without reading the many comments below, the problem arised from trying to compute with $\sqrt{5}, \sqrt{2}, \sqrt{5\pm\sqrt{5}}$. It happened that the generators were chosen too naively and did not yield a field. A good choice is proposed in the answer below.