Assumptions:
TeX:
\mathrm{B}_{1}\!\left(a, b\right) = \mathrm{B}\!\left(a, b\right) a \in \mathbb{C} \setminus \{0, -1, \ldots\} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C} \setminus \{0, -1, \ldots\}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
IncompleteBeta | Incomplete beta function | |
BetaFunction | Beta function | |
CC | Complex numbers | |
ZZLessEqual | Integers less than or equal to n |
Source code for this entry:
Entry(ID("3141e4"), Formula(Equal(IncompleteBeta(1, a, b), BetaFunction(a, b))), Variables(a, b), Assumptions(And(Element(a, SetMinus(CC, ZZLessEqual(0))), Element(b, SetMinus(CC, ZZLessEqual(0))))))