leanprover-community / mathlib4

The math library of Lean 4
https://leanprover-community.github.io/mathlib4_docs
Apache License 2.0
1.36k stars 298 forks source link

Formalization of PDEs in Lean? #14685

Closed Robertboy18 closed 1 month ago

Robertboy18 commented 1 month ago

I was just wondering what the progress is for the development of PDEs in the context of formalizing partial derivatives, finite difference methods, and well-posedness for PDEs. Basically a good support in Lean for PDEs.

We have been following the lean community, and it seems like there is still no good support for PDEs in general: 1 - https://leanprover-community.github.io/mathematics_in_lean/mathematics_in_lean.pdf - This textbook just covers basic integration and differentiation. Doesn't extend to multivariable calculus. 2 - https://leanprover-community.github.io/undergrad_todo.html - lots of fields are not in lean yet. 3 - https://proofassistants.stackexchange.com/questions/379/pdes-and-proof-assistants - it seems like this hasn't been updated. 4 - https://lecopivo.github.io/scientific-computing-lean/title.html

Is there any expected timeline?

grunweg commented 1 month ago

Welcome and thanks for asking! Let me say two meta comments and some comments on your question.

Robertboy18 commented 1 month ago

Thank you, @grunweg, for the detailed explanation! I will ask the same question on zulip!