Mathlib Map

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.

Cited by1

Results whose statement or proof uses this declaration.