Theorems · Theorem · general topology
ContinuousOn.continuous_domRestrict_iff_continuous_uniformOnFun
∀ {α : Type u₁} {β : Type u₂} [inst : TopologicalSpace α] [inst_1 : UniformSpace β] {X : Type u_1}
[inst_2 : TopologicalSpace X] {f : X → α → β} {s : Set α} (hf : ∀ (x : X), ContinuousOn (f x) s) [CompactSpace ↑s],
(Continuous fun x => { toFun := s.domRestrict (f x), continuous_toFun := ⋯ }) ↔
Continuous fun x => (UniformOnFun.ofFun {s}) (f x)A family f : X → α → β, each of which is continuous on a compact set s : Set α is
continuous in the topology X → α →ᵤ[{s}] β if and only if the family of continuous restrictions
X → C(s, β) is continuous.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Equivstatement · cited by 8,337
- Set.Elemstatement and proof · cited by 7,166
- Continuousstatement and proof · cited by 2,592
- ContinuousMapstatement · cited by 2,491
- UniformSpacestatement and proof · cited by 2,040
- ContinuousOnstatement and proof · cited by 1,411
- CompactSpacestatement and proof · cited by 593
- Set.domRestrictstatement and proof · cited by 383
- UniformOnFunstatement · cited by 150
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousOn.continuous_restrict_iff_continuous_uniformOnFunproof · cited by 0