Documentation

Mathlib.Analysis.Calculus.BumpFunction.FiniteDimension

Bump functions in finite-dimensional vector spaces #

Let E be a finite-dimensional real normed vector space. We show that any open set s in E is exactly the support of a smooth function taking values in [0, 1], in IsOpen.exists_contDiff_support_eq.

Then we use this construction to construct bump functions with nice behavior, by convolving the indicator function of closedBall 0 1 with a function as above with s = ball 0 D.

If a set s is a neighborhood of x, then there exists a smooth function f taking values in [0, 1], supported in s and with f x = 1.

@[deprecated exists_contDiff_tsupport_subset (since := "2025-12-17")]

Alias of exists_contDiff_tsupport_subset.


If a set s is a neighborhood of x, then there exists a smooth function f taking values in [0, 1], supported in s and with f x = 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.

@[deprecated IsOpen.exists_contDiff_support_eq (since := "2025-12-17")]

Alias of IsOpen.exists_contDiff_support_eq.


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.

An auxiliary function to construct partitions of unity on finite-dimensional real vector spaces. It is the characteristic function of the closed unit ball.

Equations
    Instances For
      theorem ExistsContDiffBumpBase.u_exists (E : Type u_1) [NormedAddCommGroup E] [NormedSpace โ„ E] [FiniteDimensional โ„ E] :
      โˆƒ (u : E โ†’ โ„), ContDiff โ„ (โ†‘โŠค) u โˆง (โˆ€ (x : E), u x โˆˆ Set.Icc 0 1) โˆง Function.support u = Metric.ball 0 1 โˆง โˆ€ (x : E), u (-x) = u x

      An auxiliary function to construct partitions of unity on finite-dimensional real vector spaces, which is smooth, symmetric, and with support equal to the unit ball.

      Equations
        Instances For

          An auxiliary function to construct partitions of unity on finite-dimensional real vector spaces, which is smooth, symmetric, with support equal to the ball of radius D and integral 1.

          Equations
            Instances For

              An auxiliary function to construct partitions of unity on finite-dimensional real vector spaces. It is the convolution between a smooth function of integral 1 supported in the ball of radius D, with the indicator function of the closed unit ball. Therefore, it is smooth, equal to 1 on the ball of radius 1 - D, with support equal to the ball of radius 1 + D.

              Equations
                Instances For
                  theorem ExistsContDiffBumpBase.y_pos_of_mem_ball {E : Type u_1} [NormedAddCommGroup E] [NormedSpace โ„ E] [FiniteDimensional โ„ E] [MeasurableSpace E] [BorelSpace E] {D : โ„} {x : E} (Dpos : 0 < D) (D_lt_one : D < 1) (hx : x โˆˆ Metric.ball 0 (1 + D)) :
                  0 < y D x