feat(Geometry/Manifold/Diffeomorph): A diffeomorphism induces a manifold#40202
feat(Geometry/Manifold/Diffeomorph): A diffeomorphism induces a manifold#40202Bergschaf wants to merge 5 commits into
Conversation
|
This pull request is now in draft mode. No active bors state needed cleanup. While this PR remains draft, bors will ignore commands on this PR. Mark it ready for review before using commands like |
|
This pull request is now in draft mode. No active bors state needed cleanup. While this PR remains draft, bors will ignore commands on this PR. Mark it ready for review before using commands like |
PR summary 1e9e1fee3cImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
This PR adds the pullback of a
ChartedSpaceinstance along a Homeomorphism. (Similar toIsLocalHomeomorph.chartedSpacebut with better def-eqs (because there is no need to choose the inverse of the function in this case)).Diffeomorph.isManifoldproves that the pullback of theChartedSpaceof a manifold along a diffeomorphism is a manifold again.I am quite new to this area of mathlib, so please excuse any obvious oversights on my part.
Please give me feedback if this definition is appropriate!