Sunday, October 13, 2019

Isomorphism between two finite fields



We have k1:=F7(α) and k2:=F7(β) where α2=3 and β2=1 in F7. I have to show that these two are isomorphic.



Let ϕ:k1k2 be a homomorphism which preserves 1k1. Then



ϕ(α2)=ϕ(3)=3=ϕ(α)2



where




ϕ(α)=x+yβ,x,yF7



Thus



(x+yβ)2=ϕ(α)2=x2+2xyβ+y2β2=x2+2xyβy2=3



So x or y must be 0. But y can't be zero because 3 has no root in F7. So x=0 such that



y2=3y{2,2}




Is the function ϕ with ϕ(x)=x for xF7 and ϕ(α)=2β then an isomorphism ?


Answer



Well, you have a candidate; why don't you check whether ϕ((a+bα)(c+dα))=ϕ(a+bα)ϕ(c+dα), for all a,b,c,dF7? For sums it's trivial, as you already define it as a linear map over the base field.


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