Theorems · Theorem · functional analysis
ContDiffMapSupportedIn.continuous_iff_comp
∀ {E : Type u_2} {F : Type u_3} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [inst_2 : NormedAddCommGroup F]
[inst_3 : NormedSpace ℝ F] {n : ℕ∞} {K : TopologicalSpace.Compacts E} {X : Type u_5} [inst_4 : TopologicalSpace X]
(φ : X → ContDiffMapSupportedIn E F n K),
Continuous φ ↔ ∀ (i : ℕ), Continuous (⇑(ContDiffMapSupportedIn.structureMapCLM ℝ n i) ∘ φ)The universal property of the topology on 𝓓^{n}_{K}(E, F): a map to 𝓓^{n}_{K}(E, F)
is continuous if and only if its composition with each structure map
structureMapCLM ℝ n i : 𝓓^{n}_{K}(E, F) → (E →ᵇ (E [×i]→L[ℝ] F)) is continuous.
Since structureMapCLM ℝ n i is zero whenever i > n, it suffices to check it for i ≤ n,
as proven by continuous_iff_comp_order_le.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 221 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- RingHom.idstatement · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- ContinuousLinearMapstatement · cited by 5,352
- ENatstatement and proof · cited by 4,985
- Continuousstatement and proof · cited by 2,592
- ContinuousMultilinearMapstatement · cited by 1,016
- BoundedContinuousFunctionstatement · cited by 511
- TopologicalSpace.Compactsstatement and proof · cited by 386
Cited by1
Results whose statement or proof uses this declaration.
- ContDiffMapSupportedIn.continuous_iff_comp_order_leproof · cited by 0