Mathlib Map

Theorems · Theorem · order theory

Filter.liminf_le_of_le

∀ {α : Type u_1} {β : Type u_2} [inst : ConditionallyCompleteLattice α] {f : Filter β} {u : β → α} {a : α},
  autoParam (Filter.IsBoundedUnder (fun x1 x2 => x1 ≥ x2) f u) Filter.liminf_le_of_le._auto_1 →
    (∀ (b : α), (∀ᶠ (n : β) in f, b ≤ u n) → b ≤ a) → Filter.liminf u f ≤ a
Defined in
Mathlib.Order.LiminfLimsup
Cited by
7 results in Mathlib
Foundations
Depth 11 from the axioms · uses no axioms
Assumes
ConditionallyCompleteLattice

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites6

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by7

Results whose statement or proof uses this declaration.