Theorems · Theorem · global analysis
Continuous.exists_contMDiff_approx_and_eqOn
∀ {E : Type u_1} {F : Type u_2} {H : Type u_3} {M : Type u_4} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E]
[FiniteDimensional ℝ E] [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace ℝ F] [inst_5 : TopologicalSpace H]
(I : ModelWithCorners ℝ E H) [inst_6 : TopologicalSpace M] [inst_7 : ChartedSpace H M] [IsManifold I (↑⊤) M]
[SigmaCompactSpace M] [T2Space M] {f : M → F} {ε : M → ℝ} (n : ℕ∞),
Continuous f →
Continuous ε →
(∀ (x : M), 0 < ε x) →
∀ {S U : Set M},
IsClosed S →
U ∈ nhdsSet S →
ContMDiffOn I (modelWithCornersSelf ℝ F) (↑n) f U →
∃ g, (∀ (x : M), dist (g x) (f x) < ε x) ∧ Set.EqOn (⇑g) f S ∧ Function.support ⇑g ⊆ Function.support f- Defined in
- Mathlib.Geometry.Manifold.SmoothApprox
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 300 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites47
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
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Top.topstatement and proof · cited by 9,680
- Filterstatement · cited by 8,121
- Set.ofPredproof · cited by 6,101
- nhdsproof · cited by 5,554
- Norm.normproof · cited by 5,413
- ENatstatement and proof · cited by 4,985
Cited by2
Results whose statement or proof uses this declaration.
- Continuous.exists_contDiff_approx_and_eqOnproof · cited by 1
- Continuous.exists_contMDiff_approxproof · cited by 0