Writing $\binom{m}{n} - \binom{m-a}{n}$ as one binomial coefficient, $m > n$ and $m-a > n$

53 Views Asked by At

I am dealing with these type of expressions for combinatorics. I am wondering if there is another way of writing this as a unique combinatorial number of type $\binom{p}{q}$:

$$\binom{m}{n} - \binom{m-a}{n}$$

2

There are 2 best solutions below

1
On

$$\binom{\binom{m}{n} - \binom{m-a}{n}}{1}$$

1
On

I don't know if it will help, but it is the sum of $a$ terms $${m-1\choose n-1}+{m-2\choose n-1}+...+{m-a\choose n-1}$$
If you want to prove it, it is quite easy by induction.