[Merged by Bors] - feat(RepresentationTheory/*): representations on Finsupp#21732
Closed
101damnations wants to merge 98 commits intomasterfrom
Closed
[Merged by Bors] - feat(RepresentationTheory/*): representations on Finsupp#21732101damnations wants to merge 98 commits intomasterfrom
Finsupp#21732101damnations wants to merge 98 commits intomasterfrom
Conversation
added 30 commits
January 22, 2025 14:37
mathlib-bors bot
pushed a commit
that referenced
this pull request
May 30, 2025
Given a type `α` and a representation `A`, this PR defines `Rep.finsupp`, the representation defined pointwise on `α →₀ A`, and specializes this to `Rep.free`, when `A = leftRegular k G`. We define `Rep.freeLiftLEquiv α A`, the `k`-linear equivalence between functions `α → A` and representation morphisms `Rep.free k G α ⟶ A`. We also define representation isomorphisms `(α →₀ A) ⊗ B ≅ (A ⊗ B) →₀ α ≅ A ⊗ (α →₀ B)` given representations `A` and `B`, and finally `k[G] ⊗ (α →₀ k) ≅ free k G α` where `α →₀ k` is equipped with the trivial representation. Co-authored-by: Amelia Livingston <40745104+101damnations@users.noreply.github.com> Co-authored-by: Eric Wieser <wieser.eric@gmail.com> Co-authored-by: 101damnations <al3717@ic.ac.uk>
added 2 commits
May 30, 2025 12:11
Contributor
|
Canceled. |
Member
|
bors merge |
mathlib-bors bot
pushed a commit
that referenced
this pull request
May 30, 2025
Given a type `α` and a representation `A`, this PR defines `Rep.finsupp`, the representation defined pointwise on `α →₀ A`, and specializes this to `Rep.free`, when `A = leftRegular k G`. We define `Rep.freeLiftLEquiv α A`, the `k`-linear equivalence between functions `α → A` and representation morphisms `Rep.free k G α ⟶ A`. We also define representation isomorphisms `(α →₀ A) ⊗ B ≅ (A ⊗ B) →₀ α ≅ A ⊗ (α →₀ B)` given representations `A` and `B`, and finally `k[G] ⊗ (α →₀ k) ≅ free k G α` where `α →₀ k` is equipped with the trivial representation. Co-authored-by: Amelia Livingston <40745104+101damnations@users.noreply.github.com> Co-authored-by: Eric Wieser <wieser.eric@gmail.com> Co-authored-by: 101damnations <al3717@ic.ac.uk>
Contributor
|
Pull request successfully merged into master. Build succeeded: |
FinsuppFinsupp
bwehlin
pushed a commit
to bwehlin/mathlib4
that referenced
this pull request
May 31, 2025
…]` to `Finsupp.finsuppProd(L)Equiv` (leanprover-community#23021) This was raised by @Whysoserioushah regarding leanprover-community#21732. We add `Finsupp.uncurry_apply`, which simplifies `Finsupp.uncurry` applied to a term of a product type `xy : α × β`, to prevent `Basis.smulTower_repr` breaking. However, we don't tag this with `@[simp]`; there is already a `@[simp]` tag on the less eager `Finsupp.uncurry_apply_pair`, which applies to a pair of terms `x : α`, `y : β`.
bwehlin
pushed a commit
to bwehlin/mathlib4
that referenced
this pull request
May 31, 2025
…r-community#21732) Given a type `α` and a representation `A`, this PR defines `Rep.finsupp`, the representation defined pointwise on `α →₀ A`, and specializes this to `Rep.free`, when `A = leftRegular k G`. We define `Rep.freeLiftLEquiv α A`, the `k`-linear equivalence between functions `α → A` and representation morphisms `Rep.free k G α ⟶ A`. We also define representation isomorphisms `(α →₀ A) ⊗ B ≅ (A ⊗ B) →₀ α ≅ A ⊗ (α →₀ B)` given representations `A` and `B`, and finally `k[G] ⊗ (α →₀ k) ≅ free k G α` where `α →₀ k` is equipped with the trivial representation. Co-authored-by: Amelia Livingston <40745104+101damnations@users.noreply.github.com> Co-authored-by: Eric Wieser <wieser.eric@gmail.com> Co-authored-by: 101damnations <al3717@ic.ac.uk>
joelriou
pushed a commit
that referenced
this pull request
Jun 8, 2025
Given a type `α` and a representation `A`, this PR defines `Rep.finsupp`, the representation defined pointwise on `α →₀ A`, and specializes this to `Rep.free`, when `A = leftRegular k G`. We define `Rep.freeLiftLEquiv α A`, the `k`-linear equivalence between functions `α → A` and representation morphisms `Rep.free k G α ⟶ A`. We also define representation isomorphisms `(α →₀ A) ⊗ B ≅ (A ⊗ B) →₀ α ≅ A ⊗ (α →₀ B)` given representations `A` and `B`, and finally `k[G] ⊗ (α →₀ k) ≅ free k G α` where `α →₀ k` is equipped with the trivial representation. Co-authored-by: Amelia Livingston <40745104+101damnations@users.noreply.github.com> Co-authored-by: Eric Wieser <wieser.eric@gmail.com> Co-authored-by: 101damnations <al3717@ic.ac.uk>
TOMILO87
pushed a commit
that referenced
this pull request
Jun 8, 2025
Given a type `α` and a representation `A`, this PR defines `Rep.finsupp`, the representation defined pointwise on `α →₀ A`, and specializes this to `Rep.free`, when `A = leftRegular k G`. We define `Rep.freeLiftLEquiv α A`, the `k`-linear equivalence between functions `α → A` and representation morphisms `Rep.free k G α ⟶ A`. We also define representation isomorphisms `(α →₀ A) ⊗ B ≅ (A ⊗ B) →₀ α ≅ A ⊗ (α →₀ B)` given representations `A` and `B`, and finally `k[G] ⊗ (α →₀ k) ≅ free k G α` where `α →₀ k` is equipped with the trivial representation. Co-authored-by: Amelia Livingston <40745104+101damnations@users.noreply.github.com> Co-authored-by: Eric Wieser <wieser.eric@gmail.com> Co-authored-by: 101damnations <al3717@ic.ac.uk>
This was referenced Jun 14, 2025
[Merged by Bors] - feat(RepresentationTheory/Homological/GroupHomology): long exact sequences
#25943
Closed
callesonne
pushed a commit
to callesonne/mathlib4
that referenced
this pull request
Jul 24, 2025
…r-community#21732) Given a type `α` and a representation `A`, this PR defines `Rep.finsupp`, the representation defined pointwise on `α →₀ A`, and specializes this to `Rep.free`, when `A = leftRegular k G`. We define `Rep.freeLiftLEquiv α A`, the `k`-linear equivalence between functions `α → A` and representation morphisms `Rep.free k G α ⟶ A`. We also define representation isomorphisms `(α →₀ A) ⊗ B ≅ (A ⊗ B) →₀ α ≅ A ⊗ (α →₀ B)` given representations `A` and `B`, and finally `k[G] ⊗ (α →₀ k) ≅ free k G α` where `α →₀ k` is equipped with the trivial representation. Co-authored-by: Amelia Livingston <40745104+101damnations@users.noreply.github.com> Co-authored-by: Eric Wieser <wieser.eric@gmail.com> Co-authored-by: 101damnations <al3717@ic.ac.uk>
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.
Given a type
αand a representationA, this PR definesRep.finsupp, the representation defined pointwise onα →₀ A, and specializes this toRep.free, whenA = leftRegular k G.We define
Rep.freeLiftLEquiv α A, thek-linear equivalence between functionsα → Aand representation morphismsRep.free k G α ⟶ A.We also define representation isomorphisms
(α →₀ A) ⊗ B ≅ (A ⊗ B) →₀ α ≅ A ⊗ (α →₀ B)given representationsAandB, and finallyk[G] ⊗ (α →₀ k) ≅ free k G αwhereα →₀ kis equipped with the trivial representation.Action.rhoaMonoidHominstead of a morphism inMonCat#21652Finsupp.(un)curry_singleand@[simps]toFinsupp.finsuppProd(L)Equiv#23021