Well in a book i am reading it is given that you can also prove this by showing that
Every prime factor is contained in $(n+r)!$ as often at least as it is contained in $n!r!$.
How does this prove the proposition, i am not getting the meaning of this.
Help appreciated.
The product of some $r$ consecutive integers can be represented as $$\overbrace{(n+r)(n+r-1)\cdots(n+1)}^{r\mathrm{\ consective\ integers}}=\frac{(n+r)!}{n!}$$ where $n$ is the number one less than the smallest of the consecutive integers. Now, if it is true that primes in $(n+r)!$ appear just as frequently or more as in $n!r!$, then you are saying that for some integer $k$ (likely big) that $(n+r)!=k\cdot n!r!$. So your product of $n$ consecutive integers is $$\frac{(n+r)!}{n!}=\frac{k\cdot n!r!}{n!}=k\cdot r!$$ and is therefore divisible by $r!$.