The derivative of a linear equivalence #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
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.
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 local 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 local 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.