Proof about arithmetic progressions

  • Thread starter Thread starter cragar
  • Start date Start date
  • Tags Tags
    Arithmetic Proof
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
cragar
Messages
2,546
Reaction score
3

Homework Statement


Prove that there exist arbitrarily long arithmetic progressions formed of different
positive integers such that every two terms of these progressions are relatively prime.

The Attempt at a Solution


I first thought of looking at odd numbers separated by a powers of 2 but I don't think this forms a progression.
It seems weird to me because if I have a+bx where a and b are fixed constants so I am adding
a multiple of x eventually x will equal a and then 2a so they won't be relatively prime.
unless its like how we can have arbitrarily long composite numbers because of n!+2...n!+n
then I could just maybe add a multiple of the prime between n! and 2n!.
 
Physics news on Phys.org
It seems weird to me because if I have a+bx where a and b are fixed constants so I am adding
a multiple of x eventually x will equal a and then 2a so they won't be relatively prime.
Right, and the conclusion is that no infinite arithmetic progression with that property can exist.
If you want to avoid a common divisor of 2 for an arbitrary progression length, how can you do that? (You found the answer already)
If you want to avoid a common divisor of 3 for an arbitrary progression length, how can you do that? In particular, what can you say about b?
... generalize to all primes.
 
ok so I guess I could use this progression 1+n!,1+2n!,1+3n!,...1+(n)n!,
all of these are relatively prime because if i take an two term in this progression and look at their
difference rn!+1-(kn!+1) where k<r<n+1 then i get n!(r-k) and (r-k)<n and none of these terms are divisible
by any of the prime factors of n! or r-k.