Using only the definition
$$B(x, y) = \int_0^1 t^{x-1}(1-t)^{y-1}dt$$
for the Beta function $B(x, y)$, it's symmetry $B(x,y) = B(y,x)$ aswell as the fact that $(x + y)B(x + 1, y) = xB(x, y) \space\space \forall x, y > 0$ , is there a way to show that:
$$ B(m, n) = \frac{(n-1)!(m-1)!}{(n+m-1)!} \space\space\space \forall m, n \in \mathbb{N}$$
When we already presuppose other formulas and relations between the Beta function and the Gamma function which interpolates $n!$, it's probably easy (or easier at least) to argue that this is the case. But how can this be shown when only using said presumptions? Thanks in advance!