Assumptions:
TeX:
\mathrm{B}\!\left(m, n\right) = \frac{\left(m - 1\right)! \left(n - 1\right)!}{\left(m + n - 1\right)!} m \in \mathbb{Z}_{\ge 1} \;\mathbin{\operatorname{and}}\; n \in \mathbb{Z}_{\ge 1}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
BetaFunction | Beta function | |
Factorial | Factorial | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("082a69"), Formula(Equal(BetaFunction(m, n), Div(Mul(Factorial(Sub(m, 1)), Factorial(Sub(n, 1))), Factorial(Sub(Add(m, n), 1))))), Variables(m, n), Assumptions(And(Element(m, ZZGreaterEqual(1)), Element(n, ZZGreaterEqual(1)))))