Theorems · Definition · general topology
Filter.IsCobounded
{α : Type u_1} → (α → α → Prop) → Filter α → PropIsCobounded (≺) f states that the filter f does not tend to infinity w.r.t. ≺. This is
also called frequently bounded. Will be usually instantiated with ≤ or ≥.
There is a subtlety in this definition: we want f.IsCobounded to hold for any f in the case of
complete lattices. This will be relevant to deduce theorems on complete lattices from their
versions on conditionally complete lattices with additional assumptions. We have to be careful in
the edge case of the trivial filter containing the empty set: the other natural definition
¬ ∀ a, ∀ᶠ n in f, a ≤ n
would not work as well in this case.
- Defined in
- Mathlib.Order.Filter.Defs
- Cited by
- 42 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Filterstatement and proof · cited by 8,121
- Filter.Eventuallyproof · cited by 3,134
Cited by43
Results whose statement or proof uses this declaration.
- Filter.IsCoboundedUnderproof · cited by 102
- Filter.isCobounded_le_of_botstatement · cited by 58
- Filter.isCobounded_ge_of_topstatement · cited by 38
- Filter.IsBounded.isCobounded_flipstatement and proof · cited by 8
- Antitone.map_limsSup_of_continuousAtstatement and proof · cited by 6
- Monotone.map_limsInf_of_continuousAtstatement and proof · cited by 5
- Monotone.map_limsSup_of_continuousAtstatement and proof · cited by 5
- Filter.IsBounded.isCobounded_lestatement · cited by 4
- ClusterPt.limsSupstatement and proof · cited by 4
- Filter.limsSup_le_limsSupstatement and proof · cited by 4
- Filter.limsSup_le_limsSup_of_lestatement and proof · cited by 4
- Filter.limsSup_le_of_lestatement and proof · cited by 4