T3 — Antidiagonal transfer
$T_3 = \mathrm{antidiag}(1,1)$ — the mod-3 matrix is purely off-diagonal.
Statement
The mod-3 sieve transfer matrix on 6-rough survivors is:
This purely antidiagonal structure is a direct consequence of T1 (forbidden transitions): the diagonal coefficients being zero (T1) and each row needing to sum to 1 (stochastic matrix), the off-diagonal coefficients must equal 1.
ThéorèmePlain reading. Given T1 (two consecutive 6-rough integers are never in the same mod-3 class), the “matrix” describing how to move between classes is ultra-simple: we always switch, never stay. As a 2×2 table, it’s a checkerboard: 0s on the diagonals, 1s elsewhere.
Why it matters
T3 makes explicit the matrix used everywhere downstream: T2 uses it for spectral conservation, T6 for holonomy, T4 for convergence. It is the simplest possible form of a non-trivial 2×2 stochastic matrix — a pure flip operator.
That is purely antidiagonal also has important geometric consequences: its eigenvalues are , its square is the identity , and its action on the basis is an involution.
Proof — outline
- Start from T1: .
- Impose row sum = 1 (stochastic matrix).
- Conclude .
Detailed proof
Step 1 — Stochastic matrix
A Markov-chain transfer matrix satisfies for each row (outgoing transition probabilities sum to 1).
For on :
Step 2 — Applying T1
T1 asserts . Substituting:
Hence:
Spectrum
The characteristic polynomial is:
So . Associated eigenvectors:
- : (stationary, uniform on ),
- : (antisymmetric mode).
Involution
Since , two successive applications return to the starting state. Consistent with the plain reading: “flip, flip, back”.
Articulation with T6
On the branch , the generalised transfer matrix at non-trivial depth takes the form:
with . The diagonal appears naturally, and the T6 formula emerges as the squared off-diagonal transition amplitude.
In the ideal case (pure sieve limit), and , . At (fixed point ), and — the value entering the calculation of .
T3 is therefore the limit case of T6 where (stationary half-flip line), or more precisely the combinatorial envelope of which T6 is the analytically parametrised version.
For the complete derivation, see chapter 3 of the monograph.
See also
- T1 — Forbidden mod-3 transitions — gives the zero diagonal
- T6 — Holonomy — parametrised version of
- Calculator 2 — sin²(θ_p) — see and live
- All theorems