Define Beta function in terms of recursive relation?

587 Views Asked by At

The Beta function has recursive relation: $$ Beta(x,y) = Beta(x, y+1) + Beta(x+1, y) \! $$

Is there some least redundant condition, if added, will make the recursive relation an equivalent definition of the Beta function?

The purpose of my question is to understand special functions from very basic view. Thanks!