-
Notifications
You must be signed in to change notification settings - Fork 760
feat(LinearAlgebra): generators of pi tensor products #26464
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
base: master
Are you sure you want to change the base?
feat(LinearAlgebra): generators of pi tensor products #26464
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This pull request has conflicts, please merge |
…ensor-product-generators
This pull request has conflicts, please merge |
…ensor-product-generators
…ensor-product-generators
This pull request has conflicts, please merge |
…ensor-product-generators
This pull request has conflicts, please merge |
…ensor-product-generators
This pull request has conflicts, please merge |
…ensor-product-generators
This pull request has conflicts, please merge |
…ensor-product-generators
This pull request has conflicts, please merge |
In this PR, we show that the
R
-module⨂[R] i, M i
is finitely generated if the index type is finite and allM i
are finitely generated. This follows from a more precise result about generators of⨂[R] i, M i
.This PR continues the work from #18725.
Original PR: #18725