Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of partial derivative #17887

Open
chenwydj opened this issue Oct 18, 2024 · 4 comments
Open

Support of partial derivative #17887

chenwydj opened this issue Oct 18, 2024 · 4 comments

Comments

@chenwydj
Copy link

Based on this page (https://leanprover-community.github.io/undergrad_todo.html), it seems the partial derivative (up to an arbitrary order) is not supported yet in mathlib4.

Can anyone brief the core bottleneck to implement the partial derivative into mathlib4/Lean4? If I want to do this, how challenging it would be?

Thank you!

@herostrat
Copy link

Hey, I found this zulip stream with infos that could help you
https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/Partial.20derivatives

@chenwydj
Copy link
Author

@herostrat Thank you very much!!

@chenwydj chenwydj reopened this Nov 26, 2024
@chenwydj
Copy link
Author

Hi @herostrat! Based on the zulip chat, I think lineDeriv is the most appropriate way for partial derivatives.

However, I'm not sure if mathlib4 supports integration over multi-variable functions.

@grunweg
Copy link
Collaborator

grunweg commented Dec 5, 2024

To reflect what was said on zulip: yes, mathlib has integration over multi-variable functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants