[Merged by Bors] - feat(CategoryTheory/Abelian/Preradical): introduce and characterize radicals#35586
[Merged by Bors] - feat(CategoryTheory/Abelian/Preradical): introduce and characterize radicals#35586farmanb wants to merge 37 commits intoleanprover-community:masterfrom
Conversation
…soc` attribute from `r_map_ι_app`
…a characterization in terms of vanishing on quotients.
Welcome new contributor!Thank you for contributing to Mathlib! If you haven't done so already, please review our contribution guidelines, as well as the style guide and naming conventions. We use a review queue to manage reviews. If your PR does not appear there, it is probably because it is not successfully building (i.e., it doesn't have a green checkmark), has the If you haven't already done so, please come to https://leanprover.zulipchat.com/, introduce yourself, and mention your new PR. Thank you again for joining our community. |
PR summary 6e9770b320Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
🚨 PR Title Needs FormattingPlease update the title to match our commit style conventions. Errors from script: Details on the required title formatThe title should fit the following format:
|
|
This pull request has conflicts, please merge |
…e colon definition.
…or toColon to be an iso) and refactored isIso_toColon_iff to utilize that.
…so fixed the name (isRadical_iff_isZero) in main results.
|
-awaiting-author |
|
There is still one suggestion of modification. |
|
-awaiting-author |
robin-carlier
left a comment
There was a problem hiding this comment.
Mostly style nitpicks on my side.
|
-awaiting-author |
|
-awaiting-author |
|
Thanks! bors merge |
…adicals (#35586) Following Stenström, a preradical `Φ` is called radical if it coincides with its self colon. We encode this as the existence of an isomorphism `Φ.colon Φ ≅ Φ`. We then prove a basic characterization of radical preradicals in terms of the vanishing of `Φ.r` on `Φ.quotient`. Co-authored-by: blake-farman <blake.farman@gmail.com>
|
Pull request successfully merged into master. Build succeeded: |
Following Stenström, a preradical
Φis called radical if it coincides with its self colon. We encode this as the existence of an isomorphismΦ.colon Φ ≅ Φ. We then prove a basic characterization of radical preradicals in terms of the vanishing ofΦ.ronΦ.quotient.