Mathlib Map

Theorems · Theorem · order theory

Filter.HasBasis.liminf_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.liminf f v =
        if ∃ j, s ↑j = ∅ then sSup Set.univ
        else if ∀ (j : Subtype p), ¬BddBelow (Set.range fun i => f ↑i) then sSup ∅ else ⨆ j, ⨅ i, f ↑i

Writing a liminf as a supremum of infimum, in a (possibly non-complete) conditionally complete linear order. A reparametrization trick is needed to avoid taking the infimum of sets which are not bounded below.

Defined in
Mathlib.Order.LiminfLimsup
Cited by
2 results in Mathlib
Foundations
Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
ConditionallyCompleteLinearOrderCountableNonempty

Around this declaration

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

Cites22

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 and proof · cited by 7,166
  • Set.rangestatement and proof · cited by 4,705
  • Set.univstatement and proof · cited by 3,945
  • Set.iUnionproof · cited by 2,483
  • iSupstatement and proof · cited by 2,415
  • iInfstatement and proof · cited by 1,690
  • Set.Iicproof · cited by 1,111
  • Set.iInterproof · cited by 1,084
  • SupSet.sSupstatement and proof · cited by 954
  • Countablestatement and proof · cited by 633

Cited by2

Results whose statement or proof uses this declaration.