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

[Merged by Bors] - refactor(geometry/manifold/cont_mdiff): split everything about mfderiv #16982

Closed
wants to merge 4 commits into from

Conversation

fpvandoorn
Copy link
Member

  • Remove import mfderiv from cont_mdiff
  • Separate everything about mfderiv and mdifferentiable to a separate file
  • The reason is that many properties about mfderiv are nicely proven once we already know about things like cont_mdiff_fst (unless we want to prove mdifferentiable_fst separately?)
  • We could also try to separate out mdifferentiable from mfderiv. However, this is harder, since proofs about mdifferentiable are given using has_mfderiv_at
  • Needed (sort-of) to port more results from the sphere eversion project.

Open in Gitpod

@fpvandoorn fpvandoorn added the awaiting-CI The author would like to see what CI has to say before doing more work. label Oct 14, 2022
@github-actions github-actions bot removed the awaiting-CI The author would like to see what CI has to say before doing more work. label Oct 15, 2022
@fpvandoorn fpvandoorn added t-differential-geometry Manifolds, etc. awaiting-review The author would like community review of the PR labels Oct 16, 2022
@sgouezel
Copy link
Collaborator

It builds, so I guess you haven't done anything silly :-)
bors r+

@github-actions github-actions bot added ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) and removed awaiting-review The author would like community review of the PR labels Oct 17, 2022
bors bot pushed a commit that referenced this pull request Oct 17, 2022
#16982)

* Remove import `mfderiv` from `cont_mdiff`
* Separate everything about `mfderiv` and `mdifferentiable` to a separate file
* The reason is that many properties about `mfderiv` are nicely proven once we already know about things like `cont_mdiff_fst` (unless we want to prove `mdifferentiable_fst` separately?)
* We could also try to separate out `mdifferentiable` from `mfderiv`. However, this is harder, since proofs about `mdifferentiable` are given using `has_mfderiv_at`
* Needed (sort-of) to port more results from the sphere eversion project.
@bors
Copy link

bors bot commented Oct 17, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title refactor(geometry/manifold/cont_mdiff): split everything about mfderiv [Merged by Bors] - refactor(geometry/manifold/cont_mdiff): split everything about mfderiv Oct 17, 2022
@bors bors bot closed this Oct 17, 2022
@bors bors bot deleted the refactor_mfderiv_cont_mdiff branch October 17, 2022 13:11
@eric-wieser eric-wieser added the hacktoberfest-accepted Without this label hacktoberfest is scared off by bors label Oct 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Without this label hacktoberfest is scared off by bors ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) t-differential-geometry Manifolds, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants