← LibraryReversed Formal Laurent SeriesEngineering · MathematicsLesson 167/385← PrevNext →
ArticlePublished 7 Aug 20263 min readBy Kevin Jogin

Engineering  /  Mathematics  — Fields, Series and Factorisation

Reversed Formal Laurent Series

Reversed formal Laurent series, the valuation by degree, and their role in rational function reconstruction.

Page KV-MATH-0439Reading time 3 minReviewed 2026-08-07Author Kevin Jogin

Executive summary

Reversing the exponent convention makes degree play the role of absolute value, so a polynomial of higher degree is larger rather than smaller.

This is the setting in which rational function reconstruction and the continued fraction expansion of a rational function are naturally expressed.

Learning objectives

  1. Define the reversed convention and its valuation.
  2. Relate it to polynomial degree.
  3. Connect it to reconstruction algorithms.

01The reversed convention

Definition

Reversed formal Laurent series

Series in X^{−1} of the form Σ_{i ≤ k} aᵢX^i — finitely many positive-exponent terms, infinitely many negative ones.

The valuation is −deg, so the leading term is the one of highest degree.

Under this convention a polynomial has a finite expansion and its size is its degree. Rational functions expand as infinite series in X^{−1}, exactly as rational numbers expand as decimals.

The correspondence with real numbers
IntegersReversed Laurent setting
Absolute valueDegree
Integer part of a rationalPolynomial part of a rational function
Decimal expansionExpansion in powers of X⁻¹
Continued fractionContinued fraction of a rational function
ConvergentsPade approximants

02Why this convention

The Euclidean algorithm on polynomials reduces degree at each step, so degree is the natural size function. The reversed convention aligns the series valuation with that size function.

With the convention fixed, the theory of continued fractions for real numbers transfers to rational functions essentially unchanged, and the best rational approximation of bounded degree is a convergent of the continued fraction expansion.

03Rational function reconstruction

Theorem

Approximation by convergents

Given the first N coefficients of the expansion of a rational function, the convergents of the continued fraction expansion — equivalently, the intermediate results of extended Euclid — give the best rational approximations of each bounded degree.

  1. Take a truncated expansion

    The first N coefficients, or equivalently a polynomial residue modulo X^N.

  2. Run extended Euclid

    On the pair consisting of X^N and the truncated series.

  3. Stop at the degree bound

    The first remainder below the target numerator degree gives the answer.

  4. Read off numerator and denominator

    The remainder and the accumulated coefficient.

This is the same procedure as integer rational reconstruction with degree replacing magnitude. The unified view is the reason both appear in this collection and why one implementation pattern serves both.

04Frequently asked questions

Is the reversed convention standard?

It is standard in the algorithmic literature on rational reconstruction and coding theory, precisely because it aligns with the Euclidean reduction. Analytic treatments usually keep the ordinary convention.

What is a Pade approximant?

A rational function matching a given series to as many terms as its degrees permit. It is the polynomial analogue of a continued fraction convergent, and it is what rational function reconstruction computes.

Why does extended Euclid produce the convergents?

Because the quotient sequence in the Euclidean algorithm is exactly the continued fraction expansion, and the accumulated coefficients are the convergent numerators and denominators. The two algorithms are the same computation.

Sources and method

Structural reference: Victor Shoup, A Computational Introduction to Number Theory and Algebra, Version 1, Cambridge University Press, 2005 — book pages 382-383.

This page carries the durable method layer only: definitions, constructions, algorithms, complexity results and selection criteria, authored originally for KEVOS. No text is transcribed or paraphrased from the source, and no numeric tables or benchmark data are reproduced — these are routed to live authoritative sources instead.

Author: Kevin Jogin. Last reviewed 2026-08-07.

Continue learning

Formal Laurent SeriesArticle · MathematicsNEXT LESSON →Unique Factorization DomainsArticle · MathematicsFormal Power SeriesArticle · MathematicsUnique Factorization in Euclidean and Principal Ideal DomainsArticle · Mathematics