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