Skip to content

feat(PowerSeries): rename a power series as multivariate power series#37618

Open
WenrongZou wants to merge 19 commits intoleanprover-community:masterfrom
WenrongZou:PtoMvP
Open

feat(PowerSeries): rename a power series as multivariate power series#37618
WenrongZou wants to merge 19 commits intoleanprover-community:masterfrom
WenrongZou:PtoMvP

Conversation

@WenrongZou
Copy link
Copy Markdown
Contributor

@WenrongZou WenrongZou commented Apr 3, 2026


In this PR, I define the PowerSeries.toMvPowerSeries which use Polynomial.toMvPolynomial as reference. Also there is some missing APIs in MvPowerSeries/Equiv.lean with respect to MvPolynomial/Equiv.lean. I will try to add them in next several PRs.

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 Apr 3, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 3, 2026

PR summary 389a421660

Import changes exceeding 2%

% File
+10.93% Mathlib.RingTheory.MvPowerSeries.Equiv
+27.19% Mathlib.RingTheory.MvPowerSeries.Rename

Import changes for modified files

Dependency changes

File Base Count Head Count Change
Mathlib.RingTheory.MvPowerSeries.Rename 1129 1436 +307 (+27.19%)
Mathlib.RingTheory.MvPowerSeries.Equiv 1583 1756 +173 (+10.93%)
Import changes for all files
Files Import difference
Mathlib.RingTheory.MvPowerSeries.Equiv 173
Mathlib.RingTheory.MvPowerSeries.Rename 307

Declarations diff

+ HasSubst.X_comp
+ HasSubst.toMvPowerSeries
+ MvPowerSeries.rename_comp_toMvPowerSeries
+ MvPowerSeries.rename_toMvPowerSeries
+ _root_.MvPowerSeries.monomial_mapDomain_eq_prod
+ rename_eq_subst
+ toMvPowerSeries
+ toMvPowerSeries_C
+ toMvPowerSeries_X
+ toMvPowerSeries_apply
+ toMvPowerSeries_eq_subst
+ toMvPowerSeries_injective
+ toMvPowerSeries_val

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

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

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


No changes to technical debt.

You can run this locally as

./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 Apr 3, 2026
@mathlib-dependent-issues mathlib-dependent-issues bot added the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Apr 3, 2026
@mathlib-dependent-issues
Copy link
Copy Markdown

This PR/issue depends on:

@mathlib-merge-conflicts mathlib-merge-conflicts bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Apr 10, 2026
@mathlib-merge-conflicts
Copy link
Copy Markdown

This pull request has conflicts, please merge master and resolve them.

@github-actions github-actions bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Apr 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) 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