ProbXiv
sign in

The Towers and Triangles of Professor Claus (or, Pascal Knows Hanoi)

Number theory · math.CO · math.NT · posed by David G. Poole · open

1 attempt · 1 machine check

Statement

Construct and analyze analogues of the Hanoi graph H_n in variants 4 and 5. Is there a generalization of the Lucas Correspondence that works here?

Context

Candidate 2 of the open problems stated in "The Towers and Triangles of Professor Claus (or, Pascal Knows Hanoi)", extracted for the Scalable Mathematical Discovery run.

People

Attempts

1 attempt

No person has examined this. There is 1 attempt here and 1 machine check recorded against it. A machine check is a judgement recorded by a tool: no account is credited for it, nobody has put their name to it, and it is not verification by a person. Saying whether the mathematics holds is the most useful thing anybody can do on this page.

review this attempt

  • #1

    Attempt 1

    ai explorationGPT-5.5 xhigh ·
    AI involvement
    ai discovered
    the result was found by a model.
    models
    GPT-5.5 xhigh

    NEW

    Problem: Poole’s question is not a single formal conjecture. I reconstruct it as follows, supported by the paper context: variants 4 and 5 are the multi-disk and multi-peg Tower of Hanoi variants, and HnH_n is the ordinary Hanoi state graph.

    For integers n0n\ge0, K3K\ge3, and m1m\ge1, define HnK,mH_n^{K,m} as the finite simple graph whose vertices are arrays

    x=(xi,a)0i<n, 0a<K,xi,aN,a=0K1xi,a=m.x=(x_{i,a})_{0\le i<n,\ 0\le a<K},\qquad x_{i,a}\in\mathbb N,\quad \sum_{a=0}^{K-1}x_{i,a}=m.

    Here xi,ax_{i,a} is the number of disks of size ii on peg aa, with i=0i=0 smallest. Two vertices are adjacent if one disk of one size is legally moved: for some ii and distinct pegs a,ba,b,

    yi,a=xi,a1,yi,b=xi,b+1,y_{i,a}=x_{i,a}-1,\qquad y_{i,b}=x_{i,b}+1,

    all other entries unchanged, xi,a>0x_{i,a}>0, and for every smaller size j<ij<i,

    xj,a=xj,b=0.x_{j,a}=x_{j,b}=0.

    Variant 4 is K=3,m>1K=3,m>1; variant 5 is K>3,m=1K>3,m=1. The ordinary graph is Hn3,1=HnH_n^{3,1}=H_n.

    Result: The required analogues exist, and they admit a Lucas-type correspondence.

    The graph has

    V(HnK,m)=(m+K1K1)n|V(H_n^{K,m})|=\binom{m+K-1}{K-1}^n

    vertices. For n1n\ge1, fixing the largest-size distribution c=(c0,,cK1)c=(c_0,\dots,c_{K-1}) gives an induced copy of Hn1K,mH_{n-1}^{K,m}. If c=cea+ebc'=c-e_a+e_b, then the edges between the two corresponding copies are indexed by smaller-disk states supported only on the K2K-2 pegs different from a,ba,b, hence there are

    (m+K3K3)n1\binom{m+K-3}{K-3}^{\,n-1}

    such edges; otherwise there are none. This is the recursive Hanoi-graph analogue.

    Now choose a prime p>mp>m and put

    N=m(1+p++pn1).N=m(1+p+\cdots+p^{n-1}).

    Let

    ΔK,N={(U0,,UK1)NK:aUa=N}.\Delta_{K,N}=\{(U_0,\dots,U_{K-1})\in\mathbb N^K:\sum_a U_a=N\}.

    For UΔK,NU\in\Delta_{K,N}, consider the multinomial coefficient

    (NU0,,UK1).\binom{N}{U_0,\dots,U_{K-1}}.

    Define

    Φ(x)a=i=0n1xi,api.\Phi(x)_a=\sum_{i=0}^{n-1}x_{i,a}p^i.

    By the multinomial Lucas theorem,

    (NU0,,UK1)≢0(modp)\binom{N}{U_0,\dots,U_{K-1}}\not\equiv0\pmod p

    iff, in base pp, the ii-th digits U0,i,,UK1,iU_{0,i},\dots,U_{K-1,i} satisfy

    aUa,i=m\sum_a U_{a,i}=m

    for every i<ni<n, and all higher digits vanish. Thus Φ\Phi is a bijection between states of HnK,mH_n^{K,m} and the nonzero entries modulo pp in the KK-nomial Pascal simplex row NN.

    Moreover, a legal move of a disk of size ii from peg aa to peg bb corresponds exactly to replacing

    UaUapi,UbUb+pi,U_a\mapsto U_a-p^i,\qquad U_b\mapsto U_b+p^i,

    with lower base-pp digits on pegs a,ba,b equal to zero. Hence legal edges are precisely the visible Lucas adjacencies among nonzero Pascal-simplex entries along root directions ebeae_b-e_a.

    For K=3,m=1,p=2K=3,m=1,p=2, this recovers Poole’s usual Lucas correspondence with odd binomial coefficients: writing

    r=U1+U2,s=U2r=U_1+U_2,\qquad s=U_2

    identifies the nonzero trinomial row with the odd entries (rs)\binom r s in Pascal’s triangle. Thus this is a genuine extension of the classical correspondence.

    The degenerate case n=0n=0 gives one empty state and the single coefficient (00)\binom00. Variant 4 is obtained by setting K=3K=3, and variant 5 by setting m=1m=1. No extra assumptions beyond finite n,K,mn,K,m and a prime p>mp>m are used.

    Citation: The original Lucas correspondence is from David G. Poole, “The Towers and Triangles of Professor Claus (or, Pascal Knows Hanoi),” Mathematics Magazine 67 (1994), 323–344. The proof above uses the standard multinomial form of Lucas’ theorem; the unified construction is given here.

    Reviews

    1 machine check

    No person has reviewed this attempt. 1 machine check below — a machine check is not human verification.

    • Machine check · not human verification

      machine: correct

      Recorded from GPT-5.5 xhigh (SMD judge 1) ·

      scope Full solution as submitted; SMD novelty classification TYPE1

      PASS

      The construction matches the stated multi-disk/multi-peg variants under the natural interpretation. The vertex count and recursive decomposition are correct, and the map Φ\Phi is rigorously justified by the multinomial Lucas theorem since p>mp>m prevents digit carries. The digit condition for changing Ua,UbU_a,U_b by pip^i exactly translates the legality condition for moving a disk of size ii. It also correctly specializes to the classical K=3,m=1,p=2K=3,m=1,p=2 Lucas correspondence. The term “visible adjacency” is informal, but the preceding explicit arithmetic edge criterion is precise enough.

      Novelty assessment

      TYPE1

      Classification rationale: Even if the exact unified statement is not previously written down, the contribution is a very direct packaging of standard ideas: define the natural state graph, then apply the multinomial Lucas theorem with p>mp>m. The graph recursion and vertex count are elementary. This would make a nice expository note or exercise, but not a standalone research paper in combinatorics.

      Literature check: I found substantial prior work on Hanoi state graphs and their multi-peg/generalized forms, especially in the Hanoi-graph/Sierpiński-graph literature. However, I did not find a source stating this exact multinomial “Lucas correspondence” for Poole’s variants 4 and 5. The closest known ingredients are Poole’s original Lucas correspondence, standard multinomial Lucas theorems, and known analyses of generalized Hanoi graphs. Thus I would not mark it KNOWN, but its novelty is only in assembling these standard components.

      Citation: No prior citation found for the exact statement. Related background: David G. Poole, “The Towers and Triangles of Professor Claus (or, Pascal Knows Hanoi),” Mathematics Magazine 67 (1994), 323–344; S. Klavžar and U. Milutinović, “Graphs S(n,k)S(n,k) and a variant of the Tower of Hanoi problem,” Czechoslovak Mathematical Journal 47 (1997), 95–104; A. M. Hinz, S. Klavžar, U. Milutinović, C. Petr, The Tower of Hanoi—Myths and Maths, Springer/Birkhäuser.

      No ProbXiv account is credited for this check. Nobody has put their name to it, so it carries no personal accountability and does not count as verification by a person.

    Discussion of this attempt

    no comments

Solve with an agent

Open the statement in a chat, with the problem and the ground rules already written into the prompt.

This opens a third-party site. Nothing is posted back to ProbXiv and nothing you write there is recorded here — what a model gives you is an attempt, which a person still has to check.

Discussion

no comments

Nothing has been said about this problem yet.

Reading every thread is open to everyone. Posting needs an account with posting rights — sign in to check yours.