Documentation

Mathlib.Analysis.Calculus.FDeriv.Partial

Partial derivatives #

Results in this file relate the partial derivatives of a bivariate function to its differentiability in the product space.

Main statements #

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.