Skip to content

feat(RingTheory/MvPowerSeries): multivariable power series ring is a noetherian ring when the index is finite#40205

Open
BryceT233 wants to merge 7 commits into
leanprover-community:masterfrom
BryceT233:isNoetherianRing_MvPowerSeries
Open

feat(RingTheory/MvPowerSeries): multivariable power series ring is a noetherian ring when the index is finite#40205
BryceT233 wants to merge 7 commits into
leanprover-community:masterfrom
BryceT233:isNoetherianRing_MvPowerSeries

Conversation

@BryceT233
Copy link
Copy Markdown
Contributor

@BryceT233 BryceT233 commented Jun 4, 2026

This is a split of #36507 which includes isEmptyEquiv, optionEquivLeft and finSuccEquiv. We use finSuccEquiv to show multivariable power series ring over a noetherian ring is a noetherian ring when the index is finite.


Open in Gitpod

@github-actions github-actions Bot added the large-import Automatically added label for PRs with a significant increase in transitive imports label Jun 4, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 4, 2026

PR summary 9250306a2a

Import changes exceeding 2%

% File
+3.80% Mathlib.RingTheory.MvPowerSeries.Equiv

Import changes for modified files

Dependency changes

File Base Count Head Count Change
Mathlib.RingTheory.MvPowerSeries.Equiv 1788 1856 +68 (+3.80%)
Import changes for all files
Files Import difference
Mathlib.RingTheory.AdicCompletion.LocalRing 33
Mathlib.RingTheory.AdicCompletion.Completeness 51
Mathlib.RingTheory.MvPowerSeries.Equiv 68

Declarations diff

+ coeff_coeff_finSuccEquiv
+ coeff_coeff_optionEquivLeft
+ coeff_coeff_optionFunLeft
+ coeff_optionInvFunLeft
+ embDomain_finSuccEquiv_cons
+ finSuccEquiv
+ finSuccEquiv_C
+ finSuccEquiv_X_succ
+ finSuccEquiv_X_zero
+ finSuccEquiv_comp_C
+ image_optionElim_product_antidiagonal
+ isEmptyEquiv
+ isNoetherianRing
+ isNoetherianRing_fin
+ optionEquivLeft
+ optionEquivLeft_C
+ optionEquivLeft_X_none
+ optionEquivLeft_X_some
+ optionEquivLeft_monomial
+ optionFunLeft
+ optionFunLeft_monomial
+ optionFunLeft_mul
+ optionInvFunLeft

You can run this locally as follows
## from your `mathlib4` directory:
git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci

## summary with just the declaration names:
../mathlib-ci/scripts/pr_summary/declarations_diff.sh <optional_commit>

## more verbose report:
../mathlib-ci/scripts/pr_summary/declarations_diff.sh long <optional_commit>

The doc-module for scripts/pr_summary/declarations_diff.sh in the mathlib-ci repository contains some details about this script.


No changes to strong technical debt.
No changes to weak technical debt.

Current commit 9250306a2a
Reference commit 97f12126be

This script lives in the mathlib-ci repository. To run it locally, from your mathlib4 directory:

git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci
../mathlib-ci/scripts/reporting/technical-debt-metrics.sh pr_summary
  • The relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

@github-actions github-actions Bot added the t-ring-theory Ring theory label Jun 4, 2026
@BryceT233 BryceT233 temporarily deployed to cache-upload-forks June 4, 2026 01:38 — with GitHub Actions Inactive
@BryceT233 BryceT233 temporarily deployed to cache-upload-forks June 4, 2026 02:17 — with GitHub Actions Inactive
@BryceT233 BryceT233 temporarily deployed to cache-upload-forks June 4, 2026 02:31 — with GitHub Actions Inactive
@BryceT233 BryceT233 changed the title feat(RingTheory/MvPowerSeries): multivariable power series ring is noetherian when the index is finite feat(RingTheory/MvPowerSeries): multivariable power series ring is a noetherian ring when the index is finite Jun 4, 2026
@BryceT233 BryceT233 temporarily deployed to cache-upload-forks June 4, 2026 06:25 — with GitHub Actions Inactive
@BryceT233 BryceT233 temporarily deployed to cache-upload-forks June 4, 2026 06:54 — with GitHub Actions Inactive
@BryceT233 BryceT233 temporarily deployed to cache-upload-forks June 4, 2026 08:55 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

large-import Automatically added label for PRs with a significant increase in transitive imports t-ring-theory Ring theory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant