Alphabeta Math
Session-authored (Fable 5 assisted)
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

9 results · all verified · 6 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 3 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Pell Equations and Generalized Pell Orbits — Examples

1 · Prerequisites

2 · Summary

These examples keep the parity rule, the fundamental-unit classification, and the generalized-orbit bounds concrete. They show both the small classical cases and the two seam warnings fixed by the design: generalized Pell solutions need not be convergents, and the explicit order Z[D] need not contain every unit of the larger quadratic order.

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

The Pell and negative Pell equations for D=2

Example

For D=2 one has 2=[1;2]. Hence 12212=1,32222=1, so the negative Pell equation has least positive solution 1+2, while the fundamental Pell solution is ε2=3+22=(1+2)2.

The first positive Pell solutions are therefore 3+22,17+122,99+702,.

Facts & Assumptions

Given: The positive nonsquare integer D=2.

[F1]

Negative Pell is soluble exactly for odd period length, and when the period length is odd the least positive negative-Pell solution is p1/q1 while the least positive norm-one solution is p21/q21 (Negative Pell is soluble exactly for odd period length).

[F2]

Every positive Pell solution is a unique positive power of the fundamental unit εD (All positive Pell solutions are powers of the fundamental solution).

Verification

technique · direct
1.1

A direct continued-fraction calculation gives 2=[1;2], so the period length is =1. Fact [F1] therefore gives the least positive negative-Pell solution p0/q0=1/1, hence 1+2, and the least positive norm-one solution p1/q1=3/2, hence ε2=3+22=(1+2)2.

F1givenalgebra
2.1

By [F2], every positive Pell solution for D=2 is a power of ε2. Multiplying out the first powers gives ε22=(3+22)2=17+122,ε23=(17+122)(3+22)=99+702.

F2step 1.1algebra
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

The Pell equation for D=3

Example

For D=3 one finds 3=[1;1,2], so the period length is even. The least positive solution of x23y2=1 is 2+3, and the negative Pell equation x23y2=1 has no integral solution.

Facts & Assumptions

Given: The positive nonsquare integer D=3.

[F1]

Negative Pell is soluble exactly for odd period length, and when the period length is even the convergent p1/q1 is the least positive norm-one solution (Negative Pell is soluble exactly for odd period length).

Verification

technique · direct
1.1

A direct continued-fraction calculation gives 3=[1;1,2], so the period length is =2. Then [F1] gives the least positive norm-one solution at p1/q1=2/1, hence 2+3, with 22312=1.

F1givenalgebra
2.1

Because the period length is even, [F1] also says that x23y2=1 has no integral solution.

F1step 1.1
ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

The negative Pell equation for D=5

Example

For D=5 one has 5=[2;4]. So the negative Pell equation has least positive solution 2+5, and squaring it gives the fundamental positive solution 9+45.

Facts & Assumptions

Given: The positive nonsquare integer D=5.

[F1]

Negative Pell is soluble exactly for odd period length, and in that case the least positive negative-Pell solution is p1/q1 while the least positive norm-one solution is p21/q21 (Negative Pell is soluble exactly for odd period length).

Verification

technique · direct
1.1

A direct continued-fraction calculation gives 5=[2;4], so =1. Fact [F1] therefore gives the least positive negative-Pell solution p0/q0=2/1, that is, 2+5, and indeed 22512=1.

F1givenalgebra
2.1

Squaring the negative-Pell solution yields (2+5)2=9+45, and 92542=1. By [F1], this is the least positive norm-one solution.

F1step 1.1algebra
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-28Open item page →

The Pell equation for D=14

Example

The complete quotients of 14 are

14+35,14+22,14+25,14+3,

so 14=[3;1,2,1,6]. The convergent 15/4 is the first one with norm 1, so the fundamental Pell solution is 15+414.

Facts & Assumptions

Given: The positive nonsquare integer D=14.

[F1]

The continued fraction of D has symmetric period ending in 2a0, and the returned state satisfies Q=1 (The continued fraction of D has symmetric period ending in 2a0).

[F2]

The convergents of D satisfy pn2Dqn2=(1)n+1Qn+1. (Convergents to D satisfy the norm identity).

Verification

technique · direct
1.1

Starting from 14, rationalizing reciprocals gives the state cycle α1=14+35,α2=14+22,α3=14+25,α4=14+3, so the digits are 1,2,1,6 and 14=[3;1,2,1,6]. The convergents are therefore 3,4,113,154.

givenalgebra
2.1

Here =4 and Q4=1, in agreement with [F1]. Applying [F2] at n=3 gives 1521442=(1)4Q4=1, so 15+414 is the least positive norm-one solution.

F1F2step 1.1algebra
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-28Open item page →

The large fundamental solution for D=61

Example

A direct continued-fraction calculation gives

61=[7;1,4,3,1,2,2,1,3,4,1,14],

so the period length is 11. The least positive solution of x261y2=1 is 29718+380561, and the least positive solution of x261y2=1 is its square 1766319049+22615398061.

Facts & Assumptions

Given: The positive nonsquare integer D=61.

[F1]

Negative Pell is soluble exactly for odd period length, and when the period length is odd the least positive negative-Pell solution is p1/q1 while the least positive norm-one solution is p21/q21 (Negative Pell is soluble exactly for odd period length).

Verification

technique · direct
1.1

The displayed continued fraction has odd period length =11. Running the convergent recurrence through one full period gives p10/q10=29718/3805. Fact [F1] therefore gives 2971826138052=1, so 29718+380561 is the least positive negative-Pell solution.

F1givenalgebra
2.1

Squaring that element gives (29718+380561)2=1766319049+22615398061, and therefore 17663190492612261539802=1. By [F1], this is the least positive solution of Pell's equation for D=61. The example shows that a finite continued-fraction algorithm can still produce a very large fundamental solution.

F1step 1.1algebra
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

Generalized Pell orbits for x26y2=3

Example

For x26y2=3, the bounded representatives are exactly ±(3+6), and every integral solution is ±(3+6)(5+26)k,kZ.

Facts & Assumptions

Given: The equation x26y2=3.

[F1]

Every positive Pell solution is a power of the fundamental unit (All positive Pell solutions are powers of the fundamental solution).

[F2]

Every generalized Pell solution is Pell-equivalent to one in the explicit bounded rectangle given by the orbit theorem (Generalized Pell solutions fall into finitely many Pell orbits).

Verification

technique · direct
1.1

The element 5+26 has norm 1, and there is no positive norm-one solution with y=1 because x2=7 is impossible; hence 5+26 is the fundamental Pell unit, so [F1] identifies the Pell powers with (5+26)k. The element 3+6 has norm 3. For N=3 and ε6=5+26, the bound of [F2] is x032(5+26+(5+26)1/2)=3, y0326(5+26+(5+26)1/2)<2.

F1F2givenalgebra
2.1

The only integer solutions in that box are (x,y)=(±3,±1). Moreover, (36)=(3+6)(526)=(3+6)(5+26)1, so (3,1) and (3,1) lie in the same Pell orbit, and multiplying by 1 gives the negative orbit. Therefore every solution of x26y2=3 is ±(3+6)(5+26)k(kZ).

F2step 1.1algebra
ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-08-28Open item page →

Bounded representatives for x27y2=57

Example

For x27y2=57, the orbit bound reduces the search to the finite box x16.02,y6.06. Inside that box the solutions are

±(8+7), ±(87), ±(13+47), ±(1347).

Thus every integral solution lies in one of the eight Pell orbits represented by

±(8+7),±(87),±(13+47),±(1347).

Facts & Assumptions

Given: The equation x27y2=57.

[F1]

Every solution is Pell-equivalent to one in an explicit bounded rectangle (Generalized Pell solutions fall into finitely many Pell orbits).

[F2]

The bounded-rectangle search decides solubility and produces orbit representatives (Generalized Pell solubility is decidable by bounded search).

Verification

technique · direct
1.1

The least positive norm-one solution for D=7 is 8+37, since 82732=1 and the smaller positive values y=1,2 give x2=8,29, neither a square. Substituting ε7=8+37 and N=57 into [F1] gives x0572(8+37+(8+37)1/2)<17, y05727(8+37+(8+37)1/2)<7.

F1givenalgebra
2.1

By [F2], it is enough to enumerate solutions in that finite box. The integer solutions there are exactly (±8,±1) and (±13,±4), because 82712=57,132742=57, and no other pair with x16, y6 satisfies the equation. To compare their Pell orbits, note that every nonzero power of ε7=8+37 has absolute value either at least ε7 or at most ε71. But among the eight displayed solutions, every quotient of two distinct positive representatives has absolute value between 8713+47and13+4787, and this interval lies strictly inside (ε71,ε7). So no ratio of two distinct displayed solutions is a power of ε7, and negative ratios are impossible because every power of ε7 is positive. Therefore these eight boxed solutions represent eight distinct Pell orbits.

F1F2step 1.1algebra
CounterexampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

A generalized Pell solution need not be a convergent

Statement refuted

Every integral solution of a generalized Pell equation x2Dy2=N is a convergent of D.

Witness

The element 3+6 solves x26y2=3, but the rational number 3/1 is not a convergent of 6.

Facts & Assumptions

Given: The generalized Pell solution 3+6.

[F1]

If a reduced rational number r/s satisfies Drs<12s2, then r/s is a convergent of D (Legendre's criterion for convergents).

Counterexample

technique · direct
1.1

One checks directly that 32612=3, so 3+6 is a generalized Pell solution. A direct continued-fraction calculation gives 6=[2;2,4], whose convergents begin 2,52,229,. Thus 3/1 is not a convergent of 6.

givenalgebra
2.1

The missing hypothesis is exactly the small-error bound in [F1]: here 631=36>12=1212, so [F1] does not apply. Therefore generalized Pell solutions need not all be convergents.

F1step 1.1algebra
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-28Open item page →

The elementary Pell order can miss units from the larger quadratic order

Statement refuted

Every unit of a quadratic order containing Z[D] already lies in the explicit Pell order Z[D].

Witness

Take D=5. The larger explicit order Z ⁣[1+52] contains the unit u:=1+52, but uZ[5].

Facts & Assumptions

Given: The explicit Pell order Z[5] from The norm on the explicit order Z[D].

[F1]

The explicit Pell order Z[D] consists exactly of the elements x+yD with x,yZ (The norm on the explicit order Z[D]).

Counterexample

technique · direct
1.1

The element u=1+52 is a unit in Z ⁣[1+52] because u(u1)=1+52512=1.

givenalgebra
2.1

If u lay in Z[5], then [F1] would give integers x,y with 1+52=x+y5. Comparing coefficients of 1 and 5 yields x=12 and y=12, impossible in Z. So u is a unit of the larger quadratic order that is not in Z[5].

F1step 1.1algebra

Sources