Proving that 'a' can be written as the nth power

  • Thread starter Thread starter STEMucator
  • Start date Start date
  • Tags Tags
    Power
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 4K views
Messages
2,076
Reaction score
140

Homework Statement



Let a belong to a group and |a| = m. If n is relatively prime to m, show that
a can be written as the nth power of some element in the group.

Homework Equations



We know :
|a| = m
gcd(m,n) = 1

We want to show :
bn = a for some b in the group.

The Attempt at a Solution



Okay, I didn't really know where to start with this one, but I'll give it a try.

We know the gcd can be written as a linear combination, that is :

gcd(m,n) = 1 = ms + nt for some integers s and t.

Now :
1 = ms + nt
a1 = ams + nt
a = ams ant
a = easant
a = asant

Here's where I get stuck. Any pointers?
 
Physics news on Phys.org
Zondrina said:

Homework Statement



Let a belong to a group and |a| = m. If n is relatively prime to m, show that
a can be written as the nth power of some element in the group.

Homework Equations



We know :
|a| = m
gcd(m,n) = 1

We want to show :
bn = a for some b in the group.

The Attempt at a Solution



Okay, I didn't really know where to start with this one, but I'll give it a try.

We know the gcd can be written as a linear combination, that is :

gcd(m,n) = 1 = ms + nt for some integers s and t.

Now :
1 = ms + nt
a1 = ams + nt
a = ams ant
a = easant
I'm not sure what you did to get the last line. [itex]a^{ms} = (a^m)^s = e^s = e[/itex], so the last line should be [itex]a = a^{nt}[/itex].
 
jbunniii said:
I'm not sure what you did to get the last line. [itex]a^{ms} = (a^m)^s = e^s = e[/itex], so the last line should be [itex]a = a^{nt}[/itex].

Ohhh whoops. I got confused by all the tags lol.

So really I have :

1 = ms + nt
a1 = ams + nt
a = ams ant
a = (am)sant
a = esant
a = ant

Hence a can be written as the nth power of some element in the group and we are done.
 
Zondrina said:
Ohhh whoops. I got confused by all the tags lol.

So really I have :

1 = ms + nt
a1 = ams + nt
a = ams ant
a = (am)sant
a = esant
a = ant

Hence a can be written as the nth power of some element in the group and we are done.


Right, specifically [itex]a = (a^t)^n[/itex].
 
jbunniii said:
Right, specifically [itex]a = (a^t)^n[/itex].

Yeah I wrote that down for my final solution after, I was just highlighting that your hint let me get there nice and quickly.

I wish I had analysis homework rather than this. I feel lost with algebra all the time.