Mathlib Map

Theorems · Inductive type · general topology

SupConvergenceClass

(α : Type u_3) → [Preorder α] → [TopologicalSpace α] → Prop

We say that α is a SupConvergenceClass if the following holds. Let f : ι → α be a monotone function, let a : α be a least upper bound of Set.range f. Then f x tends to 𝓝 a as x → ∞ (formally, at the filter Filter.atTop). We require this for ι = (s : Set α), f = (↑) in the definition, then prove it for any f in tendsto_atTop_isLUB. This property holds for linear orders with order topology as well as their products.

Defined in
Mathlib.Topology.Order.MonotoneConvergence
Cited by
7 results in Mathlib
Foundations
Depth 1 from the axioms · uses no axioms
Assumes
PreorderTopologicalSpace

Around this declaration

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

Cites2

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

Cited by9

Results whose statement or proof uses this declaration.