[Merged by Bors] - feat: Sum.inl and friends between smooth manifolds are smooth#20664
[Merged by Bors] - feat: Sum.inl and friends between smooth manifolds are smooth#20664
Conversation
|
|
PR summary eed79c65ecImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
| (hf : ContMDiff I J n f) (hg : ContMDiff I J n g) : ContMDiff I J n (Sum.map f g) := | ||
| ContMDiff.sum_elim (ContMDiff.inl.comp hf) (ContMDiff.inr.comp hg) | ||
|
|
||
| -- Better names welcome! |
There was a problem hiding this comment.
The continuous analogue is called continuous_sum_dom and proves both the inl and inr statement. I'm not convinced that's better here.
|
There linter errors are from the simpNF linter: i.e., one should really look at the tagging to determine which option is best. |
5b518cc to
ff934e6
Compare
ff934e6 to
b9019b4
Compare
|
I have reverted the simp changes for now, to make CI pass and this PR show up in the queue. I'd still welcome opinions on them. |
|
(And thanks for the tiny nits, of course.) |
|
I pushed a commit starting to use your definition, so you can also look at what breaks (once CI comes back). |
|
It's certainly never useful in applications to allow |
|
I've done the cleanup, and I think it looks nice. What do you think? |
|
I like your clean-ups, thanks a lot for the help! I think they would make an excellent PR (this PR could depend on). I'm at a conference until end of this week, but could cherry-pick or maintainer merge one such PR on Monday. |
|
Done in #21500 |
|
✌️ grunweg can now approve this pull request. To approve and merge a pull request, simply reply with |
|
Thanks for the review! |
We prove that the following maps between manifolds are smooth: - Sum.inl, Sum.inr, as well as Sum.map_elim and Sum.swap - Furthermore, Sum.map_elim is C^n iff both components are. Since the file we're editing now contains material both about products and disjoint unions, we rename the file to `Constructions`. From my bordism theory project. Co-authored-by: grunweg <rothgami@math.hu-berlin.de> Co-authored-by: sgouezel <sebastien.gouezel@univ-rennes1.fr>
|
Pull request successfully merged into master. Build succeeded: |
We prove that the following maps between manifolds are smooth:
Since the file we're editing now contains material both about products and disjoint unions, we rename the file to
Constructions.From my bordism theory project.