All positive integers $m_1, m_2, n$ satisfy:
$$ \sum_{k=0}^n {m_1 \choose k}{m_2 \choose n-k} = {m_1 + m_2 \choose n} $$
Prove using the binomial theorem and the fact that $(1+x)^{m_1}(1+x)^{m_2} = (1+x)^{m_1+m_2}$
To my understanding, $ (1+x)^{m_1} = \sum_{k=0}^n {m_1 \choose k}x^k $. Continuing with this, wouldn't the left side be a summation of a summation? Where does $ x^k$ go?
Using the given, I imagine that $(1+x)^{m_1+m_2}$ could be used to retrieve the right side but then I don't know where sigma goes or how it becomes "choose n"
Any hints would be appreciated.
Edit: I feel really dumb. Thanks everyone!