Mathlib Map

Theorems · Theorem · number theory

HurwitzZeta.cosZeta_two_mul_nat

∀ {k : ℕ} {x : ℝ},
  k ≠ 0 →
    x ∈ Set.Icc 0 1 →
      HurwitzZeta.cosZeta (↑x) (2 * ↑k) =
        (-1) ^ (k + 1) * (2 * ↑Real.pi) ^ (2 * k) / 2 / ↑(2 * k).factorial *
          Polynomial.eval (↑x) (Polynomial.map (algebraMap ℚ ℂ) (Polynomial.bernoulli (2 * k)))

Express the value of cosZeta at a positive even integer as a value of the Bernoulli polynomial.

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

Around this declaration

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

Cites40

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.