Theorems · Theorem · order theory
Filter.liminf_eq_iSup_iInf
∀ {α : Type u_1} {β : Type u_2} [inst : CompleteLattice α] {f : Filter β} {u : β → α},
Filter.liminf u f = ⨆ s ∈ f, ⨅ a ∈ s, u aIn a complete lattice, the liminf of a function is the infimum over sets s in the filter
of the supremum of the function over s
- Defined in
- Mathlib.Order.LiminfLimsup
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Quot.sound
- Assumes
- CompleteLattice
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Filterstatement and proof · cited by 8,121
- iSupstatement · cited by 2,415
- iInfstatement · cited by 1,690
- CompleteLatticestatement and proof · cited by 1,048
- Filter.liminfstatement · cited by 198
- Filter.limsup_eq_iInf_iSupproof · cited by 5
Cited by4
Results whose statement or proof uses this declaration.
- Filter.limsup_complproof · cited by 2
- Filter.sup_liminfproof · cited by 2
- Filter.liminf_complproof · cited by 1
- Filter.mem_liminf_iff_eventually_memproof · cited by 0