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!