Mathlib Map

Theorems · Theorem · general topology

ENNReal.Tendsto.const_mul

∀ {α : Type u_1} {f : Filter α} {m : α → ENNReal} {a b : ENNReal},
  Filter.Tendsto m f (nhds b) → b ≠ 0 ∨ a ≠ ⊤ → Filter.Tendsto (fun b => a * m b) f (nhds (a * b))
Defined in
Mathlib.Topology.Instances.ENNReal.Lemmas
Cited by
13 results in Mathlib
Foundations
Depth 137 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites9

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by13

Results whose statement or proof uses this declaration.