Mathlib Map

Theorems · Theorem · order theory

Filter.le_limsInf_of_le

∀ {α : Type u_1} [inst : ConditionallyCompleteLattice α] {f : Filter α} {a : α},
  autoParam (Filter.IsCobounded (fun x1 x2 => x1 ≥ x2) f) Filter.le_limsInf_of_le._auto_1 →
    (∀ᶠ (n : α) in f, a ≤ n) → a ≤ f.limsInf
Defined in
Mathlib.Order.LiminfLimsup
Cited by
2 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 by2

Results whose statement or proof uses this declaration.