The preset above loads every coordinate that can be handled honestly in a browser. It leaves c, d, r and u at zero, so constraints 7 and 8 remain visibly red. The actual four values are definitions in a Pell recurrence.
The materialised seed
e = 32
f = 17
a = 7901690358098896161685556879749949186326380713409290912
o = 8340353015645794683299462704812268882126086134656108363777
The verifier begins here, before it reads a page value. It checks exactly that
323 x 34 x (a + 1)2 + 1 = o2.
a and o are published witness coordinates. They are displayed constants, not derived by the browser.
The recurrence
chia(0)=1, chia(1)=a
psia(0)=0, psia(1)=1
T(n+2)=2aT(n+1)-T(n)
Every pair obeys the exact Pell identity
chia(n)2 - (a2-1)psia(n)2 = 1.
The offline check runs this recurrence for 209 pairs and checks the identity each time. That finite run tests the transcription; the cited proof supplies the universal lemma.
Constraint 7, held as algebra
J = 4a psia(4a)
u = chia(J)
r = psia(J) / (16a2)
y = 2a
The divisibility chain from the Pell sequence makes r an integer:
psia(2)4 divides psia(4a)2 divides psia(J).
Then the Pell identity at index J is exactly residual 7:
u2 - 16(a2-1)r2y4 = 1.
>
r has more than 101056 decimal digits.
The lower bound is derived from 2a-1 > 1055, 4a-1 > 1055, and psia(n) at least (2a-1)n-1.
Constraint 8, closed without expansion
beta = a + u2(u2-a)
c = (2beta2 - x - 1) / u
d = (2beta - n) / (4y)
With the quotient integrality supplied by the cited congruence lemmas, those definitions give
x + cu = 2beta2-1 = chibeta(2)
n + 4dy = 2beta = psibeta(2).
Residual 8 then becomes the two-step Pell identity. The verifier expands that identity for beta from 2 through 100. It does not pretend those samples reprove the general congruence lemmas.