Skip to content

[Merged by Bors] - feat(LinearAlgebra/PiTensorProduct): some more functoriality properties of PiTensorProduct#11152

Closed
smorel394 wants to merge 31 commits intomasterfrom
SM.PiTensorProduct_functoriality
Closed

[Merged by Bors] - feat(LinearAlgebra/PiTensorProduct): some more functoriality properties of PiTensorProduct#11152
smorel394 wants to merge 31 commits intomasterfrom
SM.PiTensorProduct_functoriality

Conversation

@smorel394
Copy link
Copy Markdown
Collaborator

  • Prove some properties of PiTensorProduct.map, for example the compatibility with composition and reindeixing, and the fact that it sends the identity to the identity.
  • Construct PiTensorProduct.map as a MultilinearMap on the family of linear maps.
  • Upgrade PiTensorProduct.map f to a linear equivalence called PiTensorProduct.congr f when f is a family of linear equivalences.
  • For ι a Fintype, define the canonical linear equivalence (given by multiplication) constantBaseRingEquiv from ⨂ i : ι, R and R.

Open in Gitpod

Copy link
Copy Markdown
Member

@eric-wieser eric-wieser left a comment

Choose a reason for hiding this comment

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

Out of time for now, will try to review the rest tomorrow.

smorel394 and others added 13 commits March 5, 2024 06:12
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
…ver-community/mathlib4 into SM.PiTensorProduct_functoriality
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
smorel394 and others added 2 commits March 6, 2024 06:17
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Copy link
Copy Markdown
Member

@eric-wieser eric-wieser left a comment

Choose a reason for hiding this comment

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

bors d+

Thanks!

@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Mar 8, 2024

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

@ghost ghost added delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). and removed awaiting-review labels Mar 8, 2024
@smorel394
Copy link
Copy Markdown
Collaborator Author

bors r+

mathlib-bors bot pushed a commit that referenced this pull request Mar 8, 2024
…es of `PiTensorProduct` (#11152)

* Prove some properties of `PiTensorProduct.map`, for example the compatibility with composition and reindeixing, and the fact that it sends the identity to the identity. 
* Construct `PiTensorProduct.map` as a `MultilinearMap` on the family of linear maps.
* Upgrade `PiTensorProduct.map f` to a linear equivalence called `PiTensorProduct.congr f` when `f` is a family of linear equivalences. 
* For `ι` a `Fintype`, define the canonical linear equivalence (given by multiplication) `constantBaseRingEquiv`  from `⨂ i : ι, R` and `R`. 



Co-authored-by: smorel394 <67864981+smorel394@users.noreply.github.com>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Mar 8, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(LinearAlgebra/PiTensorProduct): some more functoriality properties of PiTensorProduct [Merged by Bors] - feat(LinearAlgebra/PiTensorProduct): some more functoriality properties of PiTensorProduct Mar 8, 2024
@mathlib-bors mathlib-bors bot closed this Mar 8, 2024
@mathlib-bors mathlib-bors bot deleted the SM.PiTensorProduct_functoriality branch March 8, 2024 10:12
kbuzzard pushed a commit that referenced this pull request Mar 12, 2024
…es of `PiTensorProduct` (#11152)

* Prove some properties of `PiTensorProduct.map`, for example the compatibility with composition and reindeixing, and the fact that it sends the identity to the identity. 
* Construct `PiTensorProduct.map` as a `MultilinearMap` on the family of linear maps.
* Upgrade `PiTensorProduct.map f` to a linear equivalence called `PiTensorProduct.congr f` when `f` is a family of linear equivalences. 
* For `ι` a `Fintype`, define the canonical linear equivalence (given by multiplication) `constantBaseRingEquiv`  from `⨂ i : ι, R` and `R`. 



Co-authored-by: smorel394 <67864981+smorel394@users.noreply.github.com>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
dagurtomas pushed a commit that referenced this pull request Mar 22, 2024
…es of `PiTensorProduct` (#11152)

* Prove some properties of `PiTensorProduct.map`, for example the compatibility with composition and reindeixing, and the fact that it sends the identity to the identity. 
* Construct `PiTensorProduct.map` as a `MultilinearMap` on the family of linear maps.
* Upgrade `PiTensorProduct.map f` to a linear equivalence called `PiTensorProduct.congr f` when `f` is a family of linear equivalences. 
* For `ι` a `Fintype`, define the canonical linear equivalence (given by multiplication) `constantBaseRingEquiv`  from `⨂ i : ι, R` and `R`. 



Co-authored-by: smorel394 <67864981+smorel394@users.noreply.github.com>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
utensil pushed a commit that referenced this pull request Mar 26, 2024
…es of `PiTensorProduct` (#11152)

* Prove some properties of `PiTensorProduct.map`, for example the compatibility with composition and reindeixing, and the fact that it sends the identity to the identity. 
* Construct `PiTensorProduct.map` as a `MultilinearMap` on the family of linear maps.
* Upgrade `PiTensorProduct.map f` to a linear equivalence called `PiTensorProduct.congr f` when `f` is a family of linear equivalences. 
* For `ι` a `Fintype`, define the canonical linear equivalence (given by multiplication) `constantBaseRingEquiv`  from `⨂ i : ι, R` and `R`. 



Co-authored-by: smorel394 <67864981+smorel394@users.noreply.github.com>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
xgenereux pushed a commit that referenced this pull request Apr 15, 2024
…es of `PiTensorProduct` (#11152)

* Prove some properties of `PiTensorProduct.map`, for example the compatibility with composition and reindeixing, and the fact that it sends the identity to the identity. 
* Construct `PiTensorProduct.map` as a `MultilinearMap` on the family of linear maps.
* Upgrade `PiTensorProduct.map f` to a linear equivalence called `PiTensorProduct.congr f` when `f` is a family of linear equivalences. 
* For `ι` a `Fintype`, define the canonical linear equivalence (given by multiplication) `constantBaseRingEquiv`  from `⨂ i : ι, R` and `R`. 



Co-authored-by: smorel394 <67864981+smorel394@users.noreply.github.com>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
uniwuni pushed a commit that referenced this pull request Apr 19, 2024
…es of `PiTensorProduct` (#11152)

* Prove some properties of `PiTensorProduct.map`, for example the compatibility with composition and reindeixing, and the fact that it sends the identity to the identity. 
* Construct `PiTensorProduct.map` as a `MultilinearMap` on the family of linear maps.
* Upgrade `PiTensorProduct.map f` to a linear equivalence called `PiTensorProduct.congr f` when `f` is a family of linear equivalences. 
* For `ι` a `Fintype`, define the canonical linear equivalence (given by multiplication) `constantBaseRingEquiv`  from `⨂ i : ι, R` and `R`. 



Co-authored-by: smorel394 <67864981+smorel394@users.noreply.github.com>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
callesonne pushed a commit that referenced this pull request Apr 22, 2024
…es of `PiTensorProduct` (#11152)

* Prove some properties of `PiTensorProduct.map`, for example the compatibility with composition and reindeixing, and the fact that it sends the identity to the identity. 
* Construct `PiTensorProduct.map` as a `MultilinearMap` on the family of linear maps.
* Upgrade `PiTensorProduct.map f` to a linear equivalence called `PiTensorProduct.congr f` when `f` is a family of linear equivalences. 
* For `ι` a `Fintype`, define the canonical linear equivalence (given by multiplication) `constantBaseRingEquiv`  from `⨂ i : ι, R` and `R`. 



Co-authored-by: smorel394 <67864981+smorel394@users.noreply.github.com>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). t-algebra Algebra (groups, rings, fields, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants