feat: a SliceModel typeclass for models with corners for embedded submanifolds#26087
feat: a SliceModel typeclass for models with corners for embedded submanifolds#26087grunweg wants to merge 27 commits intoleanprover-community:masterfrom
SliceModel typeclass for models with corners for embedded submanifolds#26087Conversation
Comments from Original PR #25505This section contains 1 comment(s) from the original PR, excluding bot comments. @github-actions (2025-06-05 23:38 UTC): PR summary 8b2141b23dImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
PR summary 24d904ee7bImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
This pull request has conflicts, please merge |
…odels with corners in embedded submanifolds
We define a new typeclass to denote a model with corners which "embeds" into another one:
there are an embedding of the underlying topological spaces and a continuous linear inclusion between the normed spaces,
which are compatible with the maps given by the models with corners.
This condition is used for defining smooth (immersed and embedded) submanifolds: for
Mto be a submanifold ofN,to boot their models with corners should be slice models. This will be defined in a future PR.
To prove this definition is workable, we construct many basic instances of slice models
I.prod JandJ.prod Izulip discussion
This PR continues the work from #25505.