Mathlib Map

Theorems · Theorem · number theory

LSeries.term_convolution

∀ (f g : ℕ → ℂ) (s : ℂ) (n : ℕ),
  LSeries.term (LSeries.convolution f g) s n = ∑ p ∈ n.divisorsAntidiagonal, LSeries.term f s p.1 * LSeries.term g s p.2

We give an expression of the LSeries.term of the convolution of two functions in terms of a sum over Nat.divisorsAntidiagonal.

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

Around this declaration

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

Cites19

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.