Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passjudge pass (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.

A tuple fixed by a cyclic rotation is determined by a shorter periodic block

Statement

Let m1, let 0r<m, and put d:=gcd(m,r). For an m-tuple u=(u0,,um1), the following are equivalent:

  1. rotation by r places fixes u;
  2. whenever ij(modd), one has ui=uj;
  3. there is a d-tuple (b0,,bd1) such that ui=bimodd for every i.

In particular a tuple fixed by rotation by r places is determined by its first d entries and is obtained by repeating that shorter block exactly m/d times.

Facts & Assumptions

Given: Integers m1 and 0r<m, the integer d:=gcd(m,r), and an m-tuple u=(u0,,um1).

Proof

technique · direct
1.1

Assume rotation by r places fixes u. Then one application of the rotation gives ui=ui+rmodm for every index i, and iterating gives ui=ui+qrmodm for every q0.

given
1.2

If condition 2 holds, define bs:=us for 0s<d. Every index i has a unique residue class modulo d, and condition 2 makes ui depend only on that class, so ui=bimodd for every i. This is condition 3.

givenconstruct
2.1

If ij(modd), then d(ji). Since gcd(r,m)=d, [L1] gives an integer q with rqji(modm), and step 1.1 therefore gives ui=uj. This proves 1 implies 2.

step 1.1L1
2.2

If condition 3 holds, then dr, so (i+r)modd=imodd for every i. Hence ui+rmodm=b(i+r)modd=bimodd=ui, so rotation by r places fixes u. Thus 3 implies 1.

step 1.2L1algebra
3.1

Steps 2.1, 1.2, and 2.2 prove the equivalence of the three conditions and the final periodic-block description.

step 2.1step 1.2step 2.2

Depends on

Used by

Dependency tree · two levels

18 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