Product of r consecutive numbers divisible by r

  • Thread starter Thread starter roger
  • Start date Start date
  • Tags Tags
    Numbers Product
AI Thread Summary
The discussion centers on whether the product of r consecutive integers is divisible by r!. The initial argument suggests that the products of sequences like 1*2*3...r and 2*3*4...(r+1) are congruent to 0 mod r!, implying divisibility. However, participants express concerns about the validity of this reasoning, questioning the necessity of proving that at least one of the last two factors in certain sequences is divisible by 2. They highlight that the argument does not sufficiently address cases where the set of r consecutive integers may not include r, and emphasize that attempting to verify infinitely many cases does not constitute a valid proof. The conversation suggests a need for a more robust combinatorial approach to establish the result.
roger
Messages
318
Reaction score
0
1*2*3...r is congruent to 0modr!

2*3*4...(r+1) is congruent to 0modr!

3*4*5...(r+1)(r+2) is congruent to 0modr! because the last 2 factors must contain 2.

So if I carry on in this fashion is this sufficient to prove that the product of r consecutive numbers is divisible by r!?

It seems like circular argument to me and so I'm not sure if it's justified.
 
Mathematics news on Phys.org
There's a slick combinatorial proof. How many subsets of size r does a set with r+k elements have?
 
roger said:
3*4*5...(r+1)(r+2) is congruent to 0modr! because the last 2 factors must contain 2.

Ummm... Why must the last 2 factors contain 2? If you mean the last two factors are divisible by 2, you do realize that not both of r+1, and r+2 can be divisible by 2 right?

roger said:
So if I carry on in this fashion is this sufficient to prove that the product of r consecutive numbers is divisible by r!?

What exactly is this fashion? What happens when your set of r consecutive integers no longer contains r?
 
roger said:
So if I carry on in this fashion is this sufficient to prove that the product of r consecutive numbers is divisible by r!?


When you've finished verifying all of the infinitely many cases you will have proved the result. It could be a while before we hear from you again, though.
 
could someone clarify what's wrong with it?
 
1. You should have said 'one of the last two factors r+1 and r+2 is divisible by 2'

2. It is not clear that your idea actually works for 4*5*...*r+3, or any other example - you will need to make more of an argument when you start wishing to distribute lots of prime factors, and explain why there are enough powers of 2, say, later on.

3. Even if it did, you are attempting to check infinitely many things in turn. That is not a proof - you will never be able to verify all of the cases by hand as you assert you wish to.
 
roger said:
1*2*3...r is congruent to 0modr!

2*3*4...(r+1) is congruent to 0modr!

3*4*5...(r+1)(r+2) is congruent to 0modr! because the last 2 factors must contain 2.

So if I carry on in this fashion is this sufficient to prove that the product of r consecutive numbers is divisible by r!?

It seems like circular argument to me and so I'm not sure if it's justified.

Personally, I would start off in a slightly different direction: Let's say you have your set of r consecutive numbers, a_1 to a_r. Have a look at the first one, a_1.
1st case: Let's say a_1 is divisible by r. Then you're done.
2nd case: Let's say a_1 is not divisible by r. Then integer division will leave you with a rest between 1 and r-1, true? Now, what implication does this have?
 
If the first of the r numbers is n, and n\equivm(mod(x)) where 0\leqx\leqr, then n+(x-m) is a multiple of x. Because x-m\leqr at least one of the r numbers will be a multiple of x. r! is the product of all such x.
 
Back
Top