Theorems · Theorem · general topology
limsup_add_const
∀ {ι : Type u_1} {R : Type u_4} [inst : ConditionallyCompleteLinearOrder R] [inst_1 : TopologicalSpace R]
[OrderTopology R] (F : Filter ι) [F.NeBot] [inst_4 : Add R] [ContinuousAdd R] [AddRightMono R] (f : ι → R) (c : R),
Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) F f →
Filter.IsCoboundedUnder (fun x1 x2 => x1 ≤ x2) F f → Filter.limsup (fun i => f i + c) F = Filter.limsup f F + climsup (xᵢ + c) = (limsup xᵢ) + c.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- TopologicalSpacestatement and proof · cited by 24,529
- Filterstatement and proof · cited by 8,121
- OrderTopologystatement and proof · cited by 1,355
- Filter.NeBotstatement and proof · cited by 853
- ContinuousAddstatement and proof · cited by 777
- ConditionallyCompleteLinearOrderstatement and proof · cited by 542
- AddRightMonostatement and proof · cited by 367
- Continuous.continuousAtproof · cited by 297
- Filter.IsBoundedUnderstatement and proof · cited by 247
- Filter.limsupstatement · cited by 226
- Filter.IsCoboundedUnderstatement and proof · cited by 102
- add_le_add_leftproof · cited by 37
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.tendsto_of_forall_isCompact_of_isTightMeasureSetproof · cited by 0