Module docstring
{"# Multiplicative operations on derivatives
For detailed documentation of the Fréchet derivative,
see the module docstring of Mathlib/Analysis/Calculus/FDeriv/Basic.lean.
This file contains the usual formulas (and existence assertions) for the derivative of
- multiplication of a function by a scalar function
- product of finitely many scalar functions
- taking the pointwise multiplicative inverse (i.e.
Inv.invorRing.inverse) of a function ","### Derivative of the pointwise composition/application of continuous linear maps ","### Derivative of the application of continuous multilinear maps to a constant ","### Derivative of the product of a scalar-valued function and a vector-valued function
If c is a differentiable scalar-valued function and f is a differentiable vector-valued
function, then fun x ↦ c x • f x is differentiable as well. Lemmas in this section works for
function c taking values in the base field, as well as in a normed algebra over the base
field: e.g., they work for c : E → ℂ and f : E → F provided that F is a complex
normed vector space.
","### Derivative of the product of two functions ","### Derivative of a finite product of functions ","### Derivative of the inverse in a division ring
Note that some lemmas are primed as they are expressed without commutativity, whereas their
counterparts in commutative fields involve simpler expressions, and are given in
Mathlib/Analysis/Calculus/Deriv/Inv.lean.
"}