Mathlib Map

Theorems · Theorem · general topology

MapClusterPt.limsup

∀ {α : Type u_2} {β : Type u_3} [inst : ConditionallyCompleteLinearOrder α] [inst_1 : TopologicalSpace α]
  [OrderTopology α] {u : β → α} {f : Filter β} [f.NeBot],
  autoParam (Filter.IsCoboundedUnder (fun x1 x2 => x1 ≤ x2) f u) MapClusterPt.limsup._auto_1 →
    autoParam (Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) f u) MapClusterPt.limsup._auto_3 →
      MapClusterPt (Filter.limsup u f) f u

The limsup of a function u along a filter f is a cluster point of u along f.

Defined in
Mathlib.Topology.Order.LiminfLimsup
Cited by
1 results in Mathlib
Foundations
Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
ConditionallyCompleteLinearOrderTopologicalSpaceOrderTopologyFilter.NeBot

Around this declaration

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

Cites10

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.