Mathlib Map

Theorems · Theorem · computer science

AkraBazziRecurrence.eventually_deriv_rpow_p_mul_one_add_smoothingFn

∀ (p : ℝ),
  (deriv fun z => z ^ p * (1 + AkraBazziRecurrence.smoothingFn z)) =ᶠ[Filter.atTop] fun z =>
    p * z ^ (p - 1) * (1 + AkraBazziRecurrence.smoothingFn z) - z ^ (p - 1) / Real.log z ^ 2
Defined in
Mathlib.Computability.AkraBazzi.AkraBazzi
Cited by
1 results in Mathlib
Foundations
Depth 215 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites22

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.