Tuesday, July 16, 2019

abstract algebra - Arbitrary number of algebraically independent elements of prime field: when is that possible?


If we consider the prime field Q, and the field extension QC, then for any natural n we can find a1,...,anC algebraically independent over Q. To prove this, we use induction on n, where the case n=1 is trivially true. Now if there are a1,...,an1 algebraically independent, we can (if I'm not mistaken) consider an algebraic closure of Q(a1,...,an1), which would still be in C, but also still countable, since Q and Q(a1,...,an1) are. Hence there must be an an as desired.


Is this proof correct so far?



I'm also interested in a more general statement about fields in arbitrary characteristic, something like:



Let F be a prime field. Then for any natural n we can find a field K containing F and elements a1,...,anK algebraically independent over F.



Unfortunately, I'm not very used to fields, and finite fields especially. I don't know if this statement is true anyway. Could you tell me? If it should be true, is there a way (in finite characteristic) to choose one K for all n, and even maybe use a similar way of proving the statement?


Answer



Your proof is correct.


As for your second question: for any field K the set K(x1,,xn) of (formal) rational functions in n variables is a field containing K, and the elements x1,,xn are algebraically independent over K.


One can generalize the last statement: let X be a set. Then the set K(X) of (formal) rational functions in the variables xX is a field containing K, and the elements xX are algebraically independent over K.


Note that in a specific rational function only finitely many xX actually appear.



H


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...