The cofinite filter #
In this file we define
Filter.cofinite: the filter of sets with finite complement
and prove its basic properties. In particular, we prove that for ℕ it is equal to Filter.atTop.
TODO #
Define filters for other cardinalities of the complement.
The cofinite filter is the filter of subsets whose complements are finite.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If α is a preorder with no maximal element, then atTop ≤ cofinite.
The coproduct of the cofinite filters on two types is the cofinite filter on their product.
If l ≥ Filter.cofinite is a countably generated filter, then l.ker is cocountable.
If f tends to a countably generated filter l along Filter.cofinite,
then for all but countably many elements, f x ∈ l.ker.
For natural numbers the filters Filter.cofinite and Filter.atTop coincide.
For an injective function f, inverse images of finite sets are finite. See also
Filter.comap_cofinite_le and Function.Injective.comap_cofinite_eq.
The pullback of the Filter.cofinite under an injective function is equal to Filter.cofinite.
See also Filter.comap_cofinite_le and Function.Injective.tendsto_cofinite.
An injective sequence f : ℕ → ℕ tends to infinity at infinity.