Mathlib Map

Theorems · Theorem · general topology

locallyFinite_Ioc_of_tendsto

∀ {X : Type u_1} [inst : LinearOrder X] [inst_1 : TopologicalSpace X] [OrderTopology X] {α : Type u_2}
  [inst_3 : LinearOrder α] [LocallyFiniteOrder α] [NoMaxOrder X] [NoMinOrder X] {l u : α → X},
  Filter.Tendsto l Filter.atTop Filter.atTop →
    Filter.Tendsto u Filter.atBot Filter.atBot → LocallyFinite fun n => Set.Ioc (l n) (u n)

A family of half-open intervals bounded by diverging limits is locally finite.

Defined in
Mathlib.Topology.Order.AtTopBotIxx
Cited by
0 results in Mathlib
Foundations
Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
LinearOrderTopologicalSpaceOrderTopologyLinearOrderLocallyFiniteOrderNoMaxOrderNoMinOrder

Around this declaration

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

Cites14

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.