Mathlib Map

Theorems · Theorem · general topology

Monotone.isCoboundedUnder_le_of_isCobounded

∀ {R : Type u_5} {S : Type u_6} {F : Filter R} [inst : LinearOrder R] [inst_1 : LinearOrder S] {f : R → S},
  Monotone f →
    ∀ [F.NeBot], Filter.IsCobounded (fun x1 x2 => x1 ≤ x2) F → Filter.IsCoboundedUnder (fun x1 x2 => x1 ≤ x2) F f
Defined in
Mathlib.Order.Filter.IsBounded
Cited by
0 results in Mathlib
Foundations
Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
LinearOrderLinearOrderFilter.NeBot

Around this declaration

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

Cites10

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.