Mathlib Map

Theorems · Theorem · computer science

AkraBazziRecurrence.tendsto_zero_sumCoeffsExp

∀ {α : Type u_1} [inst : Fintype α] {T : ℕ → ℝ} {g : ℝ → ℝ} {a b : α → ℝ} {r : α → ℕ → ℕ} [inst_1 : Nonempty α]
  (R : AkraBazziRecurrence T g a b r), Filter.Tendsto (fun p => ∑ i, a i * b i ^ p) Filter.atTop (nhds 0)
Defined in
Mathlib.Computability.AkraBazzi.SumTransform
Cited by
1 results in Mathlib
Foundations
Depth 202 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeNonempty

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.