Theorems · Theorem · general topology
ContinuousMap.tendsto_compactOpen_iff_forall
∀ {X : Type u_2} {Y : Type u_3} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y] {ι : Type u_6} {l : Filter ι}
(F : ι → C(X, Y)) (f : C(X, Y)),
Filter.Tendsto F l (nhds f) ↔
∀ (K : Set X),
IsCompact K → Filter.Tendsto (fun i => ContinuousMap.restrict K (F i)) l (nhds (ContinuousMap.restrict K f))- Defined in
- Mathlib.Topology.CompactOpen
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- Set.Elemstatement · 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
- iInfproof · cited by 1,690
- IsCompactstatement and proof · cited by 1,282
- iInf_congr_Propproof · cited by 218
- ContinuousMap.restrictstatement and proof · cited by 61
- nhds_inducedproof · cited by 32
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousMap.exists_tendsto_compactOpen_iff_forallproof · cited by 1