I want to show that $n+1$ is a divisor of $\displaystyle\binom{2n} {n}$, for all $n\in\mathbb{N}.$
I have tried to show it by induction and Pascal's rule but it did not worked out.
I would appreciate some help.
I want to show that $n+1$ is a divisor of $\displaystyle\binom{2n} {n}$, for all $n\in\mathbb{N}.$
I have tried to show it by induction and Pascal's rule but it did not worked out.
I would appreciate some help.
From the Wikipedia page for Catalan numbers: http://en.wikipedia.org/wiki/Catalan_number
Note that $$\binom {2n}{n+1} = \frac{(2n)!}{(n-1)!(n+1)!} = \frac{n}{n+1} \frac{(2n)!}{n!n!} = \frac{n}{n+1}\binom{2n}{n}$$
So $$\frac{1}{n+1}\binom{2n}{n} = \binom{2n}{n} - \binom{2n}{n+1}$$ is an integer.
$$\frac{n}{n+1}\binom{2n} {n} = \binom{2n} {n+1} \textrm{ is an integer.}$$
Let $$x=\frac{1}{n+1}{2n\choose n}\implies x=\frac{(n+1)-n}{n+1}{2n\choose n}$$ $$ \implies x={2n\choose n}-{2n\choose n+1}$$.
Since $n\choose k$ is always an integer $\implies x$ is an integer $\implies (n+1)$ divides ${2n\choose n}$
Special case $\rm\,k = 2n\,$ of the following
Theorem $\displaystyle \rm\ \ \color{#0af}{(n\!+\!1,k\!+\!1) = 1}\:\Rightarrow\: \color{#c00}{n\!+\!1}\:\bigg|\:\color{#0a0}{{k\choose n}}$
Proof $\displaystyle\rm\ \ \ \color{#c00}{(n\!+\!1)}{k\choose n\!+\!1}\, =\, \frac{(n\!+\!1)\,k!}{(n\!+\!1)! \,(k\!-\!n\!-\!1)!}\, =\, \frac{(k\!-\!n)\,k!}{n!\, (k\!-\!n)!} \,=\, \color{#c00}{(k\!-\!n)}\color{#0a0}{{k\choose n}}$
so the result follows from Euclid's Lemma, since $\rm\:\color{#c00}{(n\!+\!1,k\!-\!n)} = \color{#0af}{(n\!+\!1,k\!+\!1) = 1}.\ \ \bf\small QED$
Using the property $\binom{a}{b}=\frac{a}{b}\binom{a-1}{b-1}$ which comes by simply looking at the factorials in the binomial coefficients: $$\binom{2n+1}{n+1}=\frac{2n+1}{n+1}\binom{2n}{n}$$ Because $\gcd(2n+1,n+1)=\gcd(n,n+1)=1$ then $n+1$ must divide $\binom{2n}{n}$.
Here is another proof.
Lemma:
$$C^{2n}_{n} \text{ is even, }\forall n \in \mathbb{N}.$$
Proof:
Let $C^{2n+2}_{n+1} = 2k$.
$$2k = C^{2n+2}_{n+1} = \frac{(2n+2)(2n+1)(2n)...(n+2)}{(n+1)(n)(n-1)...(2)(1)}$$ $$= \frac{(2n+2)(2n+1)}{(n+1)^2} \times C^{2n}_{n}$$ $$= \frac{2(2n+1)}{n+1} \times C^{2n}_{n}$$ $$\therefore (2n+1)C^{2n}_{n} = k(n+1)$$ Note that $$2n+1 = 2(n+1)-1$$ That means $(2n+1)$ and $(n+1)$ are co-prime, provided that $n+1\geq 2$. Thus, $C^{2n}_{n}$ is a multiple of $(n+1)$.