0

I have a question given to me by a friend.

Prove that $\frac {(m,n){n\choose m}}{n}$ is an integer for all integers $n\ge m\ge1$. Any hint??

Narayan
  • 13

1 Answers1

4

By Bezout’s identity, there exist integers $a$ and $b$ such $gcd(m, n) = am + bn$.

Next, notice that $$\frac{gcd(m, n)\times {n\choose m}}{n}=\frac{(am+bn)\times {n\choose m}}{n}=\frac{am\times {n\choose m}}{n}+b\times {n\choose m}= a\times {n−1 \choose m−1}+b\times{n\choose m} $$

Which is clearly an integer as $n\ge m\ge1$.