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
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
* feat(group_theory/conjugates) : define conjugates
define group conjugates and normal closure
* feat(algebra/order_functions): generalize strict_mono.monotone (#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
* refactor(group_theory/abelianization): simplify abelianization
The commutator of a group was previously defined using lists.
Now it is defined using `normal_closure`.
This change simplifies some of the proofs
0 commit comments