Module docstring
{"# The filter of small sets
This file defines the filter of small sets w.r.t. a filter f, which is the largest filter
containing all powersets of members of f.
g converges to f.smallSets if for all s ∈ f, eventually we have g x ⊆ s.
An example usage is that if f : ι → E → ℝ is a family of nonnegative functions with integral 1,
then saying that fun i ↦ support (f i) tendsto (𝓝 0).smallSets is a way of saying that
f tends to the Dirac delta distribution.
","No Frequently.smallSets_of_forall_mem (h : ∀ s ∈ l, p s) : ∃ᶠ t in l.smallSets, p t as
Filter.frequently_smallSets_mem : ∃ᶠ t in l.smallSets, t ∈ l is preferred. "}