-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
Connect RealSet to sage.manifolds #30832
Comments
comment:2
Setting new milestone based on a cursory review of ticket status, priority, and last modification date. |
Dependencies: #31644 |
This comment has been minimized.
This comment has been minimized.
Author: Matthias Koeppe |
Last 10 new commits:
|
Commit: |
comment:6
Restricted to open intervals (not closures), this is nothing but the forgetful functor from manifolds into sets. Perhaps it is a good idea to add this functor somehow? Other than that it looks good! Let's wait for the patchbot. |
comment:7
... or rather from manifolds to topological spaces (see #31877). Do we have forgetful functors anywhere already? |
comment:8
We may also want to consider
|
comment:9
Notice that |
comment:10
Moreover, you represented closed or clopen intervals by a topological closure, which is fine for now. But as soon as we have manifolds with boundary, we probably want them to be represented by those objects/instances instead (or as well). |
comment:11
LGTM |
Reviewer: Michael Jung |
comment:12
Replying to @mjungmath:
Yes, it does. You can initialize a |
comment:13
Thanks for the review! |
comment:14
Replying to @mkoeppe:
That is not what I mean. There are no unions of |
comment:15
Replying to @mjungmath:
If you create
|
comment:16
Right, but
won't work, no? |
comment:17
Good catch... |
comment:18
Folllow up in #31878. |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. Last 10 new commits:
|
comment:21
Trivial merge with updated dependency |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
comment:24
Another trivial merge to remove a merge conflict |
Changed branch from u/mkoeppe/connect_realset_to_sage_manifolds to |
Instances of
RealSet
that are finite unions of open intervals should be connected in some way tosage.manifolds
, in particular toOpenInterval
andRealLine
(which are both in the global namespace).In this ticket, we add functionality to initialize a
RealSet
from instances ofOpenInterval
andRealLine
, as well as from their topological closures (#31644)Depends on #31644
Depends on #31877
CC: @mjungmath @egourgoulhon @tscrim
Component: manifolds
Author: Matthias Koeppe
Branch/Commit:
81b43f4
Reviewer: Michael Jung
Issue created by migration from https://trac.sagemath.org/ticket/30832
The text was updated successfully, but these errors were encountered: