Theorems · Definition · functional analysis
ContDiffMapSupportedIn.monoCLM
(𝕜 : Type u_1) →
{E : Type u_2} →
{F : Type u_3} →
[inst : NontriviallyNormedField 𝕜] →
[inst_1 : NormedAddCommGroup E] →
[inst_2 : NormedSpace ℝ E] →
[inst_3 : NormedAddCommGroup F] →
[inst_4 : NormedSpace ℝ F] →
[inst_5 : NormedSpace 𝕜 F] →
[inst_6 : SMulCommClass ℝ 𝕜 F] →
{n₁ n₂ : ℕ∞} →
{K₁ K₂ : TopologicalSpace.Compacts E} →
ContDiffMapSupportedIn E F n₁ K₁ →L[𝕜] ContDiffMapSupportedIn E F n₂ K₂If n₁ ≥ n₂ and K₁ ⊆ K₂, monoCLM 𝕜 is the continuous 𝕜-linear inclusion of
𝓓^{n₁}_{K₁}(E, F) inside 𝓓^{n₂}_{K₂}(E, F). Otherwise, this is the zero map.
Furthermore:
* it is a topological embedding when n₁ = n₂ and K₁ ⊆ K₂ (not in Mathlib as of March 2026).
* it maps bounded sets to compact sets when n₁ ≥ n₂ + 1 and K₁ ⊆ K₂ (not in Mathlib as of
March 2026).
The parameters n₁, n₂, K₁, K₂ are implicit as they can often be inferred from context, or
specified by a type ascription.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 228 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- LinearMapproof · cited by 10,215
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ContinuousLinearMapstatement · cited by 5,352
- ENatstatement and proof · cited by 4,985
- SMulCommClassstatement and proof · cited by 1,927
- TopologicalSpace.Compactsstatement and proof · cited by 386
- ContDiffMapSupportedInstatement and proof · cited by 107
- ContDiffMapSupportedIn.monoLMproof · cited by 5
Cited by5
Results whose statement or proof uses this declaration.
- TestFunction.monoCLMproof · cited by 3
- TestFunction.monoCLM_applyproof · cited by 1
- ContDiffMapSupportedIn.monoCLM_applystatement · cited by 1
- ContDiffMapSupportedIn.monoCLM_eq_of_scalarsstatement · cited by 0
- ContDiffMapSupportedIn.monoCLM_eq_zerostatement · cited by 0