Skip to content

[Merged by Bors] - refactor: redefine Module.annihilator using RingHom.ker#18094

Closed
alreadydone wants to merge 2 commits intomasterfrom
move_annihilator
Closed

[Merged by Bors] - refactor: redefine Module.annihilator using RingHom.ker#18094
alreadydone wants to merge 2 commits intomasterfrom
move_annihilator

Conversation

@alreadydone
Copy link
Copy Markdown
Contributor

The original definition LinearMap.ker (LinearMap.lsmul R M) doesn't work in the noncommutative setting, because lsmul isn't R-linear if R is noncommutative, and also LinearMap.ker isn't obviously a two-sided ideal. We also move Module.annihilator from Ideal/Operations to Ideal/Maps (where RingHom.ker is defined).


Open in Gitpod

@alreadydone alreadydone added awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. t-algebra Algebra (groups, rings, fields, etc) labels Oct 22, 2024
@github-actions
Copy link
Copy Markdown

github-actions bot commented Oct 22, 2024

PR summary 7cf802ef20

Import changes for modified files

Dependency changes

File Base Count Head Count Change
Mathlib.RingTheory.Ideal.Colon 948 949 +1 (+0.11%)
Import changes for all files
Files Import difference
Mathlib.RingTheory.Ideal.Colon 1

Declarations diff

+ LinearEquiv.annihilator_eq
+ LinearMap.annihilator_le_of_injective
+ LinearMap.annihilator_le_of_surjective
+ Module.annihilator
+ Module.mem_annihilator
- _root_.LinearEquiv.annihilator_eq
- _root_.LinearMap.annihilator_le_of_injective
- _root_.LinearMap.annihilator_le_of_surjective
- _root_.Module.annihilator
- _root_.Module.mem_annihilator

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.

@github-actions github-actions bot removed the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Oct 23, 2024
Copy link
Copy Markdown
Member

@eric-wieser eric-wieser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors d+

Thanks!

@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Oct 23, 2024

✌️ alreadydone can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@ghost ghost added the delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). label Oct 23, 2024
@ghost ghost added the ready-to-merge This PR has been sent to bors. label Oct 23, 2024
mathlib-bors bot pushed a commit that referenced this pull request Oct 23, 2024
The original definition `LinearMap.ker (LinearMap.lsmul R M)` doesn't work in the noncommutative setting, because `lsmul` isn't `R`-linear if `R` is noncommutative, and also `LinearMap.ker` isn't obviously a two-sided ideal. We also move `Module.annihilator` from Ideal/Operations to Ideal/Maps (where `RingHom.ker` is defined).
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Oct 23, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title refactor: redefine Module.annihilator using RingHom.ker [Merged by Bors] - refactor: redefine Module.annihilator using RingHom.ker Oct 23, 2024
@mathlib-bors mathlib-bors bot closed this Oct 23, 2024
@mathlib-bors mathlib-bors bot deleted the move_annihilator branch October 23, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). 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.

2 participants