Theorems · Theorem · difference equations
discrete_gronwall_Ico
∀ {u b c : ℕ → ℝ} {n₀ n₁ : ℕ},
0 ≤ u n₀ →
(∀ n ≥ n₀, u (n + 1) ≤ (1 + c n) * u n + b n) →
(∀ n ≥ n₀, 0 ≤ c n) →
(∀ n ≥ n₀, 0 ≤ b n) →
∀ ⦃n : ℕ⦄,
n ∈ Finset.Ico n₀ n₁ → u n ≤ (u n₀ + ∑ k ∈ Finset.Ico n₀ n₁, b k) * Real.exp (∑ i ∈ Finset.Ico n₀ n₁, c i)Discrete Grönwall inequality, uniform bound: a single bound holding for all n ∈ [n₀, n₁).
- Defined in
- Mathlib.Analysis.ODE.DiscreteGronwall
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 154 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Finsetstatement · cited by 13,712
- Finset.sumstatement and proof · cited by 5,195
- LE.le.transproof · cited by 3,151
- le_reflproof · cited by 2,061
- le_of_ltproof · cited by 1,175
- Real.expstatement · cited by 871
- add_le_addproof · cited by 666
- Finset.Icostatement and proof · cited by 450
- Real.exp_posproof · cited by 169
- mul_le_mulproof · cited by 144
- add_nonnegproof · cited by 104
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.