for positive integers $m$, $n$ such that $m \le n$ $${m+n \choose m} = {m \choose 0}*{n \choose 0} + {m \choose 1}*{n \choose 1} +......+ {m \choose m}*{n \choose m}$$
I was trying out some random examples and this seemed true for them. Is this equation true for all values of m and n? If yes, can it be proven?