Assumptions:
TeX:
\frac{d}{d x}\, B_{n}\!\left(x\right) = 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 |
---|---|---|
Derivative | 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(Derivative(BernoulliPolynomial(n, x), Tuple(x, x, 1)), Mul(n, BernoulliPolynomial(Sub(n, 1), x)))), Variables(n, x), Assumptions(And(Element(n, ZZGreaterEqual(1)), Element(x, CC))))