2

Given a field-extension $K\subset M$. Let $x,y \in $ M be algebraic, $ f\in K[X,Y]$ and $z=f(x,y) \in M$. Show that $z$ is algebraic.

So far I got this obvious step:

Since $x$ and $y$ are algebraic so we can find a $g\in K[X,Y]$ with $g(x,y)=0$

I can't see a connection, can someone give me a hint? I tried seeing it with a example, but i can't generalize it.

dantopa
  • 10,342
dougle
  • 25

2 Answers2

2

Take a moment to think, what are you doing when you evaluate $f$ on $x$ and $y$? You're just adding and multiplying them together, right? So this just boils down to showing that the algebraic elements of a field extension are a subfield of the extension (in fact, you just need to show they are a subring for the purposes of this question).

Edit: My previous proof was really hasty and totally mistaken, but the fact that the algebraic elements of an extension are a subfield follows from basic facts about field extensions. Let me sketch an argument for you here.

Edit #2: I wasn't totally happy with the second attempt either. Here I give a more fleshed out proof.

Suppose $\alpha$ and $\beta$ are algebraic. Recall that $K(\alpha) \cong K[X]/\langle \min_\alpha(x) \rangle$, where $\min_\alpha(x)$ is the minimum polynomial of the element $\alpha$ and $K(\alpha)$ is the smallest subfield of $M$ that contains $\alpha$. Now we have that $K(\alpha)$ is a vector space over $K$ of dimension equal to the degree of $\alpha$, and in particular it is spanned by the elements $1, \alpha, \alpha^2,\ldots \alpha^{n-1}$ where $n$ is the degree of $\alpha$. What this means is that $\alpha^{-1}$ is a polynomial expression in terms of $\alpha$, and so if the algebraic numbers are closed under multplication and addition, they are closed under inversion (of nonzero numbers) as well. Since $\alpha$ and $\beta$ are algebraic, it follows that $[K(\alpha,\beta):K] = [K(\alpha,\beta):K(\alpha)][K(\alpha):K]$ is finite (do you see why each factor is finite, in particular the first one?), and so $K(\alpha,\beta)$ is algebraic. Therefore $\alpha + \beta$ and $\alpha\beta$ are algebraic over $K$, and we are done. For additional proofs of this fact you can look at this thread, from which I adapted the proof presented here.

  • 1
    that was pretty obvious, thank you very much! i already thought about what it means to evaluate f on x and y but i did not saw the connection to a subfield, mainly because the elements are in K but K is only a subfield so it is fine – dougle Nov 20 '18 at 19:46
  • I find it difficult to see that $p(x) = q(y) = 0$ implies $x + y$ is a zero of $p + q$, i.e. that $p(x + y) + q(x + y) = 0$, and similar for $xy$: why should $p(xy)q(xy) = 0$? How do these things work? Cheers! – Robert Lewis Nov 20 '18 at 20:53
  • 2
    @RobertLewis In fact you are right; I was way too hasty in writing out this proof. I'll update it accordingly. – silvascientist Nov 20 '18 at 20:59
  • @MonstrousMoonshiner: I look forward to seeing your latest work! – Robert Lewis Nov 20 '18 at 21:01
  • 1
    Btw, if this answer was helpful, in addition to accepting it, might you also consider giving it an upvote? That's how we indicate that content is useful around here :) – silvascientist Nov 20 '18 at 21:11
  • @MonstrousMoonshiner: now you've got it! Well done! *endorsed, +1!!!* – Robert Lewis Nov 20 '18 at 21:44
  • 1
    @RobertLewis I can't tell whether or not you are being a little bit sarcastic... :) – silvascientist Nov 21 '18 at 04:40
  • @MonstrousMoonshiner: *+1* is never sarcastic. So, no . . . :) – Robert Lewis Nov 21 '18 at 04:41
  • 1
    @RobertLewis Ah, I thought that the +1 had come from OP not you. For a while I had the impression that you might be teasing me for requesting upvotes... :) – silvascientist Nov 21 '18 at 04:45
  • @MonstrousMoonshiner: Well, I won't say I won't tease you about such requests, but I can't be too serious about it because I have done it more than once myself. Some of these newbies got to manners . . .;) – Robert Lewis Nov 21 '18 at 04:50
  • 1
    @MonstrousMoonshiner thanks for the edit,i thought i gave it a +1 and now i surely did! ;) (I Wanted to try figuring out why xy => p(xy)q(xy)=0 aswell as the summation but know it's even clearer. – dougle Nov 21 '18 at 06:59
1

If $x, y \in M$ are each algebraic over $K$, then of course

$K(x), K(y) \subset M \tag 1$

and

$[K(x):K] = n, [K(y):K] = m < \infty; \tag 2$

now any polynomial

$f(X, Y) \in K[X, Y] \tag 3$

may be written

$f(X, Y) = \displaystyle \sum_{i, j = 0}^{i + j \le \deg f} f_{ij}X^i Y^j, \; f_{ij} \in K, \forall i, j, \tag 4$

which may be re-arranged as follows:

$f(X, Y) = \displaystyle \sum_{i, j = 0}^{i + j \le \deg f} f_{ij}X^i Y^j = \sum_{j = 0}^{j = \deg f} \left ( \sum_{i = 0}^{i = \deg f - j} f_{ij} X^i \right ) Y^j= \sum_{j = 0}^{\deg f} P_j(X)Y^j, \tag 5$

where

$P_j(X) = \displaystyle \sum_{i = 0}^{i = \deg f - j} f_{ij} X^i \in K[X]; \tag 6$

in this way we express $f(X, Y)$ as a polynomial in $Y$ with coefficients in the ring $K[X]$; that is, as an element of $K[X][Y]$:

$f(X, Y) \in K[X][Y]; \tag 7$

in the light of these remarks, we see that

$z = f(x, y) = \displaystyle \sum_{j = 0}^{\deg f} P_j(x)y^j \in K(x)(y) = K(x, y), \tag 8$

where

$P_j(x) = \displaystyle \sum_{i = 0}^{i = \deg f - j} f_{ij} x^i \in K(x). \tag 9$

By virtue of (8), we see that $z$ is algebraic over $K$ provided that

$[K(x)(y):K] = [K(x, y):K] < \infty; \tag{10}$

since

$[K(x):K] = n < \infty, \tag{11}$

we see that (10) will bind if

$[K(x)(y):K(x)] = [K(x, y):K(x)] < \infty, \tag{12}$

by virtue of

$[K(x)(y):K] = [K(x)(y):K(x)][K(x):K]; \tag{13}$

now by (2), we know that $y$ satisfies some polynomial

$\theta(X) \in K[X]; \; \theta(y) = 0, \tag{14}$

with

$\deg \theta \le m; \tag{15}$

but since

$\theta(X) \in K[X] \subset K(x)[X], \tag{16}$

it follows that

$[K(x)(y):K(x)] \le m; \tag{17}$

therefore (13) yields

$[K(x)(y):K] = [K(x)(y):K(x)][K(x):K] \le mn; \tag{18}$

now (8) and (18) act together in collusion to prove that $z$ is algebraic over $K$.

Robert Lewis
  • 71,180