feat(RingTheory/Ideal/Quotient): add a canonical inclusion map#35647
feat(RingTheory/Ideal/Quotient): add a canonical inclusion map#35647BryceT233 wants to merge 1 commit intoleanprover-community:masterfrom
Conversation
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 570ff68990Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 13074 | 1 | backward.isDefEq |
Current commit c8f4fc044e
Reference commit 570ff68990
You can run this locally as
./scripts/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
This is the second PR split from the larger PR #34936 to make the review process easier.
It introduces
Submodule.powSmulQuotInclusion, which is the canonical inclusion fromI ^ a • N ⧸ I ^ b • (I ^ a • N)toM ⧸ I ^ c • Nwherec = b + a, and provides auxiliary lemmas for it