Module docstring
{"# (Co)product of a family of filters
In this file we define two filters on Π i, α i and prove some basic properties of these filters.
Filter.pi (f : Π i, Filter (α i))to be the maximal filter onΠ i, α isuch that∀ i, Filter.Tendsto (Function.eval i) (Filter.pi f) (f i). It is defined asΠ i, Filter.comap (Function.eval i) (f i). This is a generalization ofFilter.prodto indexed products.Filter.coprodᵢ (f : Π i, Filter (α i)): a generalization ofFilter.coprod; it is the supremum ofcomap (eval i) (f i). ","###n-ary coproducts of filters "}