Documentation

Mathlib.Analysis.Calculus.Deriv.Support

Support of the derivative of a function #

In this file we prove that the (topological) support of a function includes the support of its derivative. As a corollary, we show that the derivative of a function with compact support has compact support.

Keywords #

derivative, support

Support of derivatives #

theorem HasStrictDerivAt.of_notMem_tsupport {𝕜 : Type u} [NontriviallyNormedField 𝕜] {E : Type v} [NormedAddCommGroup E] [NormedSpace 𝕜 E] {f : 𝕜E} {x : 𝕜} (h : xtsupport f) :
theorem HasDerivAt.of_notMem_tsupport {𝕜 : Type u} [NontriviallyNormedField 𝕜] {E : Type v} [NormedAddCommGroup E] [NormedSpace 𝕜 E] {f : 𝕜E} {x : 𝕜} (h : xtsupport f) :
theorem HasDerivWithinAt.of_notMem_tsupport {𝕜 : Type u} [NontriviallyNormedField 𝕜] {E : Type v} [NormedAddCommGroup E] [NormedSpace 𝕜 E] {f : 𝕜E} {x : 𝕜} {s : Set 𝕜} (h : xtsupport f) :
theorem deriv_of_notMem_tsupport {𝕜 : Type u} [NontriviallyNormedField 𝕜] {E : Type v} [NormedAddCommGroup E] [NormedSpace 𝕜 E] {f : 𝕜E} {x : 𝕜} (h : xtsupport f) :
deriv f x = 0
theorem support_deriv_subset {𝕜 : Type u} [NontriviallyNormedField 𝕜] {E : Type v} [NormedAddCommGroup E] [NormedSpace 𝕜 E] {f : 𝕜E} :
theorem tsupport_deriv_subset {𝕜 : Type u} [NontriviallyNormedField 𝕜] {E : Type v} [NormedAddCommGroup E] [NormedSpace 𝕜 E] {f : 𝕜E} :
theorem HasCompactSupport.deriv {𝕜 : Type u} [NontriviallyNormedField 𝕜] {E : Type v} [NormedAddCommGroup E] [NormedSpace 𝕜 E] {f : 𝕜E} (hf : HasCompactSupport f) :