Theorems · Theorem · order theory
Filter.HasBasis.blimsup_eq_iInf_iSup
∀ {α : Type u_1} {β : Type u_2} {ι : Type u_4} [inst : CompleteLattice α] {p : ι → Prop} {s : ι → Set β} {f : Filter β}
{u : β → α}, f.HasBasis p s → ∀ {q : β → Prop}, Filter.blimsup u f q = ⨅ i, ⨅ (_ : p i), ⨆ a ∈ s i, ⨆ (_ : q a), u a- Defined in
- Mathlib.Order.LiminfLimsup
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CompleteLattice
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.
- Setstatement and proof · cited by 53,352
- Filterstatement and proof · cited by 8,121
- Set.ofPredproof · cited by 6,101
- iSupstatement and proof · cited by 2,415
- iInfstatement and proof · cited by 1,690
- CompleteLatticestatement and proof · cited by 1,048
- Filter.HasBasisstatement and proof · cited by 604
- iSup_congr_Propproof · cited by 247
- iInf_congr_Propproof · cited by 218
- Filter.blimsupstatement · cited by 40
- Filter.HasBasis.inf_principalproof · cited by 18
- iSup_andproof · cited by 13
Cited by2
Results whose statement or proof uses this declaration.
- Filter.blimsup_eq_iInf_biSupproof · cited by 3
- Filter.blimsup_eq_iInf_biSup_of_natproof · cited by 3