Mathlib Map

Theorems · Theorem · number theory

hasSum_one_div_pow_mul_fourier_mul_bernoulliFun

∀ {k : ℕ},
  2 ≤ k →
    ∀ {x : ℝ},
      x ∈ Set.Icc 0 1 →
        HasSum (fun n => 1 / ↑n ^ k * (fourier n) ↑x)
          (-(2 * ↑Real.pi * Complex.I) ^ k / ↑k.factorial * ↑(bernoulliFun k x))
Defined in
Mathlib.NumberTheory.ZetaValues
Cited by
1 results in Mathlib
Foundations
Depth 276 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites59

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.