Theorems · Theorem · general topology
EquicontinuousAt.tendsto_of_mem_closure
∀ {ι : Type u_1} {X : Type u_3} {α : Type u_6} [tX : TopologicalSpace X] [uα : UniformSpace α] {l : Filter ι}
{F : ι → X → α} {f : X → α} {s : Set X} {x : X} {z : α},
EquicontinuousAt F x →
Filter.Tendsto f (nhdsWithin x s) (nhds z) →
(∀ y ∈ s, Filter.Tendsto (fun x => F x y) l (nhds (f y))) →
x ∈ closure s → Filter.Tendsto (fun x_1 => F x_1 x) l (nhds z)If F : ι → X → α is a family of functions equicontinuous at x,
it tends to f y along a filter l for any y ∈ s,
the limit function f tends to z along 𝓝[s] x, and x ∈ closure s,
then (F · x) tends to z along l.
In some sense, this is a converse of EquicontinuousAt.closure.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpaceUniformSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
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 and proof · cited by 5,554
- Set.preimageproof · cited by 4,946
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallyproof · cited by 3,134
- UniformSpacestatement and proof · cited by 2,040
- nhdsWithinstatement and proof · cited by 1,912
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- closurestatement and proof · cited by 1,254
Cited by1
Results whose statement or proof uses this declaration.
- Equicontinuous.isClosed_setOfPred_tendstoproof · cited by 2