Mathlib Map

Theorems · Theorem · order theory

Filter.liminf_le_liminf

∀ {β : Type u_2} {α : Type u_6} [inst : ConditionallyCompleteLattice β] {f : Filter α} {u v : α → β},
  (∀ᶠ (a : α) in f, u a ≤ v a) →
    autoParam (Filter.IsBoundedUnder (fun x1 x2 => x1 ≥ x2) f u) Filter.liminf_le_liminf._auto_1 →
      autoParam (Filter.IsCoboundedUnder (fun x1 x2 => x1 ≥ x2) f v) Filter.liminf_le_liminf._auto_3 →
        Filter.liminf u f ≤ Filter.liminf v f
Defined in
Mathlib.Order.LiminfLimsup
Cited by
10 results in Mathlib
Foundations
Depth 16 from the axioms · uses no axioms
Assumes
ConditionallyCompleteLattice

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.

Cited by10

Results whose statement or proof uses this declaration.