Skip to content

[Merged by Bors] - feat(RingTheory/RamificationInertia/Inertia): inertia degree is invariant under a group action#40124

Closed
tb65536 wants to merge 8 commits into
leanprover-community:masterfrom
tb65536:tb_inertsmul
Closed

[Merged by Bors] - feat(RingTheory/RamificationInertia/Inertia): inertia degree is invariant under a group action#40124
tb65536 wants to merge 8 commits into
leanprover-community:masterfrom
tb65536:tb_inertsmul

Conversation

@tb65536

@tb65536 tb65536 commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

This PR proves that inertia degree is invariant under a group action. We already have this for the old definition inertiaDeg, but we will need this new version for inertiaDeg' for the upcoming refactor.


Open in Gitpod

@tb65536 tb65536 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) t-ring-theory Ring theory labels Jun 1, 2026
@github-actions

github-actions Bot commented Jun 1, 2026

Copy link
Copy Markdown

PR summary 9a8635f65b

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff (regex)

+ Ideal.residueFieldAlgEquiv
+ Ideal.residueFieldAlgEquiv'
+ Ideal.residueFieldRingEquiv
+ inertiaDeg'_smul
+ instance : IsLocalHom (algebraMap (Localization.AtPrime I) (Localization.AtPrime J)) := by
- instance (p : Ideal R) [p.IsPrime] (q : Ideal A) [q.IsPrime] [q.LiesOver p]

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.

Declarations diff (Lean)

Lean-aware diff — post-build, computed from the Lean environment (commit 9a8635f).

  • +5 new declarations
  • −1 removed declarations
+Ideal.inertiaDeg'_smul
+Ideal.residueFieldAlgEquiv
+Ideal.residueFieldAlgEquiv'
+Ideal.residueFieldRingEquiv
+instIsLocalHomAtPrimeRingHomAlgebraMap
-instIsLocalHomAtPrimeRingHomAlgebraMapOfIsLiesOverAlgebra

No changes to strong technical debt.

No changes to weak technical debt.

Current commit 9a8635f65b
Reference commit eb15debe77

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 removed the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Jun 1, 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 Jun 1, 2026
@riccardobrasca riccardobrasca self-assigned this Jun 3, 2026
@mathlib-dependent-issues mathlib-dependent-issues Bot removed the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Jun 3, 2026
@mathlib-dependent-issues

Copy link
Copy Markdown

Comment thread Mathlib/RingTheory/LocalRing/ResidueField/Ideal.lean
Comment thread Mathlib/RingTheory/LocalRing/ResidueField/Ideal.lean Outdated
@tb65536
tb65536 temporarily deployed to cache-upload-forks June 7, 2026 14:19 — with GitHub Actions Inactive
@riccardobrasca

Copy link
Copy Markdown
Member

Thanks!

bors merge

@mathlib-triage mathlib-triage Bot added the ready-to-merge This PR has been sent to bors. label Jun 8, 2026
mathlib-bors Bot pushed a commit that referenced this pull request Jun 8, 2026
…iant under a group action (#40124)

This PR proves that inertia degree is invariant under a group action. We already have this for the old definition `inertiaDeg`, but we will need this new version for `inertiaDeg'` for the upcoming refactor.

Co-authored-by: tb65536 <thomas.l.browning@gmail.com>
@mathlib-bors

mathlib-bors Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors Bot changed the title feat(RingTheory/RamificationInertia/Inertia): inertia degree is invariant under a group action [Merged by Bors] - feat(RingTheory/RamificationInertia/Inertia): inertia degree is invariant under a group action Jun 8, 2026
@mathlib-bors mathlib-bors Bot closed this Jun 8, 2026
xroblot pushed a commit to xroblot/mathlib4 that referenced this pull request Jun 13, 2026
…iant under a group action (leanprover-community#40124)

This PR proves that inertia degree is invariant under a group action. We already have this for the old definition `inertiaDeg`, but we will need this new version for `inertiaDeg'` for the upcoming refactor.

Co-authored-by: tb65536 <thomas.l.browning@gmail.com>
ReemMelamed pushed a commit to ReemMelamed/mathlib4 that referenced this pull request Jun 20, 2026
…iant under a group action (leanprover-community#40124)

This PR proves that inertia degree is invariant under a group action. We already have this for the old definition `inertiaDeg`, but we will need this new version for `inertiaDeg'` for the upcoming refactor.

Co-authored-by: tb65536 <thomas.l.browning@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-to-merge This PR has been sent to bors. t-algebra Algebra (groups, rings, fields, etc) t-ring-theory Ring theory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants