Commit 2022-10-17 11:19 2b69cd5e
View on Github →refactor(geometry/manifold/cont_mdiff): split everything about mfderiv (#16982)
- Remove import
mfderiv
fromcont_mdiff
- Separate everything about
mfderiv
andmdifferentiable
to a separate file - The reason is that many properties about
mfderiv
are nicely proven once we already know about things likecont_mdiff_fst
(unless we want to provemdifferentiable_fst
separately?) - We could also try to separate out
mdifferentiable
frommfderiv
. However, this is harder, since proofs aboutmdifferentiable
are given usinghas_mfderiv_at
- Needed (sort-of) to port more results from the sphere eversion project.