---
title: Row Impartial Terminus (RIT) Game Analysis
url: https://www.emergentmind.com/topics/row-impartial-terminus-rit
type: topic
---

# Row Impartial Terminus (RIT) Game Analysis

Searching arXiv for the primary RIT paper and closely related partition-game literature.
I’m going to look up the cited arXiv records for RIT and nearby partition-game work.
Attempting arXiv lookup: 2509.03390, 2207.04990, and related impartial-game papers.
Row Impartial Terminus (RIT) is an impartial combinatorial game on integer partitions, represented as Young diagrams, in which legal moves shorten a uniquely determined row while preserving the partition condition. Its defining structural result is that every position admits a unique decomposition into a **core** and a **remnant**, and that the Conway pair of the RIT position coincides with the Conway pair of the Nim position defined by the remnant. Consequently, both normal-play and misère-play analysis reduce completely to Nim, yielding an explicit winning strategy and placing RIT in the Conway–Gurvich–Ho hierarchy as **forced** and **miserable**, but **not pet** [2509.03390].

## 1. Formal definition and state space

RIT is played on partitions
\[
\lambda=\{\lambda_1,\lambda_2,\dots,\lambda_r\},\qquad \lambda_1\ge \lambda_2\ge \cdots \ge \lambda_r>0,
\]
with \(\lambda\vdash n\) meaning \(\lambda_1+\cdots+\lambda_r=n\). The empty partition \(\{\ \}\) is the unique partition of \(0\). As usual, a partition is identified with its Young diagram: a left-justified array of boxes with \(\lambda_j\) boxes in row \(j\), counted from the top.

A legal move is defined as follows. For a partition \(\lambda=\{\lambda_1,\dots,\lambda_r\}\) and an integer \(k\in[\lambda_1]=\{1,2,\dots,\lambda_1\}\), let \(i\) be the largest index such that \(\lambda_i\ge k\). The move replaces \(\lambda_i\) by \(k-1\) and leaves all other row lengths unchanged:
\[
\bar\lambda_i=k-1,\qquad \bar\lambda_j=\lambda_j\quad (j\neq i).
\]
This is called a move on the \(i\)-th row. Equivalently, one chooses a column \(k\), finds the lowest row that reaches that column, and shortens exactly that row to length \(k-1\).

The only terminal position is the empty partition \(\{\ \}\). RIT is studied under both standard conventions. Under **normal play**, the player making the last move wins, so the terminal position is a \(P\)-position. Under **misère play**, the player making the last move loses, so the terminal position is an \(N\)-position. The paper uses \(G_G(p)\) for the Sprague–Grundy value of a position \(p\) in a game \(G\), \(G^-_G(p)\) for the misère Grundy value, and the **Conway pair**
\[
\bigl(G_G(p),\,G^-_G(p)\bigr).
\]

## 2. Core–remnant decomposition

The central structural device in RIT is the decomposition of a partition into paired rows. Given
\[
\lambda=\{\lambda_1,\ldots,\lambda_r\},
\]
the rows are grouped as
\[
(\lambda_1,\lambda_2),\ (\lambda_3,\lambda_4),\ (\lambda_5,\lambda_6),\ \dots
\]
with the convention \(\lambda_j=0\) for \(j>r\) when needed.

The **core** is defined by duplicating the even-indexed rows:
\[
core(\lambda)=\{\lambda_2,\lambda_2,\lambda_4,\lambda_4,\ldots,\lambda_{2\lfloor r/2\rfloor},\lambda_{2\lfloor r/2\rfloor}\}.
\]
Thus the core retains the lower row in each adjacent pair and repeats it twice. For example, if
\[
\lambda=\{8,5,5,3,2\},
\]
then
\[
core(\lambda)=\{5,5,3,3\}.
\]

The **remnant** is the tuple of odd-even row differences:
\[
rem(\lambda)=\bigl(\lambda_1-\lambda_2,\ \lambda_3-\lambda_4,\ \ldots,\ \lambda_{2\lceil r/2\rceil-1}-\lambda_{2\lceil r/2\rceil}\bigr),
\]
again with \(\lambda_j=0\) for \(j>r\). In the same example,
\[
rem(\lambda)=(8-5,\ 5-3,\ 2-0)=(3,2,2).
\]

This decomposition is unique. If
\[
rem(\lambda)=(d_1,\dots,d_m),
\]
then the core determines the even rows, and each odd row is recovered by
\[
\lambda_{2i-1}=\lambda_{2i}+d_i.
\]
If \(r\) is odd, the final even row is interpreted as \(0\). The uniqueness of this reconstruction is the structural basis for the reduction of RIT to Nim [2509.03390].

## 3. Odd and even rows as the mechanism of reduction

The decisive technical distinction is between moves on odd-numbered rows and moves on even-numbered rows.

If \(\bar\lambda\) is obtained from \(\lambda\) by a move on an **odd** row, then the core is unchanged:
\[
core(\bar\lambda)=core(\lambda),
\]
and the remnant changes by exactly one Nim move:
\[
rem(\lambda)\to_{Nim} rem(\bar\lambda).
\]
Conversely, every Nim move from \(rem(\lambda)\) arises from an odd-row move in RIT that preserves the core. In effect, an odd-row move decreases exactly one coordinate
\[
\lambda_{2i-1}-\lambda_{2i},
\]
which is formally identical to reducing a single heap in Nim.

If \(\bar\lambda\) is obtained from \(\lambda\) by a move on an **even** row, then there exists an odd-row move from \(\bar\lambda\) to some \(\tilde\lambda\) such that
\[
rem(\tilde\lambda)=rem(\lambda).
\]
An even-row move therefore changes the remnant only provisionally; the next player can restore the original remnant by reducing the odd row immediately above by the same amount. This is the copycat mechanism behind the strategic irrelevance of the core.

These two lemmas imply that odd-row moves are the genuine Nim moves of the game, while even-row moves do not alter the strategically relevant state in a stable way. A plausible implication is that the game’s entire nontrivial behavior is encoded in the pairwise row differences rather than in absolute row lengths. That implication is made exact by the Grundy theorems below [2509.03390].

## 4. Equality with Nim under normal and misère play

The remnant
\[
rem(\lambda)= (\lambda_1-\lambda_2,\ \lambda_3-\lambda_4,\ \ldots)
\]
is interpreted as a Nim position whose heap sizes are precisely these coordinates. The central normal-play theorem states:
\[
G_{RIT}(\lambda)=G_{Nim}(rem(\lambda)).
\]
Since the Nim Grundy value is the nim-sum of the heap sizes, this yields
\[
G_{RIT}(\lambda)
=
(\lambda_1-\lambda_2)\oplus(\lambda_3-\lambda_4)\oplus\cdots\oplus(\lambda_{2\lceil r/2\rceil-1}-\lambda_{2\lceil r/2\rceil}).
\]
Hence \(\lambda\) is a normal-play \(P\)-position exactly when this xor is \(0\).

The paper proves the parallel misère statement:
\[
G^-_{RIT}(\lambda)=G^-_{Nim}(rem(\lambda)).
\]
Combining the two equalities gives the Conway-pair identity
\[
\bigl(G_{RIT}(\lambda),\,G^-_{RIT}(\lambda)\bigr)
=
\bigl(G_{Nim}(rem(\lambda)),\,G^-_{Nim}(rem(\lambda))\bigr).
\]
Thus the normal and misère theories of RIT coincide exactly with those of the corresponding Nim remnant [2509.03390].

The proof is by induction on the size of the partition. Odd-row options are exactly the Nim options on the remnant, while even-row options can be answered by an odd-row move restoring the original remnant. Therefore the mex defining the RIT Grundy value matches the mex over Nim followers of the remnant. The misère proof uses the same induction, with terminal value \(1\) instead of \(0\).

## 5. Outcome theory, winning strategy, and representative examples

Under normal play, let
\[
rem(\lambda)=(h_1,\dots,h_m),\qquad h_i=\lambda_{2i-1}-\lambda_{2i}.
\]
Then \(\lambda\) is a \(P\)-position if and only if
\[
h_1\oplus h_2\oplus\cdots\oplus h_m=0.
\]
If the xor is nonzero, a winning move is obtained exactly as in Nim: choose a coordinate \(h_i\) and reduce it to \(h_i'<h_i\) so that the resulting xor is \(0\), then realize that reduction as an odd-row move on row \(2i-1\).

If the opponent moves on an even row in a normal-play \(P\)-position, there is an explicit response: reduce the odd row immediately above by the same amount, thereby restoring the remnant. This yields the paper’s concrete strategy statement: from a losing RIT position, every opponent move can be answered by a move on an odd-indexed row, and an even-row move is answered by reducing row \(i-1\) by the same amount when the opponent has reduced row \(i\) [2509.03390].

Under misère play, the outcome is exactly that of misère Nim on the remnant. Consequently, if not all nonzero remnant coordinates are equal to \(1\), optimal play follows the normal Nim rule of moving to xor \(0\). If all nonzero coordinates are \(1\), the position is losing precisely when the number of such coordinates is odd.

Several examples illustrate the reduction.

For
\[
\lambda=\{5,4,2,1\},
\]
one has
\[
core(\lambda)=\{4,4,1,1\},\qquad rem(\lambda)=(5-4,\ 2-1)=(1,1).
\]
Hence
\[
G_{RIT}(\lambda)=1\oplus 1=0,
\]
so the position is losing under normal play. Under misère play, the remnant consists of two heaps of size \(1\), so it is winning for the next player.

For
\[
\lambda=\{8,5,5,3,2\},
\]
one has
\[
core(\lambda)=\{5,5,3,3\},\qquad rem(\lambda)=(3,2,2).
\]
Then
\[
G_{RIT}(\lambda)=3\oplus2\oplus2=3,
\]
so the position is winning under normal play. A move to xor \(0\) is obtained by reducing the first remnant heap from \(3\) to \(0\), which corresponds to reducing row \(1\) from \(8\) to \(5\), giving
\[
\bar\lambda=\{5,5,5,3,2\}
\]
with
\[
rem(\bar\lambda)=(0,2,2).
\]

For a pure core position such as
\[
\lambda=\{6,6,4,4\},
\]
the remnant is
\[
rem(\lambda)=(0,0),
\]
so the position is strategically equivalent to the zero position in Nim. This makes explicit that a nonempty Young diagram can nevertheless be a normal-play zero position when all odd-even row differences vanish.

## 6. Conway–Gurvich–Ho classification and relation to adjacent work

RIT is classified in the Conway–Gurvich–Ho hierarchy as **forced** and **miserable**, but **not pet** [2509.03390]. In the terminology recalled in the paper, a game is **forced** if each move from a \((0,1)\)-position results in a \((1,0)\)-position and vice versa. It is **miserable** if every position satisfies one of three alternatives: it is itself a \((0,1)\)- or \((1,0)\)-position; or it has no move to either such position; or it has moves to both. It is **pet** if the only Conway pairs are
\[
(0,1),\quad (1,0),\quad (k,k)\ \text{for }k\ge 2.
\]
RIT inherits its placement in this hierarchy from the Conway-pair identity with Nim. Because Nim is forced and miserable but not pet, the same is true of RIT.

Within the broader literature, RIT belongs to the class of impartial games on partitions and Young diagrams. A closely related but distinct example is LCTR, in which players remove either the top row or the left column of a partition; LCTR also admits a detailed Sprague–Grundy analysis, but its move rule and resulting structure differ sharply from the core–remnant reduction characteristic of RIT [2207.04990]. At a more abstract level, work on hypergraph combinations of impartial games studies when structured simultaneous moves reduce to generalized Nim positions; that framework is not specific to RIT, but it clarifies that reduction-to-Nim phenomena can arise from underlying structural decompositions rather than from ad hoc calculation alone [1701.02819].

The significance of RIT lies in the exactness of its reduction. The strategically relevant data are not the full row lengths but the odd-even row differences
\[
(\lambda_1-\lambda_2,\ \lambda_3-\lambda_4,\ \dots),
\]
while the core functions as an inert scaffold. This suggests a broader research direction in partition games: identifying decompositions in which a geometrically natural diagram invariant carries the entire Conway-pair structure. The paper explicitly points to further study of special partition families such as staircases and quadrated partitions, and to the exploration of other partition games derived from or branching from RIT [2509.03390].

Source: https://www.emergentmind.com/topics/row-impartial-terminus-rit