This repository was archived by the owner on Jul 24, 2024. It is now read-only.
feat(group_theory/presented_group): define presented groups#1118
Merged
mergify[bot] merged 13 commits intoleanprover-community:masterfrom Jun 10, 2019
Michael-Howes:master
Merged
feat(group_theory/presented_group): define presented groups#1118mergify[bot] merged 13 commits intoleanprover-community:masterfrom Michael-Howes:master
mergify[bot] merged 13 commits intoleanprover-community:masterfrom
Michael-Howes:master
Conversation
define group conjugates and normal closure
Presented groups are defined as a quotient of a free group by the normal subgroup the relations generate.
Presented groups are defined as a quotient of a free group by the normal subgroup the relations generate
Collaborator
|
(mergify uses the title for the commit message, I think) |
kim-em
reviewed
Jun 7, 2019
Collaborator
kim-em
left a comment
There was a problem hiding this comment.
This isn't the entirety of the universal property. We also need the (easy) fact that the extension is unique (amongst homomorphisms sending the generators to the specified places).
khoek
reviewed
Jun 7, 2019
Member
ChrisHughes24
left a comment
There was a problem hiding this comment.
Can we also complete the UMP by defining the map of : α -> presented_group rels and the proof that to_group f (of a) = f a
Co-Authored-By: Keeley Hoek <keeley@hoek.io>
Collaborator
Author
|
I've now added the definition of |
Member
ChrisHughes24
left a comment
There was a problem hiding this comment.
A few minor comments about names.
sgouezel
reviewed
Jun 8, 2019
ChrisHughes24
approved these changes
Jun 10, 2019
butterthebuddha
pushed a commit
to butterthebuddha/mathlib
that referenced
this pull request
May 15, 2020
…er-community#1118) * feat(group_theory/conjugates) : define conjugates define group conjugates and normal closure * feat(algebra/order_functions): generalize strict_mono.monotone (leanprover-community#1022) * trying to merge * feat(group_theory\presented_group): define presented groups Presented groups are defined as a quotient of a free group by the normal subgroup the relations generate. * feat(group_theory\presented_group): define presented groups Presented groups are defined as a quotient of a free group by the normal subgroup the relations generate * Update src/group_theory/presented_group.lean Co-Authored-By: Keeley Hoek <keeley@hoek.io> * Uniqueness of extension * Tidied up to_group.unique * Removed unnecessary line * Changed naming
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TO CONTRIBUTORS:
Make sure you have:
If this PR is related to a discussion on Zulip, please include a link in the discussion.
For reviewers: code review check list