Mathlib Map

Theorems · Theorem · general topology

Filter.IsBounded.isCobounded_ge

∀ {α : Type u_1} {f : Filter α} [inst : Preorder α] [f.NeBot],
  Filter.IsBounded (fun x1 x2 => x1 ≤ x2) f → Filter.IsCobounded (fun x1 x2 => x2 ≤ x1) f
Defined in
Mathlib.Order.Filter.IsBounded
Cited by
3 results in Mathlib
Foundations
Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PreorderFilter.NeBot

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 by3

Results whose statement or proof uses this declaration.