Mathlib Map

Theorems · Theorem · global analysis

IsOpen.exists_contDiff_support_eq

∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [FiniteDimensional ℝ E] {n : ℕ∞} {s : Set E},
  IsOpen s → ∃ f, Function.support f = s ∧ ContDiff ℝ (↑n) f ∧ Set.range f ⊆ Set.Icc 0 1

Given an open set s in a finite-dimensional real normed vector space, there exists a smooth function with values in [0, 1] whose support is exactly s.

Defined in
Mathlib.Analysis.Calculus.BumpFunction.FiniteDimension
Cited by
2 results in Mathlib
Foundations
Depth 233 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpaceFiniteDimensional

Around this declaration

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

Cites102

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

Cited by2

Results whose statement or proof uses this declaration.