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