Theorems · Theorem · general topology
limsup_sub_const
∀ {ι : Type u_1} {R : Type u_4} [inst : ConditionallyCompleteLinearOrder R] [inst_1 : TopologicalSpace R]
[OrderTopology R] (F : Filter ι) [inst_3 : AddCommSemigroup R] [inst_4 : Sub R] [ContinuousSub R] [OrderedSub 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
- 0 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.
Cites27
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
- Set.ofPredproof · cited by 6,101
- Bot.botproof · cited by 4,720
- Set.univproof · cited by 3,945
- Filter.Eventuallyproof · cited by 3,134
- OrderTopologystatement and proof · cited by 1,355
- InfSet.sInfproof · cited by 935
- Filter.NeBotproof · cited by 853
- ConditionallyCompleteLinearOrderstatement and proof · cited by 542
- LE.le.antisymmproof · cited by 507
- Set.mem_univproof · cited by 416
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.