Derivatives of continuous linear maps from the base field #
In this file we prove that f : π βL[π] E (or f : π ββ[π] E) has derivative f 1.
For a more detailed overview of one-dimensional derivatives in mathlib, see the module docstring of
Analysis/Calculus/Deriv/Basic.
Keywords #
derivative, linear map
Derivative of continuous linear maps #
theorem
ContinuousLinearMap.hasDerivAtFilter
{π : Type u}
[NontriviallyNormedField π]
{F : Type v}
[NormedAddCommGroup F]
[NormedSpace π F]
{L : Filter (π Γ π)}
(e : π βL[π] F)
:
HasDerivAtFilter (βe) (e 1) L
theorem
ContinuousLinearMap.hasStrictDerivAt
{π : Type u}
[NontriviallyNormedField π]
{F : Type v}
[NormedAddCommGroup F]
[NormedSpace π F]
{x : π}
(e : π βL[π] F)
:
HasStrictDerivAt (βe) (e 1) x
theorem
ContinuousLinearMap.hasDerivAt
{π : Type u}
[NontriviallyNormedField π]
{F : Type v}
[NormedAddCommGroup F]
[NormedSpace π F]
{x : π}
(e : π βL[π] F)
:
HasDerivAt (βe) (e 1) x
theorem
ContinuousLinearMap.hasDerivWithinAt
{π : Type u}
[NontriviallyNormedField π]
{F : Type v}
[NormedAddCommGroup F]
[NormedSpace π F]
{x : π}
{s : Set π}
(e : π βL[π] F)
:
HasDerivWithinAt (βe) (e 1) s x
@[simp]
theorem
ContinuousLinearMap.deriv
{π : Type u}
[NontriviallyNormedField π]
{F : Type v}
[NormedAddCommGroup F]
[NormedSpace π F]
{x : π}
(e : π βL[π] F)
:
theorem
ContinuousLinearMap.derivWithin
{π : Type u}
[NontriviallyNormedField π]
{F : Type v}
[NormedAddCommGroup F]
[NormedSpace π F]
{x : π}
{s : Set π}
(e : π βL[π] F)
(hxs : UniqueDiffWithinAt π s x)
:
Derivative of bundled linear maps #
theorem
LinearMap.hasDerivAtFilter
{π : Type u}
[NontriviallyNormedField π]
{F : Type v}
[NormedAddCommGroup F]
[NormedSpace π F]
{L : Filter (π Γ π)}
(e : π ββ[π] F)
:
HasDerivAtFilter (βe) (e 1) L
theorem
LinearMap.hasStrictDerivAt
{π : Type u}
[NontriviallyNormedField π]
{F : Type v}
[NormedAddCommGroup F]
[NormedSpace π F]
{x : π}
(e : π ββ[π] F)
:
HasStrictDerivAt (βe) (e 1) x
theorem
LinearMap.hasDerivAt
{π : Type u}
[NontriviallyNormedField π]
{F : Type v}
[NormedAddCommGroup F]
[NormedSpace π F]
{x : π}
(e : π ββ[π] F)
:
HasDerivAt (βe) (e 1) x
theorem
LinearMap.hasDerivWithinAt
{π : Type u}
[NontriviallyNormedField π]
{F : Type v}
[NormedAddCommGroup F]
[NormedSpace π F]
{x : π}
{s : Set π}
(e : π ββ[π] F)
:
HasDerivWithinAt (βe) (e 1) s x
@[simp]
theorem
LinearMap.deriv
{π : Type u}
[NontriviallyNormedField π]
{F : Type v}
[NormedAddCommGroup F]
[NormedSpace π F]
{x : π}
(e : π ββ[π] F)
:
theorem
LinearMap.derivWithin
{π : Type u}
[NontriviallyNormedField π]
{F : Type v}
[NormedAddCommGroup F]
[NormedSpace π F]
{x : π}
{s : Set π}
(e : π ββ[π] F)
(hxs : UniqueDiffWithinAt π s x)
: