Commit 2026-03-23 15:54 1b158561
View on Github →chore(GroupTheory/SpecificGroups/Cyclic/Basic): refactor (#36983)
Refactor GroupTheory/SpecificGroups/Cyclic.lean by putting a first batch of lemmas
in GroupTheory/SpecificGroups/Cyclic/Basic, when they are compatible with assert_not_exists Field.
The issue with the pre-PR situation is that the initial assumption assert_not_exists Field is incompatible with the use of tactics (interval_cases or gcongr) which use whatever they can.