Showing Coprime Sequence with q_1=3

  • Thread starter Thread starter Dragonfall
  • Start date Start date
  • Tags Tags
    Sequence
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
Dragonfall
Messages
1,023
Reaction score
5
Let q_1=3, q_{n+1}=q_1...q_{n}-1. How do I show that any two elements of this sequence are coprime?
 
Physics news on Phys.org
I can't actually think of a way of helping you without giving the answer. Let me try it this way: given q_i and q_j with i<j it is rather clear that there is an integer combination of them that is 1, that is there are integeres a and b with aq_i +bq_j =1 (and hence they are coprime). You have acutally written these integers a and b out explicitly in your own post.
 
Ah of course! I had forgotten about the converse of that theorem.
 
But it is even easier than that: if i<j and some prime divides q_i it cannot divide q_j, and vice versa. It all follows from just reducing that expression you gave mod any prime: if p a prime divides any q_i it cannot divide any other q_j.