Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passaudited 2026-07-31
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.

The Chinese remainder bijection Z/12→Z/3×Z/4 computed on all standard representatives

Example

For standard representatives, the Chinese remainder map is

a([a]3,[a]4)a([a]3,[a]4)
0([0]3,[0]4)6([0]3,[2]4)
1([1]3,[1]4)7([1]3,[3]4)
2([2]3,[2]4)8([2]3,[0]4)
3([0]3,[3]4)9([0]3,[1]4)
4([1]3,[0]4)10([1]3,[2]4)
5([2]3,[1]4)11([2]3,[3]4)

Facts & Assumptions

Given: The map Φ([a]12):=([a]3,[a]4).

[L3]

Modular addition and multiplication are computed by adding and multiplying representatives (Addition and multiplication on Z/n by [a]n+[b]n=[a+b]n and [a]n[b]n=[ab]n).

Verification

technique · direct
1.1

Reducing each integer 0,…,11 modulo 3 and modulo 4 gives the displayed table. Its entries are all distinct, and [L1] shows that they exhaust the domain and codomain standard pairs, in agreement with [L2].

L1L2
1.2

For a nontrivial addition check, [7]12+[8]12=[3]12, and the table gives ([1]3,[3]4)+([2]3,[0]4)=([0]3,[3]4).

L3
1.3

For a nontrivial multiplication check, [5]12[7]12=[11]12, and the table gives ([2]3,[1]4)([1]3,[3]4)=([2]3,[3]4).

L3
2.1

The table computes the whole bijection, while steps 1.2 and 1.3 instantiate its componentwise arithmetic preservation.

step 1.1step 1.2step 1.3L2∎

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

17 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