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