Theorems · Theorem · general topology
tendsto_indicator_const_iff_tendsto_pi_pure
∀ {α : 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)) ↔
Filter.Tendsto (fun i x => x ∈ As i) L (Filter.pi fun x => pure (x ∈ A))- Defined in
- Mathlib.Topology.IndicatorConstPointwise
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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 and proof · cited by 3,814
- Filter.Eventuallyproof · cited by 3,134
- Set.indicatorstatement · cited by 723
- T1Spacestatement and proof · cited by 275
- Filter.pistatement and proof · cited by 48
- Filter.tendsto_piproof · cited by 7
- tendsto_indicator_const_iff_forall_eventuallyproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.