Mathlib Map

Theorems · Theorem · order theory

Filter.limsup_le_limsup

∀ {β : Type u_2} {α : Type u_6} [inst : ConditionallyCompleteLattice β] {f : Filter α} {u v : α → β},
  u ≤ᶠ[f] v →
    autoParam (Filter.IsCoboundedUnder (fun x1 x2 => x1 ≤ x2) f u) Filter.limsup_le_limsup._auto_1 →
      autoParam (Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) f v) Filter.limsup_le_limsup._auto_3 →
        Filter.limsup u f ≤ Filter.limsup v f
Defined in
Mathlib.Order.LiminfLimsup
Cited by
16 results in Mathlib
Foundations
Depth 13 from the axioms · uses no axioms
Assumes
ConditionallyCompleteLattice

Around this declaration

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

Filter.liminf_le_liminf · cited by 10Filter.liminf_le_liminfessSup_mono_ae · cited by 7essSup_mono_aelimsup_max · cited by 3limsup_maxLinearGrowth.linearGrowthSup_eventually_monotone · cited by 3LinearGrowth.linearGrowth…ExpGrowth.expGrowthSup_eventually_monotone · cited by 3ExpGrowth.expGrowthSup_ev…ProbabilityTheory.Kernel.density_mono_set · cited by 3Kernel.density_mono_setlimsup_finset_sup' · cited by 2limsup_finset_sup'MeasureTheory.tendsto_measure_of_le_liminf_measure_of_limsup_measure_le · cited by 1MeasureTheory.tendsto_mea…ENNReal.limsup_add_of_right_tendsto_zero · cited by 1ENNReal.limsup_add_of_rig…ENNReal.limsup_mul_le · cited by 1ENNReal.limsup_mul_leLSeries_tendsto_sub_mul_nhds_one_of_tendsto_sum_div · cited by 1LSeries_tendsto_sub_mul_n…MeasureTheory.isTightMeasureSet_of_tendsto_charFun · cited by 1MeasureTheory.isTightMeas…MeasureTheory.FiniteMeasure.limsup_measure_closed_le_of_tendsto · cited by 1FiniteMeasure.limsup_meas…MeasureTheory.limsup_measure_closed_le_of_forall_tendsto_measure · cited by 1MeasureTheory.limsup_meas…MeasureTheory.tendsto_of_forall_isCompact_of_isTightMeasureSet · cited by 0MeasureTheory.tendsto_of_…Filter · cited by 8121FilterFilter.EventuallyLE · cited by 383Filter.EventuallyLEConditionallyCompleteLattice · cited by 364ConditionallyCompleteLatt…Filter.IsBoundedUnder · cited by 247Filter.IsBoundedUnderFilter.limsup · cited by 226Filter.limsupFilter.IsCoboundedUnder · cited by 102Filter.IsCoboundedUnderFilter.EventuallyLE.trans · cited by 27EventuallyLE.transFilter.limsSup_le_limsSup · cited by 4Filter.limsSup_le_limsSupFilter.limsup_le_limsupCITED BYCITES

Cites8

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

Cited by16

Results whose statement or proof uses this declaration.