You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(GroupTheory/SpecificGroups/Cyclic): clean up statement of classification of abelian finite simple groups (#31829)
This PR changes the statement of the classification of abelian finite simple groups from
```
IsSimpleGroup α ↔ IsCyclic α ∧ (Nat.card α).Prime
```
to
```
IsSimpleGroup α ↔ (Nat.card α).Prime
```
since `IsCyclic α` is implied by `(Nat.card α).Prime`.
Co-authored-by: tb65536 <thomas.l.browning@gmail.com>
0 commit comments