Let $x,y$ be probabilities and $n$ is some integer. Show that:
$\displaystyle \sum_{n_0=1}^n \sum_{m=0}^{min(n_0-1,n-n_0-1)} \binom{n_0-1}{m}\binom{n-n_0-1}{m}x^m(1-x)^{n_0-m-1}y^m(1-y)^{n-n_0-m-1} = \frac{1-(1-x-y)^{n-1}}{x+y} $
I reached this statement from some Markov chain related arguments, but am wondering if there is a mathematical way using binomial properties to prove this. There seems to be some nice symmetry and structure to this expression and I feel that this can be exploited.
This is an answer to cover the special case $x=y$. At first we adapt the indices somewhat for convenience only. Setting $n_0\to N$ and $m\to k$ OPs claim is \begin{align*} &\sum_{n=1}^{N-1}\sum_{k=0}^{n-1}\binom{n-1}{k}\binom{N-n-1}{k}x^k(1-x)^{n-k-1}y^k(1-y)^{N-n-k-1}=\frac{1-(1-(x+y))^{N-1}}{x+y} \end{align*} where we set the upper limit of the leftmost sum to $N-1$ since the summand with $n=N$ is zero. We shift the index $n$ to start with $n=0$ and we substitute $N$ with $N+2$ which results in \begin{align*} \sum_{n=0}^{N}\sum_{k=0}^{n}\binom{n}{k}\binom{N-n}{k}x^k(1-x)^{n-k}y^k(1-y)^{N-n-k}=\frac{1-(1-(x+y))^{N+1}}{x+y}\tag{1} \end{align*}
We use the coefficient of operator $[x^k]$ to denote the coefficient of $x^k$ in a series. This way we can write for instance \begin{align*} [x^k](1+x)^N=\binom{N}{k} \end{align*}
Comment:
In (3) we apply the coefficient of operator to $\binom{N-n}{k}$.
In (4) we use the linearity of the coefficient of operator and apply the rule $[x^{p-q}]A(x)=[x^p]x^qA(x)$.
In (5) we apply the binomial theorem.
In (6) we use the geometric series expansion.
In (7) we skip the term $(z(1+z))^{N+1}$ which does not contribute to $[z^N]$.
In (8) we apply the binomial theorem again.
In (9) we shift the index $k$ by one and do a geometric series expansion.
In (10) we have to select the coefficient of $z^k$ and since we have even powers $x^{2j}$ we replace $k$ with $2k$.
In (11) after applying the binomial theorem a third time we see the nice identities \begin{align*} (1-x)\left(1+\frac{x}{1-x}\right)&=1\\ (1-x)\left(1-\frac{x}{1-x}\right)&=1-2x \end{align*}