The derivative of a linear equivalence #
For detailed documentation of the FrΓ©chet derivative,
see the module docstring of Analysis/Calculus/FDeriv/Basic.lean
.
This file contains the usual formulas (and existence assertions) for the derivative of continuous linear equivalences.
We also prove the usual formula for the derivative of the inverse function, assuming it exists.
The inverse function theorem is in Mathlib/Analysis/Calculus/InverseFunctionTheorem/FDeriv.lean
.
Differentiability of linear equivs, and invariance of differentiability #
Differentiability of linear isometry equivs, and invariance of differentiability #
If f (g y) = y
for y
in some neighborhood of a
, g
is continuous at a
, and f
has an
invertible derivative f'
at g a
in the strict sense, then g
has the derivative f'β»ΒΉ
at a
in the strict sense.
This is one of the easy parts of the inverse function theorem: it assumes that we already have an inverse function.
If f (g y) = y
for y
in some neighborhood of a
, g
is continuous at a
, and f
has an
invertible derivative f'
at g a
, then g
has the derivative f'β»ΒΉ
at a
.
This is one of the easy parts of the inverse function theorem: it assumes that we already have an inverse function.
If f
is a partial homeomorphism defined on a neighbourhood of f.symm a
, and f
has an
invertible derivative f'
in the sense of strict differentiability at f.symm a
, then f.symm
has
the derivative f'β»ΒΉ
at a
.
This is one of the easy parts of the inverse function theorem: it assumes that we already have an inverse function.
If f
is a partial homeomorphism defined on a neighbourhood of f.symm a
, and f
has an
invertible derivative f'
at f.symm a
, then f.symm
has the derivative f'β»ΒΉ
at a
.
This is one of the easy parts of the inverse function theorem: it assumes that we already have an inverse function.
The image of a tangent cone under the differential of a map is included in the tangent cone to the image.
If a set has the unique differentiability property at a point x, then the image of this set under a map with onto derivative has also the unique differentiability property at the image point.