Zulip Chat Archive
Stream: Is there code for X?
Topic: Partial derivatives commute
Geoffrey Irving (Oct 27 2024 at 15:27):
What results do we have about partial derivatives commuting? I can't find them, but it seems unlikely that they don't exist.
Yaël Dillies (Oct 27 2024 at 15:28):
It's discussed at length in #mathlib4 > Partial derivatives
Sébastien Gouëzel (Oct 27 2024 at 16:59):
See docs#second_derivative_symmetric_of_eventually
Sébastien Gouëzel (Oct 27 2024 at 17:01):
I have more results and an expanded API in a branch, see for instance https://github.com/leanprover-community/mathlib4/blob/SG_lie/Mathlib/Analysis/Calculus/FDeriv/Symmetric.lean
Geoffrey Irving (Oct 27 2024 at 20:46):
Neat, thank you!
Last updated: May 02 2025 at 03:31 UTC