How can I prove the following $B(x,y) = B (x, y +1) + B (x+1 , y)$? Perhaps I can use Gamma functions to prove it? Does anyone know the proof?
2026-03-25 05:58:31.1774418311
Beta Function: Prove $B(x,y) = B (x, y +1) + B (x+1 , y)$
8.8k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
$$B(x,y)= {\Gamma{(x)}\Gamma{(y)} \over {\Gamma(x+y)}}, \text{ and }\Gamma(r+1)=r\Gamma(r), \text{therefore,} $$
$$ B(x+1,y)= {\Gamma{(x+1)}\Gamma{(y)} \over {\Gamma(x+y+1)}} = \left({x\over{x+y}} \right){\Gamma{(x)}\Gamma{(y)} \over {\Gamma(x+y)}} = B(x,y)\left({x\over{x+y}} \right) $$
$$ B(x,y+1)= {\Gamma{(x)}\Gamma{(y+1)} \over {\Gamma(x+y+1)}} = \left({y\over{x+y}} \right){\Gamma{(x)}\Gamma{(y)} \over {\Gamma(x+y)}} = B(x,y)\left({y\over{x+y}} \right) $$
Therefore,
$$ B(x+1,y)+B(x,y+1)=B(x,y)\left({x\over{x+y}} + {y\over{x+y}}\right)=B(x,y) $$