Mathlib Map

Theorems · Theorem · computer science

AkraBazziRecurrence.GrowsPolynomially.eventually_atTop_zero_or_pos_or_neg

∀ {f : ℝ → ℝ},
  AkraBazziRecurrence.GrowsPolynomially f →
    (∀ᶠ (x : ℝ) in Filter.atTop, f x = 0) ∨ (∀ᶠ (x : ℝ) in Filter.atTop, 0 < f x) ∨ ∀ᶠ (x : ℝ) in Filter.atTop, f x < 0
Defined in
Mathlib.Computability.AkraBazzi.GrowsPolynomially
Cited by
2 results in Mathlib
Foundations
Depth 202 from the axioms · uses propext, Classical.choice, Quot.sound

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 by2

Results whose statement or proof uses this declaration.