Monday, July 9, 2018

Field extension


there is for example field GF(24)=GF(16). Is GF(16) a subfield of itself? Following this definition http://mathworld.wolfram.com/Subfield.html there is nothing written that subfield must contain less elements than original field.


Answer



Yes, a field is (trivially) a subfield of itself. If we want to clearly state that something is a subfield of F and not F itself, we might say "proper subfield".


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