Prove $B(p,q) + B(p+1,q) + B(p+2,q) + ... = B(p,q-1) $ where $B$ is beta function and $q > 1$.
I tried with some basic formulas for beta function, mathematical induction but just cannot get some good idea and solve this. If anyone have some idea, please help. I will be grateful.
$$B(p,q) + B(p+1,q) + B(p+2,q) + ...=\int_0^1 t^{p-1}(1-t)^{q-1}dt+\int_0^1 t^{p}(1-t)^{q-1}dt+\int_0^1 t^{p+1}(1-t)^{q-1}dt+...$$ $$=\int_0^1 (t^{p-1}(1-t)^{q-1}+t^{p}(1-t)^{q-1}+t^{p+1}(1-t)^{q-1}+...)dt$$ $$=\int_0^1 \frac{t^{p-1}(1-t)^{q-1}}{1-t} dt$$ $$=\int_0^1 t^{p-1}(1-t)^{q-2} dt$$ $$=B(p,q-1)$$