How many inequivalent diagrams exist? [ILL 1974]
Source:
January 3, 2011
combinatorics proposedcombinatorics
Problem Statement
Consider infinite diagrams
[asy]
import graph; size(90); real lsf = 0.5; pen dp = linewidth(0.7) + fontsize(10); defaultpen(dp); pen ds = black;
label("", (1.14,1.38), SE*lsf); label("", (1.2,1.8), SE*lsf); label("", (1.2,2.2), SE*lsf); label("\vdots \vdots \qquad \vdots ", (1.32,2.72), SE*lsf);
draw((1,1)--(3,1)); draw((1,1)--(1.02,2.62)); clip((-4.3,-10.94)--(-4.3,6.3)--(16.18,6.3)--(16.18,-10.94)--cycle);
[/asy]
where all but a finite number of the integers are equal to . Three elements of a diagram are called adjacent if there are integers and with and such that the three elements are(i) or(ii) or(iii) An elementary operation on a diagram is an operation by which three adjacent elements are changed into in such a way that Two diagrams are called equivalent if one of them can be changed into the other by a finite sequence of elementary operations. How many inequivalent diagrams exist?