Zulip Chat Archive
Stream: mathlib4
Topic: Implicit function theorem
Winston Yin (尹維晨) (Feb 08 2025 at 23:47):
I'm surprised to see that the implicit function theorem in Mathlib.Analysis.Calculus.Implicit
is not being used anywhere in mathlib. I'd like to develop this API more, as I need the existence of a implicit function. I'm seeing a bunch of todos in that file (including the one I'm trying to prove), so I want to make sure that @Yury G. Kudryashov or someone else does not have active plans for it before pressing ahead.
Yury G. Kudryashov (Feb 09 2025 at 03:10):
I need a version for my current project.
Yury G. Kudryashov (Feb 09 2025 at 03:11):
I'm working on it right now, so please wait for a week or two, if it's convenient for you.
Winston Yin (尹維晨) (Feb 09 2025 at 09:16):
That's great to hear. Please let me know when there's a PR.
Michael Rothgang (Feb 09 2025 at 09:28):
Do you also need manifold versions? I have an old branch for the inverse function theorem for manifolds; the implicit function theorem would also be on my list of things.
Winston Yin (尹維晨) (Feb 09 2025 at 09:31):
Can we get the manifold version from the vector space version that Yury is developing?
Winston Yin (尹維晨) (Feb 09 2025 at 09:33):
Right now I just need the vector space version so I can prove that ODE solutions are smooth with respect to the initial condition.
Michael Rothgang (Feb 09 2025 at 09:54):
Indeed, that's how the proof should proceed.
Last updated: May 02 2025 at 03:31 UTC