Indicator function and filters #
Properties of additive and multiplicative indicator functions involving =ᶠ
and ≤ᶠ
.
Tags #
indicator, characteristic, filter
theorem
tendsto_mulIndicator_biUnion_finset
{α : Type u_1}
{β : Type u_2}
{ι : Type u_5}
[One β]
(s : ι → Set α)
(f : α → β)
(a : α)
:
Filter.Tendsto (fun (n : Finset ι) => (⋃ i ∈ n, s i).mulIndicator f a) Filter.atTop
(pure ((Set.iUnion s).mulIndicator f a))
theorem
tendsto_indicator_biUnion_finset
{α : Type u_1}
{β : Type u_2}
{ι : Type u_5}
[Zero β]
(s : ι → Set α)
(f : α → β)
(a : α)
:
Filter.Tendsto (fun (n : Finset ι) => (⋃ i ∈ n, s i).indicator f a) Filter.atTop (pure ((Set.iUnion s).indicator f a))