Theorems · Theorem · general topology
ENNReal.Tendsto.mul
∀ {α : Type u_1} {f : Filter α} {ma mb : α → ENNReal} {a b : ENNReal},
Filter.Tendsto ma f (nhds a) →
a ≠ 0 ∨ b ≠ ⊤ →
Filter.Tendsto mb f (nhds b) → b ≠ 0 ∨ a ≠ ⊤ → Filter.Tendsto (fun a => ma a * mb a) f (nhds (a * b))- Cited by
- 9 results in Mathlib
- Foundations
- Depth 136 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Tendsto.compproof · cited by 560
- Filter.Tendsto.prodMk_nhdsproof · cited by 46
- ENNReal.tendsto_mulproof · cited by 1
Cited by9
Results whose statement or proof uses this declaration.
- ENNReal.Tendsto.const_mulproof · cited by 13
- ENNReal.continuous_powproof · cited by 3
- MeasureTheory.Measure.addHaar_unitClosedBall_eq_addHaar_unitBallproof · cited by 2
- ENNReal.tendsto_finsetProd_of_ne_topproof · cited by 2
- VitaliFamily.withDensity_limRatioMeas_eqproof · cited by 1
- ENNReal.Tendsto.divproof · cited by 0
- ContinuousOn.ennreal_mulproof · cited by 0
- Continuous.ennreal_mulproof · cited by 0