Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat (RingTheory/HahnSeries): algebra homomorphism from PowerSeries to HahnSeries. #21313

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

ScottCarnahan
Copy link
Collaborator

@ScottCarnahan ScottCarnahan commented Feb 1, 2025

This PR defines the R-algebra homomorphism from PowerSeries R to HahnSeries Γ R that takes X to some positive-order element, and extends formally to infinite sums.


Open in Gitpod

@ScottCarnahan ScottCarnahan added WIP Work in progress t-algebra Algebra (groups, rings, fields, etc) labels Feb 1, 2025
Copy link

github-actions bot commented Feb 1, 2025

PR summary 48d1555dcd

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
8 files Mathlib.Algebra.Vertex.HVertexOperator Mathlib.Algebra.Vertex.VertexOperator Mathlib.RingTheory.HahnSeries.HEval Mathlib.RingTheory.HahnSeries.Multiplication Mathlib.RingTheory.HahnSeries.PowerSeries Mathlib.RingTheory.HahnSeries.Summable Mathlib.RingTheory.HahnSeries.Valuation Mathlib.RingTheory.LaurentSeries
1
Mathlib.Algebra.Order.SMulWithTop (new file) 224

Declarations diff

+ SMulTop
+ SMulTop.coe_SMul
+ SMulTop.coe_ne_smultop
+ SMulTop.coe_smul_eq_top_iff
+ SMulTop.le_iff
+ SMulTop.le_top
+ SMulTop.lt_iff
+ SMulTop.lt_top_iff_ne_top
+ SMulTop.of
+ SMulTop.of_symm_top
+ SMulTop.of_top
+ SMulTop.rec
+ SMulTop.smul_coe_eq_top_iff
+ SMulTop.smul_eq_top
+ SMulTop.smul_lt_top
+ SMulTop.smul_ne_top
+ SMulTop.smul_top
+ SMulTop.smultop_ne_coe
+ SMulTop.top_SMul
+ SMulTop.top_le_iff
+ coeff_heval
+ coeff_heval_zero
+ given
+ heval
+ heval_mul
+ heval_unit
+ instance (priority := 10) [LE P] : LE (SMulTop P)
+ instance (priority := 10) [LT P] : LT (SMulTop P)
+ instance : Top (SMulTop P)
+ instance [LE G] [LE P] [IsOrderedSMul G P] :
+ instance [SMul G P] : SMul (WithTop G) (SMulTop P)
+ orderTop_add_le_mul
+ orderTop_nsmul_le_orderTop_pow
+ orderTop_of_Subsingleton
+ orderTop_vAdd_le_orderTop_smul

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

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

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


No changes to technical debt.

You can run this locally as

./scripts/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).

@mathlib4-dependent-issues-bot
Copy link
Collaborator

This PR/issue depends on:

@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot added the blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) label Feb 1, 2025
@ScottCarnahan ScottCarnahan removed the WIP Work in progress label Feb 1, 2025
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 to Mathlib (this label is automatically managed by a bot) t-algebra Algebra (groups, rings, fields, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants