Theorems · Theorem · difference equations
discrete_gronwall_prod_general
∀ {R : Type u_1} [inst : CommSemiring R] [inst_1 : PartialOrder R] [IsOrderedRing R] {u b c : ℕ → R} {n₀ : ℕ},
(∀ n ≥ n₀, u (n + 1) ≤ c n * u n + b n) →
(∀ n ≥ n₀, 0 ≤ c n) →
∀ ⦃n : ℕ⦄,
n₀ ≤ n → u n ≤ u n₀ * ∏ i ∈ Finset.Ico n₀ n, c i + ∑ k ∈ Finset.Ico n₀ n, b k * ∏ i ∈ Finset.Ico (k + 1) n, c iDiscrete Grönwall inequality, product form: if u (n+1) ≤ c n * u n + b n and 0 ≤ c n
then u n ≤ u n₀ * ∏ c i + ∑ b k * ∏ c i over the appropriate ranges.
- Defined in
- Mathlib.Analysis.ODE.DiscreteGronwall
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetproof · cited by 13,712
- CommSemiringstatement and proof · cited by 10,911
- PartialOrderstatement and proof · cited by 6,410
- Finset.sumstatement and proof · cited by 5,195
- mul_oneproof · cited by 3,885
- add_zeroproof · cited by 2,707
- Finset.prodstatement and proof · cited by 2,356
- Finset.sum_congrproof · cited by 2,323
- le_reflproof · cited by 2,061
- IsOrderedRingstatement and proof · cited by 777
- add_le_addproof · cited by 666
- Finset.prod_congrproof · cited by 646
Cited by1
Results whose statement or proof uses this declaration.
- discrete_gronwallproof · cited by 1