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

An index table modulo 17 turns multiplication into addition modulo 16

Example

Relative to the primitive root 3 modulo 17, the powers for exponents 0 through 15 are

1,3,9,10,13,5,15,11,16,14,8,7,4,12,2,6.

Thus, for example, ind3(5)=5, ind3(7)=11, and ind3(6)=15.

Facts & Assumptions

Given: The displayed power table modulo 17.

[L1]

The index is the unique exponent class relative to a primitive root (The index indg(a) of a unit relative to a primitive root).

[L2]

Products add indices and powers multiply indices modulo φ(n) (Index calculus: products become sums and powers become scalar multiples modulo φ(n)).

[L3]

A unit of order φ(n) is a primitive root modulo n (Primitive roots modulo n).

Verification

technique · direct
1.1

Multiplying each displayed residue by 3 modulo 17 gives the next one and returns 6 to 1, so the table is correct and contains every nonzero class exactly once. In particular, 3 has order 16=φ(17) and is primitive by [L3].

L3L4algebra
2.1

Since 571(mod17), [L2] gives 5+110(mod16) for their indices; and 536(mod17) gives 3515(mod16). Both agree with the entries read using [L1].

step 1.1L1L2L4algebra

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 63 results over 15 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources