KEVOS
ArticlesServicesCase studiesAboutContact
ArticlesServicesCase studiesAboutContact
← ArticlesRadical Computation and the Ring of MultipliersEngineering · Engineering MathematicsLesson 816/884← PrevNext →
ArticlePublished 7 Aug 20262 min readBy Kevin Joginradicalring of multiplierskernelnilpotent
On this page

Ask about this page

KEVOS AIRadical Computation and the Ring of Multipliers

KEVOS knowledge first · trusted web sources when needed

Maximal Orders and Decomposition II

Radical Computation and the Ring of Multipliers

Computing the p-radical of an order as a kernel, and the ring of multipliers that enlarges the order.

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

The two linear algebra computations inside Round 2 are the p-radical and the ring of multipliers. Both reduce to kernels, which is what makes the algorithm practical.

The p-radical

The radical consists of elements whose image modulo p is nilpotent. Nilpotency is detected by raising to a sufficiently high power of p, which is a linear map because Frobenius is linear.

I_p = kernel of x -> x^(p^k) on O/pO, p^k >= nThe map is linear since Frobenius is; k is chosen so p^k is at least the field degree.

Computing the p-radical

  1. Build the quotientRepresent the order modulo p as a vector space over the field with p elements.
  2. Construct the mapCompute the matrix of the p-to-the-k power map on the basis.
  3. Take the kernelBy elimination over the field.
  4. LiftPull the kernel back to a module between pO and O.

Pitfall

The exponent must satisfy p^k at least the field degree. Choosing it too small leaves non-nilpotent elements in the computed kernel and the enlargement is wrong. For small p and large degree, k is not one.

Note

For p larger than the field degree, k equals one and the map is simply Frobenius, which is the common and cheap case.

The ring of multipliers

Given the radical, the ring of multipliers consists of field elements multiplying it into itself. This is again a kernel computation, on the map sending an element to the induced action on the quotient.

O' = { x in K : x I_p contained in I_p }Computed as a kernel of a linear map over the field with p elements.

Computing the ring of multipliers

  1. Set up the actionFor each basis element of the order, compute its multiplication action on the radical modulo the radical.
  2. Assemble the matrixStack the actions into one matrix.
  3. Take the kernelElements acting trivially give the multipliers.
  4. Scale and normaliseDivide by p and combine with the original order; reduce to Hermite normal form.

Key point

The division by p is where the enlargement happens. The multipliers found have denominators, and it is precisely those denominators that add new elements to the order.

Verification

Key point

The result must be a ring: closed under multiplication and containing one. Verifying closure by checking every pairwise product of basis elements is cheap and catches errors immediately, and should not be skipped.

The connection to decomposition

The radical is the intersection of the primes above p, so its quotient structure carries the decomposition data. Splitting that quotient is exactly what Buchmann-Lenstra does — see also algebra splitting.

Source. Henri Cohen, A Course in Computational Algebraic Number Theory, Springer GTM 138 — 6.1.4. 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

  • Kernel and Image of a General Matrix
  • The Round 2 Maximal Order Algorithm
  • Newton Polygon Methods for Prime Decomposition

Continue learning

The Round 2 Maximal Order AlgorithmArticle · Engineering MathematicsNEXT LESSON →Newton Polygon Methods for Prime DecompositionArticle · Engineering MathematicsThe Dedekind Criterion for p-MaximalityArticle · Engineering MathematicsSplitting Separable Algebras over Finite FieldsArticle · Engineering Mathematics
KEVOS · Engineering, manufacturing and project improvement
ArticlesServicesCase studiesAboutContact
© 2026 KEVOS®