Automorphisms of an extension field

  • Context:
  • Thread starter Thread starter Bingk1
  • Start date Start date
  • Tags Tags
    Extension Field
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Bingk1
Messages
16
Reaction score
0
Hello, I found this question, and I was able to do the easier parts, but I'm really not comfortable with automorphisms in fields.

Let [tex]f(x)=x^2 + 1 = x^2 - 2 \in Z_3[x][/tex].
Let [tex]u= \sqrt{2}[/tex] be a root of [tex]f[/tex] in some extension field of [tex]Z_3[/tex].
Let [tex]F=Z_3(\sqrt{2})[/tex].

d)List the automorphisms of [tex]F[/tex] which leave [tex]Z_3[/tex] fixed.

What I did is as follows:
[tex]a=1+\sqrt{2}[/tex] generates the nonzero elements of [tex]F[/tex], which is a finite field.
The automorphisms of the multiplicative group of [tex]F[/tex] is isomorphic to the group [tex]U(9)=\{1,2,4,5,7,8\}[/tex].
Since [tex][F:Z_3]=2[/tex], we know that there will be 2 automorphisms which fix [tex]Z_3[/tex], and that these 2 automorphisms form a group, so the non-identity automorphism should have order 2.
This gives us the two automorphisms: [tex]\sigma_1: a \mapsto a[/tex] and [tex]\sigma_2: a \mapsto a^8[/tex].

Is what I've done okay? Any comments/suggestions?
Also, I just wanted to make sure that I've remembered correctly. Technically, [tex]Z_3(\sqrt{2})[/tex] is supposed to consist of elements of the form [tex]\frac{f(u)}{g(u)}[/tex] (taken modulo 3) where [tex]f,g \in Z_3[x][/tex] and [tex]g \neq 0[/tex], but because [tex]u[/tex] is algebraic over [tex]Z_3[/tex], we can say that [tex]Z_3(\sqrt{2})[/tex] consists of elements of the form [tex]f(u)[/tex]. Is this right?
 
Physics news on Phys.org
there is really no need to mention Aut(U(9)).

as it turns out, you have the wrong group there, anyway: there are but 8 non-zero elements of Z3(u), so the field automorphism group must be (isomorphic to) a subgroup of U(8) = {1,3,5,7}.

let's look at the powers of 1+u:

(1+u)2 = 1 + 2u + u2 = 2u

(1+u)3 = (1+u)(2u) = 2u + 2u2 = 2u + 2(2) = 1 + 2u

(1+u)4 = (2u)2 = u2 = 2 <--this shows that 1+u has order 8.

(1+u)5 = (2)(1+u) = 2 + 2u

(1+u)6 = (1+u)(2+2u) = 2 + 2(2u) + 2u2 = (2+1) + u = u

(1+u)7 = (u)(1+u) = u + u2 = 2 + u

(1+u)8 = (2+u)(1+u) = 2 + (1+2)u + u2 = 2 + u2 = 2 + 2 = 1.

now a field automorphism σ must also be an automorphism of the multiplicative group, hence we have:

σ(1+u) = 1+u, (1+u)3, (1+u)5 or (1+u)7.

but a field automorphism must also be an additive homomorphism, so:

0 = σ(0) = σ(u2 + 1) = σ(u2) + σ(1) = σ(u)2 + 1, so σ(u) must also be a root of x2 + 1 in Z3[x]. clearly this "other root" is 2u (= -u):

(x - u)(x - 2u) = x2 -(u + 2u)x + 2u2 = x2 + 2u2 = x2 + (2)(2) = x​2 + 1.

so σ(1+u) = σ(1) + σ(u) = 1 + σ(u) = 1 + 2u = (1+u)3.

it would be nice to express σ solely in terms of what it does to u:

σ(u) = 2u = (u2)(u) = u3.

of course, this makes sense, in any ring of characteristic p, a→ap, is a ring homomorphism.

we have not "yet" shown that σ so defined is actually an additive isomorphism, that is:

σ(a+bu) = 0 iff a = b = 0 (where a,b are in Z3).

however, σ(a+bu) = σ(a) + σ(bu) = σ(a) + σ(b)σ(u)

= a + bσ(u) = a + bu3 = a + 2bu,

so if σ(a+bu) = 0, a = 0, 2b = 0, whence b = (2)(2b) = (2)(0) = 0.

(note that we used the fact that in Z3, a3 = a for all a:

03 = 0
13 = 1
23 = 2(22) = 2((2)(2)) = 2(1) = 2).

it should be clear that {id,σ} forms a group of order 2:

σ2(a+bu) = σ(σ(a+bu)) = σ(a+2bu) = σ(a) + 2bσ(u) = a + 2b(2u) = a + bu,

so σ2 = id.

it might be instructive for you to examine WHY:

σ:1+u → (1+u)5
σ:1+u → (1+u)7

do not lead to additive homomorphisms.