Commit 2020-12-03 16:31 8ff9c0e6
View on Github →feat(group_theory/order_of_element): add is_cyclic_of_prime_card (#5172)
Add is_cyclic_of_prime_card
, which says if a group has prime order, then it is cyclic. I also added eq_top_of_card_eq
which says a subgroup is top
when it has the same size as the group, not sure where that should be in the file.