Commit 2024-06-26 13:40 4f99ec07
View on Github →feat(GroupTheory/Perm/Cycle/Factors): Remove finiteness requirement from 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.