Filters – Intuition Behind Filter on a Set

filtersintuition

In "Counter-examples in topology" of Steen and Seebach, they define a filter on a set $X$ is a collection F of subsets of $X$ with the following properties:

  1. Every subset of $X$ which contains a set of $F$ belongs to $F$

  2. Every finite intersection of sets of $F$ belongs to $F$

  3. $\varnothing$ is not in $F$

My question is: what is the intuition behind this definition?

Best Answer

Generally each filter encodes a possible meaning of what it means for a subset of $X$ to be "large enough" or "contain enough points" for something.

In addition to Asaf's examples, other good filters to keep in mind are

  1. The principal filter of $x\in X$, which is the set of all subsets of $X$ that contain $x$. Here "large enough" is almost trivial, being large enough just means to contain $x$.

  2. The neighborhood filter of $x$, when $X$ is a topological space. This is the set of all subsets of $X$ that have $x$ as an interior point.

These example show that being "large" or (in Asaf's words) including "most" elements can be very context dependent and doesn't need to correspond to "most" in an objective sense.


The neighborhood filter is particularly important because it is the prototype of the use of filters to generalize the notion of limits. Filters are one possible answer to what kind of thing does "$x\to 5$" in $\lim\limits_{x\to 5} f(x)$ stand for.

For example, when $\mathcal F$ is a filter in $X$ and $f$ is some function defined on $X$, we can define $$\lim_{x\to\mathcal F} f(x)=y \text{ means that } \forall \varepsilon>0\, \exists F\in\mathcal F\, \forall x\in F : |f(x)-y|<\varepsilon$$ If we choose $\mathcal F$ to be the punctured-neighborhood filter at $5$ gives us the usual limit for $x\to 5$. But there are other filters that give one-sided limits ($x\to 5^+$ corresponds to the filter of all sets that contain $(5,5+\delta]$ for some $\delta>0$) or limits involving infinity ($x\to-\infty$ corresponds to the filter of all sets that contain $(-\infty,y]$ for some $y\in\mathbb R$), and so forth, which can now be considered instances of a single uniform concept.

Related Question