Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

I tried expanding the factorial, but I do not know how to finish the proof.

\begin{eqnarray*} \binom{~s + t~ }{s} & = & \frac{(s+t)!}{s! ~ t!}\\ & = & \frac{(s+t)(s+t-1) \cdots (t+2)(t+1)}{s!} \\ & = & \prod_{i=1}^s \frac{t + i}{i} \\ \end{eqnarray*}

How do I get $$ \prod_{i=1}^s \frac{t + i}{i} = \prod_{i=1}^s \prod_{j=1}^t \frac{i + j}{i + j - 1}$$?

share|improve this question

2 Answers

up vote 2 down vote accepted

Hint: Telescopic product. Write a few terms out for $j=1,2,3..$: $$\frac{i+1}i\cdot\frac{i+2}{i+1}\cdots\frac{i+t}{i+t-1} = \frac{i+t}i$$

share|improve this answer
Merci, Berci! I thought something like this would be the case, but had trouble writing it down. – Jack Rousseau Oct 28 '12 at 9:45

$$\binom{~s + t~ - 1}{s - 1} + \binom{~s + t~ - 1}{s}$$

$$\prod_{i=1}^{s-1} \prod_{j=1}^{t} \frac{i + j}{i + j - 1} + \prod_{i=1}^s \prod_{j=1}^{t-1} \frac{i + j}{i + j - 1}$$

$$(\prod_{j=1}^{t} \frac{s + j - 1}{s + j} + \prod_{i=1}^s \frac{i + t - 1}{i + t}) \prod_{j=1}^{t} \prod_{i=1}^s \frac{i + j}{i + j - 1}$$

$$(\prod_{j=1}^{t} \frac{s + j - 1}{s + j} + \prod_{i=1}^s \frac{i + t - 1}{i + t}) \binom{s+t}{s}$$

$$(\frac{s}{s + t} + \frac{t}{s + t}) \binom{s+t}{s}$$

$$\binom{s+t}{s}$$

share|improve this answer
1  

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.