Theorems · Theorem · general topology
tendsto_of_le_liminf_of_limsup_le
∀ {α : Type u_2} {β : Type u_3} [inst : ConditionallyCompleteLinearOrder α] [inst_1 : TopologicalSpace α]
[OrderTopology α] {f : Filter β} {u : β → α} {a : α},
a ≤ Filter.liminf u f →
Filter.limsup u f ≤ a →
autoParam (Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) f u) tendsto_of_le_liminf_of_limsup_le._auto_1 →
autoParam (Filter.IsBoundedUnder (fun x1 x2 => x1 ≥ x2) f u) tendsto_of_le_liminf_of_limsup_le._auto_3 →
Filter.Tendsto u f (nhds a)If a number a is less than or equal to the liminf of a function f at some filter
and is greater than or equal to the limsup of f, then f tends to a along this filter.
- Defined in
- Mathlib.Topology.Order.LiminfLimsup
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- Filterstatement and proof · cited by 8,121
- nhdsstatement · cited by 5,554
- Bot.botproof · cited by 4,720
- Filter.Tendstostatement · cited by 3,814
- le_antisymmproof · cited by 2,068
- OrderTopologystatement and proof · cited by 1,355
- le_transproof · cited by 985
- Filter.NeBotproof · cited by 853
- ConditionallyCompleteLinearOrderstatement and proof · cited by 542
- Filter.IsBoundedUnderstatement and proof · cited by 247
- Filter.limsupstatement and proof · cited by 226
Cited by7
Results whose statement or proof uses this declaration.
- spectrum.pow_nnnorm_pow_one_div_tendsto_nhds_spectralRadiusproof · cited by 4
- MeasureTheory.tendsto_lintegral_of_dominated_convergenceproof · cited by 3
- tendsto_of_no_upcrossingsproof · cited by 2
- MeasureTheory.tendsto_measure_of_le_liminf_measure_of_limsup_measure_leproof · cited by 1
- LSeries_tendsto_sub_mul_nhds_one_of_tendsto_sum_divproof · cited by 1