added a sentence to the ref manual subsection on direct sums of algebras #5763
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.
This PR just adds the following sentence to section 62.9.14 of the reference manual: "Experimental methods for Embedding and Projection for direct sums of algebras are included in version 1.26 of package XModAlg."
The purpose of this PR is really to get some feedback.
The XModAlg package may well not be the best place for these methods, and the 3 obvious options are:
(1) to leave these developments in the XModAlg package;
(2) to move them to the Utils package;
(3) to move them into the main library, where other adjustments could then be made.
They have been added to XModAlg to be used when constructing actions on direct sums of algebras and direct sums of crossed modules of algebras. The full set of declarations/methods not specific to XModAlg is [ DirectSumOfAlgebrasInfo, Embedding, Projection, DirectSumOfAlgebraHomomorphisms ].
Advice, suggestions, etc. most welcome!