The product of $r$ consecutive numbers is divisible by $r$.
Proof: Okay, I've just remodeled my answer. For $r=1$ it is obvious.
Let it be true for $r=k$. For $r=k+1$, we will induct by the integer $m$, while showing that $(k+1)! | m(m+1)...(m+k)$. So suppose that $(k+1)! | m(m+1)...(m+k)$.We want to show that $(k+1)! | (m+1)(m+2)...(m+k+1)$.
How we do this is as follows: define $m_k = (m)(m+1)...(m+k)$. Then,
$$
\begin{equation}
\begin{split}
& (m+1)_k = (m+1)_k -m_k + m_k\\
& =(m+1)...(m+k)(m+k+1-m) + m_k\\
& =(k+1)(m+1)_{k-1} + m_{k}
\end{split}
\end{equation}
$$
Now, note that $k! | (m+1)_{k-1}$ by induction on $k$, hence $(k+1)! |(k+1)(m+1)_{k-1}$. On the other hand, by induction on $m$, $(k+1)! | m_{k}$. Hence, $(k+1)!$ divides their sum, which is $(m+1)_k$. Now, we are done by induction on $m$, and then by induction on $k$.