Theorems · Theorem · approximation theory
ExpGrowth.expGrowthInf_mul_le
∀ {u v : ℕ → ENNReal},
ExpGrowth.expGrowthSup u ≠ ⊥ ∨ ExpGrowth.expGrowthInf v ≠ ⊤ →
ExpGrowth.expGrowthSup u ≠ ⊤ ∨ ExpGrowth.expGrowthInf v ≠ ⊥ →
ExpGrowth.expGrowthInf (u * v) ≤ ExpGrowth.expGrowthSup u + ExpGrowth.expGrowthInf vSee expGrowthInf_mul_le' for a version with swapped argument u and v.
- Defined in
- Mathlib.Analysis.Asymptotics.ExpGrowth
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 179 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- Bot.botstatement and proof · cited by 4,720
- ERealstatement and proof · cited by 793
- Filter.Eventually.of_forallproof · cited by 526
- Nat.cast_nonneg'proof · cited by 245
- ENNReal.logproof · cited by 72
- Pi.add_applyproof · cited by 61
- ExpGrowth.expGrowthSupstatement and proof · cited by 42
- ExpGrowth.expGrowthInfstatement and proof · cited by 38
- Pi.mul_applyproof · cited by 24
- LE.le.trans_eq'proof · cited by 21
Cited by2
Results whose statement or proof uses this declaration.
- ExpGrowth.expGrowthInf_le_of_eventually_leproof · cited by 0
- ExpGrowth.expGrowthInf_mul_le'proof · cited by 0