-
Notifications
You must be signed in to change notification settings - Fork 383
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
[Merged by Bors] - feat(GroupTheory/Perm/Cycle/Factors): Remove finiteness requirement from cycleOf. #13145
Conversation
I understand this PR is being discussed on zulip - but let me still mark it as awaiting-review, for good measure. |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
PR summary f03a538842Import changesNo significant changes to the import graph Declarations diff
You can run this locally as follows## summary with just the declaration names:
./scripts/no_lost_declarations.sh short <optional_commit>
## more verbose report:
./scripts/no_lost_declarations.sh <optional_commit> |
This seems to be a strict generalisation. Thanks! The linter seems unhappy though. Two lines are more than > 100 chars. After fixing that, please feel free to merge this. bors d+ |
✌️ linesthatinterlace can now approve this pull request. To approve and merge a pull request, simply reply with |
bors r+ |
…rom cycleOf. (#13145) cycleOf can be defined using only a decidability condition, rather than the current finiteness condition (from which decidability can be inferred). This commit removes this dependency on finiteness. Co-authored-by: Wrenna Robson <[email protected]>
Pull request successfully merged into master. Build succeeded: |
…rom cycleOf. (#13145) cycleOf can be defined using only a decidability condition, rather than the current finiteness condition (from which decidability can be inferred). This commit removes this dependency on finiteness. Co-authored-by: Wrenna Robson <[email protected]>
…rom cycleOf. (#13145) cycleOf can be defined using only a decidability condition, rather than the current finiteness condition (from which decidability can be inferred). This commit removes this dependency on finiteness. Co-authored-by: Wrenna Robson <[email protected]>
cycleOf can be defined using only a decidability condition, rather than the current finiteness condition (from which decidability can be inferred). This commit removes this dependency on finiteness.