Theorems · Theorem · general topology
Filter.Tendsto.continuousWithinAt_of_equicontinuousWithinAt
∀ {ι : Type u_1} {X : Type u_3} {α : Type u_6} [tX : TopologicalSpace X] [uα : UniformSpace α] {l : Filter ι} [l.NeBot]
{F : ι → X → α} {f : X → α} {S : Set X} {x₀ : X},
(∀ x ∈ S, Filter.Tendsto (fun x_1 => F x_1 x) l (nhds (f x))) →
Filter.Tendsto (fun x => F x x₀) l (nhds (f x₀)) → EquicontinuousWithinAt F S x₀ → ContinuousWithinAt f S x₀If 𝓕 : ι → X → α tends to f : X → α pointwise on `S ∪ {x₀} : Set X` along some nontrivial
filter, and if the family 𝓕 is equicontinuous at x₀ : X within S, then the limit is
continuous at x₀ within S.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- Filter.Tendstostatement and proof · cited by 3,814
- UniformSpacestatement and proof · cited by 2,040
- Filter.univ_mem'proof · cited by 1,672
- IsClosedproof · cited by 1,639
- Filter.mp_memproof · cited by 1,537
- Filter.NeBotstatement and proof · cited by 853
- uniformityproof · cited by 765
- Filter.Eventually.of_forallproof · cited by 526
Cited by2
Results whose statement or proof uses this declaration.
- Filter.Tendsto.continuousAt_of_equicontinuousAtproof · cited by 1
- Filter.Tendsto.continuousOn_of_equicontinuousOnproof · cited by 0