Theorems · Theorem · general topology
tendsto_indicator_const_iff_forall_eventually
∀ {α : Type u_1} {A : Set α} {β : Type u_2} [inst : Zero β] [inst_1 : TopologicalSpace β] {ι : Type u_3} (L : Filter ι)
{As : ι → Set α} [T1Space β] (b : β) [NeZero b],
Filter.Tendsto (fun i => (As i).indicator fun x => b) L (nhds (A.indicator fun x => b)) ↔
∀ (x : α), ∀ᶠ (i : ι) in L, x ∈ As i ↔ x ∈ AThe indicator functions of Asᵢ tend to the indicator function of A pointwise if and only if
for every x, we eventually have the equivalence x ∈ Asᵢ ↔ x ∈ A.
- Defined in
- Mathlib.Topology.IndicatorConstPointwise
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Filterstatement and proof · cited by 8,121
- nhdsstatement · cited by 5,554
- Filter.Tendstostatement · cited by 3,814
- Filter.Eventuallystatement · cited by 3,134
- Set.indicatorstatement · cited by 723
- T1Spacestatement and proof · cited by 275
- tendsto_indicator_const_iff_forall_eventually'proof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- measurableSet_of_tendsto_indicatorproof · cited by 2
- tendsto_indicator_const_iff_tendsto_pi_pureproof · cited by 0