-
-
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
Improvements to ImageSet #34377
Comments
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
comment:4
I think you should There is also an infinite recursion that seems to be happening:
Also, calling |
comment:5
Replying to @tscrim:
Yes, I think that's a good idea
Mapping back is necessary to get an element that is in the correct parent. |
comment:6
Replying to @mkoeppe:
Couldn't we just do |
comment:7
If it's an honest |
comment:8
Ah, right. Thanks. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:10
Bots are green now |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: Travis Scrimshaw |
comment:12
LGTM. |
comment:13
Thanks. |
Changed branch from u/mkoeppe/improvements_to_imageset to |
(split out from #34340)
We equip
ImageSet
with an_element_constructor_
and hence, with a membership test. (This needs a map with inverse.)We also add a new parameter value
is_injective='check'
.CC: @tscrim
Component: combinatorics
Author: Matthias Koeppe
Branch/Commit:
6aeab7d
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/34377
The text was updated successfully, but these errors were encountered: