Monday, November 5, 2018

abstract algebra - Linearly disjoint fields




We say that two field E,F, extending the same base field K, are linearly disjoint if every finite subset of E that is K-linearly independent is also F-linearly independent.



Suppose K=Q. Is this definition equivalent to say that EF=Q? And if so, why?



My attempt: Assuming that the extensions E/Q, F/Q are finite, I tried using the primitive element theorem, so that E=Q(α) and F=Q(β), for some α,β algebraic. Then the elements of these fields are just polynomials in these numbers, but from here i was not able to conclude.



Is is even true if the extensions are not finite?



Thanks in advance!


Answer




No, it is not equivalent.



As a possibly typical example, take K=Q, E=Q(ωα), F=Q(α), where α=32 and ω is a primitive third root of unity.



We have EF=K, but while 1,ωα,ω2α2E are independent over K, you have
1+α22(ωα)+α2(ω2α2)=1+ω+ω2=0,
so they are not independent over F.


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...