Commit 2024-11-02 13:54 0ebaf5f5
View on Github →feat(Algebra/Module): relation between Module.FinitePresentation and Module.Presentation (#18408)
A module is finitely presented (in the sense of Module.Presentation
) iff it has a presentation (in the sense of Module.Presentation
) with finitely many generators and relations.
The basic API for the presentation of modules is slightly improved: it should be more stable after this PR is merged.