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: renaming symmetric MvPolynomials #11251

Closed
wants to merge 3 commits into from

Conversation

Ruben-VandeVelde
Copy link
Collaborator

Co-authored-by: Junyan Xu [email protected]


Open in Gitpod

Comment on lines 165 to 172
/-- `MvPolynomial.rename` induces an isomorphism between the symmetric subalgebras. -/
def rename_symmetricSubalgebra [CommSemiring R] (e : σ ≃ τ) :
symmetricSubalgebra σ R ≃ₐ[R] symmetricSubalgebra τ R :=
AlgEquiv.ofAlgHom
(((rename e).comp (symmetricSubalgebra σ R).val).codRestrict _ <| fun x => x.2.rename e)
(((rename e.symm).comp <| Subalgebra.val _).codRestrict _ <| fun x => x.2.rename e.symm)
(AlgHom.ext <| fun p => Subtype.ext <| by simp)
(AlgHom.ext <| fun p => Subtype.ext <| by simp)
Copy link
Member

Choose a reason for hiding this comment

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

Do we have any kind of two-sided restriction for AlgEquivs? If not, do we have an API we could copy from LinearEquiv or RingEquiv or MulEquiv?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not that I could find quickly

@eric-wieser eric-wieser added awaiting-author A reviewer has asked the author a question or requested changes and removed awaiting-review labels Mar 9, 2024
@Ruben-VandeVelde Ruben-VandeVelde added awaiting-review and removed awaiting-author A reviewer has asked the author a question or requested changes labels Mar 12, 2024
@mattrobball
Copy link
Collaborator

bors merge

@github-actions github-actions bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review labels Mar 24, 2024
@mattrobball
Copy link
Collaborator

bors r-

@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Mar 24, 2024

Canceled.

@mattrobball
Copy link
Collaborator

bors merge

@mattrobball
Copy link
Collaborator

bors delegate+

@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Mar 24, 2024

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

mathlib-bors bot pushed a commit that referenced this pull request Mar 24, 2024
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Mar 24, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat: renaming symmetric MvPolynomials [Merged by Bors] - feat: renaming symmetric MvPolynomials Mar 24, 2024
@mathlib-bors mathlib-bors bot closed this Mar 24, 2024
@mathlib-bors mathlib-bors bot deleted the MvPolynomial.rename branch March 24, 2024 23:27
Louddy pushed a commit that referenced this pull request Mar 25, 2024
utensil pushed a commit that referenced this pull request Mar 26, 2024
Louddy pushed a commit that referenced this pull request Apr 15, 2024
atarnoam pushed a commit that referenced this pull request Apr 16, 2024
uniwuni pushed a commit that referenced this pull request Apr 19, 2024
callesonne pushed a commit that referenced this pull request Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated ready-to-merge This PR has been sent to bors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants