← LibraryReduction of Indefinite Forms and the Cycle StructureEngineering · MathematicsLesson 309/385← PrevNext →
ArticlePublished 7 Aug 20262 min readBy Kevin Joginindefinite formreductioncyclereal quadratic

Quadratic Fields

Reduction of Indefinite Forms and the Cycle Structure

Reduction of indefinite binary forms, the cycle of reduced forms in each class, and how the cycle encodes the regulator.

Engineering / MathematicsQuadratic Fields2 min readKV-MATH-0606

Indefinite forms behave quite differently from definite ones: each class contains not one reduced form but a cycle of them. The length of that cycle is what encodes the regulator of the real quadratic field.

Reduced indefinite forms

|sqrt(D) - 2|a|| < b < sqrt(D)The standard reduction condition for an indefinite form of discriminant D.

The reduction operator

Applying the reduction step to a reduced form produces another reduced form in the same class. Iterating returns to the starting form after finitely many steps, and that period is the cycle length.

Traversing the cycle of an indefinite form

  1. Reduce to the cycleApply reduction steps until the conditions hold.
  2. TraverseApply the reduction operator repeatedly, recording each form.
  3. Detect returnStop when the starting form recurs.
  4. AccumulateThe product of the accumulated transformations gives the fundamental automorph.

Relation to continued fractions

The regulator

Traversing the cycle of the principal form accumulates a transformation whose entries give the fundamental unit. The sum of the logarithms accumulated along the cycle is the regulator.

R = sum of the logarithmic contributions along the principal cycleEquivalently the logarithm of the fundamental unit.

Cost

Feasibility of computing the regulator by cycle traversal
DiscriminantCycle traversal
SmallImmediate
ModerateFeasible; the cycle is the dominant cost
LargeImpractical; use sub-exponential methods

Applications

Cycle structure is what SQUFOF exploits: a square form encountered during traversal yields a factorisation of the discriminant. It also underlies the classical solution of the Pell equation via the fundamental unit.

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

Continue learning

Class Numbers from Analytic Class Number FormulasArticle · MathematicsNEXT LESSON →The Fundamental Unit of a Real Quadratic FieldArticle · MathematicsImaginary Quadratic Class Numbers by Counting Reduced FormsArticle · MathematicsSub-exponential Class Group Computation for Quadratic FieldsArticle · Mathematics