Theorems · Theorem · order theory
Filter.HasBasis.limsup_eq_ite
∀ {α : Type u_1} {ι : Type u_4} {ι' : Type u_5} [inst : ConditionallyCompleteLinearOrder α] {v : Filter ι}
{p : ι' → Prop} {s : ι' → Set ι} [inst_1 : Countable (Subtype p)] [inst_2 : Nonempty (Subtype p)],
v.HasBasis p s →
∀ (f : ι → α),
Filter.limsup f v =
if ∃ j, s ↑j = ∅ then sInf Set.univ
else if ∀ (j : Subtype p), ¬BddAbove (Set.range fun i => f ↑i) then sInf ∅ else ⨅ j, ⨆ i, f ↑iWriting a limsup as an infimum of supremum, in a (possibly non-complete) conditionally complete linear order. A reparametrization trick is needed to avoid taking the supremum of sets which are not bounded below.
- Defined in
- Mathlib.Order.LiminfLimsup
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Filterstatement and proof · cited by 8,121
- Set.Elemstatement · cited by 7,166
- Set.rangestatement · cited by 4,705
- Set.univstatement · cited by 3,945
- iSupstatement · cited by 2,415
- iInfstatement · cited by 1,690
- InfSet.sInfstatement · cited by 935
- Countablestatement and proof · cited by 633
- BddAbovestatement · cited by 620
- Filter.HasBasisstatement and proof · cited by 604
- ConditionallyCompleteLinearOrderstatement and proof · cited by 542
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.