I don't understand the following equation which is presented in our lecture:
$${p+q-1 \choose p-1} - { p+q-1 \choose p} = \frac{p-q}{p+q}{p+q \choose p},$$ where $p>q$ and $p,q \in \mathbb{Z}$.
I have tried several manipulations of the Binomialcoefficients but I couldn't show the equality.
Can someone explain me the steps of how to show the equality?
$${p+q-1 \choose p-1} - { p+q-1 \choose p} \\ = \frac{(p+q-1)!}{(p-1)!q!} - \frac{(p+q-1)!}{(p)!(q-1)!} \\ = (p+q-1)! \frac{p-q}{(p)!(q)!} \\ = \frac{p-q}{p+q}{p+q \choose p}$$
where I have used ... $$ \frac 1{(p-1)!} = \frac{p}{p!} \\ \frac 1{(q-1)!} = \frac{q}{q!} \\ (p+q-1)! = \frac{(p+q)!}{p+q} $$