Mathlib Map

Theorems · Theorem · number theory

bernoulliFun_mul

∀ (k : ℕ) {m : ℕ},
  m ≠ 0 → ∀ (x : ℝ), bernoulliFun k (↑m * x) = ↑m ^ k / ↑m * ∑ i ∈ Finset.range m, bernoulliFun k (x + ↑i / ↑m)

The multiplication theorem. Proof follows https://math.stackexchange.com/a/1721099/38218.

Defined in
Mathlib.NumberTheory.ZetaValues
Cited by
1 results in Mathlib
Foundations
Depth 270 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites64

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.