Skip to main content

Binomial coefficient

Definition

Definition

Let nn and pp be two natural integers, we call binomial coefficient, and we note (np)\binom{n}{p}, the following number

(np)=n!p!(np)!\binom{n}{p} = \frac{n!}{p!(n-p)!}
Remark

For all nNn \in \mathbb N, we have (n0)=(nn)=1\binom{n}{0} = \binom{n}{n} = 1

Results

Proposition

For all (n,p)N2(n, p) \in \mathbb N^2 such that np1n \geq p \geq 1, we have

(np)=np(n1p1)=np+1p(np1)\binom{n}{p} = \frac{n}{p} \binom{n-1}{p-1} = \frac{n-p+1}{p}\binom{n}{p-1}
Proof

It is straightforward from the definition by putting pp in the denominator and in the numerator the first or the last term.

Proposition

Let nn and pp be two natural integers, we have

(np)=(nnp)ifpn.(np)=(n1p)+(n1p1)ifp1\begin{align} \binom{n}{p} = & \binom{n}{n-p} \quad \text{if} \quad p \leq n. \\ \binom{n}{p} = & \binom{n-1}{p} + \binom{n-1}{p-1} \quad \text{if} \quad p \geq 1 \end{align}
Proof

By calculation, from the definition of (np)\binom{n}{p}.