[Merged by Bors] - feat(Geometry/Convex): star-convex sets in a convex space#40230
[Merged by Bors] - feat(Geometry/Convex): star-convex sets in a convex space#40230YaelDillies wants to merge 10 commits into
Conversation
PR summary 65ca858de0Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
b-mehta
left a comment
There was a problem hiding this comment.
We already have StarConvex but I'm guessing this is in greater generality? It would be nice to
- mention this in the docstring, and explain why we have two (perhaps this is temporary)
- have some link between them
|
It looks like your new changes do a bunch of things unrelated to star-convexity. And these changes aren't in the PR description. |
|
I have added more lemmas about star-convexity I realised I needed in order to deprecate the |
I'm not sure I follow. Lemmas like |
|
|
This will wait until #40235 if you don't mind. |
Define `IsStarConvexSet`,a predicate for a set in a `ConvexSpace` to be star-convex at a point. Add a few lemmas about `IsAffineMap` as preliminaries to lemmas about star-convex sets in a module. The existing `Module`-specific `StarConvex` predicate will be deprecated in a future PR.
|
Pull request successfully merged into master. Build succeeded: |
Define
IsStarConvexSet,a predicate for a set in aConvexSpaceto be star-convex at a point. Add a few lemmas aboutIsAffineMapas preliminaries to lemmas about star-convex sets in a module.The existing
Module-specificStarConvexpredicate will be deprecated in a future PR.