Theorems · Theorem · general topology
tendsto_iSup_of_tendsto_limsup
∀ {ι : Type u_1} {α : Type u_7} {β : Type u_8} [inst : ConditionallyCompleteLattice α] [inst_1 : CompleteLinearOrder β]
[inst_2 : TopologicalSpace β] [OrderTopology β] {u : ι → α → β} {c : β},
(∀ (i : ι), Filter.Tendsto (u i) Filter.atTop (nhds c)) →
Filter.Tendsto (fun r => Filter.limsup (fun i => u i r) Filter.cofinite) Filter.atTop (nhds c) →
(∀ (i : ι), Antitone (u i)) → Filter.Tendsto (fun r => ⨆ i, u i r) Filter.atTop (nhds c)Let u : ι → α → β be a sequence of antitone functions α → β indexed by ι. Suppose that for
all i : ι, u i tends to c at infinity, and that furthermore the limsup of i ↦ u i r along
the cofinite filter tends to the same c as r tends to infinity.
Then the supremum function r ↦ ⨆ i, u i r also tends to c at infinity.
- Defined in
- Mathlib.Topology.Order.LiminfLimsup
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites46
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- Set.Elemproof · cited by 7,166
- Set.ofPredproof · cited by 6,101
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- LE.le.transproof · cited by 3,151
- Filter.Eventuallyproof · cited by 3,134
- Finiteproof · cited by 3,029
- Set.Nonemptyproof · cited by 2,627
- iSupstatement and proof · cited by 2,415
- Filter.atTopstatement and proof · cited by 2,405
- LT.lt.leproof · cited by 2,189
Cited by1
Results whose statement or proof uses this declaration.
- Nat.tendsto_iSup_of_tendsto_limsupproof · cited by 2