Theorems · Theorem · number theory
HurwitzZeta.sinZeta_two_mul_nat_add_one
∀ {k : ℕ} {x : ℝ},
k ≠ 0 →
x ∈ Set.Icc 0 1 →
HurwitzZeta.sinZeta (↑x) (2 * ↑k + 1) =
(-1) ^ (k + 1) * (2 * ↑Real.pi) ^ (2 * k + 1) / 2 / ↑(2 * k + 1).factorial *
Polynomial.eval (↑x) (Polynomial.map (algebraMap ℚ ℂ) (Polynomial.bernoulli (2 * k + 1)))Express the value of sinZeta at an odd integer > 1 as a value of the Bernoulli polynomial.
Note that this formula is also correct for k = 0 (i.e. for the value at s = 1), but we do not
prove it in this case, owing to the additional difficulty of working with series that are only
conditionally convergent.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 306 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.
- DFunLike.coeproof · cited by 62,936
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- Polynomialproof · cited by 5,681
- Complexstatement and proof · cited by 5,565
- Algebra.algebraMapstatement and proof · cited by 4,706
- mul_oneproof · cited by 3,885
- add_zeroproof · cited by 2,707
- Nat.cast_oneproof · cited by 2,501
- SummationFilter.unconditionalproof · cited by 2,068
- Real.pistatement and proof · cited by 1,774
- Set.Iccstatement and proof · cited by 1,702
Cited by1
Results whose statement or proof uses this declaration.
- HurwitzZeta.sinZeta_two_mul_nat_add_one'proof · cited by 1