[Merged by Bors] - Feat (GroupTheory/GroupAction/Hom/Pointwise) : generalize smul set lemmas to group actions#12023
Closed
AntoineChambert-Loir wants to merge 16 commits intomasterfrom
Closed
[Merged by Bors] - Feat (GroupTheory/GroupAction/Hom/Pointwise) : generalize smul set lemmas to group actions#12023AntoineChambert-Loir wants to merge 16 commits intomasterfrom
AntoineChambert-Loir wants to merge 16 commits intomasterfrom
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This was referenced Apr 10, 2024
This was referenced Apr 10, 2024
Co-authored-by: Ruben Van de Velde <65514131+Ruben-VandeVelde@users.noreply.github.com>
jcommelin
reviewed
Apr 13, 2024
Member
|
Please do with my comments as you see fit. LGTM bors d+ |
Contributor
|
✌️ AntoineChambert-Loir can now approve this pull request. To approve and merge a pull request, simply reply with |
Collaborator
Author
|
bors r+ |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Apr 13, 2024
…mmas to group actions (#12023) This is a generalization of `Mathlib/Algebra/Module/LinearMap/Pointwise.lean` from `LinearMapClass` to `MulActionHomClass`. The preexisting lemmas are generalized. - `image_smul_setₛₗ` : under a `σ`-equivariant map, one has `h '' (c • s) = (σ c) • h '' s`. - `preimage_smul_setₛₗ'` is a general version of the equality `h ⁻¹' (σ c • s) = c • h⁻¹' s`. It requires that `c` acts surjectively and `σ c` acts injectively. It is provided with specific versions: - `preimage_smul_setₛₗ_of_units` requires that `c` and `σ c` are units - `MonoidHom.preimage_smul_setₛₗ` requires that `σ` is a `MonoidHom` and `c` is a unit - `MonoidHomClass.preimage_smul_setₛₗ` requires that `σ` belongs to a `MonoidHomClass`and that `c` is a unit - `Group.preimage_smul_setₛₗ` requires that the types of `c` and `σ c` are groups - `image_smul_set`, `preimage_smul_set` and `Group.preimage_smul_set` are the variants when `σ` is the identity.
Contributor
|
Pull request successfully merged into master. Build succeeded: |
xgenereux
pushed a commit
that referenced
this pull request
Apr 15, 2024
…mmas to group actions (#12023) This is a generalization of `Mathlib/Algebra/Module/LinearMap/Pointwise.lean` from `LinearMapClass` to `MulActionHomClass`. The preexisting lemmas are generalized. - `image_smul_setₛₗ` : under a `σ`-equivariant map, one has `h '' (c • s) = (σ c) • h '' s`. - `preimage_smul_setₛₗ'` is a general version of the equality `h ⁻¹' (σ c • s) = c • h⁻¹' s`. It requires that `c` acts surjectively and `σ c` acts injectively. It is provided with specific versions: - `preimage_smul_setₛₗ_of_units` requires that `c` and `σ c` are units - `MonoidHom.preimage_smul_setₛₗ` requires that `σ` is a `MonoidHom` and `c` is a unit - `MonoidHomClass.preimage_smul_setₛₗ` requires that `σ` belongs to a `MonoidHomClass`and that `c` is a unit - `Group.preimage_smul_setₛₗ` requires that the types of `c` and `σ c` are groups - `image_smul_set`, `preimage_smul_set` and `Group.preimage_smul_set` are the variants when `σ` is the identity.
atarnoam
pushed a commit
that referenced
this pull request
Apr 16, 2024
…mmas to group actions (#12023) This is a generalization of `Mathlib/Algebra/Module/LinearMap/Pointwise.lean` from `LinearMapClass` to `MulActionHomClass`. The preexisting lemmas are generalized. - `image_smul_setₛₗ` : under a `σ`-equivariant map, one has `h '' (c • s) = (σ c) • h '' s`. - `preimage_smul_setₛₗ'` is a general version of the equality `h ⁻¹' (σ c • s) = c • h⁻¹' s`. It requires that `c` acts surjectively and `σ c` acts injectively. It is provided with specific versions: - `preimage_smul_setₛₗ_of_units` requires that `c` and `σ c` are units - `MonoidHom.preimage_smul_setₛₗ` requires that `σ` is a `MonoidHom` and `c` is a unit - `MonoidHomClass.preimage_smul_setₛₗ` requires that `σ` belongs to a `MonoidHomClass`and that `c` is a unit - `Group.preimage_smul_setₛₗ` requires that the types of `c` and `σ c` are groups - `image_smul_set`, `preimage_smul_set` and `Group.preimage_smul_set` are the variants when `σ` is the identity.
uniwuni
pushed a commit
that referenced
this pull request
Apr 19, 2024
…mmas to group actions (#12023) This is a generalization of `Mathlib/Algebra/Module/LinearMap/Pointwise.lean` from `LinearMapClass` to `MulActionHomClass`. The preexisting lemmas are generalized. - `image_smul_setₛₗ` : under a `σ`-equivariant map, one has `h '' (c • s) = (σ c) • h '' s`. - `preimage_smul_setₛₗ'` is a general version of the equality `h ⁻¹' (σ c • s) = c • h⁻¹' s`. It requires that `c` acts surjectively and `σ c` acts injectively. It is provided with specific versions: - `preimage_smul_setₛₗ_of_units` requires that `c` and `σ c` are units - `MonoidHom.preimage_smul_setₛₗ` requires that `σ` is a `MonoidHom` and `c` is a unit - `MonoidHomClass.preimage_smul_setₛₗ` requires that `σ` belongs to a `MonoidHomClass`and that `c` is a unit - `Group.preimage_smul_setₛₗ` requires that the types of `c` and `σ c` are groups - `image_smul_set`, `preimage_smul_set` and `Group.preimage_smul_set` are the variants when `σ` is the identity.
callesonne
pushed a commit
that referenced
this pull request
Apr 22, 2024
…mmas to group actions (#12023) This is a generalization of `Mathlib/Algebra/Module/LinearMap/Pointwise.lean` from `LinearMapClass` to `MulActionHomClass`. The preexisting lemmas are generalized. - `image_smul_setₛₗ` : under a `σ`-equivariant map, one has `h '' (c • s) = (σ c) • h '' s`. - `preimage_smul_setₛₗ'` is a general version of the equality `h ⁻¹' (σ c • s) = c • h⁻¹' s`. It requires that `c` acts surjectively and `σ c` acts injectively. It is provided with specific versions: - `preimage_smul_setₛₗ_of_units` requires that `c` and `σ c` are units - `MonoidHom.preimage_smul_setₛₗ` requires that `σ` is a `MonoidHom` and `c` is a unit - `MonoidHomClass.preimage_smul_setₛₗ` requires that `σ` belongs to a `MonoidHomClass`and that `c` is a unit - `Group.preimage_smul_setₛₗ` requires that the types of `c` and `σ c` are groups - `image_smul_set`, `preimage_smul_set` and `Group.preimage_smul_set` are the variants when `σ` is the identity.
Jun2M
pushed a commit
that referenced
this pull request
Apr 24, 2024
…mmas to group actions (#12023) This is a generalization of `Mathlib/Algebra/Module/LinearMap/Pointwise.lean` from `LinearMapClass` to `MulActionHomClass`. The preexisting lemmas are generalized. - `image_smul_setₛₗ` : under a `σ`-equivariant map, one has `h '' (c • s) = (σ c) • h '' s`. - `preimage_smul_setₛₗ'` is a general version of the equality `h ⁻¹' (σ c • s) = c • h⁻¹' s`. It requires that `c` acts surjectively and `σ c` acts injectively. It is provided with specific versions: - `preimage_smul_setₛₗ_of_units` requires that `c` and `σ c` are units - `MonoidHom.preimage_smul_setₛₗ` requires that `σ` is a `MonoidHom` and `c` is a unit - `MonoidHomClass.preimage_smul_setₛₗ` requires that `σ` belongs to a `MonoidHomClass`and that `c` is a unit - `Group.preimage_smul_setₛₗ` requires that the types of `c` and `σ c` are groups - `image_smul_set`, `preimage_smul_set` and `Group.preimage_smul_set` are the variants when `σ` is the identity.
2 tasks
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is a generalization of
Mathlib/Algebra/Module/LinearMap/Pointwise.leanfromLinearMapClasstoMulActionHomClass.The preexisting lemmas are generalized.
image_smul_setₛₗ: under aσ-equivariant map,one has
h '' (c • s) = (σ c) • h '' s.preimage_smul_setₛₗ'is a general version of the equalityh ⁻¹' (σ c • s) = c • h⁻¹' s. It requires thatcacts surjectively andσ cacts injectively.It is provided with specific versions:
preimage_smul_setₛₗ_of_unitsrequires thatcandσ care unitsMonoidHom.preimage_smul_setₛₗrequires thatσis aMonoidHomandcis a unitMonoidHomClass.preimage_smul_setₛₗrequires thatσbelongs to aMonoidHomClassand thatcis a unitGroup.preimage_smul_setₛₗrequires that the types ofcandσ care groupsimage_smul_set,preimage_smul_setandGroup.preimage_smul_setarethe variants when
σis the identity.