0

I need to prove that $n!$ always divides $S=a(a+1)(a+2)…(a+n-1)$.

I can see that developing the expression of $S$ will lead me towards $(a+1)^n$ which is the sum of $\sum_{0}^n\binom{n}{k}a^k$ which is obviously divisible by $n!$

My problem is that I don't see how can I prove it. If you could give me at least a hint, that would be great.

Dknot
  • 515

2 Answers2

6

$$a(a+1)(a+2)…(a+n-1)=\binom{a+n-1}{n}n!$$

Because $\binom{a+n-1}{n}\in\mathbb{Z}$ , $\; \; n!\;|\;a(a+1)(a+2)…(a+n-1)$

Taha Direk
  • 1,220
1

Lemma: The product of any $n$ consecutive positive integers is divisible by $n!$.

Proof:

Direct proof that $n!$ divides $(n+1)(n+2)\cdots(2n)$

Dietrich Burde
  • 130,978