Theorems · Theorem · number theory
hasSum_one_div_nat_pow_mul_sin
∀ {k : ℕ},
k ≠ 0 →
∀ {x : ℝ},
x ∈ Set.Icc 0 1 →
HasSum (fun n => 1 / ↑n ^ (2 * k + 1) * Real.sin (2 * Real.pi * ↑n * x))
((-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))))- Defined in
- Mathlib.NumberTheory.ZetaValues
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 278 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites58
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
- TopologicalSpaceproof · cited by 24,529
- AddCommMonoidproof · cited by 12,281
- Complexproof · cited by 5,565
- Algebra.algebraMapstatement and proof · cited by 4,706
- one_mulproof · cited by 2,841
- Nat.cast_oneproof · cited by 2,501
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- Real.pistatement and proof · cited by 1,774
- Set.Iccstatement and proof · cited by 1,702
Cited by2
Results whose statement or proof uses this declaration.
- HurwitzZeta.sinZeta_two_mul_nat_add_oneproof · cited by 1
- hasSum_L_function_mod_four_eval_threeproof · cited by 0