Wednesday, November 30, 2016

abstract algebra - What should be isomorphism class of Aut(mathbbZpatimesmathbbZpbqc)?



I am trying to get some ideas on the following problem but no result. Please show me the way.



Aut(G) denotes the group of automorphisms of the group G. If p,q are distinct primes then how shall we find the isomorphism class of
Aut(Zpa×Zpbqc)

where a,b,cN.



What I tried is the following: ZpbqcZpb×Zqc and hence
Aut(Zpa×Zpbqc)Aut(Zpa×Zpb)×Aut(Zqc)
because we know that if (|G1|,|G2|)=1 then Aut(G1×G2)Aut(G1)×Aut(G2).



Question is: What shall we do now? Is there any new ideas please or am I completely in the wrong direction ?



Thanks in advance


Answer




It is well-known that Aut(Zqc) has order qc1(q1), and it's cyclic except in the case q=2 and c3, when it's the product of two cyclic groups one of which has order 2. So the only question is, what is Aut(Zpa×Zpb)?



In the case a=b, it is not too hard to see that the answer is GL(2,Zpa) (invertible 2x2 matrices over the ring Zpa).



In the general case, I will assume ab. The automorphism group turns out to be a group of "2x2 matrices with mixed entries": (ABCD) where A,BZpa ; C,DZpb; determinant not divisible by p; and C \equiv 0 \mod{p^{b-a}}.



These matrices act as automorphisms on \mathbb{Z}_{p^a} \times \mathbb{Z}_{p^b} (as column vectors) in the usual way, and the matrices multiply by each other in the usual way. You might be worried that you're adding/multiplying elements from different rings, but it turns out everything is well-defined. (Lift everything to \mathbb{Z}, do the arithmetic in \mathbb{Z}, and project back down; then check that the result is independent of the lift.)



The condition C \equiv 0 \mod{p^{b-a}} is important for things to work out. You can see that this condition is necessary because the image of (1,0) is (A,C), and the former has order p^a so the latter must also, thus forcing C \equiv 0 \mod{p^{b-a}}.




For a precise treatment of the above, see this article on the group of automorphisms of an arbitrary finite abelian group.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f \colon A \rightarrow B and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...