[Merged by Bors] - feat(LinearAlgebra/TensorProduct/Finiteness): add some finiteness results of tensor product#11859
Closed
[Merged by Bors] - feat(LinearAlgebra/TensorProduct/Finiteness): add some finiteness results of tensor product#11859
Conversation
14 tasks
erdOne
reviewed
Apr 4, 2024
Member
|
LGTM. I'll wait if Riccardo wants to give it a look, and I'll maintainer-merge this tomorrow otherwise. |
Member
|
Sorry, I was a little busy. LGTM too, thanks! bors merge |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Apr 14, 2024
…ults of tensor product (#11859) - `TensorProduct.exists_multiset`, `TensorProduct.exists_finsupp_left`, `TensorProduct.exists_finsupp_right`, `TensorProduct.exists_finset`: any element of `M ⊗[R] N` can be written as a finite sum of pure tensors. See also `TensorProduct.span_tmul_eq_top`. - `TensorProduct.exists_finite_submodule_left_of_finite`, `TensorProduct.exists_finite_submodule_right_of_finite`, `TensorProduct.exists_finite_submodule_of_finite` and 3 more: any finite subset of `M ⊗[R] N` is contained in `M' ⊗[R] N'` for some finitely generated submodules `M'` and `N'` of `M` and `N`, respectively. Each of these 3 functions has 2 variants.
Contributor
|
Pull request successfully merged into master. Build succeeded: |
xgenereux
pushed a commit
that referenced
this pull request
Apr 15, 2024
…ults of tensor product (#11859) - `TensorProduct.exists_multiset`, `TensorProduct.exists_finsupp_left`, `TensorProduct.exists_finsupp_right`, `TensorProduct.exists_finset`: any element of `M ⊗[R] N` can be written as a finite sum of pure tensors. See also `TensorProduct.span_tmul_eq_top`. - `TensorProduct.exists_finite_submodule_left_of_finite`, `TensorProduct.exists_finite_submodule_right_of_finite`, `TensorProduct.exists_finite_submodule_of_finite` and 3 more: any finite subset of `M ⊗[R] N` is contained in `M' ⊗[R] N'` for some finitely generated submodules `M'` and `N'` of `M` and `N`, respectively. Each of these 3 functions has 2 variants.
atarnoam
pushed a commit
that referenced
this pull request
Apr 16, 2024
…ults of tensor product (#11859) - `TensorProduct.exists_multiset`, `TensorProduct.exists_finsupp_left`, `TensorProduct.exists_finsupp_right`, `TensorProduct.exists_finset`: any element of `M ⊗[R] N` can be written as a finite sum of pure tensors. See also `TensorProduct.span_tmul_eq_top`. - `TensorProduct.exists_finite_submodule_left_of_finite`, `TensorProduct.exists_finite_submodule_right_of_finite`, `TensorProduct.exists_finite_submodule_of_finite` and 3 more: any finite subset of `M ⊗[R] N` is contained in `M' ⊗[R] N'` for some finitely generated submodules `M'` and `N'` of `M` and `N`, respectively. Each of these 3 functions has 2 variants.
uniwuni
pushed a commit
that referenced
this pull request
Apr 19, 2024
…ults of tensor product (#11859) - `TensorProduct.exists_multiset`, `TensorProduct.exists_finsupp_left`, `TensorProduct.exists_finsupp_right`, `TensorProduct.exists_finset`: any element of `M ⊗[R] N` can be written as a finite sum of pure tensors. See also `TensorProduct.span_tmul_eq_top`. - `TensorProduct.exists_finite_submodule_left_of_finite`, `TensorProduct.exists_finite_submodule_right_of_finite`, `TensorProduct.exists_finite_submodule_of_finite` and 3 more: any finite subset of `M ⊗[R] N` is contained in `M' ⊗[R] N'` for some finitely generated submodules `M'` and `N'` of `M` and `N`, respectively. Each of these 3 functions has 2 variants.
callesonne
pushed a commit
that referenced
this pull request
Apr 22, 2024
…ults of tensor product (#11859) - `TensorProduct.exists_multiset`, `TensorProduct.exists_finsupp_left`, `TensorProduct.exists_finsupp_right`, `TensorProduct.exists_finset`: any element of `M ⊗[R] N` can be written as a finite sum of pure tensors. See also `TensorProduct.span_tmul_eq_top`. - `TensorProduct.exists_finite_submodule_left_of_finite`, `TensorProduct.exists_finite_submodule_right_of_finite`, `TensorProduct.exists_finite_submodule_of_finite` and 3 more: any finite subset of `M ⊗[R] N` is contained in `M' ⊗[R] N'` for some finitely generated submodules `M'` and `N'` of `M` and `N`, respectively. Each of these 3 functions has 2 variants.
Jun2M
pushed a commit
that referenced
this pull request
Apr 24, 2024
…ults of tensor product (#11859) - `TensorProduct.exists_multiset`, `TensorProduct.exists_finsupp_left`, `TensorProduct.exists_finsupp_right`, `TensorProduct.exists_finset`: any element of `M ⊗[R] N` can be written as a finite sum of pure tensors. See also `TensorProduct.span_tmul_eq_top`. - `TensorProduct.exists_finite_submodule_left_of_finite`, `TensorProduct.exists_finite_submodule_right_of_finite`, `TensorProduct.exists_finite_submodule_of_finite` and 3 more: any finite subset of `M ⊗[R] N` is contained in `M' ⊗[R] N'` for some finitely generated submodules `M'` and `N'` of `M` and `N`, respectively. Each of these 3 functions has 2 variants.
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.
TensorProduct.exists_multiset,TensorProduct.exists_finsupp_left,TensorProduct.exists_finsupp_right,TensorProduct.exists_finset:any element of
M ⊗[R] Ncan be written as a finite sum of pure tensors.See also
TensorProduct.span_tmul_eq_top.TensorProduct.exists_finite_submodule_left_of_finite,TensorProduct.exists_finite_submodule_right_of_finite,TensorProduct.exists_finite_submodule_of_finiteand 3 more:any finite subset of
M ⊗[R] Nis contained inM' ⊗[R] N'for some finitely generated submodules
M'andN'ofMandN, respectively.Each of these 3 functions has 2 variants.