Assumptions:
TeX:
B_{n}\!\left(1 - x\right) = {\left(-1\right)}^{n} B_{n}\!\left(x\right) 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("c2dcfa"), Formula(Equal(BernoulliPolynomial(n, Sub(1, x)), Mul(Pow(-1, n), BernoulliPolynomial(n, x)))), Variables(n, x), Assumptions(And(Element(n, ZZGreaterEqual(0)), Element(x, CC))))