Showing that ##Aut ~ Z_p \simeq Z_{p-1}##

  • Thread starter Bashyboy
  • Start date
In summary, a conversation about proving that ##Aut~ Z_p## is isomorphic to ##Z_{p-1}## was discussed. The conversation involved interpreting ##Z_p## as a group under addition, discussing the order of an element, and showing that the automorphism group is cyclic. It was mentioned that the hardest part is guessing a form for the required isomorphism, which is a function ##f: Z_{p-1} \times Z_p \to Z_p##. A suggestion was made to try ##f(k,s)=2^ks##, which gives a homomorphism into ##Aut Z_p##, but it was questioned if it is an isomorphism.
  • #1
Bashyboy
1,421
5

Homework Statement



I am trying to show that ##Aut~ Z_p## is isomorphic to ##Z_{p-1}##, where ##Z_p## denotes the congruence class of integers ##\mod p## and ##p## a prime.

Homework Equations

The Attempt at a Solution



I have shown ##Aut~ Z_p## consists of ##p-1## elements, using the fact that a homomorphism is uniquely determined by how it maps ##[1]_p##, the generator of ##Z_p##; the only element it cannot be mapped to is ##[0]_p##, otherwise ##[1]_p \rightarrow [k]_p \neq [0]_p## extends to an automorphism.Now I am trying to show that ##Aut~ Z_p## is a cyclic, and show that mapping the generator of ##Aut~ Z_p## to ##Z_{p-1}## defines an isomorphism. However, I am having trouble showing this. I could use some hints.

I just want to add that this is an early exercise in Hungerford, so, for example, the order of an element hasn't even been defined yet.
 
Physics news on Phys.org
  • #2
In this exercise is ##Z_p## considered as a group under the operation of addition, or as a field?
 
  • #3
Having thought about this some more, I concluded that we need to interpret ##Z_p## as a group under addition rather than a field.

With that interpretation, your first sentence in section 3 above is correct.
Given that result, I don't think you need to ask about cyclicality do you (the subject of your next para)? In fact you have already done most of the proof. The remaining part is just to state the isomorphism between ##Aut\ Z_p## and ##Z_{p-1}##.

First make a guess as to what map ##\theta## from ##Z_{p-1}## to ##Z_p\times Z_p## (the set of maps from ##Z_p## to itself) might be the required isomorphism, then check that
1. its image is always in ##Aut\ Z_p##
2. ##\theta## is a group homomorphism
3. ##\theta## is one-to-one
4. ##\theta## is onto

The hardest part is guessing a form for ##\theta##. We need to specify a function ##f:Z_{p-1}\times Z_p\to Z_p## such that
$$\theta([k]_{p-1})([r]_p)=[f(k,r)]_p$$
The properties we require for ##f## are
  1. ##f(0,r)=r## (##\theta## maps ##[0]_{p-1}## to the identity automorphism on ##Z_p##)
  2. ##[f(k,r)]_p\neq [f(k,s)]_p## if ##k\neq 0##, ##r\neq s## and ##0\leq r,s<p## (##\theta(k)## must be injective)
  3. for any ##k##, ##[f(k,r+s)]_p=[f(k,r)]_p+[f(k,s)]_p## (##\theta(k)## must be a homomorphism)
You can expect that ##f## will be fairly simple, although it is not immediately obvious what it should be.
 
  • #4
Bashyboy has already spelled out what the automorphisms are by considering the possible images of ##1##. That's the straightforward part. The hard part is showing the automorphism group is cyclic. This is a standard result, it's showing that there is a primitive root. But I don't know of any proofs that are simple enough that I would assign them as an exercise before I discussed what 'order of an element' means.
 
  • #6
andrewkirk said:
Having thought about this some more, I concluded that we need to interpret ZpZpZ_p as a group under addition rather than a field.

Yes, you are right in construing it as a additive group. I am sorry I didn't respond sooner. Also, I forgot to mention that I have already proved that ##Z_p## is multiplicative group whenever ##p## is prime.

andrewkirk said:
First make a guess as to what map θθ\theta from Zp−1Zp−1Z_{p-1} to Zp×ZpZp×ZpZ_p\times Z_p (the set of maps from ZpZpZ_p to itself) might be the required isomorphism, then check that
1. its image is always in Aut ZpAut ZpAut\ Z_p
2. θθ\theta is a group homomorphism
3. θθ\theta is one-to-one
4. θθ\theta is onto

The hardest part is guessing a form for θθ\theta. We need to specify a function f:Zp−1×Zp→Zpf:Zp−1×Zp→Zpf:Z_{p-1}\times Z_p\to Z_p such that
θ([k]p−1)([r]p)=[f(k,r)]pθ([k]p−1)([r]p)=[f(k,r)]p​
\theta([k]_{p-1})([r]_p)=[f(k,r)]_p
The properties we require for fff are
  1. f(0,r)=rf(0,r)=rf(0,r)=r (θθ\theta maps [0]p−1[0]p−1[0]_{p-1} to the identity automorphism on ZpZpZ_p)
  2. [f(k,r)]p≠[f(k,s)]p[f(k,r)]p≠[f(k,s)]p[f(k,r)]_p\neq [f(k,s)]_p if k≠0k≠0k\neq 0, r≠sr≠sr\neq s and 0≤r,s<p0≤r,s<p0\leq r,sθ(k)θ(k)
    \theta(k) must be injective)
  • for any kkk, [f(k,r+s)]p=[f(k,r)]p+[f(k,s)]p[f(k,r+s)]p=[f(k,r)]p+[f(k,s)]p[f(k,r+s)]_p=[f(k,r)]_p+[f(k,s)]_p (θ(k)θ(k)\theta(k) must be a homomorphism)
You can expect that fff will be fairly simple, although it is not immediately obvious what it should be.

So, do you happen to know what ##\theta## and #f## look like? I'm still going to need to think about it.
 
  • #7
Bashyboy said:
Yes, you are right in construing it as a additive group. I am sorry I didn't respond sooner. Also, I forgot to mention that I have already proved that ##Z_p## is multiplicative group whenever ##p## is prime.
So, do you happen to know what ##\theta## and #f## look like? I'm still going to need to think about it.

You already know what the automorphisms look like. You said it in the first post. If you know where ##1## is mapped you know where everything is mapped. It's a generator.
 
  • #8
Bashyboy said:
So, do you happen to know what θ\theta and #f## look like? I'm still going to need to think about it.
Whoa, that partial quote facility really doesn't play well with latex does it? :smile:

Try ##f(k,s)=2^ks##
 
  • #9
andrewkirk said:
Whoa, that partial quote facility really doesn't play well with latex does it? :smile:

Try ##f(k,s)=2^ks##

That gives you a homomorphism into ##Aut Z_p##. Are you sure it's an isomorphism? Look at ##Z_7##.
 
  • #10
Dick said:
That gives you a homomorphism into ##Aut Z_p##. Are you sure it's an isomorphism? Look at ##Z_7##.
Great Caesar's Ghost, you're right - it doesn't work!

And I felt so sure of that mapping.
 
  • #11
andrewkirk said:
Great Caesar's Ghost, you're right - it doesn't work!

And I felt so sure of that mapping.

Right. You can't just use 2 for all values of p. You need a primitive root. There's a number of proofs that one exists. None of them give you a formula for finding one.
 

1. What is ##Aut##?

##Aut## stands for "automorphism," which is a mathematical concept that describes a certain type of function. In this case, we are interested in automorphisms of the group ##Z_p##, or the integers modulo ##p##, where ##p## is a prime number.

2. What does it mean for two groups to be isomorphic?

Two groups are considered isomorphic if there exists a bijection, or one-to-one correspondence, between their elements that preserves the group structure. In simpler terms, this means that the two groups have the same number of elements and the same operations on those elements.

3. How do you show that ##Aut ~ Z_p \simeq Z_{p-1}##?

To show that two groups are isomorphic, we need to find a function, called an isomorphism, that maps the elements of one group to the elements of the other group in a way that preserves the group structure. In this case, we can show that ##Aut ~ Z_p## and ##Z_{p-1}## are isomorphic by constructing an isomorphism between them.

4. What is the significance of showing that ##Aut ~ Z_p \simeq Z_{p-1}##?

This result has several important implications in mathematics. One of the main applications is in the study of group theory, where it allows us to better understand the structure and properties of automorphism groups. It also has connections to other areas of mathematics, such as number theory and abstract algebra.

5. Can you explain how the isomorphism between ##Aut ~ Z_p## and ##Z_{p-1}## is constructed?

The isomorphism between ##Aut ~ Z_p## and ##Z_{p-1}## is constructed by mapping each automorphism of ##Z_p## to a unique element in ##Z_{p-1}##. This mapping is defined by considering the action of the automorphism on the generator of ##Z_p##, which is the number 1. By assigning each automorphism to the number of times it takes 1 to reach itself, we can construct a one-to-one correspondence between the two groups, thus proving their isomorphism.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
2K
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Linear and Abstract Algebra
Replies
15
Views
3K
Replies
0
Views
319
Back
Top