Additive 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
- sum of finitely many functions
- multiplication of a function by a scalar constant
- negative of a function
- subtraction of two functions
Derivative of a function multiplied by a constant #
Eta-expanded form of HasStrictFDerivAt.const_smul
Eta-expanded form of HasFDerivAtFilter.const_smul
Eta-expanded form of HasFDerivWithinAt.const_smul
Eta-expanded form of HasFDerivAt.const_smul
Eta-expanded form of DifferentiableWithinAt.const_smul
Eta-expanded form of DifferentiableAt.const_smul
Eta-expanded form of DifferentiableOn.const_smul
Eta-expanded form of Differentiable.const_smul
If c is invertible, c β’ f is differentiable at x within s if and only if f is.
A version of fderivWithin_const_smul without differentiability hypothesis:
in return, the constant c must be invertible, i.e. if R is a field.
Special case of fderivWithin_const_smul_of_invertible over a field: any constant is allowed
If c is invertible, c β’ f is differentiable at x if and only if f is.
A version of fderiv_const_smul without differentiability hypothesis: in return, the constant
c must be invertible, i.e. if R is a field.
Special case of fderiv_const_smul_of_invertible over a field: any constant is allowed
Derivative of the sum of two functions #
Eta-expanded form of HasStrictFDerivAt.add
Eta-expanded form of HasFDerivAtFilter.add
Eta-expanded form of HasFDerivWithinAt.add
Eta-expanded form of HasFDerivAt.add
Eta-expanded form of DifferentiableWithinAt.add
Eta-expanded form of DifferentiableAt.add
Eta-expanded form of DifferentiableOn.add
Eta-expanded form of Differentiable.add
Alias of the reverse direction of hasFDerivAtFilter_add_const_iff.
Alias of the reverse direction of hasStrictFDerivAt_add_const_iff.
Alias of the reverse direction of hasFDerivWithinAt_add_const_iff.
Alias of the reverse direction of hasFDerivAt_add_const_iff.
Alias of the reverse direction of differentiableWithinAt_add_const_iff.
Alias of the reverse direction of differentiableAt_add_const_iff.
Alias of the reverse direction of differentiableOn_add_const_iff.
Alias of the reverse direction of differentiable_add_const_iff.
Alias of the reverse direction of hasFDerivAtFilter_const_add_iff.
Alias of the reverse direction of hasStrictFDerivAt_const_add_iff.
Alias of the reverse direction of hasFDerivWithinAt_const_add_iff.
Alias of the reverse direction of hasFDerivAt_const_add_iff.
Alias of the reverse direction of differentiableWithinAt_const_add_iff.
Alias of the reverse direction of differentiableAt_const_add_iff.
Alias of the reverse direction of differentiableOn_const_add_iff.
Alias of the reverse direction of differentiable_const_add_iff.
Derivative of a finite sum of functions #
Derivative of the negative of a function #
Eta-expanded form of HasStrictFDerivAt.neg
Eta-expanded form of HasFDerivAtFilter.neg
Eta-expanded form of HasFDerivWithinAt.neg
Eta-expanded form of HasFDerivAt.neg
Eta-expanded form of DifferentiableWithinAt.neg
Eta-expanded form of DifferentiableAt.neg
Eta-expanded form of DifferentiableOn.neg
Eta-expanded form of Differentiable.neg
Version of fderiv_neg where the function is written -f instead of fun y β¦ - f y.
Derivative of the difference of two functions #
Eta-expanded form of HasStrictFDerivAt.sub
Eta-expanded form of HasFDerivAtFilter.sub
Eta-expanded form of HasFDerivWithinAt.sub
Eta-expanded form of HasFDerivAt.sub
Eta-expanded form of DifferentiableWithinAt.sub
Eta-expanded form of DifferentiableAt.sub
Eta-expanded form of DifferentiableAt.add_iff_left
Eta-expanded form of DifferentiableAt.add_iff_right
Eta-expanded form of DifferentiableAt.sub_iff_left
Eta-expanded form of DifferentiableAt.sub_iff_right
Eta-expanded form of DifferentiableOn.sub
Eta-expanded form of DifferentiableOn.add_iff_left
Eta-expanded form of DifferentiableOn.add_iff_right
Eta-expanded form of DifferentiableOn.sub_iff_left
Eta-expanded form of DifferentiableOn.sub_iff_right
Eta-expanded form of Differentiable.sub
Eta-expanded form of Differentiable.add_iff_left
Eta-expanded form of Differentiable.add_iff_right
Eta-expanded form of Differentiable.sub_iff_left
Eta-expanded form of Differentiable.sub_iff_right
Alias of the reverse direction of hasFDerivAtFilter_sub_const_iff.
Alias of the reverse direction of hasStrictFDerivAt_sub_const_iff.
Alias of the reverse direction of hasFDerivWithinAt_sub_const_iff.
Alias of the reverse direction of hasFDerivAt_sub_const_iff.