Theorems · Theorem · general topology
Filter.IsBoundedUnder.sup
∀ {α : Type u_1} {β : Type u_2} [inst : SemilatticeSup α] {f : Filter β} {u v : β → α},
Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) f u →
Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) f v → Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) f fun a => u a ⊔ v a- Defined in
- Mathlib.Order.Filter.IsBounded
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses no axioms
- Assumes
- SemilatticeSup
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.
- Filterstatement and proof · cited by 8,121
- Filter.Eventuallyproof · cited by 3,134
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- SemilatticeSupstatement and proof · cited by 785
- Filter.IsBoundedUnderstatement and proof · cited by 247
- sup_le_supproof · cited by 48
Cited by3
Results whose statement or proof uses this declaration.
- TendstoLocallyUniformlyOn.smul₀_of_isBoundedUnderproof · cited by 4
- limsup_maxproof · cited by 3
- Filter.isBoundedUnder_le_supproof · cited by 1