Partial derivatives #
Results in this file relate the partial derivatives of a bivariate function to its differentiability in the product space.
Main statements #
hasStrictFDerivAt_uncurry_coprod: establishing strict differentiability at a pointuin the product space, this requires that both partial derivatives exist in a neighbourhood ofuand be continuous atu.
theorem
hasStrictFDerivAt_uncurry_coprod
{๐ : Type u_1}
{Eโ : Type u_2}
{Eโ : Type u_3}
{F : Type u_4}
[NontriviallyNormedField ๐]
[NormedAddCommGroup Eโ]
[NormedSpace ๐ Eโ]
[NormedAddCommGroup Eโ]
[NormedSpace ๐ Eโ]
[NormedAddCommGroup F]
[NormedSpace ๐ F]
[IsRCLikeNormedField ๐]
{u : Eโ ร Eโ}
{f : Eโ โ Eโ โ F}
{fโ : Eโ โ Eโ โ Eโ โL[๐] F}
{fโ : Eโ โ Eโ โ Eโ โL[๐] F}
(dfโ : โแถ (v : Eโ ร Eโ) in nhds u, HasFDerivAt (fun (x : Eโ) => f x v.2) (โฟfโ v) v.1)
(dfโ : โแถ (v : Eโ ร Eโ) in nhds u, HasFDerivAt (fun (x : Eโ) => f v.1 x) (โฟfโ v) v.2)
(cfโ : ContinuousAt (โฟfโ) u)
(cfโ : ContinuousAt (โฟfโ) u)
:
HasStrictFDerivAt (โฟf) ((โฟfโ u).coprod (โฟfโ u)) u
If bivariate f : Eโ โ Eโ โ F has partial derivatives fโ and fโ in a neighbourhood of
u : Eโ ร Eโ and if they are continuous there then the uncurried function โฟf is strictly
differentiable at u with its derivative mapping z to fโ u.1 u.2 z.1 + fโ u.1 u.2 z.2.