Skip to content
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(group_theory/{subgroup, order_of_element}): refactors simple groups, classifies finite simple abelian/solvable groups #6926

Closed
wants to merge 8 commits into from

Conversation

awainverse
Copy link
Collaborator

@awainverse awainverse commented Mar 28, 2021

Refactors the deprecated simple_group to a new is_simple_group
Shows that all cyclic groups of prime order are simple
Shows that all simple comm_groups are cyclic
Shows that all simple finite comm_groups have prime order
Shows that a simple group is solvable iff it is commutative


Open in Gitpod

@awainverse awainverse added the awaiting-review The author would like community review of the PR label Mar 28, 2021
@awainverse awainverse changed the title feat(group_theory/{subgroup, order_of_element}): refactors simple groups, classifies finite simple abelian groups feat(group_theory/{subgroup, order_of_element}): refactors simple groups, classifies finite simple abelian/solvable groups Mar 28, 2021
Copy link
Collaborator

@semorrison semorrison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks really nice!

@semorrison
Copy link
Collaborator

bors merge

@github-actions github-actions bot added ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) and removed awaiting-review The author would like community review of the PR labels Mar 28, 2021
bors bot pushed a commit that referenced this pull request Mar 29, 2021
…ups, classifies finite simple abelian/solvable groups (#6926)

Refactors the deprecated `simple_group` to a new `is_simple_group`
Shows that all cyclic groups of prime order are simple
Shows that all simple `comm_group`s are cyclic
Shows that all simple finite `comm_group`s have prime order
Shows that a simple group is solvable iff it is commutative
@bors
Copy link

bors bot commented Mar 29, 2021

Build failed:

@bryangingechen bryangingechen added awaiting-author A reviewer has asked the author a question or requested changes delegated The PR author may merge after reviewing final suggestions. and removed ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) labels Mar 29, 2021
@bryangingechen
Copy link
Collaborator

Feel free to merge after fixing the lint
bors d+

@bors
Copy link

bors bot commented Mar 29, 2021

✌️ awainverse can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@awainverse
Copy link
Collaborator Author

bors r+

bors bot pushed a commit that referenced this pull request Mar 29, 2021
…ups, classifies finite simple abelian/solvable groups (#6926)

Refactors the deprecated `simple_group` to a new `is_simple_group`
Shows that all cyclic groups of prime order are simple
Shows that all simple `comm_group`s are cyclic
Shows that all simple finite `comm_group`s have prime order
Shows that a simple group is solvable iff it is commutative
@bors
Copy link

bors bot commented Mar 29, 2021

Build failed (retrying...):

@bors
Copy link

bors bot commented Mar 29, 2021

Canceled.

@awainverse
Copy link
Collaborator Author

I'm not sure why that build failed, the part of the file that failed wasn't a change, and didn't seem to match either my version or the master version... I've merged master, gonna try CI again.

@bryangingechen
Copy link
Collaborator

It could be an interaction with the other PRs that were in the batch, either #6898 or #6768 (or one of those might have failed with current master).

@awainverse awainverse removed the awaiting-author A reviewer has asked the author a question or requested changes label Mar 29, 2021
@eric-wieser
Copy link
Member

bors r+, this is the fault of 6768 which goes stale very quickly

@github-actions github-actions bot added the ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) label Mar 29, 2021
bors bot pushed a commit that referenced this pull request Mar 29, 2021
…ups, classifies finite simple abelian/solvable groups (#6926)

Refactors the deprecated `simple_group` to a new `is_simple_group`
Shows that all cyclic groups of prime order are simple
Shows that all simple `comm_group`s are cyclic
Shows that all simple finite `comm_group`s have prime order
Shows that a simple group is solvable iff it is commutative
@bors
Copy link

bors bot commented Mar 30, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(group_theory/{subgroup, order_of_element}): refactors simple groups, classifies finite simple abelian/solvable groups [Merged by Bors] - feat(group_theory/{subgroup, order_of_element}): refactors simple groups, classifies finite simple abelian/solvable groups Mar 30, 2021
@bors bors bot closed this Mar 30, 2021
@bors bors bot deleted the is_simple_group branch March 30, 2021 03:44
b-mehta pushed a commit that referenced this pull request Apr 2, 2021
…ups, classifies finite simple abelian/solvable groups (#6926)

Refactors the deprecated `simple_group` to a new `is_simple_group`
Shows that all cyclic groups of prime order are simple
Shows that all simple `comm_group`s are cyclic
Shows that all simple finite `comm_group`s have prime order
Shows that a simple group is solvable iff it is commutative
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated The PR author may merge after reviewing final suggestions. ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants