62
$\begingroup$

From its definition a combination $\binom{n}{k}$, is the number of distinct subsets of size $k$ from a set of $n$ elements.

This is clearly an integer, however I was curious as to why the expression

$\frac{n!}{k!(n-k)!}$ always evaluates to an integer.

So far I figured:

$n!$, is clearly divisible by $k!$, and $(n-k)!$, individually, but I could not seem to make the jump to proof that that $n!$ is divisible by their product.

  • 0
    Related: https://math.stackexchange.com/questions/514692018-11-29

9 Answers 9

-1

One way to get there: any product of $k$ consecutive positive integers $d := \frac{n!}{(n-k)!} = \prod^k (n-i+1)$ is divisible by $k!$.

You can assure yourself of this by considering divisibility by the primes and prime powers up to $k$. For example, $k!$ has $\lfloor k/p\rfloor$ multiples of $p$, and $d$ will have either the same number of multiples of $p$ or one more, since the "first" multiple of $p$ in $k!$ will be at $p$, whereas it may be earlier in $d$.

The quantity I have denoted by $d$ is the $k$-descending factorial of $n$, sometimes written $n^{\underline k}$ or $(n)_k$.

38

Well, one noncombinatorial way is to induct on $n$ using Pascal's triangle; that is, using the fact that ${n \choose k} = {n-1 \choose k - 1} + {n-1 \choose k}$ (easy to verify directly) and that each ${n - 1 \choose 0}$ is just $1$.

28

See my post here for a simple purely arithmetical proof that every binomial coefficient is an integer. The proof shows how to rewrite any binomial coefficient fraction as a product of fractions whose denominators are all coprime to any given prime $\rm\:p.\,$ This implies that no primes divide the denominator (when written in lowest terms), therefore the fraction is an integer.

The key property that lies at the heart of this proof is that, among all products of $\rm\, n\,$ consecutive integers, $\rm\ n!\ $ has the least possible power of $\rm\,p\,$ dividing it - for every prime $\rm\,p.\,$ Thus $\rm\ n!\ $ divides every product of $\rm\:n\:$ consecutive integers, since it has a smaller power of every prime divisor. Therefore $\rm\displaystyle\quad\quad {m \choose n}\ =\ \frac{m!/(m-n)!}{n!}\ =\ \frac{m\:(m-1)\:\cdots\:(m-n+1)}{\!\!n\:(n-1)\ \cdots\:\phantom{m-n}1\phantom{+1}}\ \in\ \mathbb Z$

  • 0
    Tha$n$ks, a$n$d sorry for the late reply/upvote :)2012-09-03
10

As Jonas mentioned, it counts something so it has to be a natural number.

Another way is to notice that product of $m$ consecutive natural numbers is divisible by $m!$.(Prove this!)

So if we write $n! = n(n-1)(n-2) \cdots (k+1) \times (k!)$, we find that $k!$ divides $k!$ and

$n(n-1)(n-2) \cdots (k+1)$ is a product of $(n-k)$ consecutive natural numbers and hence $(n-k)!$ divides it.

  • 7
    @Vladimir: Generally, any proof (in Peano arithmetic) that some property is true for all integers must use induction. It may not *e$x$plicitly* invoke induction, e.g. the induction might be hidden way down some chain of lemmas. So it's not clear what it means for such a proof to "not rely on induction".2010-11-24
6

According to this, the highest power of a prime number, $p, $ that divides $N!$ is $s_p(N!) = \left \lfloor \frac{N}{p} \right \rfloor + \left \lfloor \frac{N}{p^2} \right \rfloor + \left \lfloor \frac{N}{p^3} \right \rfloor + \cdots$

Since $\dbinom{N}{M} = \dfrac{N!}{M! (N-M)!}\,, $ the question then becomes, is $s_p(M!) + s_p((N-M)!) \le s_p(N!)$?

Clearly $\left \lfloor x \right \rfloor + \left \lfloor y \right \rfloor \le x + y. $ Since $\left \lfloor x+y \right \rfloor$ is the greatest integer less than or equal to $x + y, $ it follows that $\left \lfloor x \right \rfloor + \left \lfloor y \right \rfloor \le \left \lfloor x+y \right \rfloor,$

Hence $\left \lfloor \dfrac{M}{p^{\,i}} \right \rfloor + \left \lfloor \dfrac{N-M}{p^{\,i}} \right \rfloor \le \left \lfloor \dfrac{N}{p^{\,i}} \right \rfloor$

for all $i$. Summing, we get $s_p(M!) + s_p((N-M)!) \le s_p(N!)$

It follows that $\dbinom{N}{M}$ is an integer.

1

Another way to think of it is combinatorially, which is of course the motivation.

Let $1\le k\le n$. Consider the set $S$ of all sequences of $k$ distinct numbers among $\{1,\dots,n\}$. The size of $S$ is $n\cdot (n-1)\cdots (n-k+1)=\frac{n!}{(n-k)!}$. Say two sequences in $S$ are equivalent if the underlying set of elements is the same. Then each equivalence class has exactly $k!$ elements since any choice of $k$ elements admits $k!$ permutations. So the set $S$ can be partitioned into sets each of which has size $k!$. So $|S|$ is divisible by $k!$.

1

Consider the set

$S=\Big\{k\in\mathbb{N}:(\forall m,n\in \mathbb{N})\left(0\leq m\leq n\wedge m+n=k\Rightarrow \binom{n}{m}\in\mathbb{N}\right)\Big\}$

1) If $0\leq m\leq n$ and $m+n=0$, then $m=n=0\Rightarrow \binom{n}{m}=\binom{0}{0}=1\in \mathbb{N}\Rightarrow 0\in S$

2) If $0\leq m\leq n$ and $m+n=1$, then $m=0\wedge n=1\Rightarrow \binom{n}{m}=\binom{1}{0}=1\in\mathbb{N}\Rightarrow 1\in S$

Assume that $p\in S,\, \forall p\leq k$, then $0\leq m\leq n\wedge m+n=p\leq k\Rightarrow \binom{n}{m}\in\mathbb{N}$

If $m=0$, then $\binom{n}{m}=\binom{n}{0}=1\in \mathbb{N},\, \forall n\in\mathbb{N}$

If $m=n$, then $\binom{n}{m}=\binom{n}{n}=1\in \mathbb{N},\, \forall n\in\mathbb{N}$

Therefore we can only consider the cases in which $0.

If $0 and $m+n=k+1$, then $m+(n-1)=k$ which implies, by induction hypothesis, that $\binom{n-1}{m}\in \mathbb{N}$ since $0.

$(m-1)+(n-1)=k-1\leq k\Rightarrow \binom{n-1}{m-1}\in\mathbb{N}$ since $0(also by induction hypothesis)

By Pascal's rule we have

$\binom{n}{m}=\binom{n-1}{m}+\binom{n-1}{m-1}$

We saw that $\binom{n-1}{m}$ and $\binom{n-1}{m-1}$ are natural number, therefore $\binom{n}{m}$ is also a natural number, by pascal's rule.

Therefore $k+1\in S$ which implies, by strong induction, that $S=\mathbb{N}$. Hence $\binom{n}{m}\in\mathbb{N},\, \forall 0\leq m\leq n$.

0

The proofs I see here so far seemed rather complicated to me, so I came up with what seemed like a simpler proof. However, it proved to have gaps in reasoning; so I came up with an even simpler proof:

Theorem: The product of any k consecutive positive integers [k>=1] is always divisible by k!.

Proof:

  1. (m+1)...(m+k) = (m+k)!/m! (By definition of "factorial"; note that left side, right side, numerator, and denominator are all integers.)
  2. (m+1)...(m+k) = ((m+k)!/((k!)(m!)))k! (Multiplied top and bottom of fraction by integer k!; therefore left side, right side, numerator, denominator, fraction, and k! are all integers.)
  3. Hence, (m+1)...(m+k) is always an integer multiple of k!
  4. Hence, (m+1)...(m+k) is always divisible by k!, QED.

Corollary: n!/((n-k)!k!) [n>=1,k>=1,k<=n] is always an integer.

Proof:

  1. n!/((n-k)!k!) = ((n-k+1)(n-k+2)...(n-k+k)) / k!
  2. This is a product of k consecutive integers, divided by k!.
  3. Any product of k consecutive integers is always divisible by k!, due to the theorem I just proved above.
  4. Therefore n!/((n-k)!k!) is an integer, QED.

[Note: the theorem and its corollary are also valid for n=0, k=0, m=0 if we stipulate certain definitions:

  1. "The product of 0 consecutive integers" = 1
  2. 0 is "divisible" by every positive integer
  3. "0!" = 1.

Without those stipulations, the theorem & corollary fails if k, m, or n is 0.]