KEVOS
ArticlesServicesCase studiesAboutContact
ArticlesServicesCase studiesAboutContact
← ArticlesNewton Polygon Methods for Prime DecompositionEngineering · Engineering MathematicsLesson 817/884← PrevNext →
ArticlePublished 7 Aug 20262 min readBy Kevin JoginNewton polygonprime decompositionlocal methodramification
On this page

Ask about this page

KEVOS AINewton Polygon Methods for Prime Decomposition

KEVOS knowledge first · trusted web sources when needed

Maximal Orders and Decomposition II

Newton Polygon Methods for Prime Decomposition

Using Newton polygons to decompose primes locally, handling the cases where factoring modulo p is insufficient.

Engineering / MathematicsMaximal Orders and Decomposition II2 min readKV-MATH-0615

Newton polygon methods decompose a prime by working in the local field at that prime, reading structure off the polygon rather than performing linear algebra over the whole order.

The approach

The prime decomposition of p corresponds to the factorisation of the defining polynomial over the p-adic numbers. The Newton polygon gives a first factorisation, one factor per distinct slope.

Decomposition by Newton polygon

  1. Build the polygonPlot coefficient indices against p-adic valuations; take the lower convex hull.
  2. Split by slopeDistinct slopes give distinct p-adic factors immediately.
  3. Read e and fThe slope denominator gives the ramification index; the residual polynomial degree gives the residue degree.
  4. Recurse where neededIf a residual polynomial is not separable, refine by a change of variable and repeat.

Key point

The first pass is essentially free — the polygon is read off the coefficients. Only the cases where a segment's residual polynomial fails to be separable require recursion, and those are the genuinely hard primes.

Regular and irregular cases

Newton polygon cases
CaseConditionHandling
RegularResidual polynomials separableDecomposition read off directly
IrregularSome residual polynomial not separableRefine with a change of variable and recurse

Note

The recursive refinement is what the Montes algorithm systematises, producing a complete decomposition through a tree of successive approximations. It is the modern high-performance approach for hard primes.

Comparison with the algebra-splitting route

Two routes to hard prime decomposition
AspectNewton polygonBuchmann-Lenstra
Works withThe defining polynomial locallyThe order modulo p as an algebra
Main toolConvex hull and residual polynomialsLinear algebra and algebra splitting
Scales withDegree of the polynomialDegree squared or cubed, from the matrices
Best forHigh degree, high ramificationModerate degree; conceptually simpler

Cost

For high-degree fields the polygon methods win substantially because they avoid building and eliminating matrices of size the field degree. This is the basis of the Round 4 maximal order algorithm.

Maximal order as a by-product

The local analysis also produces the local contribution to the maximal order at that prime, so decomposition and maximality are computed together rather than sequentially as in Round 2.

Verification

Key point

The degree relation applies as always: the sum of ramification index times residue degree over all primes found must equal the field degree. For polygon methods this check also confirms that the recursion terminated correctly.

Source. Henri Cohen, A Course in Computational Algebraic Number Theory, Springer GTM 138 — 6.2.1. Structural reference unverified: the source file was not available during authoring; chapter and section numbers are taken from the published edition and have not been checked against a physical copy.

Related pages

  • p-adic Root Finding and Newton Polygons
  • Radical Computation and the Ring of Multipliers
  • Splitting Separable Algebras over Finite Fields

Continue learning

Radical Computation and the Ring of MultipliersArticle · Engineering MathematicsNEXT LESSON →Splitting Separable Algebras over Finite FieldsArticle · Engineering MathematicsThe Round 2 Maximal Order AlgorithmArticle · Engineering MathematicsThe Buchmann-Lenstra Prime Decomposition MethodArticle · Engineering Mathematics
KEVOS · Engineering, manufacturing and project improvement
ArticlesServicesCase studiesAboutContact
© 2026 KEVOS®