[ add ] Algebra.Construct.Centre.X of an algebra X, following #2863
#2885
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 is a clean do-over of #2863 , avoiding any dependency/coupling on
either #2872 or#2854 .Issues:
Centreof aGroupetc. #2863 ie. the centre of aGroupis defined in terms of the centre of its underlyingMonoid, iterated down as far as a bareCentertype based on the (components of) an underlyingRawMagma.Sub.X(eg as in [ draft ] Alternative design for sub- and quotient-(Abelian)Groups #2859 ) until the discussion on that PR and Normal subgroups and quotient groups #2854 stabilises with an agreed hierarchy for such sub-algebras.Relation.Binary.Morphism.Construct.On#2872 and/or [ rename/deprecate ] RenameAlgebra.Properties.Monoid.ε-comm#2883 get merged, etc. UPDATED: DONEAlgebra.Construct.Centre.Ring(and develop the infrastructure for the 'missing' intermediate algebras...)NB. the hierarchy of
IsXMonomorphismstructures unfortunately (;-)/!?) goes against the grain of how these things are all built up successively here, so downstream we might think about refactoring that hierarchy, or else introducing more 'smart' constructors for such things.