Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Better inverses #1021
base: main
Are you sure you want to change the base?
Better inverses #1021
Changes from 11 commits
5065769
56b10cb
e874b8f
d42b687
073e25a
d8dd7e1
f40c494
a7ab1d3
1f5b58f
99c1fc6
b86b177
1849da6
377d20d
793bd63
91309d0
479991a
b760696
b7327f1
c967c92
ee7cef2
fff144c
ece58f0
81a7cd3
aefbad1
abc2e85
7149d71
7b23dbb
c969b11
7cccf7c
80b17ec
60ed671
a695534
0367685
554e0dd
513712b
82d81bd
428e039
1707bf6
f276972
29eab45
3f93d05
6508fc6
54e651a
bf02a27
2b441e0
7f989c0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this does exactly what you want it to, maybe you meant
not IsMultiplicativeElementWithOne(a)
and similar forb
?This comment was marked as resolved.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still missing, and the documentation for Left/RightGreensMultiplier should be updated to include:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing "WithOne" fixed. The documentation is possibly more delicate than that, as an fp semigroup can be a monoid but GAP cannot recognise it as one. One example is < s1, s2 | s1^2=s1, s2^2=s2, s1s2=s2, s2s1=s2>. s1 is a "one" but GAP does not know that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably should add some tests for this too?