Theorems · Theorem · general topology
ContinuousMap.exists_tendsto_compactOpen_iff_forall
∀ {X : Type u_2} {Y : Type u_3} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y] [WeaklyLocallyCompactSpace X]
[T2Space Y] {ι : Type u_6} {l : Filter ι} [l.NeBot] (F : ι → C(X, Y)),
(∃ f, Filter.Tendsto F l (nhds f)) ↔
∀ (s : Set X), IsCompact s → ∃ f, Filter.Tendsto (fun i => ContinuousMap.restrict s (F i)) l (nhds f)A family F of functions in C(X, Y) converges in the compact-open topology, if and only if
it converges in the compact-open topology on each compact subset of X.
- Defined in
- Mathlib.Topology.CompactOpen
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Filterstatement and proof · cited by 8,121
- Set.Elemstatement and proof · cited by 7,166
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- ContinuousMapstatement and proof · cited by 2,491
- T2Spacestatement and proof · cited by 1,351
- IsCompactstatement and proof · cited by 1,282
- Filter.NeBotstatement and proof · cited by 853
- Filter.principalproof · cited by 740
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousMap.summable_of_locally_summable_normproof · cited by 2