Alphabeta Math
ExampleConstruction: AI-generatedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-26
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.

Least absolute remainders modulo 7 and modulo 8

Example

Write rm(a) for the least absolute remainder of a modulo m (The least absolute remainder modulo a positive integer). For a=0,1,2,3,4,5,6,7:

r7(a):0, 1, 2, 3, 3, 2, 1, 0,

r8(a):0, 1, 2, 3, 4, 3, 2, 1.

Modulo the odd modulus 7 every entry satisfies 4r2<49 strictly, the largest value of 4r2 being 36. Modulo the even modulus 8 the entry r8(4)=4 attains 2r=m and hence 4r2=64=82; here 4 and 4 are congruent modulo 8, and the normalisation m<2rm is what selects 4 rather than 4.

Facts & Assumptions

Given: The moduli 7 and 8 and the integers 0,1,2,3,4,5,6,7.

[F1]

For a,b,nZ, ab(modn) means n(ab) (Congruence modulo an integer: ab(modn) when n(ab), including the moduli 0 and 1).

[L1]

For an integer m1 and aZ there is exactly one integer r with ar(modm) and m<2rm, and consequently 4r2m2 (The least absolute remainder modulo a positive integer).

Verification

technique · direct
1.1

For m=7 the condition of [L1] is 7<2r7, that is r{3,2,1,0,1,2,3}; each listed value is congruent to its argument, since 4(3)=7, 5(2)=7, 6(1)=7 and 70=7 are multiples of 7 while 0,1,2,3 are their own remainders, so the first table is correct and 4r236<49 throughout.

givenL1F1algebra
1.2

For m=8 the condition of [L1] is 8<2r8, that is r{3,2,1,0,1,2,3,4}; the listed values are congruent to their arguments because 5(3)=8, 6(2)=8 and 7(1)=8 are multiples of 8 while 0,1,2,3,4 are their own remainders, so the second table is correct.

givenL1F1algebra
2.1

At a=4 and m=8 the value r=4 gives 2r=8=m, so the bound 4r2m2 of [L1] is attained with equality; the alternative 4 is congruent to 4 modulo 8 and satisfies 2r=8, which the strict left-hand inequality of [L1] excludes, so the normalisation is what makes the remainder unique here.

step 1.1step 1.2L1

Remarks

Only an even modulus produces the tie. The equality 2r=m requires m to be twice an integer, so for odd m the bound 4r2m2 is automatically strict, as the first table shows. This is exactly the boundary that The centred residue quadruple of pm=a2+b2+c2+d2 has norm mn with 1n<m has to exclude by a separate argument: the norm estimate there gives only nm, and equality in all four centred coordinates at once is exactly the case n=m that a separate argument must rule out.

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

5 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources