Lexicographical order on Hahn series #
In this file, we define lexicographical ordered Lex (HahnSeries Γ R)
, and show this
is a LinearOrder
when Γ
and R
themselves are linearly ordered. Additionally,
it is an ordered group when R
is.
Main definitions #
HahnSeries.finiteArchimedeanClassOrderIsoLex
:FiniteArchimedeanClass
ofLex (HahnSeries Γ R)
can be decomposed byΓ
.
Equations
- HahnSeries.instPartialOrderLex = PartialOrder.lift (fun (x : Lex (HahnSeries Γ R)) => toLex (ofLex x).coeff) ⋯
Equations
- One or more equations did not get rendered due to their size.
Finite archimedean classes of Lex (HahnSeries Γ R)
decompose into lexicographical pairs
of order
and the finite archimedean class of leadingCoeff
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The inverse of finiteArchimedeanClassOrderHomLex
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The correspondence between finite archimedean classes of Lex (HahnSeries Γ R)
and lexicographical pairs of HahnSeries.orderTop
and the finite archimedean class of
HahnSeries.leadingCoeff
.
Equations
Instances For
For Archimedean
coefficients, there is a correspondence between finite
archimedean classes and HahnSeries.orderTop
without the top element.
Equations
Instances For
For Archimedean
coefficients, there is a correspondence between
archimedean classes (with top) and HahnSeries.orderTop
.