Skip to content

[Merged by Bors] - feat(Algebra/Module): the tautological presentation of a module#18374

Closed
joelriou wants to merge 31 commits intomasterfrom
unbundled-module-presentation-tauto
Closed

[Merged by Bors] - feat(Algebra/Module): the tautological presentation of a module#18374
joelriou wants to merge 31 commits intomasterfrom
unbundled-module-presentation-tauto

Conversation

@joelriou
Copy link
Copy Markdown
Contributor

@joelriou joelriou commented Oct 29, 2024

Any A-module M admits a tautological presentation by generators and relation.
There is a generator [m] for any element m : M, and there are two types of relations:

  • [m₁] + [m₂] - [m₁ + m₂] = 0
  • a • [m] - [a • m] = 0.

Open in Gitpod

@joelriou joelriou added WIP Work in progress t-algebra Algebra (groups, rings, fields, etc) labels Oct 29, 2024
@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot added the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Oct 29, 2024
@github-actions
Copy link
Copy Markdown

github-actions bot commented Oct 29, 2024

PR summary 33054f80e1

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.Algebra.Module.Presentation.Tautological 908

Declarations diff

+ tautological
+ tautological.R
+ tautologicalRelations
+ tautologicalRelationsSolutionEquiv
+ tautologicalSolution
+ tautologicalSolutionIsPresentationCore
+ tautologicalSolution_isPresentation

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.

@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot removed the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Oct 30, 2024
@leanprover-community-bot-assistant leanprover-community-bot-assistant added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Oct 30, 2024
@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot added the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Oct 30, 2024
@leanprover-community-bot-assistant leanprover-community-bot-assistant removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Oct 30, 2024
@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot removed the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Nov 2, 2024
@joelriou joelriou removed the WIP Work in progress label Nov 3, 2024
@erdOne
Copy link
Copy Markdown
Member

erdOne commented Nov 3, 2024

Thanks!
maintainer merge

@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 3, 2024

🚀 Pull request has been placed on the maintainer queue by erdOne.

@github-actions github-actions bot added the maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. label Nov 3, 2024
@riccardobrasca
Copy link
Copy Markdown
Member

Thanks!

bors merge

@github-actions github-actions bot added the ready-to-merge This PR has been sent to bors. label Nov 4, 2024
mathlib-bors bot pushed a commit that referenced this pull request Nov 4, 2024
Any `A`-module `M` admits a tautological presentation by generators and relation.
There is a generator `[m]` for any element `m : M`, and there are two types of relations:
* `[m₁] + [m₂] - [m₁ + m₂] = 0`
* `a • [m] - [a • m] = 0`.



Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Nov 4, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(Algebra/Module): the tautological presentation of a module [Merged by Bors] - feat(Algebra/Module): the tautological presentation of a module Nov 4, 2024
@mathlib-bors mathlib-bors bot closed this Nov 4, 2024
@mathlib-bors mathlib-bors bot deleted the unbundled-module-presentation-tauto branch November 4, 2024 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. ready-to-merge This PR has been sent to bors. t-algebra Algebra (groups, rings, fields, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants