Assumptions:
TeX:
B'_{n}(x) = n B_{n - 1}\!\left(x\right)
n \in \mathbb{Z}_{\ge 1} \;\mathbin{\operatorname{and}}\; x \in \mathbb{C}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| ComplexDerivative | Complex derivative | |
| BernoulliPolynomial | Bernoulli polynomial | |
| ZZGreaterEqual | Integers greater than or equal to n | |
| CC | Complex numbers |
Source code for this entry:
Entry(ID("e89eb5"),
Formula(Equal(ComplexDerivative(BernoulliPolynomial(n, x), For(x, x, 1)), Mul(n, BernoulliPolynomial(Sub(n, 1), x)))),
Variables(n, x),
Assumptions(And(Element(n, ZZGreaterEqual(1)), Element(x, CC))))