Theorems · Theorem · general topology
Filter.isBoundedUnder_le_sup
∀ {α : Type u_1} {β : Type u_2} [inst : SemilatticeSup α] {f : Filter β} {u v : β → α},
(Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) f fun a => u a ⊔ v a) ↔
Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) f u ∧ Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) f v- Defined in
- Mathlib.Order.Filter.IsBounded
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses no axioms
- Assumes
- SemilatticeSup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- SemilatticeSupstatement and proof · cited by 785
- Filter.Eventually.of_forallproof · cited by 526
- le_sup_leftproof · cited by 265
- Filter.IsBoundedUnderstatement and proof · cited by 247
- le_sup_rightproof · cited by 242
- Filter.IsBoundedUnder.mono_leproof · cited by 3
- Filter.IsBoundedUnder.supproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- Filter.isBoundedUnder_le_absproof · cited by 3