Skip to content

[Merged by Bors] - chore(GroupExtension/Basic): add lemmas about extensions by (non-abelian) groups#20998

Closed
yu-yama wants to merge 14 commits intomasterfrom
yu-yama/GroupExtension-Basic
Closed

[Merged by Bors] - chore(GroupExtension/Basic): add lemmas about extensions by (non-abelian) groups#20998
yu-yama wants to merge 14 commits intomasterfrom
yu-yama/GroupExtension-Basic

Conversation

@yu-yama
Copy link
Copy Markdown
Collaborator

@yu-yama yu-yama commented Jan 23, 2025

As the second part of #19582, this PR mostly contains the changes to the Basic file.

It mainly:

  • redefines GroupExtension.Equiv with MulEquiv rather than MonoidHom;
  • adds lemmas that do not require a commutative group, as a preparation for the main PR;
  • defines GroupExtension.Splitting.semidirectProductMulEquiv, an isomorphism between the group associated to a split extension and a semidirect product; and
  • defines GroupExtension.ConjClasses, the conjugacy classes of splittings.

It also contains some definitions and lemmas unused in the main PR, such as:

  • GroupExtension.quotientRangeInlEquivRight, provided as a shorthand for end-users; and
  • GroupExtension.Section.section_inv_mul_mem_range, provided as a symmetric counterpart of a required lemma.

They may be dropped if this PR would introduce a too large diff.

Moves:

  • GroupExtension.Equiv.mk -> GroupExtension.Equiv.ofMonoidHom

Open in Gitpod

@github-actions github-actions bot added the new-contributor This PR was made by a contributor with at most 5 merged PRs. Welcome to the community! label Jan 23, 2025
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 23, 2025

PR summary 5b40201a94

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.GroupTheory.GroupExtension.Basic (new file) 836

Declarations diff

+ ConjClasses
+ Simps.symm_apply
+ coe_symm
+ coe_toMulEquiv
+ conjAct
+ equivComp
+ exists_eq_inl_mul
+ exists_eq_mul_inl
+ exists_mul_eq_inl_mul_mul
+ exists_mul_eq_mul_mul_inl
+ instance : EquivLike (S.Equiv S') E E'
+ instance : MulEquivClass (S.Equiv S') E E'
+ inv_mul_mem_range_inl
+ map_inl
+ mul_inv_mem_range_inl
+ mul_inv_mul_mul_mem_range_inl
+ mul_mul_mul_inv_mem_range_inl
+ ofMonoidHom
+ quotientKerRightHomEquivRight
+ quotientRangeInlEquivRight
+ rightHom_map
+ right_splitting
+ semidirectProductMulEquiv
+ semidirectProductToGroupExtensionEquiv
+ setoid
+ surjInvRightHom
+ toMulEquiv_eq_coe
++ refl
++ symm
++ trans
-+-+ Equiv

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.


No changes to technical debt.

You can run this locally as

./scripts/technical-debt-metrics.sh pr_summary
  • The relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

@github-actions github-actions bot added the t-algebra Algebra (groups, rings, fields, etc) label Jan 23, 2025
@erdOne erdOne added the awaiting-author A reviewer has asked the author a question or requested changes. label Jan 25, 2025
yu-yama and others added 6 commits January 30, 2025 18:17
`GroupExtension.Equiv` now contains the inverse as data. Use
`GroupExtension.Equiv.ofMonoidHom` to instantiate without providing the
inverse.
Co-authored-by: Andrew Yang <36414270+erdOne@users.noreply.github.com>
@yu-yama yu-yama removed the awaiting-author A reviewer has asked the author a question or requested changes. label Jan 30, 2025
@leanprover-community-bot-assistant leanprover-community-bot-assistant added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jan 31, 2025
@github-actions github-actions bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jan 31, 2025
Copy link
Copy Markdown
Member

@erdOne erdOne left a comment

Choose a reason for hiding this comment

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

Thanks!
maintainer merge

@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 7, 2025

🚀 Pull request has been placed on the maintainer queue by erdOne.

@github-actions github-actions bot added the maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. label Feb 7, 2025
Copy link
Copy Markdown
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

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

Thanks 🎉

bors merge

@ghost ghost added the ready-to-merge This PR has been sent to bors. label Feb 7, 2025
@ghost ghost removed the maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. label Feb 7, 2025
mathlib-bors bot pushed a commit that referenced this pull request Feb 7, 2025
…ian) groups (#20998)

As the second part of #19582, this PR mostly contains the changes to the `Basic` file.

It mainly:

- redefines `GroupExtension.Equiv` with `MulEquiv` rather than `MonoidHom`;
- adds lemmas that do not require a commutative group, as a preparation for the main PR;
- defines `GroupExtension.Splitting.semidirectProductMulEquiv`, an isomorphism between the group associated to a split extension and a semidirect product; and
- defines `GroupExtension.ConjClasses`, the conjugacy classes of splittings.

It also contains some definitions and lemmas unused in the main PR, such as:
- `GroupExtension.quotientRangeInlEquivRight`, provided as a shorthand for end-users; and
- `GroupExtension.Section.section_inv_mul_mem_range`, provided as a symmetric counterpart of a required lemma.

They may be dropped if this PR would introduce a too large diff.

Moves:
- GroupExtension.Equiv.mk -> GroupExtension.Equiv.ofMonoidHom
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Feb 7, 2025

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title chore(GroupExtension/Basic): add lemmas about extensions by (non-abelian) groups [Merged by Bors] - chore(GroupExtension/Basic): add lemmas about extensions by (non-abelian) groups Feb 7, 2025
@mathlib-bors mathlib-bors bot closed this Feb 7, 2025
@mathlib-bors mathlib-bors bot deleted the yu-yama/GroupExtension-Basic branch February 7, 2025 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-contributor This PR was made by a contributor with at most 5 merged PRs. Welcome to the community! ready-to-merge This PR has been sent to bors. t-algebra Algebra (groups, rings, fields, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants