Mathlib Map

Theorems · Theorem · functional analysis

ContDiffMapSupportedIn.continuous_iff_comp_order_le

∀ {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 : ℕ), ↑i ≤ n → 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 the structure map structureMapCLM ℝ n i : 𝓓^{n}_{K}(E, F) → (E →ᵇ (E [×i]→L[ℝ] F)) is continuous for each i ≤ n.

Defined in
Mathlib.Analysis.Distribution.ContDiffMapSupportedIn
Cited by
0 results in Mathlib
Foundations
Depth 222 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpaceTopologicalSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites20

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.