Mathlib Map

Theorems · Theorem · number theory

LSeries.convolution_def

∀ {R : Type u_1} [inst : Semiring R] (f g : ℕ → R),
  LSeries.convolution f g = fun n => ∑ p ∈ n.divisorsAntidiagonal, f p.1 * g p.2
Defined in
Mathlib.NumberTheory.LSeries.Convolution
Cited by
4 results in Mathlib
Foundations
Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Semiring

Around this declaration

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

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by4

Results whose statement or proof uses this declaration.