I would like to show that these two series are equal to each other:
$\sum_j {m+n-j\choose j}$=$\sum_j {m-j\choose j}$$\sum_j {n-j\choose j}$ + $\sum_j {m-j-1\choose j}$$\sum_j {n-j-1\choose j}$.
By Applying Pascal's rule to the first pair of sums on the R.H.S, where Pascal's Rule is:
${n\choose k}={n-1\choose k}+{n-1\choose k-1}$
and setting ${n\choose k}={m-j\choose j}$
I get ${m-j\choose j}={m-j-1\choose j}+{m-j-1\choose j-1}$ and ${n-j\choose j}={n-j-1\choose j}+{n-j-1\choose j-1}$
This gives R.H.S=$(\sum_j {m-j-1\choose j}+{m-j-1\choose j-1}) $$(\sum_j {n-j-1\choose j}+{n-j-1\choose j-1}$) + $\sum_j {m-j-1\choose j}$$\sum_j {n-j-1\choose j}$.
By expanding the brackets I find:
R.H.S=$$2\sum_j {m-j-1\choose j}\sum_j {n-j-1\choose j}+\sum_j {m-j-1\choose j-1}\sum_j {n-j-1\choose j}+\sum_j {m-j-1\choose j}\sum_j {n-j-1\choose j-1}+\sum_j {m-j-1\choose j-1}\sum_j {n-j-1\choose j-1}$$
Is this correct so far? And are there any hints you can give me to get the R.H.S equal to the L.H.S?