Mathlib Map

Theorems · Theorem · general topology

ENNReal.tendsto_atTop_zero_iff_lt_of_antitone

∀ {β : Type u_4} [Nonempty β] [inst : SemilatticeSup β] {f : β → ENNReal},
  Antitone f → (Filter.Tendsto f Filter.atTop (nhds 0) ↔ ∀ (ε : ENNReal), 0 < ε → ∃ n, f n < ε)
Defined in
Mathlib.Topology.Instances.ENNReal.Lemmas
Cited by
1 results in Mathlib
Foundations
Depth 137 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NonemptySemilatticeSup

Around this declaration

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

Cites20

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

Cited by1

Results whose statement or proof uses this declaration.