Theorems · Theorem · general topology
ContinuousMap.compactOpen_eq_iInf_induced
∀ {X : Type u_2} {Y : Type u_3} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y],
ContinuousMap.compactOpen =
⨅ K, ⨅ (_ : IsCompact K), TopologicalSpace.induced (ContinuousMap.restrict K) ContinuousMap.compactOpenThe compact-open topology on C(X, Y)
is equal to the infimum of the compact-open topologies on C(s, Y) for s a compact subset of X.
The key point of the proof is that for every compact set K,
the universal set Set.univ : Set K is a compact set as well.
- Defined in
- Mathlib.Topology.CompactOpen
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- Set.Elemstatement and proof · cited by 7,166
- Set.ofPredproof · cited by 6,101
- Set.preimageproof · cited by 4,946
- Set.univproof · cited by 3,945
- ContinuousMapstatement and proof · cited by 2,491
- IsOpenproof · cited by 2,400
- le_antisymmproof · cited by 2,068
- iInfstatement · cited by 1,690
- IsCompactstatement and proof · cited by 1,282
Cited by2
Results whose statement or proof uses this declaration.
- ContinuousMap.tendsto_compactOpen_iff_forallproof · cited by 1
- ContinuousMap.nhds_compactOpen_eq_iInf_nhds_inducedproof · cited by 0