Zero and Bounded at filter #
Given a filter l we define the notion of a function being ZeroAtFilter as well as being
BoundedAtFilter. Alongside this we construct the Submodule, AddSubmonoid of functions
that are ZeroAtFilter. Similarly, we construct the Submodule and Subalgebra of functions
that are BoundedAtFilter.
If l is a filter on α, then a function f : α → β is ZeroAtFilter l
if it tends to zero along l.
Equations
Instances For
zeroAtFilterSubmodule l is the submodule of f : α → β which
tend to zero along l.
Equations
Instances For
zeroAtFilterAddSubmonoid l is the additive submonoid of f : α → β
which tend to zero along l.
Equations
Instances For
If l is a filter on α, then a function f: α → β is BoundedAtFilter l
if f =O[l] 1.
Equations
Instances For
The submodule of functions that are bounded along a filter l.
Equations
Instances For
The subalgebra of functions that are bounded along a filter l.