Proving that $n!$ divides $a(a+1)(a+2)...(a+n-1)$

159 Views Asked by At

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.

2

There are 2 best solutions below

2
On BEST ANSWER

$$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)$

0
On

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)$