Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

feat(ring_theory/mv_polynomial/symmetric): sum of symmetric polynomials is symmetric#18640

Open
Xialu3421 wants to merge 2 commits into
masterfrom
xl_symmetric_sum
Open

feat(ring_theory/mv_polynomial/symmetric): sum of symmetric polynomials is symmetric#18640
Xialu3421 wants to merge 2 commits into
masterfrom
xl_symmetric_sum

Conversation

@Xialu3421
Copy link
Copy Markdown
Collaborator


Hi, this is my first PR. Thanks!

Open in Gitpod


lemma sum {α : Type*} [decidable_eq α] {s : finset α} {f : α → mv_polynomial σ R} :
(∀ a ∈ s, (f a).is_symmetric) → (∑ a in s, f a).is_symmetric :=
begin
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think you can prove this in one line with something like

(symmetric_subalgebra σ R).sum_mem _

@eric-wieser eric-wieser added the awaiting-author A reviewer has asked the author a question or requested changes label Mar 25, 2023
@Xialu3421
Copy link
Copy Markdown
Collaborator Author

Xialu3421 commented Mar 30, 2023 via email

@kim-em kim-em added the too-late This PR was ready too late for inclusion in mathlib3 label Jul 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

awaiting-author A reviewer has asked the author a question or requested changes too-late This PR was ready too late for inclusion in mathlib3

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants