Mathlib Map

Theorems · Theorem · order theory

Filter.limsSup_le_limsSup_of_le

∀ {α : Type u_1} [inst : ConditionallyCompleteLattice α] {f g : Filter α},
  f ≤ g →
    autoParam (Filter.IsCobounded (fun x1 x2 => x1 ≤ x2) f) Filter.limsSup_le_limsSup_of_le._auto_1 →
      autoParam (Filter.IsBounded (fun x1 x2 => x1 ≤ x2) g) Filter.limsSup_le_limsSup_of_le._auto_3 →
        f.limsSup ≤ g.limsSup
Defined in
Mathlib.Order.LiminfLimsup
Cited by
4 results in Mathlib
Foundations
Depth 13 from the axioms · uses propext, Quot.sound
Assumes
ConditionallyCompleteLattice

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 by4

Results whose statement or proof uses this declaration.