# Арифметические свойства биномиальных коэффициентов На конференции Вам будет предложено несколько исследовательских проектов. Цель - как можно дальше продвинуться в каком-то из проектов. Задачи можно решать коллективно, объединившись в любые команды (члены команды могут быть из разных городов). Вы можете решать задачи сразу из нескольких проектов, причем по разным проектам Вы можете участвовать в разных командах. Единственное, чего не следует делать, - это присваивать себе чужие результаты, такое случается, если команда слишком велика и не все из нее активно решают задачи данного проекта. Это ознакомительная подборка задач по теме о биномиальных коэффициентах. Задачи следует решать письменно и сдавать Кохасю К.П. (вагон 15, место 17). В Теберде набор задач будет существенно расширен и все задачи, кроме задачи 1.2, можно будет сдавать и позже. По задаче 1.2 решения принимаются только в поезде, после этого задача снимается с конкурса. ## 1 Задачи в поезд 1.1. Докажите, что а) $C_{p-1}^{k} \equiv(-1)^{k}(\bmod p) ; \quad$ б) $C_{2 n}^{n} \equiv(-4)^{n} C_{\frac{p-1}{2}}^{n}(\bmod p)$ при $n \leqslant \frac{p-1}{2}$. 1.2. Докажите, что количество нечетных биномиальных коэффициентов в $n$-й строке треугольника Паскаля равно $2^{r}$, где $r$ - количество единиц в двоичной записи числа $n$. 1.3. Зафиксируем натуральное число $m$. Назовем $m$-арифметическим треугольником Паскаля треугольник, в котором вместо чисел $C_{n}^{k}$ расставлены их остатки по модулю $m$. Кроме того, мы будем рассматривать похожие треугольники из остатков, у которых вдоль боковых сторон вместо единиц стоят одинаковые остатки $a$ по модулю $m$. Такие треугольники можно умножать на число, а также складывать (если размеры совпадают), причем будем считать, что операции тоже выполняются по модулю $m$. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-001.jpg?height=198&width=1698&top_left_y=1254&top_left_x=198) Пусть в $s$-й строке $m$-арифметического треугольника Паскаля все элементы, кроме крайних, - нули. Докажите, что тогда этот треугольник имеет вид, показанный на рис. 1. Заштрихованные треугольники состоят из нулей, а треугольники $\Delta_{n}^{k}$ состоят из $s$ строк и подчинены следующим соотношениям: 1) $\Delta_{n}^{k-1}+\Delta_{n}^{k}=\Delta_{n+1}^{k}$; 2) $\Delta_{n}^{k}=C_{n}^{k} \cdot \Delta_{0}^{0}(\bmod m)$ Головоломка Ханойская башня представляет собой три стержня, на которые надеваются диски разной величины. Вначале все диски упорядочены по размеру (более крупные - ниже) и находятся на первом стержне. Разрешается снять со стержня один верхний диск и переместить его на другой стержень. При этом запрещается более крупный диск класть на диск меньшего размера. В головоломке требуется переложить все диски с первого стержня на второй. Пусть количество дисков равно $n$. Рассмотрим граф $T H_{n}$, вершины которого - это всевозможные расположения дисков Ханойской башни, а ребра соединяют те состояния головоломки, которые получаются друг из друга за один ход. Рассмотрим также граф $P_{n}$, вершины которого - это единицы, расположенные в первых $2^{n}$ строках 2 -арифметического треугольника Паскаля, а ребра соединяют соседние единицы (т.е. соседние в строке или в двух смежных строках по диагонали). 1.4. Докажите, что графы $T H_{n}$ и $P_{n}$ изоморфны. 1.5. Докажите, что в первых $10^{6}$ строках 2-арифметического треугольника Паскаля единицы составляют меньше $1 \%$. 1.6. Докажите, что если $n$ делится на $p-1$, то $\quad C_{n}^{p-1}+C_{n}^{2(p-1)}+C_{n}^{3(p-1)}+\ldots+C_{n}^{n} \equiv 1(\bmod p)$. Или лучше докажите в общем виде: если $1 \leqslant j, k \leqslant p-1$ и $n \equiv k(\bmod p-1)$, то $$ C_{n}^{j}+C_{n}^{(p-1)+j}+C_{n}^{2(p-1)+j}+C_{n}^{3(p-1)+j}+\ldots \equiv C_{k}^{j} \quad(\bmod p) $$ ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-001.jpg?height=334&width=950&top_left_y=2414&top_left_x=605) ## Арифметические свойства биномиальных коэффициентов -2 Официальным "теоретическим материалом" для этого цикла задач служит статья Э. Б. Винберга [1]. В частности, считаются известными следующие теоремы. 1. Теорема Вильсона. Для всех простых $p$ (и только для простых) выполнено сравнение $(p-1)$ ! $\equiv-1(\bmod p)$. 2. ТеОремА ЛюКА. Запишем числа $n$ и $k$ в системе счисления по основанию $p$ : $$ n=n_{d} p^{d}+n_{d-1} p^{d-1}+\ldots+n_{1} p+n_{0}, \quad k=k_{d} p^{d}+k_{d-1} p^{d-1}+\ldots+k_{1} p+k_{0} $$ Тогда $C_{n}^{k} \equiv C_{n_{d}}^{k_{d}} C_{n_{d-1}}^{k_{d-1}} \cdot \ldots \cdot C_{n_{1}}^{k_{1}} C_{n_{0}}^{k_{0}}(\bmod p)$. 3. ТеОремА КуммерА. Показатель $\operatorname{ord}_{p} C_{n}^{k}$ равен числу переносов при сложении столбиком чисел $k$ и $\ell=n-k$ в $p$-ичной записи. 4. ТеОремА Волстенхолма. При $p \geqslant 5 \quad C_{2 p}^{p} \equiv 2\left(\bmod p^{3}\right)$ или, что то же самое, $C_{2 p-1}^{p-1} \equiv 1\left(\bmod p^{3}\right)$. Напомним, что по определению $C_{0}^{0}=1, C_{n}^{k}=0$ при $k>n$ и при $k<0$. Всюду буквой $p$ мы обозначаем простое число. Для произвольного натурального числа $n$ обозначим через ( $n$ ! $)_{p}$ произведение всех натуральных чисел от 1 до $n$, не делящихся на $p$. Если задано число $p$, то символами $n_{i}, m_{i}$ и т. д. обозначаются цифры $p$-ичной записи чисел $n, m$ и т. д. ## 2 Арифметический треугольник и делимость 2.1. а) Докажите, что в первых $3^{k}$ строках 3-арифметического треугольника Паскаля содержится $\frac{1}{2}\left(6^{k}+4^{k}\right)$ единиц и $\frac{1}{2}\left(6^{k}-4^{k}\right)$ двоек. b) Найдите число нулевых элементов в первых $5^{k}$ строках 5 -арифметического треугольника Паскаля. c) Найдите число ненулевых элементов в первых $p^{k}$ строках $p$-арифметического треугольника Паскаля. 2.2. Докажите, что количество единиц в первых $m$ строках 2-арифметического треугольника Паскаля равно $$ \sum_{i=0}^{n-1} m_{i} \cdot 2^{\sum_{k=i+1}^{n-1} m_{k}} \cdot 3^{i} $$ Полагая $m=2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{r}}$, где $\alpha_{1}>\alpha_{2}>\ldots>\alpha_{r}$, можно то же выражение записать в виде $$ 3^{\alpha_{1}}+2 \cdot 3^{\alpha_{2}}+2^{2} \cdot 3^{\alpha_{3}}+\ldots+2^{r-1} \cdot 3^{\alpha_{r}} $$ 2.3. Рассмотрим $n$-ю строку 2-арифметического треугольника Паскаля как двоичную запись некоторого натурального числа $P_{n}$. Докажите, что $$ P_{n}=F_{i_{1}} \cdot \ldots \cdot F_{i_{s}} $$ где $i_{1}, \ldots, i_{s}$ - номера разрядов, в которых в двоичной записи числа $n$ стоят единицы, и $F_{i}=2^{2^{i}}+1$ - $i$-е число Ферма. 2.4. Докажите, что количество ненулевых элементов в $n$-й строке $p$-арифметического треугольника Паскаля равно $\prod_{i=0}^{d}\left(n_{i}+1\right)$. 2.5. а) Для того чтобы все биномиальные коэффициенты $C_{n}^{k}$, где $00$ существует $N$, такое, что при всех натуральных $n>N$ и $k_{1}, k_{2}, \ldots, k_{100}<\varepsilon \sqrt{n}$ верно, что числа $$ C_{2 n}^{n+k_{1}}, C_{2 n}^{n+k_{2}}, \ldots, C_{2 n}^{n+k_{100}} $$ имеют общий делитель. 2.13. а) Даны натуральные числа $m>1, n, k$. Докажите, что хотя бы одно из чисел $C_{n}^{k}, C_{n+1}^{k}, \ldots$, $C_{n+k}^{k}$ не делится на $m$. b) Докажите, что для любого $k$ найдется бесконечно много таких $n$, что все числа $C_{n}^{k}, C_{n+1}^{k}, \ldots$, $C_{n+k-1}^{k}$ делятся на $m$. 4.9. Докажите, что при $n>1 C_{2^{n+1}}^{2^{n}}-C_{2^{n}}^{2 n-1}$ делится на $2^{2 n+2}$. 4.10. Докажите, что при $p \geqslant 5 \quad(-1)^{\frac{p-1}{2}} C_{p-1}^{\frac{p-1}{2}} \equiv 4^{p-1}\left(\bmod p^{3}\right)$. ## Арифметические свойства биномиальных коэффициентов -4 ## Дополнения к предыдущим темам 4.11. Пусть $m$ - произвольное натуральное число, $p \geqslant 5$ - простое. Докажите, что $$ \frac{1}{m p+1}+\frac{1}{m p+2}+\cdots+\frac{1}{m p+(p-1)} \equiv 0 \quad\left(\bmod p^{2}\right) $$ 4.12. Пусть $p$ и $q$ - различные простые числа. Докажите, что сравнение $C_{2 p q-1}^{p q-1} \equiv 1(\bmod p q)$ выполнено в том и только в том случае, когда $C_{2 p-1}^{p-1} \equiv 1(\bmod q)$ и $C_{2 q-1}^{q-1} \equiv 1(\bmod p)$. ## 5 Суммъ биномиалъных коэффициентов 5.1. а) Докажите, что $\sum_{k=0}^{3^{a}-1} C_{2 k}^{k}$ делится на $\left.3 ; \quad \mathrm{b}\right)$ делится на $3^{a}$. 5.2. Пусть $C_{k}=\frac{1}{k+1} C_{2 k}^{k}-$ последовательность чисел Каталана. Докажите, что $\sum_{k=1}^{n} C_{k} \equiv 1(\bmod 3)$ тогда и только тогда, когда троичное разложение числа $n+1$ содержит хотя бы одну цифру 2 . 5.3. Пусть $p \geqslant 5, k=[2 p / 3]$. Докажите, что сумма $C_{p}^{1}+C_{p}^{2}+\ldots+C_{p}^{k}$ делится на $p^{2}$. 5.4. Если $n \vdots(p-1)$, где $p-$ нечетное простое, то $$ C_{n}^{p-1}+C_{n}^{2(p-1)}+C_{n}^{3(p-1)}+\ldots \equiv 1+p(n+1) \quad\left(\bmod p^{2}\right) $$ 5.5. Докажите, что при $0 \leqslant j \leqslant p-1\alpha_{2}>\cdots>\alpha_{m}, 2^{\alpha_{m}}>k$. Тогда число единиц в строке с номером $2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m}}+k$ равно $2^{m+r}$. Доказательство. Очевидно, бинарная запись числа $2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m}}+k$ содержит $m+r$ единиц и тогда в строке треугольника Паскаля с этим номером $2^{m+r}$ единиц. Лемма 2. Суммарное количество единиц в строках с номерами $$ 2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m-1}}, \quad 2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m-1}}+1, \quad \ldots, \quad 2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m-1}}+2^{\alpha_{m}}-1 $$ равно $2^{k} 3^{\alpha_{m}}$. Доказательство. По лемме 1 количество единиц в строке с номером $2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m-1}}+i$ равно $2^{k} x_{i}$, где $x_{i}$ - количество единиц в $i$-й строке. Тогда суммарное число единиц в упомянутых строках равно $2^{k} \sum x_{i}$. Но $\sum x_{i}$ - это число единиц в первых $2^{\alpha_{m}}-1$ строках треугольника Паскаля, оно равно $3^{\alpha_{m}}$ (это нам известно, например, из задачи 1.4). Осталось просуммировать по $m$ количества единиц из леммы 2 . 2.3. Мы взяли утверждение задачи из статьи Винберга [1], а решение из статьи Гранвилля [18]. Утверждение выводится из теоремы Люка с помощью следующего наблюдения (тоже упомянутого в [1]): биномиальный коэффициент $C_{n}^{k}$ нечетен в том и только том случае, когда единицы в двоичном разложении числа $k$ могут стоять лишь в тех разрядах, где стоят единицы в записи числа $n$. Отсюда сразу следует, что $P_{n}=\sum 2^{k}$, где суммирование распространяется на все числа $k$, описанные в предыдущем предложении. В обозначениях формулы (1) при $p=2$ положим $S_{n}=\left\{i: n_{i}=1\right\}$. Тогда $$ P_{n}=\sum_{I \subseteq S_{n}} \prod_{i \in I} 2^{2^{i}}=\prod_{i \in S_{n}} F_{i} $$ 2.4. Этот результат Файна [13], 1947 г, - простое следствие теоремы Куммера. Чтобы биномиальный коэффициент $C_{n}^{k}$ не делился на $p$, не должно быть переносов при сложении чисел $k$ и $n-k$, записанных в системе счисления по основанию $p$. При фиксированном $n$ это означает, что выбор $i$-й цифры $p$-ичной записи числа $k$ можно сделать $n_{i}+1$ способом. 2.5. а) Это сразу следует из формулы, доказанной в предыдущей задаче, поскольку речь идет о строке, в которой ровно два элемента не делятся на $p$. b) [13]. Если $(n+1) \vdots p^{d}$, то $n=\overline{a(p-1)(p-1) \ldots(p-1)}$ в системе счисления по основанию $p$. Тогда для каждого $k, 0 \leqslant k \leqslant n$, каждая цифра числа $k$ не превосходит соответствующей цифры числа $n$. Тогда все биномиальные коэффициенты $C_{n_{i}}^{k_{i}}$ не равны нулю (в том числе, по модулю $p$ ) и по теореме Люка $C_{n}^{k}$ не делится на $p$. В обратную сторону. Пусть все биномиальные коэффициенты $C_{n}^{k}$ не делятся на $p$, но число $n$ является числом вида $\overline{a(p-1)(p-1) \ldots(p-1)}$. Это значит, что одна из цифр, скажем $n_{i}$, меньше $p-1$. Возьмем $k=(p-1) \cdot p^{i}$. Тогда $k_{i}=p-1$, следовательно, $C_{n_{i}}^{k_{i}}=0$ и по теореме Люка $C_{n}^{k}$ делится на $p$. Противоречие. 2.6. Это известное утверждение мы почерпнули в [12]. Решение 1. Допустим, что $C_{n}^{k-1} \% p$ и $C_{n}^{k} \not$ \% $p$, но при этом $C_{n+1}^{k}=\left(C_{n}^{k-1}+C_{n}^{k}\right) \vdots p$. Тогда $C_{n}^{k} \equiv-C_{n}^{k-1}(\bmod p)$. Так как оба биномиальных коэффициента не делятся на $p$, мы можем сократить правую и левую части. Получим $\frac{n-k+1}{k} \equiv-1(\bmod p)$, откуда $n+1 \equiv 0(\bmod p)$. Решение $2([K])$. Хотя утверждение выглядит очень естественным, напоминая нам основное тождество для биномиальных коэффициентов, часть " $C_{n}^{k-1} \% p_{\text {" в нем лишняя. Действительно, если }}$ $(n+1) \% p$, то $0 \leqslant n_{0} \leqslant p-2$. Поскольку $C_{n}^{k} \% . p$, то по теореме Куммера при всех $i$ верно неравенство $k_{i} \leqslant n_{i}$. Но тогда аналогичные неравенства верны и для пары чисел $k$ и $n+1$, поскольку у числа $n+1$ те же цифры, что и у $n$, кроме цифры в самом младшем разряде, которая у числа $n+1$ на 1 больше. Следовательно, $C_{n+1}^{k} \% p$. 2.7. [2]. Сразу следует из теоремы Люка и задачи 1.1.а) 2.8. Задача из статьи Винберга [1]. Индукция по числу цифр. База тривиальна. Для перехода добавляем очередную цифру в конец числа. В силу нечетности биномиального коэффициента $n_{i} \geqslant k_{i}$. Пользуясь рекуррентностью $C_{n}^{k}=C_{n-1}^{k-1}+C_{n-1}^{k}$, перебирая разные варианты четности $n$ и $k$ с помощью теоремы Куммера и задачи 4.6a) сводим все к индукционному предположению. Например, при нечетном $n=2 \ell+1$ и четном $k=2 m$, если $k_{1}=1$, то $k=\ldots 10, n=\ldots 11$ (двоичные записи), Тогда $(n-k)=\ldots 01$ (потому что по теореме Куммера не должно было быть переносов), $(k-1)_{2}=\ldots 01$, значит, по теореме Куммера при сложении $(k-1)_{2}+(n-k)_{2}$ есть ровно 1 перенос, т.е. $C_{n-1}^{k-1} \equiv 2(\bmod 4)$, откуда $$ C_{n}^{k}=C_{n-1}^{k-1}+C_{n-1}^{k} \equiv-C_{n-1}^{k}=-C_{2 \ell}^{2 m} \equiv-C_{\ell}^{m} \quad(\bmod 4) $$ последнее - по задаче 4.6а). Этот минус в точности соответствует множителю $(-1)^{k_{0} n_{1}+k_{1} n_{0}}$. 2.9. Задача из статьи Винберга [1]. Утверждение следует из результата предыдущей задачи. Если в записи $n$ нет двух единиц подряд, то все показатели $k_{i-1} n_{i}+k_{i} n_{i-1}$ равны нулю и все биномиальные коэффициенты дают остаток 1 при делении на 4 . Если же запись числа $n$ содержит участок из единиц, начинающийся с $n_{j}=1$, то у половины нечетных биномиальных коэффициентов $k_{j}=0$, а у другой половины $k_{j}=1$ и, как нетрудно видеть по формуле из предыдущей задачи, по модулю 4 эти половины отличаются знаком. 2.10. Этому запутанному сюжету посвящены две статьи в Monthly [19, 20]. 2.11. Эта задача Д.Джукича была в 2002 г. на олимпиаде 239 школы г. Санкт-Петербурга, а потом засветилась в шорт-листе IMO-2008. Поскольку все биномиальные коэффициенты из условия задачи нечетны (по теореме Люка), для доказательства утверждения достаточно проверить, что все числа $C_{2^{n}-1}^{1}, C_{2^{n}-1}^{3}, \ldots, C_{2^{n}-1}^{2^{n}-1}$ дают разные остатки при делении на $2^{n}$. Дальше можно действовать по-разному. Решение 1 ([Д] $]$. Предположим противное, пусть $C_{2^{n}-1}^{k} \equiv C_{2^{n}-1}^{m}\left(\bmod 2^{n}\right)$ при нечетных $k$ и $m$, $k>m$. Заметим, что $$ C_{2^{n}-1}^{k}=C_{2^{n}}^{k}-C_{2^{n}-1}^{k-1}=C_{2^{n}}^{k}-C_{2^{n}}^{k-1}+C_{2^{n}-1}^{k-2}=\cdots=C_{2^{n}}^{k}-C_{2^{n}}^{k-1}+C_{2^{n}}^{k-2}-\ldots-C_{2^{n}}^{m+1}+C_{2^{n}-1}^{m} $$ В частности, $$ C_{2^{n}}^{k}-C_{2^{n}}^{k-1}+C_{2^{n}}^{k-2}-\ldots-C_{2^{n}}^{m+1} \equiv 0 \quad\left(\bmod 2^{n}\right) $$ Теорема Куммера позволяет для каждого $r$ легко вычислить показатель ord ${ }_{2} C_{2^{n}}^{r}$, а именно, если $\operatorname{ord}_{2} r=a$, то при сложении $r$ и $2^{n}-r$ произойдет $n-a$ переносов (это очевидно из алгоритма сложения столбиком), и значит, ord ${ }_{2} C_{2^{n}}^{r}=n-a$. В частности, $C_{2^{n}}^{r}$ делится на $2^{n}$ при нечетном $r$, что позволяет отбросить в последнем сравнении половину слагаемых: $$ C_{2^{n}}^{k-1}+C_{2^{n}}^{k-3}+\ldots+C_{2^{n}}^{m+1} \equiv 0 \quad\left(\bmod 2^{n}\right) $$ Другое следствие из приведенных рассуждений состоит в том, что у всех слагаемых $C_{2^{n}}^{i}$ в левой части параметр $i$ четный и поэтому ord ${ }_{2} C_{2^{n}}^{x}2^{n} $$ При этом $(2 n)^{100 \varepsilon \sqrt{n}}=2^{\varepsilon \sqrt{n}} \log _{2} n+\varepsilon \sqrt{n}$. Очевидно, для каждого фиксированного $\varepsilon$ существует $N$, такое что при всех $n>N$ будет выполнено неравенство $$ \frac{n}{2}>\varepsilon \sqrt{n} \log _{2} n+\varepsilon \sqrt{n} $$ Если для таких $n$ поделить $C_{2 n}^{n}$ на НОД всех знаменателей, частное будет не меньше $2^{n / 2}$. 2.13. а) Задача предлагалась в 1977 г. на Ленинградской олимпиаде школьников. Решение 1 (без теоремы Куммера). Мы приводим решение из замечательной книжки [4]. Допустим, что все эти числа делятся на $m$. Тогда числа $$ \begin{aligned} & C_{n+k-1}^{k-1}=C_{n+k}^{k}-C_{n+k-1}^{k} \\ & C_{n+k-2}^{k-1}=C_{n+k-1}^{k}-C_{n+k-2}^{k} \\ & \cdots \\ & C_{n}^{k-1}=C_{n+1}^{k}-C_{n}^{k} \end{aligned} $$ также делятся на $m$. Аналогично, на $m$ делятся и все числа $C_{n+i}^{j}$, где $i \leqslant j$ - произвольные неотрицательные целые числа. Но среди них есть число $C_{n}^{0}(i=j=0)$, которое равно 1. Противоречие. Решение 2 (теорема Куммера). Пусть $p$ - простой множитель числа $m$. Проверим, что одно из чисел $C_{n}^{k}, C_{n+1}^{k}, \ldots, C_{n+k}^{k}$ не делится на $p$. Запишем $k$ в системе счисления по основанию $p$. По теореме Куммера достаточно найти такое число $\ell$ (где $n-k \leqslant \ell \leqslant n$ ), чтобы сложение $k+\ell$ в системе счисления по основанию $p$ выполнялось без переносов, тогда биномиальный коэффициент $C_{k+\ell}^{k}$ не будет делиться на $p$. Это сделать совсем нетрудно. Мы ограничимся рассуждением на конкретном примере. Пусть $p=7, k=133$ (здесь и далее числа записаны в семиричной системе счисления). Поскольку диапазон, в котором мы ищем число $\ell$, содержит $k+1$ число, нам всегда удастся выбрать $\ell$ так, чтобы число $k+\ell$ было одним из чисел следующего вида $$ \ldots 133, \quad \ldots 233, \quad, \ldots, \quad \ldots 633 $$ (Напомним, что цифра 6 в нашем примере самая старшая.) Тогда очевидно, что при сложении $k+\ell$ не было ни одного переноса. b) Утверждение взято из [2]. Такие $n$ нетрудно построить с помощью теоремы Куммера. Пусть $\operatorname{ord}_{p} m=s$, и запись числа $k$ в системе счисления по основанию $p$ содержит $d+1$ цифр. Пусть $n \vdots p^{d+s+1}$. Тогда числа $n-k, n-k+1, \ldots, n-1$ содержат в разрядах с $(d+2)$-го по ( $\left.d+s+2\right)$-й цифры ( $p-1$ ), поэтому при сложении этих чисел с $k$ в указанных разрядах будут возникать переносы. Таким образом, по теореме Куммера получаем, что интересующие нас биномиальные коэффициенты все делятся на $p^{s}$. Поскольку условия, наложенные на $n$, легко совмещаются для разных $p$, мы получаем отсюда требуемое. ## 3 Обобщение теорем Вильсона и Люка 3.1. Как известно, $\operatorname{ord}_{p}(n!)=\sum_{k}\left[\frac{n}{p^{k}}\right]$. Если $n=n_{d} p^{d}+n_{d-1} p^{d-1}+\ldots+n_{1} p+n_{0}-$ запись в системе счисления по основанию $p$, то $\left[\frac{n}{p^{k}}\right]=n_{d} p^{d-k}+n_{d-1} p^{d-k-1}+\ldots+n_{k+1} p+n_{k}$ и формулу для $\operatorname{ord}_{p}(n!)$ можно записать в виде $$ \operatorname{ord}_{p}(n!)=\sum_{k=1}^{d}\left(\sum_{i=k}^{d} n_{i} p^{i-k}\right)=\sum_{i=1}^{d} n_{i}\left(p^{i-1}+p^{i-2}+\ldots+p+1\right)=\sum_{i=1}^{d} n_{i} \frac{p^{i}-1}{p-1}=\frac{\sum_{i=0}^{d} n_{i} p^{i}-\sum_{i=0}^{d} n_{i}}{p-1} $$ Мы получили в точности требуемое выражение. Утверждение задачи также нетрудно доказать индукцией по $n$, см. [5]. 3.2. а) Разбивая множители, составляющие выражение $n$ !, на группы по $(p-1)$ штук, получаем $$ (n!)_{p}=\prod_{k=0}^{\left[\frac{n}{p}\right]-1}((k p+1) \cdot(k p+2) \cdots(k p+p-1)) \cdot\left(\left[\frac{n}{p}\right] p+1\right)\left(\left[\frac{n}{p}\right] p+2\right) \ldots\left(\left[\frac{n}{p}\right] p+n_{0}\right) \equiv(-1)^{\left[\frac{n}{p}\right]} n_{0}!\quad(\bmod p) $$ б) Это утверждение встречается у Гаусса [15]. В произведение $\left(p^{q}!\right)_{p}$ вместе с каждым сомножителем входит и его обратный по модулю $p^{q}$, и произведение этой пары равно 1 по модулю $p^{q}$. Таким образом, нам следует лишь проследить за теми множителями $m$, которые совпадают со своими обратными, т.е. удовлетворяют сравнению $$ m^{2} \equiv 1 \quad\left(\bmod p^{q}\right) $$ Для нечетного $p$ сравнение имеет 2 решения: $\pm 1$. Для $p=2, q \geqslant 3$ сравнение имеет еще пару решений: $2^{q-1} \pm 1$. c) Так как $n!=(n!)_{p} \cdot p^{\left[\frac{n}{p}\right]}\left(\left[\frac{n}{p}\right]\right)!$, утверждение легко доказывается по индукции с помощью сравнения из п. а). 3.3. Мы взяли утверждение со странички Гранвилля [17]. Помимо теоремы Куммера, широко известна прямая и не столь симпатичная формула для числа $\ell$ (формула Лежандра): $$ \ell=\operatorname{ord}_{p}\left(C_{n}^{k}\right)=\left(\left[\frac{n}{p}\right]-\left[\frac{k}{p}\right]-\left[\frac{r}{p}\right]\right)+\left(\left\lceil\frac{n}{p^{2}}\right]-\left[\frac{k}{p^{2}}\right]-\left[\frac{r}{p^{2}}\right]\right)+\ldots $$ Обозначим для краткости $\tilde{n}=[n / p]$ и т. п. и напишем формулу для биномиального коэффициента, собрав отдельно все множители, делящиеся на $p$ : $$ C_{n}^{k}=\frac{(n!)_{p}}{(k!)_{p}(r!)_{p}} \cdot \frac{p^{[n / p]}}{p^{[k / p]} \cdot p^{[r / p]}} \cdot \frac{\tilde{n}!}{\tilde{k}!\cdot \tilde{r}!} $$ Здесь первая дробь может быть преобразована по модулю $p$ в соответствии с обобщенной теоремой Вильсона (задача 3.2, б) к выражению $\frac{n_{0}!}{k_{0}!r_{0}!}$, третья дробь позволяет действовать по индукции, а средняя дробь (и знак из обобщенной теоремы Вильсона, который мы не упомянули) по формуле (4) даст все нужные выражения, содержащие $\ell$. 3.4. а) Раскрывая скобки в выражении $(1+x)^{p^{d}}$, мы можем воспользоваться тем, что при $1 \leqslant k \leqslant p^{d}-1$ биномиальный коэффициент $C_{p^{d}}^{k}$ делится на $p$ (аналогично задаче 1.1 или по теореме Куммера). b) Положим $n=n^{\prime} p+n_{0}, k=k^{\prime} p+k_{0}$. По утверждению п. а) $(1+x)^{p n^{\prime}} \equiv\left(1+x^{p}\right)^{n^{\prime}}(\bmod p)$ Тогда $$ (1+x)^{n}=(1+x)^{p n^{\prime}}(1+x)^{n_{0}} \equiv\left(1+x^{p}\right)^{n^{\prime}}(1+x)^{n_{0}} \quad(\bmod p) $$ Указанное сравнение надо понимать в том смысле, что мы преобразовываем коэффициенты многочлена с целыми коэффициентами с точки зрения их делимости на $p$. Коэффициент при $x^{k}$ в левой части равен $C_{n}^{k}$. При раскрытии скобок в правой части мы видим, что все показатели в первой скобке делятся на $p$, поэтому единственный способ получить одночлен $x^{p k^{\prime}+k_{0}}-$ это перемножить $x^{p k^{\prime}}$ из первой скобки и $x^{k_{0}}$ из второй. Итоговый коэффициент будет равен $C_{n^{\prime}}^{k^{\prime}} C_{n_{0}}^{k_{0}}$. Таким образом, $C_{n}^{k}=C_{n^{\prime}}^{k^{\prime}} C_{n_{0}}^{k_{0}}$, откуда теорема Люка следует по индукции. 3.5. a, b) Простое следствие теоремы Куммера. 3.6. [9]. В следующем вычислении мы используем то, что $C_{n_{i}}^{k_{i}}=0$ при $k_{i}>n_{i}$; это позволяет, применив теорему Люка, отбросить при суммировании большое число слагаемых. $$ f_{n, a}=\sum_{k=0}^{n}\left(C_{n}^{k}\right)^{a} \equiv \sum_{k_{d}=0}^{n_{d}} \sum_{k_{d-1}=0}^{n_{d-1}} \cdots \sum_{k_{0}=0}^{n_{0}} \prod_{i=0}^{d}\left(C_{n_{i}}^{k_{i}}\right)^{a} \equiv \prod_{i=0}^{d} \sum_{k_{i}=0}^{n_{i}}\left(C_{n_{i}}^{k_{i}}\right)^{a} \equiv \prod_{i=0}^{d} f_{n_{i}, a} \quad(\bmod p) $$ ## 4 Вариации на тему теоремъ Волстенхолма 4.1. Это упражнение на чтение статьи. Утверждение доказано в статье Винберга, но доказательство не выделено явно. Заметим, что $$ 2 \sum_{i=1}^{p-1} \frac{1}{i}=\sum_{i=1}^{p-1} \frac{1}{i}+\frac{1}{p-i}=p \sum_{i=1}^{p-1} \frac{1}{i(p-i)} $$ Таким образом, рассматриваемая сумма делится на $p$. Так как по модулю $p$ выражения $\frac{1}{i}$ и $-\frac{1}{p-i}$ равны, нам остается проверить, что $$ \sum_{i=1}^{p-1} \frac{1}{i^{2}} \equiv 0 \quad(\bmod p) $$ Или, поскольку $\frac{1}{1^{2}}, \frac{1}{2^{2}}, \ldots, \frac{1}{(p-1)^{2}}$ - это тот же набор остатков ${ }^{1}$, что и $1^{2}, 2^{2}, \ldots,(p-1)^{2}$, достаточно проверить, что $$ \sum_{i=1}^{p-1} i^{2} \equiv 0 \quad(\bmod p) $$ Пусть $\sum_{i=1}^{p-1} i^{2} \equiv s(\bmod p)$. При $p>5$ всегда можно выбрать остаток $a$, такой что $a^{2} \not \equiv 1(\bmod p)$. Тогда множества $\{1,2, \ldots, p-1\}$ и $\{a, 2 a, \ldots,(p-1) a\}$ совпадают (доказательство как в сноске) и $$ s \equiv \sum_{i=1}^{p-1} i^{2}=\sum_{i=1}^{p-1}(a i)^{2}=a^{2} \sum_{i=1}^{p-1} i^{2} \equiv a^{2} s \quad(\bmod p) $$ Поэтому $s \equiv 0(\bmod p)$. Разумеется, этот факт нетрудно доказать непосредственно, пользуясь соображением $\frac{1}{x} \equiv x^{\varphi(m)-1}$ $(\bmod m)$. Мы используем эту технику в третьем решении следующей задачи. 4.2. Ответ: $2 k+2$. Эта задача А. С. Голованова предлагалась на олимпиаде Туймаада в 2012 г. Мы приводим три решения. Отметим, что при $p=4 k+3$ уравнение $x^{2}+1=0$ не имеет решений в поле остатков по модулю $p$, следовательно, знаменатели всех рассматриваемых дробей не равны нулю. Решение 1. Обозначим $a_{i}=i^{2}+1$, для $i=0, \ldots, p-1$. Тогда рассматриваемое выражение равно $$ \frac{\sigma_{p-1}\left(a_{0}, a_{1}, \ldots, a_{p-1}\right)}{\sigma_{p}\left(a_{0}, a_{1}, \ldots, a_{p-1}\right)} $$ где $\sigma_{i}$ - основной симметрический многочлен степени $i$. Найдем многочлен, корнями которого являются числа $a_{i}$, т. е. $$ \prod_{i=0}^{p-1}\left(x-1-i^{2}\right) $$[^0] Сделав замену $x-1=t^{2}$, получим многочлен $$ \prod_{i=0}^{p-1}\left(t^{2}-i^{2}\right)=\prod_{i=0}^{p-1}(t-i) \prod_{i=0}^{p-1}(t+i) \equiv\left(t^{p}-t\right)\left(t^{p}-t\right)=t^{2 p}-2 t^{p+1}+t^{2} $$ Теперь, сделав обратную замену, получаем для $p=4 k+3$ $$ \prod_{i=0}^{p-1}\left(x-1-i^{2}\right) \equiv(x-1)^{p}-2(x-1)^{\frac{p+1}{2}}+(x-1)=x^{p}+\ldots+\left(p+2 \cdot \frac{p+1}{2}+1\right) x-4 $$ По теореме Виета, $\sigma_{p} \equiv 4(\bmod p), \sigma_{p-1} \equiv 2(\bmod p)$, поэтому $\frac{\sigma_{p-1}}{\sigma_{p}} \equiv \frac{1}{2} \equiv 2 k+2(\bmod p)$. Решение 2. Разобьем все ненулевые остатки по модулю $p$, кроме $\pm 1$, на пары взаимно обратных. Тогда получится $2 k$ пар и в каждой паре $(i, j)$ $$ i j \equiv 1 \quad \Leftrightarrow \quad i^{2} j^{2} \equiv 1 \quad \Leftrightarrow \quad(i j)^{2}+i^{2}+j^{2}+1 \equiv i^{2}+j^{2}+2 \quad(\bmod p) $$ Следовательно, $$ 1 \equiv \frac{(i j)^{2}+i^{2}+j^{2}+1}{\left(i^{2}+1\right)\left(j^{2}+1\right)} \equiv \frac{i^{2}+j^{2}+2}{\left(i^{2}+1\right)\left(j^{2}+1\right)}=\frac{1}{i^{2}+1}+\frac{1}{j^{2}+1} \quad(\bmod p) $$ Таким образом, наша сумма равна $\frac{1}{0^{2}+1}+\frac{1}{1^{2}+1}+\frac{1}{(-1)^{2}+1}+2 k \equiv 2 k+2$. Решение 3. Как мы знаем, благодаря малой теореме Ферма, при вычислении по модулю $p$ операции $x \mapsto x^{-1}$ и $x \mapsto x^{p-2}$ дают одинаковый результат. Таким образом, достаточно вычислить сумму $$ \sum_{x=0}^{p-1}\left(x^{2}+1\right)^{p-2}=\sum_{x=0}^{p-1} \sum_{m=0}^{p-2} C_{p-2}^{m} x^{2 m}=\sum_{m=0}^{p-2} C_{p-2}^{m} S_{2 m} $$ где $S_{2 m}=\sum_{x=0}^{p-1} x^{2 m}$. Очевидно, $S_{2 m} \equiv-1(\bmod p)$ при $m=\frac{p-1}{2}$. Докажем, что $S_{2 m} \equiv 0(\bmod p)$ при остальных значениях $m$, не превосходящих $p-1$. Действительно, для каждого такого $m$ можно подобрать ненулевой остаток $a$, такой что $a^{2 m} \not \equiv 1(\bmod p)$ и тогда можно провести рассуждение как в (5). Возвращаясь к интересующей нас сумме (6), получаем $$ \sum_{m=0}^{p-2} C_{p-2}^{m} S_{2 m} \equiv-C_{p-2}^{\frac{p-1}{2}}=-C_{4 k+1}^{2 k+1}=-\frac{(4 k+1) \cdot 4 k \cdot \ldots \cdot(2 k+1)}{1 \cdot 2 \cdot \ldots \cdot(2 k+1)} \equiv-\frac{(-2) \cdot(-3) \ldots(2 k+2)}{1 \cdot 2 \cdot \ldots \cdot(2 k+1)} \equiv 2 k+2 $$ 4.3. Мы нашли оба утверждения в [16]. a) Для каждого простого делителя $p$ числа $m$ подберем число $a_{p}$, для которого $\left(a_{p}^{k}-1\right)$ \% $p$. С помощью китайской теоремы об остатках выберем число $a$, такое что $a \equiv a_{p}(\bmod p)$ при всех $p$. Теперь результат получается аналогично рассуждениям (5). b) Заметим, что при нечетных $k$ по формуле бинома $i^{k}+\left(p-i^{k}\right) \equiv k i^{k-1} p\left(\bmod p^{2}\right)$. Тогда $$ 2 \sum_{i=1}^{p-1} \frac{1}{i^{k}}=\sum_{i=1}^{p-1}\left(\frac{1}{i^{k}}+\frac{1}{(p-i)^{k}}\right)=\sum_{i=1}^{p-1} \frac{i^{k}+(p-i)^{k}}{i^{k}(p-i)^{k}} \equiv \sum_{i=1}^{p-1} \frac{k i^{k-1} p}{i^{k}(-i)^{k}} \equiv-k p \sum_{i=1}^{p-1} \frac{1}{i^{k+1}} \quad\left(\bmod p^{2}\right) $$ Сумма в правой части сравнения делится на $p$ в силу утверждения п. а). 4.4. Как доказывается в [24], сравнение выполнено даже по модулю $p^{7}$, но мы не будем заходить так далеко. Действуя как в статье Винберга [1], но следя за степенями до $p^{4}$, получаем $$ \begin{aligned} C_{p-1}^{2 p-1}=\frac{(2 p-1)(2 p-2) \cdot \ldots(p+1)}{p!}=( & \left.\frac{2 p}{1}-1\right)\left(\frac{2 p}{2}-1\right) \cdot \ldots \cdot\left(\frac{2 p}{p-1}-1\right) \equiv \\ & \equiv 1-2 p \sum_{i=1}^{p-1} \frac{1}{i}+4 p^{2} \sum_{\substack{i, j=1 \\ i1$ любая неблочная выборка содержит не менее трех блоков, то в этом случае все доказано. Остается разобрать случай, когда $k=1$ и мы подсчитываем количество неблочных выборок $p$ предметов из из общего множества в $2 p$ предметов. Это количество равно $C_{2 p}^{p}-2$, что по теореме Волстенхолма делится на $p^{3}$. Решение 2. Напишем формулу для биномиального коэффициента $C_{a}^{b}=\frac{a(a-1) \ldots(a-b+1)}{b(b-1) \ldots 1}$, разбив числитель и знаменатель на блоки из $p$ сомножителей, после чего сократим первые множители в каждом блоке, а частные соберем в отдельное выражение: $$ \begin{aligned} & C_{m p}^{k p}= \frac{m \not p \cdot(m p-1) \ldots(m p-(p-1))}{k p p \cdot(k p-1) \ldots(k p-(p-1))} \cdot \frac{(m-1) \not p \cdot((m-1) p-1) \ldots((m-1) p-(p-1))}{(k-1) \not p \cdot((k-1) p-1) \ldots((k-1) p-(p-1))} \cdot \ldots \times \\ & \times \frac{(m-k+1) \not p \cdot((m-k+1) p-1) \ldots((m-k+1) p-(p-1))}{\not p \cdot(p-1) \ldots 1}= \\ &= C_{m}^{k} \cdot \frac{(m p-1) \ldots(m p-(p-1))}{(k p-1) \ldots(k p-(p-1))} \cdot \ldots \cdot \frac{((m-k+1) p-1) \ldots((m-k+1) p-(p-1))}{(p-1) \ldots 1} \end{aligned} $$ Осталось проверить, что произведение дробей дает остаток 1 при делении на $p^{3}$. Для этого достаточно проверить сравнение $$ \frac{(n p-1) \ldots(n p-(p-1))}{(r p-1) \ldots(r p-(p-1))} \equiv 1 \quad\left(\bmod p^{3}\right) $$ или, лучше, вот такое сравнение $$ \frac{(n p-1) \ldots(n p-(p-1))}{(p-1)!} \equiv \frac{(r p-1) \ldots(r p-(p-1))}{(p-1)!} \quad\left(\bmod p^{3}\right) $$ Это верно, так как обе части сравнимы с 1 по модулю $p^{3}$, что устанавливается аналогично доказательству теоремы Волстенхолма. 4.7. а) [5, теорема 2.14]. Преобразуем разность $C_{p^{2}}^{p}-C_{p}^{1}=\frac{p^{2}\left(p^{2}-1\right) \ldots\left(p^{2}-(p-1)\right)}{1 \cdot 2 \cdot \ldots(p-1) p}-p=\frac{p}{(p-1)!}\left(\left(1-p^{2}\right)\left(2-p^{2}\right) \ldots\left((p-1)-p^{2}\right)-1 \cdot 2 \cdots \cdot(p-1)\right)$. Осталось проверить, что $$ \left(1-p^{2}\right)\left(2-p^{2}\right) \ldots\left((p-1)-p^{2}\right) \equiv 1 \cdot 2 \cdot \ldots \cdot(p-1) \quad\left(\bmod p^{4}\right) $$ Раскроем скобки в левой части: $\left(1-p^{2}\right)\left(2-p^{2}\right) \ldots\left((p-1)-p^{2}\right)=1 \cdot 2 \ldots .(p-1)+p^{2}\left(1+\frac{1}{2}+\ldots+\frac{1}{p-1}\right)(p-1)!+$ члены делящиеся на $p^{4}$. По утверждению задачи 4.1 второе слагаемое делится на $p^{4}$. b) Как нетрудно видеть, $C_{p^{s+1}}^{p}=p^{s} \cdot C_{p^{s+1}-1}^{p-1}$, поэтому достаточно проверить, что $C_{p^{s+1}-1}^{p-1} \equiv 1$ $\left(\bmod p^{s+3}\right)$. $$ \begin{aligned} C_{p^{p+1}-1}^{p-1}=\frac{\left(p^{s+1}-1\right)\left(p^{s+1}-2\right) \ldots\left(p^{s+1}-(p-1)\right)}{1 \cdot 2 \cdots(p-1)} & =\left(\frac{p^{s+1}}{1}-1\right)\left(\frac{p^{s+1}}{2}-1\right) \cdots\left(\frac{p^{s+1}}{p-1}-1\right) \equiv \\ & \equiv(-1)^{p-1}+p^{s+1}\left(1+\frac{1}{2}+\ldots+\frac{1}{p-1}\right) \quad\left(\bmod p^{s+3}\right) \end{aligned} $$ Это и есть то, что требуется, поскольку $(-1)^{p-1}=1$ и $1+\frac{1}{2}+\ldots+\frac{1}{p-1} \equiv 0 \bmod p^{2}$. В статье $[14]$ доказывается чуть более общий факт. 4.8. Задача из статьи Винберга [1], решение [T]. $$ \begin{aligned} & C_{p^{3}}^{p^{2}}-C_{p^{2}}^{p}=p\left(C_{p^{3}-1}^{p^{2}-1}-C_{p^{2}-1}^{p-1}\right)= \\ & \qquad \begin{array}{l} =p\left(\left(\frac{p^{3}}{1}-1\right)\left(\frac{p^{3}}{2}-1\right) \ldots\left(\frac{p^{3}}{p^{2}-1}-1\right)-\left(\frac{p^{2}}{1}-1\right)\left(\frac{p^{2}}{2}-1\right) \ldots\left(\frac{p^{2}}{p-1}-1\right)\right)= \\ \quad=p\left(\frac{p^{2}}{1}-1\right)\left(\frac{p^{2}}{2}-1\right) \ldots\left(\frac{p^{2}}{p-1}-1\right)\left(\prod_{\substack{k=1 \\ p \nmid k}}^{p^{2}-1}\left(\frac{p^{3}}{k}-1\right)-1\right) \end{array} \end{aligned} $$ Достаточно проверить, что выражение в последней скобке делится на $p^{7}$. Преобразуем произведение $\prod_{\substack{k=1 \\ p \nmid k}}^{p^{2}-1}\left(\frac{p^{3}}{k}-1\right)=\prod_{\substack{k \neq 1 \\ p \nmid k}}^{\frac{p^{2}-1}{2}}\left(\frac{p^{3}}{k}-1\right)\left(\frac{p^{3}}{p^{2}-k}-1\right)=\prod_{\substack{k=1 \\ p \nmid k}}^{\frac{p^{2}-1}{2}}\left(\frac{p^{6}-p^{5}}{k\left(p^{2}-k\right)}+1\right) \equiv 1+p^{5}(p-1) \sum_{\substack{k=1 \\ p \nmid k}}^{\frac{p^{2}-1}{2}} \frac{1}{k\left(p^{2}-k\right)}\left(\bmod p^{7}\right)$. Осталось проверить, что последняя сумма делится на $p^{2}$. Это так, поскольку по задаче 4.3а) $$ \sum_{\substack{k=1 \\ p \nmid k}}^{\frac{p^{2}-1}{2}} \frac{1}{k\left(p^{2}-k\right)} \equiv-\sum_{\substack{k=1 \\ p \nmid k}}^{\frac{p^{2}-1}{2}} \frac{1}{k^{2}} \equiv 0 \quad\left(\bmod p^{2}\right) $$ 4.9. Это [6, теорема 5]. Более общий факт доказан в $[7]$. Решение 1 ([5, предложение 2.19]). Воспользуемся тем, что разность $C_{2^{k+1}}^{2^{k}}-C_{2^{k}}^{2^{k-1}}$ равна коэффициенту при $x^{2^{k}}$ в многочлене $$ \begin{aligned} &(1+x)^{2^{k+1}}-\left(1-x^{2}\right)^{2^{k}}=(1+x)^{2^{k}}\left((1+x)^{2^{k}}-(1-x)^{2^{k}}\right)= \\ &=\left(1+C_{2^{k}}^{1} x+C_{2^{k}}^{2} x^{2}+\ldots+x^{2^{k}}\right) \cdot 2\left(C_{2^{k}}^{1} x+C_{2^{k}}^{3} x^{3}+\ldots+C_{2^{k}}^{2^{k}-1} x^{2^{k}-1}\right) \end{aligned} $$ Поскольку второй многочлен содержит только множители нечетной степени, коэффициент при $x^{2^{k}}$ в произведении равен $$ 2\left(C_{2^{k}}^{1} C_{2^{k}}^{2^{k}-1}+C_{2^{k}}^{3} C_{2^{k}}^{2^{k}-3}+\ldots+C_{2^{k}}^{2^{k}-1} C_{2^{k}}^{1}\right) $$ По утверждению задачи 3.5 б) каждый биномиальный коэффициент в этом выражении делится на $2^{k}$, кроме того, каждое слагаемое в сумме встречается 2 раза, а перед суммой стоит коэффициент 2 . В итоге все выражение делится на $2^{2 k+2}$. Решение 2 ([CSTTVZ]). Так как $C_{2^{n+1}}^{2^{n}}=2 C_{2^{n+1}-1}^{2^{n}-1}$, достаточно доказать соотношение $$ C_{2^{n+1}-1}^{2^{n}-1} \equiv C_{2^{n}-1}^{2^{n-1}-1} \quad\left(\bmod 2^{2 n+1}\right) $$ Аналогично (3) получаем $$ C_{2^{n+1}-1}^{2^{n}-1}=\left(\frac{2^{n+1}}{1}-1\right)\left(\frac{2^{n+1}}{3}-1\right) \cdots\left(\frac{2^{n+1}}{2^{n}-1}-1\right) \cdot C_{2^{n}-1}^{2^{n-1}-1} $$ Достаточно проверить, что $$ L=\left(\frac{2^{n+1}}{1}-1\right)\left(\frac{2^{n+1}}{3}-1\right) \cdots\left(\frac{2^{n+1}}{2^{n}-1}-1\right) \equiv 1 \quad\left(\bmod 2^{2 n+1}\right) $$ Это так, поскольку $$ \begin{aligned} L \equiv(-1)^{2^{n-1}}- & 2^{n+1}\left(\frac{1}{1}+\frac{1}{3}+\frac{1}{5}+\ldots+\frac{1}{2^{n}-1}\right) \equiv \\ & \equiv 1-2^{n+1}\left(\frac{2^{n}}{1 \cdot\left(2^{n}-1\right)}+\frac{2^{n}}{3 \cdot\left(2^{n}-3\right)}+\ldots+\frac{2^{n}}{\left(2^{n-1}-1\right)\left(2^{n-1}+1\right)}\right) \equiv 1 \quad\left(\bmod 2^{2 n+1}\right) \end{aligned} $$ 4.10. Это теорема Морли [26]. Решение 1 (авторское решение из статьи 1895 года). Оно лишь чуть-чуть выходит за рамки школьной программы. Возьмем формулу, с помощью которой $\cos ^{2 n+1} x$ выражается через косинусы кратных углов, ${ }^{1}$ или, как говорили в те времена, запишем $\cos ^{2 n+1} x$ в виде, удобном для интегрирования: $2^{2 n} \cos ^{2 n+1} x=\cos (2 n+1) x+(2 n+1) \cos (2 n-1) x+\frac{(2 n+1) \cdot 2 n}{1 \cdot 2} \cos (2 n-3) x+\ldots+\frac{(2 n+1) \cdot 2 n \ldots(n+2)}{n!} \cos x$. Ну, а раз этот вид удобен для интегрирования, то и проинтегрируем обе части ${ }^{2}$ по промежутку $\left[0, \frac{\pi}{2}\right]$ : $$ \begin{aligned} & 2^{2 n} \cos ^{2 n+1} x d x=\frac{\sin (2 n+1) x}{2 n+1}+\frac{2 n+1}{2 n-1} \sin (2 n-1) x+\ldots \\ & 2^{2 n} \int_{0}^{\pi / 2} \cos ^{2 n+1} x d x=(-)^{n}\left(\frac{1}{2 n+1}-\frac{2 n+1}{2 n-1}+\ldots\right) \end{aligned} $$ Но любой первокурсник знает, что куда проще этот интеграл вычисляется с помощью формулы понижения, для получения которой нужно всего лишь проинтегрировать по частям: $$ \begin{aligned} I_{2 n+1}=\int_{0}^{\pi / 2} \cos ^{2 n+1} x d x=\int_{0}^{\pi / 2} \cos ^{2 n} x \cos x d x & =\left.\cos ^{2 n} x \sin x\right|_{0} ^{\pi / 2}+2 n \int_{0}^{\pi / 2} \cos ^{2 n-1} x \sin ^{2} x d x= \\ & =0+2 n \int_{0}^{\pi / 2} \cos ^{2 n-1} x\left(1-\cos ^{2} x\right) d x=2 n \cdot I_{2 n-1}-2 n \cdot I_{2 n+1} \end{aligned} $$[^1]откуда находим, что $I_{2 n+1}=\frac{2 n}{2 n+1} \cdot I_{2 n-1}$. Учитывая что $I_{1}=1$, применяя эту формулу $n$ раз подряд, находим, что $$ \int_{0}^{\pi / 2} \cos ^{2 n+1} x d x=\frac{2 n \cdot(2 n-2) \ldots 2}{(2 n+1)(2 n-1) \ldots 3} $$ Приравнивая эти два способа подсчета интеграла, мы получаем тождество $$ 2^{2 n} \frac{2 n \cdot(2 n-2) \ldots 2}{(2 n+1)(2 n-1) \ldots 3}=(-)^{n}\left(\frac{1}{2 n+1}-\frac{2 n+1}{2 n-1}+\ldots+\frac{(2 n+1) \cdot 2 n \ldots(n+2)}{n!}\right) $$ Если взять $p=2 n+1$ - простое число, то домножая на $p$, мы сразу получаем требуемое сравнение $$ 2^{2 n} \frac{2 n \cdot(2 n-2) \ldots 2}{(2 n-1)(2 n-3) \ldots 3} \equiv(-)^{n} \quad\left(\bmod p^{2}\right) $$ Решение 2 ([CSTTVZ]). Введем несколько обозначений. Пусть $$ A=\sum_{i=1}^{\frac{p-1}{2}} \frac{1}{i}, \quad B=\sum_{\substack{1 \leqslant i1, \quad f(n, 1) \equiv f\left(n^{\prime}, 1\right)+f\left(n^{\prime}, p-2\right) $$ Теперь часть "только тогда" доказываемого утверждения сразу следует из индукционного предположения, а часть "тогда” в общем-то тоже: если $f(n, j) \equiv 0(\bmod p)$ при $j=1,3, \ldots, p-2$, то $$ f\left(n^{\prime}, p-2\right) \equiv f\left(n^{\prime}, p-4\right) \equiv \ldots \equiv f\left(n^{\prime}, 1\right) \equiv-f\left(n^{\prime}, p-2\right) $$ откуда $f\left(n^{\prime}, j\right) \equiv 0(\bmod p)$ при всех нужных $j$ и тогда $n^{\prime} \vdots(p+1)$, а тогда и $n \vdots(p+1)$. ## Ссылки Авторы многих приведенных решений - участники конференции, в таких решениях мы ставили ссылки: [Д] Максим Дидин; $[K]$ Дмитрий Креков; $[J] \quad$ Jastin Lim Kai Ze; [T] Teh Zhao Yang Anzo; [CSTTVZ] Ćevid Domagoj, Stokić Maksim, Tanasijeviić Ivan, Trifunović Petar, Vukorepa Borna, Žikelić Đorđe ## ЛИТЕРАТУРА [1] Винберг Я. Б. Удивительные свойства биномиальных коэффициентов. // Мат. просвещение. Третья серия. Вып. 12. 2008 [2] Гашков С.Б., Чубариков В.Н. Арифметика. Алгоритмы. Сложность вычислений. М.: Высш. шк., 2000. [3] Дынкин Е.Б., Успенский В.А. Математические беседы. 2-е изд. М.: ФИЗМАТЛИТ, 2004. [4] Петербургские математические олимпиады, 1961-1993. СПб: Лань, 2007. [5] Табачников С.Л., Фукс Д.Б. Математический дивертисмент. 30 лекций по классической математике. М.: МЦНМО, 2011. [6] Фукс Д.Б., Фукс М.Б. Арифметика биномиальных коэффициентов // Квант. 1970. №6. С. 17-25. [7] Ширшов А.И. Об одном свойстве биномиальных коэффициентов // Квант. 1971. №10. С. 16-20. [8] Cai T.X., Granville A. On the residues of binomial coefficients and their products modulo prime powers /!/ Acta [9] Calkin N. J. Factors of sums of powers of binomial coefficients // Acta Arith. 1998. Vol. 86. P. 17-26. [10] Carlitz L. A note of Wolstenholme's theorem // Amer. Math. Monthly. 1954. Vol. 61. № 3. P. 174-176. [11] Dimitrov V., Chapman R. Binomial coefficient identity: 11118 // Amer. Math. Monthly. 2006. Vol. 113. № 7. P. 657-658. [12] Everett W. Subprime factorization and the numbers of binomial coefficients exactly divided by powers of a prime // Integers. 2011. Vol. 11. \# A63. http://www.integers-ejcnt.org/vol11.html [13] Fine N. Binomial coefficient modulo a prime // Amer. Math. Monthly. 1947. Vol. 54. № 10. Part 1. P. 589-592. [14] Gardiner A. Four problems on prime power divisibility // Amer. Math. Monthly. 1988. Vol. 95. № 10. P. 926-931. [15] Gauss K. Disquisitiones arithmeticae. 1801. Art. 78. [16] Gessel I. Wolstenholme revisited // Amer. Math. Monthly. 1998. Vol. 105. № 7. P. 657-658. [17] Granville A. Arithmetic properties of binomial coefficients. Доступно по адресу http://www.dms.umontreal.ca/ andrew/Binomial/ [18] Granville A. Binomial coefficients modulo prime powers. [19] Granville A. Zaphod Beeblebrox's Brian and the Fifty-ninth Row of Pascal's Triangle // Amer. Math. Monthly. 1992. Vol. 99. № 4. P. 318-331. [20] Granville A. Correction to: Zaphod Beeblebrox's Brian and the Fifty-ninth Row of Pascal's Triangle // Amer. Math. Monthly. 1997. Vol. 104. № 9. P. 848-851. [21] Hinz A. Pascal's triangle and tower of Hanoi // Amer. Math. Monthly. 1992. Vol. 99. № 6. P. 538-544. [22] Loveless A. A congruence for products of binomial coefficients modulo a composite // Integers: electronic journal of comb. number theory 7 (2007) \# A44 [23] McIntosh R. On the converse of Wolstenhome's theorem // Acta Arithmetica. 1995. Vol. 61. №4. P. 381-388. [24] Meštrović $R$. On the mod $p^{7}$ determination of $\binom{2 p-1}{p-1} / / \mathrm{http://arxiv.org/pdf/1108.1174v1.pdf}$ [25] More Y., Chapman R. The sum of Catalan numbers, modulo 3: 11165 // Amer. Math. Monthly. 2007. Vol. 114. № 5. P. $454-455$. [26] Morley F. Note on the congruences $2^{4 n} \equiv(-)^{n}(2 n)!/\left(n!^{2}\right)$, where $2 n+1$ is a prime // Annals of Math. 1894-1895. Vol. 9. №1. P. 168-170. [27] Roberts J. On binomial coefficient residues // Canad J. Math. 1957. Vol. 9. P. 363-370. [28] Sun Z.-W., Wan D. On Fleck quotients // arXxiv:math.0603462v3 ## Amazing properties of binomial coefficients Several research topics will be set to you at the conference. Your aim is the maximal advance in one of these topics. You can co-operate in the solving of problems, arbitrary teams are allowed (i.e. the team may consist of participants from different cities). If you solve problems in different topics you may take part in different teams. The only thing you should avoid is to sign up the solutions of those problems that you really were not solving (this may happen if the team is too big and not all of its members solve the problems of some topic actively). The following is the introductory set of problems about binomial coefficients. You may hand in the (written) solutions to Kokahs K. (coach 15, seat 17) In Teberda the set of problems will be enlarged a lot and you may hand in your solutions of this set of problems, except 1.2, in Teberda, too. You can hand in the solutions of the problem 1.2 in train only. ## 1 Problems for solving in train 1.1. Prove that a) $\binom{p-1}{k} \equiv(-1)^{k}(\bmod p)$; b) $\binom{2 n}{n} \equiv(-4)^{n}\left(\frac{p-1}{2}\right)(\bmod p)$ при $n \leqslant \frac{p-1}{2}$. 1.2. Prove that the number of odd binomial coefficients in $n$-th row of Pascal triangle is equal to $2^{r}$, where $r$ is the number of 1 's in the binary expansion of $n$. 1.3. Fix a positive integer $m$. By a $m$-arithmetical Pascal triangle we mean a triangle in which binomial coefficients are replaced by their residues modulo $m$. We will also consider similar triangles with the arbitrary residues $a$ instead of 1's along the lateral sides of the triangle. The operation of the multiplying by a number and addition of triangles of equal size are correctly defined. We will consider these operations modulo $m$. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-025.jpg?height=196&width=1696&top_left_y=1160&top_left_x=198) Let all the elements of $s$-th row of $m$-arithmetical Pascal triangle except the first and the last one be equal to 0 . Prove that the triangle has a form depicted on fig. 1. Shaded triangles consist of zeroes, triangles $\Delta_{n}^{k}$ consist of $s$ rows and satisfy the following relations 1) $\Delta_{n}^{k-1}+\Delta_{n}^{k}=\Delta_{n+1}^{k}$; 2) $\Delta_{n}^{k}=C_{n}^{k} \cdot \Delta_{0}^{0}(\bmod m)$. The well known puzzle Tower of Hanoi consists of three rods, and a number of disks of different sizes which can slide onto any rod. The puzzle starts with the disks in a neat stack in ascending order of size on one rod, the smallest at the top, thus making a conical shape. The objective of the puzzle is to move the entire stack to another rod, obeying the following rules: 1) only one disk may be moved at a time; 2) each move consists of taking the upper disk from one of the rods and sliding it onto another rod, on top of the other disks that may already be present on that rod; 3) no disk may be placed on top of a smaller disk. Let $n$ be the number of disks. Let $T H_{n}$ be a graph, whose vertices are all possible correct placements of disks onto 3 rods and edges connect placements that can be obtained one from another by 1 move. Consider also graph $P_{n}$, whose vertices are 1 's located in the first $2^{n}$ rows of the 2-arithmetical Pascal triangle and edges connect neighboring 1's (i.e. two adjacent 1's in the same row or neighboring 1 's by a diagonal in two adjacent rows ) 1.4. prove that graphs $T H_{n}$ and $P_{n}$ are isomorphic. 1.5. Prove that that first $10^{6}$ rows of 2-arithmetical Pascal triangle contain less than $1 \%$ of 1's. 1.6. Prove that if $n$ is divisible by $p-1$, then $\quad\binom{n}{p-1}+\binom{n}{2(p-1)}+\binom{n}{3(p-1)}+\ldots+\binom{n}{n} \equiv 1(\bmod p)$. Or, even better prove the general statement: if $1 \leqslant j, k \leqslant p-1$ и $n \equiv k(\bmod p-1)$, then $$ \binom{n}{j}+\binom{n}{(p-1)+j}+\binom{n}{2(p-1)+j}+\binom{n}{3(p-1)+j}+\ldots \equiv\binom{k}{j} \quad(\bmod p) $$ ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-025.jpg?height=338&width=944&top_left_y=2400&top_left_x=607) Рис. 1: Рис. 2: ## Amazing properties of binomial coefficients - 2 "The official theoretical source" for this set of problems is Vinberg's article [1]. Particularly the following theorems are considered to be known. 1. Wilson's THEOREM. For any prime $p$ (and for primes only) the equivalence holds $(p-1)!\equiv-1(\bmod p)$. 2. LUKAS' THEOREM. Write the numbers $n$ and $k$ in base $p$ : $$ n=n_{d} p^{d}+n_{d-1} p^{d-1}+\ldots+n_{1} p+n_{0}, \quad k=k_{d} p^{d}+k_{d-1} p^{d-1}+\ldots+k_{1} p+k_{0} $$ Then $\binom{n}{k} \equiv\binom{n_{d}}{k_{d}}\binom{n_{d-1}}{k_{d-1}} \cdot \ldots \cdot\binom{n_{1}}{k_{1}}\binom{n_{0}}{k_{0}}(\bmod p)$. 3. Kummer's theorem. The exponent ord $\binom{n}{k}$ is equal to the number of "carries" when we add $k$ and $\ell=n-k$ in base $p$. 4. WOLSTENHOLME'S THEOREM. If $p \geqslant 5$ then $\binom{2 p}{p} \equiv 2\left(\bmod p^{3}\right)$, or, that is the same, $\binom{2 p-1}{p-1} \equiv 1\left(\bmod p^{3}\right)$. Remind that $\binom{0}{0}=1,\binom{n}{k}=0$ for $k>n$ and for $k<0$ by definition. We denote by $p$ a prime number. For any natural $n$ denote by $(n!)_{p}$ the product of all integers from 1 to $n$ not divisible by $p$. If a number $p$ is given the symbols $n_{i}, m_{i}$ etc. denote the digits of numbers $n, m$ etc. in base $p$. ## 2 Arithmetical triangle and divisibility 2.1. a) Prove that the first $3^{k}$ rows of 3 -arithmetical Pascal triangle contain $\frac{1}{2}\left(6^{k}+4^{k}\right)$ residues " 1 " and $\frac{1}{2}\left(6^{k}-4^{k}\right)$ residues " 2 ". b) Find the number of zero elements in the first $5^{k}$ rows of 5 -arithmetical Pascal triangle. c) Find the number of non-zero elements in the first $p^{k}$ rows of $p$-arithmetical Pascal triangle. 2.2. Prove that the number of 1's in the first $m$ rows of 2 -arithmetical Pascal triangle equals $$ \sum_{i=0}^{n-1} m_{i} \cdot 2^{\sum_{k=i+1}^{n-1} m_{k}} \cdot 3^{i} $$ If $m=2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{r}}$, where $\alpha_{1}>\alpha_{2}>\ldots>\alpha_{r}$, then we can rewrite the last expression in the form $$ 3^{\alpha_{1}}+2 \cdot 3^{\alpha_{2}}+2^{2} \cdot 3^{\alpha_{3}}+\ldots+2^{r-1} \cdot 3^{\alpha_{r}} $$ 2.3. Consider $n$-th row of Pascal triangle modulo 2 as binary expansion of some integer $P_{n}$. Prove that $$ P_{n}=F_{i_{1}} \cdot \ldots \cdot F_{i_{s}} $$ where $i_{1}, \ldots, i_{s}$ are numbers of positions where 1 's occur in the binary expansion of $n$, and $F_{i}=2^{2^{i}}+1$ is $i$-th Fermat number. 2.4. Prove that the number of non-zero elements in $n$-th row of $p$-arithmetical Pascal triangle equals $\prod_{i=0}^{d}\left(n_{i}+1\right)$. 2.5. a) All the binomial coefficients $\binom{n}{k}$, where $00$ there exists $N$, such that for all integer $n>N$ and $k_{1}, k_{2}, \ldots, k_{100}<\varepsilon \sqrt{n}$ the numbers $$ \binom{2 n}{n+k_{1}},\binom{2 n}{n+k_{2}}, \ldots,\binom{2 n}{n+k_{100}} $$ have a common divisor. 2.13. a) The non negative numbers $m>1, n, k$ are given. Prove that at least one of the numbers $\binom{n}{k}$, $\binom{n+1}{k}, \ldots,\binom{n+k}{k}$ is not divisible by $m$. b) Prove that for each $k$ there exist infinite set of numbers $n$, such that all the numbers $\binom{n}{k},\binom{n+1}{k}, \ldots$, $\binom{n+k-1}{k}$ are divisible by $m$. 4.9. Prove that for $n>1\binom{2^{n+1}}{2^{n}}-\binom{2^{n}}{2^{n-1}}$ is divisible by $2^{2 n+2}$. 4.10. Prove that for $p \geqslant 5 \quad(-1)^{\frac{p-1}{2}}\binom{p-1}{\frac{p-1}{2}} \equiv 4^{p-1}\left(\bmod p^{3}\right)$. ## Amazing properties of binomial coefficients - 4 ## Additional problems to previous topics 4.11. Let $m$ be a non negative integer, $p \geqslant 5$ be a prime. Prove that $$ \frac{1}{m p+1}+\frac{1}{m p+2}+\cdots+\frac{1}{m p+(p-1)} \equiv 0 \quad\left(\bmod p^{2}\right) $$ 4.12. Let $p$ and $q$ be primes. Prove that $\binom{2 p q-1}{p q-1} \equiv 1(\bmod p q)$ if and only if $\binom{2 p-1}{p-1} \equiv 1(\bmod q)$ and $\binom{2 q-1}{q-1} \equiv 1(\bmod p)$. ## 5 Sums of binomial coefficients 5.1. a) Prove that the $\operatorname{sum} \sum_{k=0}^{3^{a}-1}\binom{2 k}{k}$ is divisible by $3 ; \quad$ b) is divisible by $3^{a}$. 5.2. Let $C_{k}=\frac{1}{k+1}\binom{2 k}{k}$ be Catalan numbers. Prove that $\sum_{k=1}^{n} C_{k} \equiv 1(\bmod 3)$ if and only if the number $n+1$ contains at least one digit " 2 " in base 3 . 5.3. Let $p \geqslant 3, k=[2 p / 3]$. Prove that the sum $\binom{p}{1}+\binom{p}{2}+\ldots+\binom{p}{k}$ is divisible by $p^{2}$. 5.4. Let $n \vdots(p-1)$, where $p$ is an odd prime. Prove that $$ \binom{n}{p-1}+\binom{n}{2(p-1)}+\binom{n}{3(p-1)}+\ldots \equiv 1+p(n+1) \quad\left(\bmod p^{2}\right) $$ 5.5. Prove that if $0 \leqslant j \leqslant p-1\alpha_{2}>\cdots>\alpha_{m}, 2^{\alpha_{m}}>k$. Then the row with number $2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m}}+k$ contains $2^{m+r} 1$ 's. Proof. It is clear that the number $2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m}}+k$ in base 2 contains $m+r$ 1's and hence the corresponding row contains $2^{m+r} 1$ 's. Lemma 2. The rows with the following numbers $$ 2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m-1}}, \quad 2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m-1}}+1, \quad \ldots, \quad 2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m-1}}+2^{\alpha_{m}}-1 $$ contain $2^{k} 3^{\alpha_{m}} 1$ 's. Proof. By lemma 1 the row with number $2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m-1}}+i$ contains $2^{k} x_{i} 1$ 's, where $x_{i}$ is the number of 1 's in $i$-th row. Then the total number of 1 's in these rows equals $2^{k} \sum x_{i}$. But $\sum x_{i}$ is the number of 1's in the first $2^{\alpha_{m}}-1$ rows of Pascal triangle, this number is equal to $3^{\alpha_{m}}$ (it is known, for example, by problem 1.4). The statement of problem follows from lemma 2 . 2.3. The problem is from [1], the solution is from [18]. The problem statement follows from Luka's theorem due to the following observation (it is also mentioned in [1]): a binomial coefficient $\binom{n}{k}$ is odd if and only if the set of 1's in the binary expansion of $k$ is the subset of the set of 1's in the binary expansion of $n$. Therefore $P_{n}=\sum 2^{k}$, where the summation is over all $k$ described in the previous phrase. For $p=2$ let $S_{n}=\left\{i: n_{i}=1\right\}$ in notations of formula (1). Then $$ P_{n}=\sum_{I \subseteq S_{n}} \prod_{i \in I} 2^{2^{i}}=\prod_{i \in S_{n}} F_{i} $$ 2.4. This result of Fine [13] (1947) is an easy corollary of Kummer's theorem. If $p$ does not divide $\binom{n}{k}$, then there are no carries when we add $k$ and $n-k$ in base $p$. For a fixed $n$ it means that we can choose $i$-th digit of $k$ in base $p$ by $n_{i}+1$ ways. 2.5. a) It follows from the formula proven in the previous problem because here we have a row with 2 elements only not divisible by $p$. b) [13]. If Если $p^{d} \mid(n+1)$, then $n=\overline{a(p-1)(p-1) \ldots(p-1)}$ in base $p$. Then for any $k, 0 \leqslant k \leqslant n$, each digit of $k$ does not exceed the corresponding digit of $n$. Therefore all the binomial coefficients $\binom{n_{i}}{k_{i}}$ are not equal to 0 and $\not \equiv 0(\bmod p)$. By Lukas' theorem $\binom{n}{k}$ is not divisible by $p$. The reverse statement. Assume that all the coefficients $\binom{n}{k}$ are not divisible by $p$, but $n$ is not the number of the form $\overline{a(p-1)(p-1) \ldots(p-1)}$. Therefore one of its digits, say, $n_{i}$ is less than $p-1$. Choose $k=(p-1) \cdot p^{i}$. Then $k_{i}=p-1$ and hence $\binom{n_{i}}{k_{i}}=0$, and $p \left\lvert\,\binom{ n}{k}\right.$ by Lukas' theorem. A contradicition. 2.6. This problem we found in $[12]$. Solution 1. Assume that $\binom{n}{k-1} \% p$ and $\binom{n}{k} \% p$, but $\binom{n+1}{k}=\left(\binom{n}{k-1}+\binom{n}{k}\right) \vdots p$. Then $\binom{n}{k} \equiv-\binom{n}{k-1}$ $(\bmod p)$. Since both binomial coefficients are not divisible by $p$, we can reduce the equivalence and obtain $\frac{n-k+1}{k} \equiv-1(\bmod p)$. Therefore $n+1 \equiv 0(\bmod p)$. Solution $2([\mathrm{~K}]$ ). Though the statement remind us the main recurrence for binomial coefficients, the part " $\binom{n}{k-1} \%$ " is unnecessary. Indeed, if $(n+1) \% p$, then $0 \leqslant n_{0} \leqslant p-2$. Since $\binom{n}{k} \% p$, then by Kummer's theorem $k_{i} \leqslant n_{i}$ for all $i$ But analogous inequalities hold also for the pair $k$ and $n+1$, because $n$ and $n+1$ have the same digits except the lower ones that differs by 1 . Hence $\binom{n+1}{k} \% p$. 2.7. [2]. It follows from Lukas' theorem and problem 1.1.a). 2.8. The problem is from [1]. Induction by number of digits. The base is trivial. For the proof of induction step add one more digit to the rightmost position. Since the binomial coefficient is odd we have the inequalities $n_{i} \geqslant k_{i}$. Now we will use the recurrence $\binom{n}{k}=\binom{n-1}{k-1}+\binom{n-1}{k}$ and consider distinct variants of parity $n$ и $k$. Applying Kummer's theorem and the problem 4.6a) we will reduce the question to the induction hypothesis. For example, let $n=2 \ell+1$ be odd and $k=2 m$ be even. Consider a subcase $k_{1}=1$. Then we have binary representations $k=\ldots 10, n=\ldots 11, k-1=\ldots 01$ and $n-k=\ldots 01$ (the latter because by Kummer's theorem there are no carries when we add $k$ and $n-k)$. Now when we add $k-1$ and $n-k$ we have 1 carry, i.e. $\binom{n-1}{k-1} \equiv 2(\bmod 4)$, and hence $$ \binom{n}{k}=\binom{n-1}{k-1}+\binom{n-1}{k} \equiv-\binom{n-1}{k}=-\binom{2 \ell}{2 m} \equiv-\binom{\ell}{m} \quad(\bmod 4) $$ the latter equivalence is by problem 4.6a). The minus sign in it corresponds to the multiplier $(-1)^{k_{0} n_{1}+k_{1} n_{0}}$. 2.9. The problem is from [1]. The statement follows from the previous problem. If the binary representation of $n$ does not contains two consecutive 1's, then for all $k$ all the exponents $k_{i-1} n_{i}+k_{i} n_{i-1}$ are equal to 0 and all the binomial coefficients in $n$-th row have are equivalent 1 modulo 4 . But if the binary representation of $n$ contains several consecutive 1's starting from $n_{j}=1$ then the one half of all coefficients have $k_{j}=0$, and one half of them have $k_{j}=1$. By the formula of previous problem these two halves differ by a sign. 2.10. Two articles in Monthly [19, 20] discuss this dark problem. 2.11. This is a problem of D. Dzhukich was presented at the olympiad of 239 school of St.-Petersburg, 2002, and after that appeared at short-list of IMO-2008. All the binomial coefficients in the problem statement are odd by Lukas' theorem, therefore, it is sufficient to check that all the numbers $\binom{2^{n}-1}{1},\binom{2^{n}-1}{3}, \ldots,\binom{2^{n}-1}{2^{n}-1}$ have distinct reminders modulo $2^{n}$. Solution 1 ([D]). Assume by the contrary that $\binom{2^{n}-1}{k} \equiv\binom{2^{n}-1}{m}\left(\bmod 2^{n}\right)$ for odd $k$ and $m, k>m$. Observe that $$ \begin{aligned} \binom{2^{n}-1}{k}=\binom{2^{n}}{k}-\binom{2^{n}-1}{k-1}=\binom{2^{n}}{k}- & \binom{2^{n}}{k-1}+\binom{2^{n}-1}{k-2}=\cdots= \\ & =\binom{2^{n}}{k}-\binom{2^{n}}{k-1}+\binom{2^{n}}{k-2}-\ldots-\binom{2^{n}}{m+1}+\binom{2^{n}-1}{m} \end{aligned} $$ In particular $$ \binom{2^{n}}{k}-\binom{2^{n}}{k-1}+\binom{2^{n}}{k-2}-\ldots-\binom{2^{n}}{m+1} \equiv 0 \quad\left(\bmod 2^{n}\right) $$ Calculate the exponent ord $2\binom{2^{n}}{r}$ by Kummer's theorem. If ord 2 $r=a$ then we have $n-a$ carries in addition ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-035.jpg?height=66&width=1756&top_left_y=364&top_left_x=184) $2^{n} \left\lvert\,\binom{ 2^{n}}{r}\right.$ for odd $r$, that allows us to consider only one half of summands: $$ \binom{2^{n}}{k-1}+\binom{2^{n}}{k-3}+\ldots+\binom{2^{n}}{m+1} \equiv 0 \quad\left(\bmod 2^{n}\right) $$ Now all the $\binom{2^{n}}{i}$ in the left hand side have even parameter $i$, therefore $\operatorname{ord}_{2}\binom{2^{n}}{x}2^{n} \quad \text { and } \quad(2 n)^{100 \varepsilon \sqrt{n}}=2^{\varepsilon \sqrt{n} \log _{2} n+\varepsilon \sqrt{n}} $$ For each $\varepsilon$ there exists $N$ such that for all $n>N$ we have the equality $\frac{n}{2}>\varepsilon \sqrt{n} \log _{2} n+\varepsilon \sqrt{n}$. If we reduce $\binom{2 n}{n}$ by GCD for these $n$, the quotient is at least $2^{n / 2}$. 2.13. a) The problem was presented at Leningrad olympiad, 1977. Solution 1 (without Kummer's theorem). This is solution from the excellent book [4]. Assume that all these numbers are divisible by $m$. Then the numbers $$ \begin{aligned} \binom{n+k-1}{k-1} & =\binom{n+k}{k}-\binom{n+k-1}{k} \\ \binom{n+k-2}{k-1} & =\binom{n+k-1}{k}-\binom{n+k-2}{k} \\ & \cdots \\ \binom{n}{k-1} & =\binom{n+1}{k}-\binom{n}{k} \end{aligned} $$ are also divisible by $m$. Then analogously $m$ divides all the numbers $\binom{n+i}{j}$, where $i \leqslant j$ are arbitrary nonnegative integers. But $\binom{n}{0}(i=j=0)$ is not divisible by $m$. A contradiction. Solution 2 (Kummer's theorem). Let $p$ be a prime divisor of $m$. Prove that at least one of the numbers $\binom{n}{k},\binom{n+1}{k}, \ldots,\binom{n+k}{k}$ is not divisible by $p$. By Kummer's theorem if we choose $\ell(n-k \leqslant \ell \leqslant n)$ such that the addition $k+\ell$ fulfills in base $p$ without carries then the binomial coefficient $\binom{k+\ell}{k}$ is not divisible by $p$. We will explain how to choose $\ell$ by giving a concrete example. Let $p=7, k=133$. We will write all the numbers in base 7 . Since we try to choose $\ell$ in the set of $k+1$ numbers, we can always choose $\ell$ such that $k+\ell$ to be one of the following numbers $$ \ldots 133, \quad \ldots 233, \quad, \ldots, \quad \ldots 633 $$ (Remind that 6 is the greatest digit in our example.) It is clear that the addition $k+\ell$ fulfills without carries. b) We found this problem in [2]. It is not difficult to construct $n$ by Kummer's theorem. Let ord ${ }_{p} m=s$, and $k$ have $d+1$ digits in base $p$. Let $n \vdots p^{d+s+1}$. Then the representations of numbers $n-k, n-k+1, \ldots$, $n-1$ contain digits $(p-1)$ in positions from $(d+2)$ to $(d+s+2)$. When we add $k$ to these numbers we have carries in these positions. Therefore by Kummer's theorem all the corresponding binomial coefficients are divisible by $p^{s}$. Since it is not difficult to combine our reasoning for distinct $p$, the statemetn is proven. ## 3 Generalizations of Wilson's and Lukas' theorems 3.1. It is well known that $\operatorname{ord}_{p}(n!)=\sum_{k}\left[\frac{n}{p^{k}}\right]$. If $n=n_{d} p^{d}+n_{d-1} p^{d-1}+\ldots+n_{1} p+n_{0}$ (representation in base $p$ ), then $\left[\frac{n}{p^{k}}\right]=n_{d} p^{d-k}+n_{d-1} p^{d-k-1}+\ldots+n_{k+1} p+n_{k}$ and we can rewrite the formula for $\operatorname{ord}_{p}(n!)$ in the form $$ \operatorname{ord}_{p}(n!)=\sum_{k=1}^{d}\left(\sum_{i=k}^{d} n_{i} p^{i-k}\right)=\sum_{i=1}^{d} n_{i}\left(p^{i-1}+p^{i-2}+\ldots+p+1\right)=\sum_{i=1}^{d} n_{i} \frac{p^{i}-1}{p-1}=\frac{\sum_{i=0}^{d} n_{i} p^{i}-\sum_{i=0}^{d} n_{i}}{p-1} $$ This is exactly what we need. 3.2. a) Split the factors of $n$ ! on groups of $(p-1)$ factors: $(n!)_{p}=\prod_{k=0}^{\left\lceil\frac{n}{p}\right]-1}((k p+1) \cdot(k p+2) \cdots(k p+p-1)) \cdot\left(\left[\frac{n}{p}\right] p+1\right)\left(\left[\frac{n}{p}\right] p+2\right) \ldots\left(\left[\frac{n}{p}\right] p+n_{0}\right) \equiv(-1)^{\left[\frac{n}{p}\right]} n_{0}!\quad(\bmod p)$. б) This statement can be found in Gauss works [15]. The product ( $\left.p^{q!}\right)_{p}$ contains factors in pairs: a factor and its inverse modulo $p^{q}$, the product of each pair is 1 modulo $p^{q}$. So we need to watch on those factors $m$ which equals to its inverse, this factors satisfy the congruence $$ m^{2} \equiv 1 \quad\left(\bmod p^{q}\right) $$ For odd prime $p$ the congruence has 2 solutions: $\pm 1$. For $p=2, q \geqslant 3$ the congruence has two more solutions: $2^{q-1} \pm 1$. c) Since $n!=(n!)_{p} \cdot p^{\left[\frac{n}{p}\right]}\left(\left[\frac{n}{p}\right]\right)!$, the statement can be proven by induction by means of the congruence of statement a) of this problem. 3.3. We found this problem on the web-page of A.Granville [17]. It well known Legendre's formula for the number $\ell$ is that $$ \ell=\operatorname{ord}_{p}\binom{n}{k}=\left(\left[\frac{n}{p}\right]-\left[\frac{k}{p}\right]-\left[\frac{r}{p}\right]\right)+\left(\left[\frac{n}{p^{2}}\right]-\left[\frac{k}{p^{2}}\right]-\left[\frac{r}{p^{2}}\right]\right)+\ldots $$ Denote $\tilde{n}=[n / p]$ for brevity and so forth, and collect all terms divisible by $p$ in the the formula for a binomial coefficient: $$ \binom{n}{k}=\frac{(n!)_{p}}{(k!)_{p}(r!)_{p}} \cdot \frac{p^{[n / p]}}{p^{[k / p]} \cdot p^{[r / p]}} \cdot \frac{\tilde{n}!}{\tilde{k}!\cdot \tilde{r}!} $$ By generalized Wilson's theorem (problem 3.2, b) the first fraction equals $\pm \frac{n_{0}!}{k_{0}!r_{0}!}(\bmod p)$, the third fraction allows us to apply induction, and the middle fraction (together with the sign of the first fraction) supply all the expressions containing $\ell$ by the formula (4). 3.4. a) Expand brackets in $(1+x)^{p^{d}}$ use the fact that $p \left\lvert\,\binom{ p^{d}}{k}\right.$ for $1 \leqslant k \leqslant p^{d}-1$ by Kummer's theorem. b) Let $n=n^{\prime} p+n_{0}, k=k^{\prime} p+k_{0}$. By the previous statement $(1+x)^{p n^{\prime}} \equiv\left(1+x^{p}\right)^{n^{\prime}}(\bmod p)$. Then $$ (1+x)^{n}=(1+x)^{p n^{\prime}}(1+x)^{n_{0}} \equiv\left(1+x^{p}\right)^{n^{\prime}}(1+x)^{n_{0}} \quad(\bmod p) . $$ This congruence means that we transform the coefficients of the polynomial modulo $p$. The coefficient of $x^{k}$ at the l.h.s. equals $\binom{n}{k}$. All the exponents in the first brackets at the r.h.s. are divisible by $p$, hence the only way to obtain the term $x^{p k^{\prime}+k_{0}}$ is multiplying the $x^{p k^{\prime}}$ from the first bracket and $x^{k_{0}}$ from the second. Thus we obtain $\binom{n^{\prime}}{k^{\prime}}\binom{n_{0}}{k_{0}}$ and so $\binom{n}{k}=\binom{n^{\prime}}{k^{\prime}}\binom{n_{0}}{k_{0}}$. Now Lukas' theorem follows by induction. 3.5. a, b) It follows from Kummer's theorem. 3.6. [9]. In the following calculation we use that $\binom{n_{i}}{k_{i}}=0$ for $k_{i}>n_{i}$; this allows us to apply Lukas' theorem and truncate a lot of summands: $$ f_{n, a}=\sum_{k=0}^{n}\binom{n}{k}^{a} \equiv \sum_{k_{d}=0}^{n_{d}} \sum_{k_{d-1}=0}^{n_{d-1}} \cdots \sum_{k_{0}=0}^{n_{0}} \prod_{i=0}^{d}\binom{n_{i}}{k_{i}}^{a} \equiv \prod_{i=0}^{d} \sum_{k_{i}=0}^{n_{i}}\binom{n_{i}}{k_{i}}^{a} \equiv \prod_{i=0}^{d} f_{n_{i}, a} \quad(\bmod p) $$ ## 4 Variations on Wolstenholme's theorem 4.1. This is an exercise on reading an article. The statement is proven in article [1]. Observe that $$ 2 \sum_{i=1}^{p-1} \frac{1}{i}=\sum_{i=1}^{p-1} \frac{1}{i}+\frac{1}{p-i}=p \sum_{i=1}^{p-1} \frac{1}{i(p-i)} $$ Hence the sum under consideration is divisible by $p$. Since $\frac{1}{i} \equiv-\frac{1}{p-i}(\bmod p)$, it remains to check that $$ \sum_{i=1}^{p-1} \frac{1}{i^{2}} \equiv 0 \quad(\bmod p) $$ But $\frac{1}{1^{2}}, \frac{1}{2^{2}}, \ldots, \frac{1}{(p-1)^{2}}$ modulo $p$ is the same set as ${ }^{1}$, что $1^{2}, 2^{2}, \ldots,(p-1)^{2}$. Therefore it is sufficient to prove that $$ \sum_{i=1}^{p-1} i^{2} \equiv 0 \quad(\bmod p) $$ Let $\sum_{i=1}^{p-1} i^{2} \equiv s(\bmod p)$. It $p>5$ we can always choose $a$, such that $a^{2} \not \equiv 1(\bmod p)$. Then the sets $\{1,2, \ldots, p-1\}$ and $\{a, 2 a, \ldots,(p-1) a\}$ coincide (the proof is the same as in the footnote) and $$ s \equiv \sum_{i=1}^{p-1} i^{2}=\sum_{i=1}^{p-1}(a i)^{2}=a^{2} \sum_{i=1}^{p-1} i^{2} \equiv a^{2} s \quad(\bmod p) $$ Thus $s \equiv 0(\bmod p)$. 4.2. Answer: $2 k+2$. This problem of A. Golovanov was presented at Tuimaada-2012 olympiad. Observe that for $p=4 k+3$ the equation $x^{2}+1=0$ has no solutions in the set of residues modulo $p$, and hence the denominators of all fractions are non zero. Solution 1. Let $a_{i}=i^{2}+1, i=0, \ldots, p-1$. Then the expression equals $$ \frac{\sigma_{p-1}\left(a_{0}, a_{1}, \ldots, a_{p-1}\right)}{\sigma_{p}\left(a_{0}, a_{1}, \ldots, a_{p-1}\right)} $$ where $\sigma_{i}$ is an elementary symmetrical polynomial of degree $i$. Find the polynomial for which the numbers $a_{i}$ are its roots: $$ \prod_{i=0}^{p-1}\left(x-1-i^{2}\right) $$ Change the variable $x-1=t^{2}$ and obtain $$ \prod_{i=0}^{p-1}\left(t^{2}-i^{2}\right)=\prod_{i=0}^{p-1}(t-i) \prod_{i=0}^{p-1}(t+i) \equiv\left(t^{p}-t\right)\left(t^{p}-t\right)=t^{2 p}-2 t^{p+1}+t^{2} $$ Now apply the inverse change of variables and obtain for $p=4 k+3$ $$ \prod_{i=0}^{p-1}\left(x-1-i^{2}\right) \equiv(x-1)^{p}-2(x-1)^{\frac{p+1}{2}}+(x-1)=x^{p}+\ldots+\left(p+2 \cdot \frac{p+1}{2}+1\right) x-4 $$ By Viete's theorem $\sigma_{p} \equiv 4(\bmod p), \sigma_{p-1} \equiv 2(\bmod p)$, therefore $\frac{\sigma_{p-1}}{\sigma_{p}} \equiv \frac{1}{2} \equiv 2 k+2(\bmod p)$. Solution 2. Split all nonzero residues modulo $p$, except $\pm 1$, on pairs of reciprocal. We obtain $2 k$ pairs and in each pair $(i, j)$ $$ i j \equiv 1 \quad \Leftrightarrow \quad i^{2} j^{2} \equiv 1 \quad \Leftrightarrow \quad(i j)^{2}+i^{2}+j^{2}+1 \equiv i^{2}+j^{2}+2 \quad(\bmod p) $$ Therefore, $$ 1 \equiv \frac{(i j)^{2}+i^{2}+j^{2}+1}{\left(i^{2}+1\right)\left(j^{2}+1\right)} \equiv \frac{i^{2}+j^{2}+2}{\left(i^{2}+1\right)\left(j^{2}+1\right)}=\frac{1}{i^{2}+1}+\frac{1}{j^{2}+1} \quad(\bmod p) $$ So, the sum is equal to $\frac{1}{0^{2}+1}+\frac{1}{1^{2}+1}+\frac{1}{(-1)^{2}+1}+2 k \equiv 2 k+2$.[^2] Solution 3. By Fermat's little theorem the operations $x \mapsto x^{-1}$ and $x \mapsto x^{p-2}$ modulo $p$ coincide. So it is sufficient to calculate the sum $$ \sum_{x=0}^{p-1}\left(x^{2}+1\right)^{p-2}=\sum_{x=0}^{p-1} \sum_{m=0}^{p-2}\binom{p-2}{m} x^{2 m}=\sum_{m=0}^{p-2}\binom{p-2}{m} S_{2 m} $$ where $S_{2 m}=\sum_{x=0}^{p-1} x^{2 m}$. Evidently $S_{2 m} \equiv-1(\bmod p)$ for $m=\frac{p-1}{2}$. Prove that $S_{2 m} \equiv 0(\bmod p)$ for all other $m \leqslant p-1$. Indeed, for each $m$ we can choose a non zero residue $a$ such that $a^{2 m} \not \equiv 1(\bmod p)$ and after that we can reason as in (5). For the sum (6) we have $$ \begin{aligned} \sum_{m=0}^{p-2}\binom{p-2}{m} S_{2 m} \equiv-\binom{p-2}{\frac{p-1}{2}}=-\binom{4 k+1}{2 k+1} & =-\frac{(4 k+1) \cdot 4 k \cdot \ldots \cdot(2 k+1)}{1 \cdot 2 \cdot \ldots \cdot(2 k+1)} \equiv \\ & \equiv-\frac{(-2) \cdot(-3) \ldots(2 k+2)}{1 \cdot 2 \cdot \ldots \cdot(2 k+1)} \equiv 2 k+2 \quad(\bmod p) \end{aligned} $$ 4.3. We found these statements in [16]. a) For each prime divisor $p \mid m$ choose $a_{p}$ such that $p \nmid\left(a_{p}^{k}-1\right)$. By the Chinese reminder theorem choose $a$ such that $a \equiv a_{p}(\bmod p)$ for all $p$. Then the result can be proven by reasoning as in (5). b) Observe that for odd $k$ by the binomial formula we have $i^{k}+\left(p-i^{k}\right) \equiv k i^{k-1} p\left(\bmod p^{2}\right)$. Then $$ 2 \sum_{i=1}^{p-1} \frac{1}{i^{k}}=\sum_{i=1}^{p-1}\left(\frac{1}{i^{k}}+\frac{1}{(p-i)^{k}}\right)=\sum_{i=1}^{p-1} \frac{i^{k}+(p-i)^{k}}{i^{k}(p-i)^{k}} \equiv \sum_{i=1}^{p-1} \frac{k i^{k-1} p}{i^{k}(-i)^{k}} \equiv-k p \sum_{i=1}^{p-1} \frac{1}{i^{k+1}} \quad\left(\bmod p^{2}\right) $$ The sum in the r.h.s is divisible by $p$ by the statement a). 4.4. The congruence holds even modulo $p^{7}$ (see [24]), but it goes a bit strong. We can reason as in [1], tracing all powers till $p^{4}$, and obtain $$ \begin{aligned} \binom{p-1}{2 p-1}=\frac{(2 p-1)(2 p-2) \cdot \ldots \cdot(p+1)}{p!}= & \left(\frac{2 p}{1}-1\right)\left(\frac{2 p}{2}-1\right) \cdot \ldots \cdot\left(\frac{2 p}{p-1}-1\right) \equiv \\ & \equiv 1-2 p \sum_{i=1}^{p-1} \frac{1}{i}+4 p^{2} \sum_{\substack{i, j=1 \\ i1$ every non block sample consists of at least 3 blocks, so in this case the statement is true. It remains to consider a case when $k=1$ and we count the number of non block samples of $p$ objects from the set of $2 p$ objects. This number equals $\binom{2 p}{p}-2$, by Wolstenholme's theorem it is divisible by $p^{3}$. Solution 2. In the formula $\binom{a}{b}=\frac{a(a-1) \ldots(a-b+1)}{b(b-1) \ldots 1}$ split the numerator and the denominator onto blocks of $p$ terms, reduce the first terms in each block, and collect the quotients in a separate expression: $$ \begin{aligned} &\binom{m p}{k p}=\frac{m \not p \cdot(m p-1) \ldots(m p-(p-1))}{k \not p \cdot(k p-1) \ldots(k p-(p-1))} \cdot \frac{(m-1) \not p \cdot((m-1) p-1) \ldots((m-1) p-(p-1))}{(k-1) \not p \cdot((k-1) p-1) \ldots((k-1) p-(p-1))} \cdot \ldots \times \\ & \times \frac{(m-k+1) \not p \cdot((m-k+1) p-1) \ldots((m-k+1) p-(p-1))}{\not p \cdot(p-1) \ldots 1}= \\ &=\binom{m}{k} \cdot \frac{(m p-1) \ldots(m p-(p-1))}{(k p-1) \ldots(k p-(p-1))} \cdot \ldots \cdot \frac{((m-k+1) p-1) \ldots((m-k+1) p-(p-1))}{(p-1) \ldots 1} \end{aligned} $$ It remains to check that the product of fractions is congruent to $1\left(\bmod p^{3}\right)$. For this prove the congruence $$ \frac{(n p-1) \ldots(n p-(p-1))}{(r p-1) \ldots(r p-(p-1))} \equiv 1 \quad\left(\bmod p^{3}\right) $$ or, even, it would be better to prove the following congruence $$ \frac{(n p-1) \ldots(n p-(p-1))}{(p-1)!} \equiv \frac{(r p-1) \ldots(r p-(p-1))}{(p-1)!} \quad\left(\bmod p^{3}\right) $$ This is true because both parts are congruent to $1\left(\bmod p^{3}\right)$, that can be shown analogously to the proof of Wolstenholme's theorem. 4.7. a) [5, theorem 2.14]. Transform the difference $$ \binom{p^{2}}{p}-\binom{p}{1}=\frac{p^{2}\left(p^{2}-1\right) \ldots\left(p^{2}-(p-1)\right)}{1 \cdot 2 \cdot \ldots \cdot(p-1) p}-p=\frac{p}{(p-1)!}\left(\left(1-p^{2}\right)\left(2-p^{2}\right) \ldots\left((p-1)-p^{2}\right)-1 \cdot 2 \cdot \ldots \cdot(p-1)\right) $$ It remains to check that $$ \left(1-p^{2}\right)\left(2-p^{2}\right) \ldots\left((p-1)-p^{2}\right) \equiv 1 \cdot 2 \cdot \ldots \cdot(p-1) \quad\left(\bmod p^{4}\right) $$ Expand brackets in the l.h.s.: $\left(1-p^{2}\right)\left(2-p^{2}\right) \ldots\left((p-1)-p^{2}\right)=1 \cdot 2 \cdot \ldots \cdot(p-1)+p^{2}\left(1+\frac{1}{2}+\ldots+\frac{1}{p-1}\right)(p-1)!+$ terms divisible by $p^{4}$. By the problem 4.1 the second summand is divisible by $p^{4}$. b) Observe that $\binom{p^{s+1}}{p}=p^{s} \cdot\binom{p^{s+1}-1}{p-1}$, hence it is sufficient to prove that $\binom{p^{s+1}-1}{p-1} \equiv 1\left(\bmod p^{s+3}\right)$. $$ \begin{array}{r} \binom{p^{s+1}-1}{p-1}=\frac{\left(p^{s+1}-1\right)\left(p^{s+1}-2\right) \ldots\left(p^{s+1}-(p-1)\right)}{1 \cdot 2 \cdots(p-1)}=\left(\frac{p^{s+1}}{1}-1\right)\left(\frac{p^{s+1}}{2}-1\right) \cdots\left(\frac{p^{s+1}}{p-1}-1\right) \equiv \\ \equiv(-1)^{p-1}+p^{s+1}\left(1+\frac{1}{2}+\ldots+\frac{1}{p-1}\right) \quad\left(\bmod p^{s+3}\right) \end{array} $$ Since $(-1)^{p-1}=1$ and $1+\frac{1}{2}+\ldots+\frac{1}{p-1} \equiv 0\left(\bmod p^{2}\right)$ we are done. 4.8. The problem is from [1], we present solution $[\mathrm{T}]$. $$ \begin{aligned} & \binom{p^{3}}{p^{2}}-\binom{p^{2}}{p}=p\left(\binom{p^{3}-1}{p^{2}-1}-\binom{p^{2}-1}{p-1}\right)= \\ & \quad=p\left(\left(\frac{p^{3}}{1}-1\right)\left(\frac{p^{3}}{2}-1\right) \ldots\left(\frac{p^{3}}{p^{2}-1}-1\right)-\left(\frac{p^{2}}{1}-1\right)\left(\frac{p^{2}}{2}-1\right) \ldots\left(\frac{p^{2}}{p-1}-1\right)\right)= \\ & \quad=p\left(\frac{p^{2}}{1}-1\right)\left(\frac{p^{2}}{2}-1\right) \ldots\left(\frac{p^{2}}{p-1}-1\right)\left(\prod_{\substack{k=1 \\ p \nmid k}}^{p^{2}-1}\left(\frac{p^{3}}{k}-1\right)-1\right) \end{aligned} $$ It is sufficient to prove that the last bracket is divisible by $p^{7}$. Transform the product: $\prod_{\substack{k=1 \\ p \nmid k}}^{p^{2}-1}\left(\frac{p^{3}}{k}-1\right)=\prod_{\substack{k=1 \\ p \nmid k}}^{\frac{p^{2}-1}{2}}\left(\frac{p^{3}}{k}-1\right)\left(\frac{p^{3}}{p^{2}-k}-1\right)=\prod_{\substack{k=1 \\ p \nmid k}}^{\frac{p^{2}-1}{2}}\left(\frac{p^{6}-p^{5}}{k\left(p^{2}-k\right)}+1\right) \equiv 1+p^{5}(p-1) \sum_{\substack{k=1 \\ p \nmid k}}^{\frac{p^{2}-1}{2}} \frac{1}{k\left(p^{2}-k\right)} \quad\left(\bmod p^{7}\right)$. Now we have to check that the last sum is divisible by $p^{2}$. This is true because by problem 4.3a) $$ \sum_{\substack{k=1 \\ p \nmid k}}^{\frac{p^{2}-1}{2}} \frac{1}{k\left(p^{2}-k\right)} \equiv-\sum_{\substack{k=1 \\ p \nmid k}}^{\frac{p^{2}-1}{2}} \frac{1}{k^{2}} \equiv 0 \quad\left(\bmod p^{2}\right) $$ 4.9. The statement is taken from [6, theorem 5], its generalization can be found in [7]. Solution 1 ([5, proposition 2.19]). Use the fact that the difference $\binom{2^{k+1}}{2^{k}}-\binom{2^{k}}{2^{k-1}}$ is equal to the coefficient of $x^{2^{k}}$ in the polynomial $$ \begin{aligned} & (1+x)^{2^{k+1}}-\left(1-x^{2}\right)^{2^{k}}=(1+x)^{2^{k}}\left((1+x)^{2^{k}}-(1-x)^{2^{k}}\right)= \\ & \quad=\left(1+\binom{2^{k}}{1} x+\binom{2^{k}}{2} x^{2}+\ldots+x^{2^{k}}\right) \cdot 2\left(\binom{2^{k}}{1} x+\binom{2^{k}}{3} x^{3}+\ldots+\binom{2^{k}}{2^{k}-1} x^{2^{k}-1}\right) \end{aligned} $$ Since the second polynomial contains odd exponents only, the coefficient of $x^{2^{k}}$ in the product equals $$ 2\left(\binom{2^{k}}{1}\binom{2^{k}}{2^{k}-1}+\binom{2^{k}}{3}\binom{2^{k}}{2^{k}-3}+\ldots+\binom{2^{k}}{2^{k}-1}\binom{2^{k}}{1}\right) $$ By problem 3.5 b) $2^{k}$ divides each binomial coefficient in this expression, moreover each term occurs twice in the sum, and the sum itself is multiplied by 2 . Thus all the expression is divisible by $2^{2 k+2}$. Solution 2 ([CSTTVZ]). Since $\binom{2^{n+1}}{2^{n}}=2\binom{2^{n+1}-1}{2^{n}-1}$, it is sufficient to prove that $$ \binom{2^{n+1}-1}{2^{n}-1} \equiv\binom{2^{n}-1}{2^{n-1}-1} \quad\left(\bmod 2^{2 n+1}\right) $$ Similarly to (3) we obtain $$ \binom{2^{n+1}-1}{2^{n}-1}=\left(\frac{2^{n+1}}{1}-1\right)\left(\frac{2^{n+1}}{3}-1\right) \cdots\left(\frac{2^{n+1}}{2^{n}-1}-1\right) \cdot\binom{2^{n}-1}{2^{n-1}-1} $$ It is sufficient to prove that $$ L=\left(\frac{2^{n+1}}{1}-1\right)\left(\frac{2^{n+1}}{3}-1\right) \ldots\left(\frac{2^{n+1}}{2^{n}-1}-1\right) \equiv 1 \quad\left(\bmod 2^{2 n+1}\right) $$ This is true because $$ \begin{aligned} & L \equiv(-1)^{2^{n-1}}-2^{n+1}\left(\frac{1}{1}+\frac{1}{3}+\frac{1}{5}+\ldots+\frac{1}{2^{n}-1}\right) \equiv \\ & \equiv 1-2^{n+1}\left(\frac{2^{n}}{1 \cdot\left(2^{n}-1\right)}+\frac{2^{n}}{3 \cdot\left(2^{n}-3\right)}+\ldots+\frac{2^{n}}{\left(2^{n-1}-1\right)\left(2^{n-1}+1\right)}\right) \equiv 1 \quad\left(\bmod 2^{2 n+1}\right) \end{aligned} $$ 4.10. This is theorem of Morley [26]. Solution 1 (author's proof, 1895). It goes a bit beyond the school curriculum. Take the formula which expresses $\cos ^{2 n+1} x$ via cosines of multiple angles, ${ }^{1}$ or, as they were saying in that times, write $\cos ^{2 n+1} x$ in the form handy for integrating: $2^{2 n} \cos ^{2 n+1} x=\cos (2 n+1) x+(2 n+1) \cos (2 n-1) x+\frac{(2 n+1) \cdot 2 n}{1 \cdot 2} \cos (2 n-3) x+\ldots+\frac{(2 n+1) \cdot 2 n \ldots(n+2)}{n!} \cos x$. Now integrate it $^{2}$ over the interval $\left[0, \frac{\pi}{2}\right]$ : $$ \begin{aligned} & 2^{2 n} \cos ^{2 n+1} x d x=\frac{\sin (2 n+1) x}{2 n+1}+\frac{2 n+1}{2 n-1} \sin (2 n-1) x+\ldots \\ & 2^{2 n} \int_{0}^{\pi / 2} \cos ^{2 n+1} x d x=(-)^{n}\left(\frac{1}{2 n+1}-\frac{2 n+1}{2 n-1}+\ldots\right) \end{aligned} $$ Every first grade student of university knows that it is convenient to use integration by parts for calculating this integral: $$ \begin{aligned} I_{2 n+1}=\int_{0}^{\pi / 2} \cos ^{2 n+1} x d x=\int_{0}^{\pi / 2} \cos ^{2 n} x \cos x d x & =\left.\cos ^{2 n} x \sin x\right|_{0} ^{\pi / 2}+2 n \int_{0}^{\pi / 2} \cos ^{2 n-1} x \sin ^{2} x d x= \\ & =0+2 n \int_{0}^{\pi / 2} \cos ^{2 n-1} x\left(1-\cos ^{2} x\right) d x=2 n \cdot I_{2 n-1}-2 n \cdot I_{2 n+1} \end{aligned} $$ therefore $I_{2 n+1}=\frac{2 n}{2 n+1} \cdot I_{2 n-1}$. Since $I_{1}=1$, we can apply the formula $n$ times and obtain $$ \int_{0}^{\pi / 2} \cos ^{2 n+1} x d x=\frac{2 n \cdot(2 n-2) \ldots 2}{(2 n+1)(2 n-1) \ldots 3} $$ Equating of these two results give us the formula $$ 2^{2 n} \frac{2 n \cdot(2 n-2) \ldots 2}{(2 n+1)(2 n-1) \ldots 3}=(-)^{n}\left(\frac{1}{2 n+1}-\frac{2 n+1}{2 n-1}+\ldots+\frac{(2 n+1) \cdot 2 n \ldots(n+2)}{n!}\right) $$ Let $p=2 n+1$ be a prime number. We obtain the desired congruence by multiplying the last formula by $p$ : $$ 2^{2 n} \frac{2 n \cdot(2 n-2) \ldots 2}{(2 n-1)(2 n-3) \ldots 3} \equiv(-)^{n} \quad\left(\bmod p^{2}\right) $$ Solution 2 ([CSTTVZ]). We will use the following notations: $$ A=\sum_{i=1}^{\frac{p-1}{2}} \frac{1}{i}, \quad B=\sum_{1 \leqslant i1, \quad f(n, 1) \equiv f\left(n^{\prime}, 1\right)+f\left(n^{\prime}, p-2\right) $$ Now the part "only if" of the problem statement follows from the induction hypothesis, and the part "if", too: if $f(n, j) \equiv 0(\bmod p)$ for $j=1,3, \ldots, p-2$, then $$ f\left(n^{\prime}, p-2\right) \equiv f\left(n^{\prime}, p-4\right) \equiv \ldots \equiv f\left(n^{\prime}, 1\right) \equiv-f\left(n^{\prime}, p-2\right) $$ from where $f\left(n^{\prime}, j\right) \equiv 0(\bmod p)$ for all required $j$, and then $n^{\prime} \vdots(p+1)$, hence $n \vdots(p+1)$. ## REFERENCES The authors of many solutions are participants of the conference: [D] Didin Maxim; $[\mathrm{K}] \quad$ Krekov Dmitri; $[\mathrm{J}] \quad$ Jastin Lim Kai Ze; [T] Teh Zhao Yang Anzo; [CSTTVZ] Ćevid Domagoj, Stokić Maksim, Tanasijeviić Ivan, Trifunović Petar, Vukorepa Borna, Žikelić Đorđe ## Список литературы [1] Винберг Э. Б. Удивительные свойства биномиальных коэффициентов. // Мат. просвещение. Третья серия. Вып. 12. 2008 [2] Гашков С.Б., Чубариков В.Н. Арифметика. Алгоритмы. Сложность вычислений. М.: Высш. шк., 2000. [3] Дынкин Е.Б., Успенский В.А. Математические беседы. 2-е изд. М.: ФИЗМАТЛИТ, 2004. [4] Петербургские математические олимпиады, 1961-1993. СПб: Лань, 2007. [5] Табачников С.Л., Фукс Д.Б. Математический дивертисмент. 30 лекций по классической математике. М.: МЦНМО, 2011. [6] Фукс Д.Б., Фукс М.Б. Арифметика биномиальных коэффициентов // Квант. 1970. №6. С. 17-25. [7] Ширшов А.И. Об одном свойстве биномиальных коэффициентов // Квант. 1971. №10. С. 16-20. [8] Cai T.X., Granville A. On the residues of binomial coefficients and their products modulo prime powers /!/ Acta [9] Calkin N. J. Factors of sums of powers of binomial coefficients // Acta Arith. 1998. Vol. 86. P. 17-26. [10] Carlitz L. A note of Wolstenholme's theorem // Amer. Math. Monthly. 1954. Vol. 61. № 3. P. 174-176. [11] Dimitrov V., Chapman R. Binomial coefficient identity: 11118 // Amer. Math. Monthly. 2006. Vol. 113. № 7. P. 657-658. [12] Everett $W$. Subprime factorization and the numbers of binomial coefficients exactly divided by powers of a prime // Integers. 2011. Vol. 11. \# A63. http://www.integers-ejcnt.org/vol11.html [13] Fine N. Binomial coefficient modulo a prime // Amer. Math. Monthly. 1947. Vol. 54. № 10. Part 1. P. 589-592. [14] Gardiner A. Four problems on prime power divisibility // Amer. Math. Monthly. 1988. Vol. 95. № 10. P. 926-931. [15] Gauss K. Disquisitiones arithmeticae. 1801. Art. 78. [16] Gessel I. Wolstenholme revisited // Amer. Math. Monthly. 1998. Vol. 105. № 7. P. 657-658. [17] Granville A. Arithmetic properties of binomial coefficients. http://www.dms.umontreal.ca/〜andrew/Binomial/ [18] Granville A. Binomial coefficients modulo prime powers. [19] Granville A. Zaphod Beeblebrox's Brian and the Fifty-ninth Row of Pascal's Triangle // Amer. Math. Monthly. 1992. Vol. 99. № 4. P. 318-331. [20] Granville A. Correction to: Zaphod Beeblebrox's Brian and the Fifty-ninth Row of Pascal's Triangle // Amer. Math. Monthly. 1997. Vol. 104. № 9. P. 848-851. [21] Hinz A. Pascal's triangle and tower of Hanoi // Amer. Math. Monthly. 1992. Vol. 99. № 6. P. 538-544. [22] Loveless A. A congruence for products of binomial coefficients modulo a composite // Integers: electronic journal of comb. number theory 7 (2007) \# A44 [23] McIntosh R. On the converse of Wolstenhome's theorem // Acta Arithmetica. 1995. Vol. 61. №4. P. 381-388. [24] Meštrović R. On the $\bmod p^{7}$ determination of $\binom{2 p-1}{p-1} / / \mathrm{http}$ ://arxiv.org/pdf/1108.1174v1.pdf [25] More Y., Chapman R. The sum of Catalan numbers, modulo 3: 11165 // Amer. Math. Monthly. 2007. Vol. 114. № 5. P. 454-455. [26] Morley F. Note on the congruences $2^{4 n} \equiv(-)^{n}(2 n)!/\left(n!^{2}\right)$, where $2 n+1$ is a prime // Annals of Math. 1894-1895. Vol. 9. №1. P. 168-170. [27] Roberts J. On binomial coefficient residues // Canad J. Math. 1957. Vol. 9. P. 363-370. [28] Sun Z.-W., Wan D. On Fleck quotients // arXxiv:math.0603462v3 ## Арифметические свойства биномиальных коэффициентов На конференции Вам будет предложено несколько исследовательских проектов. Цель - как можно дальше продвинуться в каком-то из проектов. Задачи можно решать коллективно, объединившись в любые команды (члены команды могут быть из разных городов). Вы можете решать задачи сразу из нескольких проектов, причем по разным проектам Вы можете участвовать в разных командах. Единственное, чего не следует делать, - это присваивать себе чужие результаты, такое случается, если команда слишком велика и не все из нее активно решают задачи данного проекта. Это ознакомительная подборка задач по теме о биномиальных коэффициентах. Задачи следует решать письменно и сдавать Кохасю К.П. (вагон 15, место 17). В Теберде набор задач будет существенно расширен и все задачи, кроме задачи 1.2, можно будет сдавать и позже. По задаче 1.2 решения принимаются только в поезде, после этого задача снимается с конкурса. ## 1 Задачи в поезд 1.1. Докажите, что а) $C_{p-1}^{k} \equiv(-1)^{k}(\bmod p) ; \quad$ б) $C_{2 n}^{n} \equiv(-4)^{n} C_{\frac{p-1}{2}}^{n}(\bmod p)$ при $n \leqslant \frac{p-1}{2}$. 1.2. Докажите, что количество нечетных биномиальных коэффициентов в $n$-й строке треугольника Паскаля равно $2^{r}$, где $r$ - количество единиц в двоичной записи числа $n$. 1.3. Зафиксируем натуральное число $m$. Назовем $m$-арифметическим треугольником Паскаля треугольник, в котором вместо чисел $C_{n}^{k}$ расставлены их остатки по модулю $m$. Кроме того, мы будем рассматривать похожие треугольники из остатков, у которых вдоль боковых сторон вместо единиц стоят одинаковые остатки $a$ по модулю $m$. Такие треугольники можно умножать на число, а также складывать (если размеры совпадают), причем будем считать, что операции тоже выполняются по модулю $m$. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-049.jpg?height=198&width=1698&top_left_y=1254&top_left_x=198) Пусть в $s$-й строке $m$-арифметического треугольника Паскаля все элементы, кроме крайних, - нули. Докажите, что тогда этот треугольник имеет вид, показанный на рис. 1. Заштрихованные треугольники состоят из нулей, а треугольники $\Delta_{n}^{k}$ состоят из $s$ строк и подчинены следующим соотношениям: 1) $\Delta_{n}^{k-1}+\Delta_{n}^{k}=\Delta_{n+1}^{k}$; 2) $\Delta_{n}^{k}=C_{n}^{k} \cdot \Delta_{0}^{0}(\bmod m)$ Головоломка Ханойская башня представляет собой три стержня, на которые надеваются диски разной величины. Вначале все диски упорядочены по размеру (более крупные - ниже) и находятся на первом стержне. Разрешается снять со стержня один верхний диск и переместить его на другой стержень. При этом запрещается более крупный диск класть на диск меньшего размера. В головоломке требуется переложить все диски с первого стержня на второй. Пусть количество дисков равно $n$. Рассмотрим граф $T H_{n}$, вершины которого - это всевозможные расположения дисков Ханойской башни, а ребра соединяют те состояния головоломки, которые получаются друг из друга за один ход. Рассмотрим также граф $P_{n}$, вершины которого - это единицы, расположенные в первых $2^{n}$ строках 2 -арифметического треугольника Паскаля, а ребра соединяют соседние единицы (т.е. соседние в строке или в двух смежных строках по диагонали). 1.4. Докажите, что графы $T H_{n}$ и $P_{n}$ изоморфны. 1.5. Докажите, что в первых $10^{6}$ строках 2-арифметического треугольника Паскаля единицы составляют меньше $1 \%$. 1.6. Докажите, что если $n$ делится на $p-1$, то $\quad C_{n}^{p-1}+C_{n}^{2(p-1)}+C_{n}^{3(p-1)}+\ldots+C_{n}^{n} \equiv 1(\bmod p)$. Или лучше докажите в общем виде: если $1 \leqslant j, k \leqslant p-1$ и $n \equiv k(\bmod p-1)$, то $$ C_{n}^{j}+C_{n}^{(p-1)+j}+C_{n}^{2(p-1)+j}+C_{n}^{3(p-1)+j}+\ldots \equiv C_{k}^{j} \quad(\bmod p) $$ ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-049.jpg?height=334&width=950&top_left_y=2414&top_left_x=605) ## Арифметические свойства биномиальных коэффициентов -2 Официальным "теоретическим материалом" для этого цикла задач служит статья Э. Б. Винберга [1]. В частности, считаются известными следующие теоремы. 1. Теорема Вильсона. Для всех простых $p$ (и только для простых) выполнено сравнение $(p-1)$ ! $\equiv-1(\bmod p)$. 2. ТеОремА ЛюКА. Запишем числа $n$ и $k$ в системе счисления по основанию $p$ : $$ n=n_{d} p^{d}+n_{d-1} p^{d-1}+\ldots+n_{1} p+n_{0}, \quad k=k_{d} p^{d}+k_{d-1} p^{d-1}+\ldots+k_{1} p+k_{0} $$ Тогда $C_{n}^{k} \equiv C_{n_{d}}^{k_{d}} C_{n_{d-1}}^{k_{d-1}} \cdot \ldots \cdot C_{n_{1}}^{k_{1}} C_{n_{0}}^{k_{0}}(\bmod p)$. 3. ТеОремА КуммерА. Показатель $\operatorname{ord}_{p} C_{n}^{k}$ равен числу переносов при сложении столбиком чисел $k$ и $\ell=n-k$ в $p$-ичной записи. 4. ТеОремА Волстенхолма. При $p \geqslant 5 \quad C_{2 p}^{p} \equiv 2\left(\bmod p^{3}\right)$ или, что то же самое, $C_{2 p-1}^{p-1} \equiv 1\left(\bmod p^{3}\right)$. Напомним, что по определению $C_{0}^{0}=1, C_{n}^{k}=0$ при $k>n$ и при $k<0$. Всюду буквой $p$ мы обозначаем простое число. Для произвольного натурального числа $n$ обозначим через ( $n$ ! $)_{p}$ произведение всех натуральных чисел от 1 до $n$, не делящихся на $p$. Если задано число $p$, то символами $n_{i}, m_{i}$ и т. д. обозначаются цифры $p$-ичной записи чисел $n, m$ и т. д. ## 2 Арифметический треугольник и делимость 2.1. а) Докажите, что в первых $3^{k}$ строках 3-арифметического треугольника Паскаля содержится $\frac{1}{2}\left(6^{k}+4^{k}\right)$ единиц и $\frac{1}{2}\left(6^{k}-4^{k}\right)$ двоек. b) Найдите число нулевых элементов в первых $5^{k}$ строках 5 -арифметического треугольника Паскаля. c) Найдите число ненулевых элементов в первых $p^{k}$ строках $p$-арифметического треугольника Паскаля. 2.2. Докажите, что количество единиц в первых $m$ строках 2-арифметического треугольника Паскаля равно $$ \sum_{i=0}^{n-1} m_{i} \cdot 2^{\sum_{k=i+1}^{n-1} m_{k}} \cdot 3^{i} $$ Полагая $m=2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{r}}$, где $\alpha_{1}>\alpha_{2}>\ldots>\alpha_{r}$, можно то же выражение записать в виде $$ 3^{\alpha_{1}}+2 \cdot 3^{\alpha_{2}}+2^{2} \cdot 3^{\alpha_{3}}+\ldots+2^{r-1} \cdot 3^{\alpha_{r}} $$ 2.3. Рассмотрим $n$-ю строку 2-арифметического треугольника Паскаля как двоичную запись некоторого натурального числа $P_{n}$. Докажите, что $$ P_{n}=F_{i_{1}} \cdot \ldots \cdot F_{i_{s}} $$ где $i_{1}, \ldots, i_{s}$ - номера разрядов, в которых в двоичной записи числа $n$ стоят единицы, и $F_{i}=2^{2^{i}}+1$ - $i$-е число Ферма. 2.4. Докажите, что количество ненулевых элементов в $n$-й строке $p$-арифметического треугольника Паскаля равно $\prod_{i=0}^{d}\left(n_{i}+1\right)$. 2.5. а) Для того чтобы все биномиальные коэффициенты $C_{n}^{k}$, где $00$ существует $N$, такое, что при всех натуральных $n>N$ и $k_{1}, k_{2}, \ldots, k_{100}<\varepsilon \sqrt{n}$ верно, что числа $$ C_{2 n}^{n+k_{1}}, C_{2 n}^{n+k_{2}}, \ldots, C_{2 n}^{n+k_{100}} $$ имеют общий делитель. 2.13. а) Даны натуральные числа $m>1, n, k$. Докажите, что хотя бы одно из чисел $C_{n}^{k}, C_{n+1}^{k}, \ldots$, $C_{n+k}^{k}$ не делится на $m$. b) Докажите, что для любого $k$ найдется бесконечно много таких $n$, что все числа $C_{n}^{k}, C_{n+1}^{k}, \ldots$, $C_{n+k-1}^{k}$ делятся на $m$. 4.9. Докажите, что при $n>1 C_{2^{n+1}}^{2^{n}}-C_{2^{n}}^{2 n-1}$ делится на $2^{2 n+2}$. 4.10. Докажите, что при $p \geqslant 5 \quad(-1)^{\frac{p-1}{2}} C_{p-1}^{\frac{p-1}{2}} \equiv 4^{p-1}\left(\bmod p^{3}\right)$. ## Арифметические свойства биномиальных коэффициентов -4 ## Дополнения к предыдущим темам 4.11. Пусть $m$ - произвольное натуральное число, $p \geqslant 5$ - простое. Докажите, что $$ \frac{1}{m p+1}+\frac{1}{m p+2}+\cdots+\frac{1}{m p+(p-1)} \equiv 0 \quad\left(\bmod p^{2}\right) $$ 4.12. Пусть $p$ и $q$ - различные простые числа. Докажите, что сравнение $C_{2 p q-1}^{p q-1} \equiv 1(\bmod p q)$ выполнено в том и только в том случае, когда $C_{2 p-1}^{p-1} \equiv 1(\bmod q)$ и $C_{2 q-1}^{q-1} \equiv 1(\bmod p)$. ## 5 Суммъ биномиалъных коэффициентов 5.1. а) Докажите, что $\sum_{k=0}^{3^{a}-1} C_{2 k}^{k}$ делится на $\left.3 ; \quad \mathrm{b}\right)$ делится на $3^{a}$. 5.2. Пусть $C_{k}=\frac{1}{k+1} C_{2 k}^{k}-$ последовательность чисел Каталана. Докажите, что $\sum_{k=1}^{n} C_{k} \equiv 1(\bmod 3)$ тогда и только тогда, когда троичное разложение числа $n+1$ содержит хотя бы одну цифру 2 . 5.3. Пусть $p \geqslant 5, k=[2 p / 3]$. Докажите, что сумма $C_{p}^{1}+C_{p}^{2}+\ldots+C_{p}^{k}$ делится на $p^{2}$. 5.4. Если $n \vdots(p-1)$, где $p-$ нечетное простое, то $$ C_{n}^{p-1}+C_{n}^{2(p-1)}+C_{n}^{3(p-1)}+\ldots \equiv 1+p(n+1) \quad\left(\bmod p^{2}\right) $$ 5.5. Докажите, что при $0 \leqslant j \leqslant p-1\alpha_{2}>\cdots>\alpha_{m}, 2^{\alpha_{m}}>k$. Тогда число единиц в строке с номером $2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m}}+k$ равно $2^{m+r}$. Доказательство. Очевидно, бинарная запись числа $2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m}}+k$ содержит $m+r$ единиц и тогда в строке треугольника Паскаля с этим номером $2^{m+r}$ единиц. Лемма 2. Суммарное количество единиц в строках с номерами $$ 2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m-1}}, \quad 2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m-1}}+1, \quad \ldots, \quad 2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m-1}}+2^{\alpha_{m}}-1 $$ равно $2^{k} 3^{\alpha_{m}}$. Доказательство. По лемме 1 количество единиц в строке с номером $2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m-1}}+i$ равно $2^{k} x_{i}$, где $x_{i}$ - количество единиц в $i$-й строке. Тогда суммарное число единиц в упомянутых строках равно $2^{k} \sum x_{i}$. Но $\sum x_{i}$ - это число единиц в первых $2^{\alpha_{m}}-1$ строках треугольника Паскаля, оно равно $3^{\alpha_{m}}$ (это нам известно, например, из задачи 1.4). Осталось просуммировать по $m$ количества единиц из леммы 2 . 2.3. Мы взяли утверждение задачи из статьи Винберга [1], а решение из статьи Гранвилля [18]. Утверждение выводится из теоремы Люка с помощью следующего наблюдения (тоже упомянутого в [1]): биномиальный коэффициент $C_{n}^{k}$ нечетен в том и только том случае, когда единицы в двоичном разложении числа $k$ могут стоять лишь в тех разрядах, где стоят единицы в записи числа $n$. Отсюда сразу следует, что $P_{n}=\sum 2^{k}$, где суммирование распространяется на все числа $k$, описанные в предыдущем предложении. В обозначениях формулы (1) при $p=2$ положим $S_{n}=\left\{i: n_{i}=1\right\}$. Тогда $$ P_{n}=\sum_{I \subseteq S_{n}} \prod_{i \in I} 2^{2^{i}}=\prod_{i \in S_{n}} F_{i} $$ 2.4. Этот результат Файна [13], 1947 г, - простое следствие теоремы Куммера. Чтобы биномиальный коэффициент $C_{n}^{k}$ не делился на $p$, не должно быть переносов при сложении чисел $k$ и $n-k$, записанных в системе счисления по основанию $p$. При фиксированном $n$ это означает, что выбор $i$-й цифры $p$-ичной записи числа $k$ можно сделать $n_{i}+1$ способом. 2.5. а) Это сразу следует из формулы, доказанной в предыдущей задаче, поскольку речь идет о строке, в которой ровно два элемента не делятся на $p$. b) [13]. Если $(n+1) \vdots p^{d}$, то $n=\overline{a(p-1)(p-1) \ldots(p-1)}$ в системе счисления по основанию $p$. Тогда для каждого $k, 0 \leqslant k \leqslant n$, каждая цифра числа $k$ не превосходит соответствующей цифры числа $n$. Тогда все биномиальные коэффициенты $C_{n_{i}}^{k_{i}}$ не равны нулю (в том числе, по модулю $p$ ) и по теореме Люка $C_{n}^{k}$ не делится на $p$. В обратную сторону. Пусть все биномиальные коэффициенты $C_{n}^{k}$ не делятся на $p$, но число $n$ является числом вида $\overline{a(p-1)(p-1) \ldots(p-1)}$. Это значит, что одна из цифр, скажем $n_{i}$, меньше $p-1$. Возьмем $k=(p-1) \cdot p^{i}$. Тогда $k_{i}=p-1$, следовательно, $C_{n_{i}}^{k_{i}}=0$ и по теореме Люка $C_{n}^{k}$ делится на $p$. Противоречие. 2.6. Это известное утверждение мы почерпнули в [12]. Решение 1. Допустим, что $C_{n}^{k-1} \% p$ и $C_{n}^{k} \not$ \% $p$, но при этом $C_{n+1}^{k}=\left(C_{n}^{k-1}+C_{n}^{k}\right) \vdots p$. Тогда $C_{n}^{k} \equiv-C_{n}^{k-1}(\bmod p)$. Так как оба биномиальных коэффициента не делятся на $p$, мы можем сократить правую и левую части. Получим $\frac{n-k+1}{k} \equiv-1(\bmod p)$, откуда $n+1 \equiv 0(\bmod p)$. Решение $2([K])$. Хотя утверждение выглядит очень естественным, напоминая нам основное тождество для биномиальных коэффициентов, часть " $C_{n}^{k-1} \% p_{\text {" в нем лишняя. Действительно, если }}$ $(n+1) \% p$, то $0 \leqslant n_{0} \leqslant p-2$. Поскольку $C_{n}^{k} \% . p$, то по теореме Куммера при всех $i$ верно неравенство $k_{i} \leqslant n_{i}$. Но тогда аналогичные неравенства верны и для пары чисел $k$ и $n+1$, поскольку у числа $n+1$ те же цифры, что и у $n$, кроме цифры в самом младшем разряде, которая у числа $n+1$ на 1 больше. Следовательно, $C_{n+1}^{k} \% p$. 2.7. [2]. Сразу следует из теоремы Люка и задачи 1.1.а) 2.8. Задача из статьи Винберга [1]. Индукция по числу цифр. База тривиальна. Для перехода добавляем очередную цифру в конец числа. В силу нечетности биномиального коэффициента $n_{i} \geqslant k_{i}$. Пользуясь рекуррентностью $C_{n}^{k}=C_{n-1}^{k-1}+C_{n-1}^{k}$, перебирая разные варианты четности $n$ и $k$ с помощью теоремы Куммера и задачи 4.6a) сводим все к индукционному предположению. Например, при нечетном $n=2 \ell+1$ и четном $k=2 m$, если $k_{1}=1$, то $k=\ldots 10, n=\ldots 11$ (двоичные записи), Тогда $(n-k)=\ldots 01$ (потому что по теореме Куммера не должно было быть переносов), $(k-1)_{2}=\ldots 01$, значит, по теореме Куммера при сложении $(k-1)_{2}+(n-k)_{2}$ есть ровно 1 перенос, т.е. $C_{n-1}^{k-1} \equiv 2(\bmod 4)$, откуда $$ C_{n}^{k}=C_{n-1}^{k-1}+C_{n-1}^{k} \equiv-C_{n-1}^{k}=-C_{2 \ell}^{2 m} \equiv-C_{\ell}^{m} \quad(\bmod 4) $$ последнее - по задаче 4.6а). Этот минус в точности соответствует множителю $(-1)^{k_{0} n_{1}+k_{1} n_{0}}$. 2.9. Задача из статьи Винберга [1]. Утверждение следует из результата предыдущей задачи. Если в записи $n$ нет двух единиц подряд, то все показатели $k_{i-1} n_{i}+k_{i} n_{i-1}$ равны нулю и все биномиальные коэффициенты дают остаток 1 при делении на 4 . Если же запись числа $n$ содержит участок из единиц, начинающийся с $n_{j}=1$, то у половины нечетных биномиальных коэффициентов $k_{j}=0$, а у другой половины $k_{j}=1$ и, как нетрудно видеть по формуле из предыдущей задачи, по модулю 4 эти половины отличаются знаком. 2.10. Этому запутанному сюжету посвящены две статьи в Monthly [19, 20]. 2.11. Эта задача Д.Джукича была в 2002 г. на олимпиаде 239 школы г. Санкт-Петербурга, а потом засветилась в шорт-листе IMO-2008. Поскольку все биномиальные коэффициенты из условия задачи нечетны (по теореме Люка), для доказательства утверждения достаточно проверить, что все числа $C_{2^{n}-1}^{1}, C_{2^{n}-1}^{3}, \ldots, C_{2^{n}-1}^{2^{n}-1}$ дают разные остатки при делении на $2^{n}$. Дальше можно действовать по-разному. Решение 1 ([Д] $]$. Предположим противное, пусть $C_{2^{n}-1}^{k} \equiv C_{2^{n}-1}^{m}\left(\bmod 2^{n}\right)$ при нечетных $k$ и $m$, $k>m$. Заметим, что $$ C_{2^{n}-1}^{k}=C_{2^{n}}^{k}-C_{2^{n}-1}^{k-1}=C_{2^{n}}^{k}-C_{2^{n}}^{k-1}+C_{2^{n}-1}^{k-2}=\cdots=C_{2^{n}}^{k}-C_{2^{n}}^{k-1}+C_{2^{n}}^{k-2}-\ldots-C_{2^{n}}^{m+1}+C_{2^{n}-1}^{m} $$ В частности, $$ C_{2^{n}}^{k}-C_{2^{n}}^{k-1}+C_{2^{n}}^{k-2}-\ldots-C_{2^{n}}^{m+1} \equiv 0 \quad\left(\bmod 2^{n}\right) $$ Теорема Куммера позволяет для каждого $r$ легко вычислить показатель ord ${ }_{2} C_{2^{n}}^{r}$, а именно, если $\operatorname{ord}_{2} r=a$, то при сложении $r$ и $2^{n}-r$ произойдет $n-a$ переносов (это очевидно из алгоритма сложения столбиком), и значит, ord ${ }_{2} C_{2^{n}}^{r}=n-a$. В частности, $C_{2^{n}}^{r}$ делится на $2^{n}$ при нечетном $r$, что позволяет отбросить в последнем сравнении половину слагаемых: $$ C_{2^{n}}^{k-1}+C_{2^{n}}^{k-3}+\ldots+C_{2^{n}}^{m+1} \equiv 0 \quad\left(\bmod 2^{n}\right) $$ Другое следствие из приведенных рассуждений состоит в том, что у всех слагаемых $C_{2^{n}}^{i}$ в левой части параметр $i$ четный и поэтому ord ${ }_{2} C_{2^{n}}^{x}2^{n} $$ При этом $(2 n)^{100 \varepsilon \sqrt{n}}=2^{\varepsilon \sqrt{n}} \log _{2} n+\varepsilon \sqrt{n}$. Очевидно, для каждого фиксированного $\varepsilon$ существует $N$, такое что при всех $n>N$ будет выполнено неравенство $$ \frac{n}{2}>\varepsilon \sqrt{n} \log _{2} n+\varepsilon \sqrt{n} $$ Если для таких $n$ поделить $C_{2 n}^{n}$ на НОД всех знаменателей, частное будет не меньше $2^{n / 2}$. 2.13. а) Задача предлагалась в 1977 г. на Ленинградской олимпиаде школьников. Решение 1 (без теоремы Куммера). Мы приводим решение из замечательной книжки [4]. Допустим, что все эти числа делятся на $m$. Тогда числа $$ \begin{aligned} & C_{n+k-1}^{k-1}=C_{n+k}^{k}-C_{n+k-1}^{k} \\ & C_{n+k-2}^{k-1}=C_{n+k-1}^{k}-C_{n+k-2}^{k} \\ & \cdots \\ & C_{n}^{k-1}=C_{n+1}^{k}-C_{n}^{k} \end{aligned} $$ также делятся на $m$. Аналогично, на $m$ делятся и все числа $C_{n+i}^{j}$, где $i \leqslant j$ - произвольные неотрицательные целые числа. Но среди них есть число $C_{n}^{0}(i=j=0)$, которое равно 1. Противоречие. Решение 2 (теорема Куммера). Пусть $p$ - простой множитель числа $m$. Проверим, что одно из чисел $C_{n}^{k}, C_{n+1}^{k}, \ldots, C_{n+k}^{k}$ не делится на $p$. Запишем $k$ в системе счисления по основанию $p$. По теореме Куммера достаточно найти такое число $\ell$ (где $n-k \leqslant \ell \leqslant n$ ), чтобы сложение $k+\ell$ в системе счисления по основанию $p$ выполнялось без переносов, тогда биномиальный коэффициент $C_{k+\ell}^{k}$ не будет делиться на $p$. Это сделать совсем нетрудно. Мы ограничимся рассуждением на конкретном примере. Пусть $p=7, k=133$ (здесь и далее числа записаны в семиричной системе счисления). Поскольку диапазон, в котором мы ищем число $\ell$, содержит $k+1$ число, нам всегда удастся выбрать $\ell$ так, чтобы число $k+\ell$ было одним из чисел следующего вида $$ \ldots 133, \quad \ldots 233, \quad, \ldots, \quad \ldots 633 $$ (Напомним, что цифра 6 в нашем примере самая старшая.) Тогда очевидно, что при сложении $k+\ell$ не было ни одного переноса. b) Утверждение взято из [2]. Такие $n$ нетрудно построить с помощью теоремы Куммера. Пусть $\operatorname{ord}_{p} m=s$, и запись числа $k$ в системе счисления по основанию $p$ содержит $d+1$ цифр. Пусть $n \vdots p^{d+s+1}$. Тогда числа $n-k, n-k+1, \ldots, n-1$ содержат в разрядах с $(d+2)$-го по ( $\left.d+s+2\right)$-й цифры ( $p-1$ ), поэтому при сложении этих чисел с $k$ в указанных разрядах будут возникать переносы. Таким образом, по теореме Куммера получаем, что интересующие нас биномиальные коэффициенты все делятся на $p^{s}$. Поскольку условия, наложенные на $n$, легко совмещаются для разных $p$, мы получаем отсюда требуемое. ## 3 Обобщение теорем Вильсона и Люка 3.1. Как известно, $\operatorname{ord}_{p}(n!)=\sum_{k}\left[\frac{n}{p^{k}}\right]$. Если $n=n_{d} p^{d}+n_{d-1} p^{d-1}+\ldots+n_{1} p+n_{0}-$ запись в системе счисления по основанию $p$, то $\left[\frac{n}{p^{k}}\right]=n_{d} p^{d-k}+n_{d-1} p^{d-k-1}+\ldots+n_{k+1} p+n_{k}$ и формулу для $\operatorname{ord}_{p}(n!)$ можно записать в виде $$ \operatorname{ord}_{p}(n!)=\sum_{k=1}^{d}\left(\sum_{i=k}^{d} n_{i} p^{i-k}\right)=\sum_{i=1}^{d} n_{i}\left(p^{i-1}+p^{i-2}+\ldots+p+1\right)=\sum_{i=1}^{d} n_{i} \frac{p^{i}-1}{p-1}=\frac{\sum_{i=0}^{d} n_{i} p^{i}-\sum_{i=0}^{d} n_{i}}{p-1} $$ Мы получили в точности требуемое выражение. Утверждение задачи также нетрудно доказать индукцией по $n$, см. [5]. 3.2. а) Разбивая множители, составляющие выражение $n$ !, на группы по $(p-1)$ штук, получаем $$ (n!)_{p}=\prod_{k=0}^{\left[\frac{n}{p}\right]-1}((k p+1) \cdot(k p+2) \cdots(k p+p-1)) \cdot\left(\left[\frac{n}{p}\right] p+1\right)\left(\left[\frac{n}{p}\right] p+2\right) \ldots\left(\left[\frac{n}{p}\right] p+n_{0}\right) \equiv(-1)^{\left[\frac{n}{p}\right]} n_{0}!\quad(\bmod p) $$ б) Это утверждение встречается у Гаусса [15]. В произведение $\left(p^{q}!\right)_{p}$ вместе с каждым сомножителем входит и его обратный по модулю $p^{q}$, и произведение этой пары равно 1 по модулю $p^{q}$. Таким образом, нам следует лишь проследить за теми множителями $m$, которые совпадают со своими обратными, т.е. удовлетворяют сравнению $$ m^{2} \equiv 1 \quad\left(\bmod p^{q}\right) $$ Для нечетного $p$ сравнение имеет 2 решения: $\pm 1$. Для $p=2, q \geqslant 3$ сравнение имеет еще пару решений: $2^{q-1} \pm 1$. c) Так как $n!=(n!)_{p} \cdot p^{\left[\frac{n}{p}\right]}\left(\left[\frac{n}{p}\right]\right)!$, утверждение легко доказывается по индукции с помощью сравнения из п. а). 3.3. Мы взяли утверждение со странички Гранвилля [17]. Помимо теоремы Куммера, широко известна прямая и не столь симпатичная формула для числа $\ell$ (формула Лежандра): $$ \ell=\operatorname{ord}_{p}\left(C_{n}^{k}\right)=\left(\left[\frac{n}{p}\right]-\left[\frac{k}{p}\right]-\left[\frac{r}{p}\right]\right)+\left(\left\lceil\frac{n}{p^{2}}\right]-\left[\frac{k}{p^{2}}\right]-\left[\frac{r}{p^{2}}\right]\right)+\ldots $$ Обозначим для краткости $\tilde{n}=[n / p]$ и т. п. и напишем формулу для биномиального коэффициента, собрав отдельно все множители, делящиеся на $p$ : $$ C_{n}^{k}=\frac{(n!)_{p}}{(k!)_{p}(r!)_{p}} \cdot \frac{p^{[n / p]}}{p^{[k / p]} \cdot p^{[r / p]}} \cdot \frac{\tilde{n}!}{\tilde{k}!\cdot \tilde{r}!} $$ Здесь первая дробь может быть преобразована по модулю $p$ в соответствии с обобщенной теоремой Вильсона (задача 3.2, б) к выражению $\frac{n_{0}!}{k_{0}!r_{0}!}$, третья дробь позволяет действовать по индукции, а средняя дробь (и знак из обобщенной теоремы Вильсона, который мы не упомянули) по формуле (4) даст все нужные выражения, содержащие $\ell$. 3.4. а) Раскрывая скобки в выражении $(1+x)^{p^{d}}$, мы можем воспользоваться тем, что при $1 \leqslant k \leqslant p^{d}-1$ биномиальный коэффициент $C_{p^{d}}^{k}$ делится на $p$ (аналогично задаче 1.1 или по теореме Куммера). b) Положим $n=n^{\prime} p+n_{0}, k=k^{\prime} p+k_{0}$. По утверждению п. а) $(1+x)^{p n^{\prime}} \equiv\left(1+x^{p}\right)^{n^{\prime}}(\bmod p)$ Тогда $$ (1+x)^{n}=(1+x)^{p n^{\prime}}(1+x)^{n_{0}} \equiv\left(1+x^{p}\right)^{n^{\prime}}(1+x)^{n_{0}} \quad(\bmod p) $$ Указанное сравнение надо понимать в том смысле, что мы преобразовываем коэффициенты многочлена с целыми коэффициентами с точки зрения их делимости на $p$. Коэффициент при $x^{k}$ в левой части равен $C_{n}^{k}$. При раскрытии скобок в правой части мы видим, что все показатели в первой скобке делятся на $p$, поэтому единственный способ получить одночлен $x^{p k^{\prime}+k_{0}}-$ это перемножить $x^{p k^{\prime}}$ из первой скобки и $x^{k_{0}}$ из второй. Итоговый коэффициент будет равен $C_{n^{\prime}}^{k^{\prime}} C_{n_{0}}^{k_{0}}$. Таким образом, $C_{n}^{k}=C_{n^{\prime}}^{k^{\prime}} C_{n_{0}}^{k_{0}}$, откуда теорема Люка следует по индукции. 3.5. a, b) Простое следствие теоремы Куммера. 3.6. [9]. В следующем вычислении мы используем то, что $C_{n_{i}}^{k_{i}}=0$ при $k_{i}>n_{i}$; это позволяет, применив теорему Люка, отбросить при суммировании большое число слагаемых. $$ f_{n, a}=\sum_{k=0}^{n}\left(C_{n}^{k}\right)^{a} \equiv \sum_{k_{d}=0}^{n_{d}} \sum_{k_{d-1}=0}^{n_{d-1}} \cdots \sum_{k_{0}=0}^{n_{0}} \prod_{i=0}^{d}\left(C_{n_{i}}^{k_{i}}\right)^{a} \equiv \prod_{i=0}^{d} \sum_{k_{i}=0}^{n_{i}}\left(C_{n_{i}}^{k_{i}}\right)^{a} \equiv \prod_{i=0}^{d} f_{n_{i}, a} \quad(\bmod p) $$ ## 4 Вариации на тему теоремъ Волстенхолма 4.1. Это упражнение на чтение статьи. Утверждение доказано в статье Винберга, но доказательство не выделено явно. Заметим, что $$ 2 \sum_{i=1}^{p-1} \frac{1}{i}=\sum_{i=1}^{p-1} \frac{1}{i}+\frac{1}{p-i}=p \sum_{i=1}^{p-1} \frac{1}{i(p-i)} $$ Таким образом, рассматриваемая сумма делится на $p$. Так как по модулю $p$ выражения $\frac{1}{i}$ и $-\frac{1}{p-i}$ равны, нам остается проверить, что $$ \sum_{i=1}^{p-1} \frac{1}{i^{2}} \equiv 0 \quad(\bmod p) $$ Или, поскольку $\frac{1}{1^{2}}, \frac{1}{2^{2}}, \ldots, \frac{1}{(p-1)^{2}}$ - это тот же набор остатков ${ }^{1}$, что и $1^{2}, 2^{2}, \ldots,(p-1)^{2}$, достаточно проверить, что $$ \sum_{i=1}^{p-1} i^{2} \equiv 0 \quad(\bmod p) $$ Пусть $\sum_{i=1}^{p-1} i^{2} \equiv s(\bmod p)$. При $p>5$ всегда можно выбрать остаток $a$, такой что $a^{2} \not \equiv 1(\bmod p)$. Тогда множества $\{1,2, \ldots, p-1\}$ и $\{a, 2 a, \ldots,(p-1) a\}$ совпадают (доказательство как в сноске) и $$ s \equiv \sum_{i=1}^{p-1} i^{2}=\sum_{i=1}^{p-1}(a i)^{2}=a^{2} \sum_{i=1}^{p-1} i^{2} \equiv a^{2} s \quad(\bmod p) $$ Поэтому $s \equiv 0(\bmod p)$. Разумеется, этот факт нетрудно доказать непосредственно, пользуясь соображением $\frac{1}{x} \equiv x^{\varphi(m)-1}$ $(\bmod m)$. Мы используем эту технику в третьем решении следующей задачи. 4.2. Ответ: $2 k+2$. Эта задача А. С. Голованова предлагалась на олимпиаде Туймаада в 2012 г. Мы приводим три решения. Отметим, что при $p=4 k+3$ уравнение $x^{2}+1=0$ не имеет решений в поле остатков по модулю $p$, следовательно, знаменатели всех рассматриваемых дробей не равны нулю. Решение 1. Обозначим $a_{i}=i^{2}+1$, для $i=0, \ldots, p-1$. Тогда рассматриваемое выражение равно $$ \frac{\sigma_{p-1}\left(a_{0}, a_{1}, \ldots, a_{p-1}\right)}{\sigma_{p}\left(a_{0}, a_{1}, \ldots, a_{p-1}\right)} $$ где $\sigma_{i}$ - основной симметрический многочлен степени $i$. Найдем многочлен, корнями которого являются числа $a_{i}$, т. е. $$ \prod_{i=0}^{p-1}\left(x-1-i^{2}\right) $$[^4] Сделав замену $x-1=t^{2}$, получим многочлен $$ \prod_{i=0}^{p-1}\left(t^{2}-i^{2}\right)=\prod_{i=0}^{p-1}(t-i) \prod_{i=0}^{p-1}(t+i) \equiv\left(t^{p}-t\right)\left(t^{p}-t\right)=t^{2 p}-2 t^{p+1}+t^{2} $$ Теперь, сделав обратную замену, получаем для $p=4 k+3$ $$ \prod_{i=0}^{p-1}\left(x-1-i^{2}\right) \equiv(x-1)^{p}-2(x-1)^{\frac{p+1}{2}}+(x-1)=x^{p}+\ldots+\left(p+2 \cdot \frac{p+1}{2}+1\right) x-4 $$ По теореме Виета, $\sigma_{p} \equiv 4(\bmod p), \sigma_{p-1} \equiv 2(\bmod p)$, поэтому $\frac{\sigma_{p-1}}{\sigma_{p}} \equiv \frac{1}{2} \equiv 2 k+2(\bmod p)$. Решение 2. Разобьем все ненулевые остатки по модулю $p$, кроме $\pm 1$, на пары взаимно обратных. Тогда получится $2 k$ пар и в каждой паре $(i, j)$ $$ i j \equiv 1 \quad \Leftrightarrow \quad i^{2} j^{2} \equiv 1 \quad \Leftrightarrow \quad(i j)^{2}+i^{2}+j^{2}+1 \equiv i^{2}+j^{2}+2 \quad(\bmod p) $$ Следовательно, $$ 1 \equiv \frac{(i j)^{2}+i^{2}+j^{2}+1}{\left(i^{2}+1\right)\left(j^{2}+1\right)} \equiv \frac{i^{2}+j^{2}+2}{\left(i^{2}+1\right)\left(j^{2}+1\right)}=\frac{1}{i^{2}+1}+\frac{1}{j^{2}+1} \quad(\bmod p) $$ Таким образом, наша сумма равна $\frac{1}{0^{2}+1}+\frac{1}{1^{2}+1}+\frac{1}{(-1)^{2}+1}+2 k \equiv 2 k+2$. Решение 3. Как мы знаем, благодаря малой теореме Ферма, при вычислении по модулю $p$ операции $x \mapsto x^{-1}$ и $x \mapsto x^{p-2}$ дают одинаковый результат. Таким образом, достаточно вычислить сумму $$ \sum_{x=0}^{p-1}\left(x^{2}+1\right)^{p-2}=\sum_{x=0}^{p-1} \sum_{m=0}^{p-2} C_{p-2}^{m} x^{2 m}=\sum_{m=0}^{p-2} C_{p-2}^{m} S_{2 m} $$ где $S_{2 m}=\sum_{x=0}^{p-1} x^{2 m}$. Очевидно, $S_{2 m} \equiv-1(\bmod p)$ при $m=\frac{p-1}{2}$. Докажем, что $S_{2 m} \equiv 0(\bmod p)$ при остальных значениях $m$, не превосходящих $p-1$. Действительно, для каждого такого $m$ можно подобрать ненулевой остаток $a$, такой что $a^{2 m} \not \equiv 1(\bmod p)$ и тогда можно провести рассуждение как в (5). Возвращаясь к интересующей нас сумме (6), получаем $$ \sum_{m=0}^{p-2} C_{p-2}^{m} S_{2 m} \equiv-C_{p-2}^{\frac{p-1}{2}}=-C_{4 k+1}^{2 k+1}=-\frac{(4 k+1) \cdot 4 k \cdot \ldots \cdot(2 k+1)}{1 \cdot 2 \cdot \ldots \cdot(2 k+1)} \equiv-\frac{(-2) \cdot(-3) \ldots(2 k+2)}{1 \cdot 2 \cdot \ldots \cdot(2 k+1)} \equiv 2 k+2 $$ 4.3. Мы нашли оба утверждения в [16]. a) Для каждого простого делителя $p$ числа $m$ подберем число $a_{p}$, для которого $\left(a_{p}^{k}-1\right)$ \% $p$. С помощью китайской теоремы об остатках выберем число $a$, такое что $a \equiv a_{p}(\bmod p)$ при всех $p$. Теперь результат получается аналогично рассуждениям (5). b) Заметим, что при нечетных $k$ по формуле бинома $i^{k}+\left(p-i^{k}\right) \equiv k i^{k-1} p\left(\bmod p^{2}\right)$. Тогда $$ 2 \sum_{i=1}^{p-1} \frac{1}{i^{k}}=\sum_{i=1}^{p-1}\left(\frac{1}{i^{k}}+\frac{1}{(p-i)^{k}}\right)=\sum_{i=1}^{p-1} \frac{i^{k}+(p-i)^{k}}{i^{k}(p-i)^{k}} \equiv \sum_{i=1}^{p-1} \frac{k i^{k-1} p}{i^{k}(-i)^{k}} \equiv-k p \sum_{i=1}^{p-1} \frac{1}{i^{k+1}} \quad\left(\bmod p^{2}\right) $$ Сумма в правой части сравнения делится на $p$ в силу утверждения п. а). 4.4. Как доказывается в [24], сравнение выполнено даже по модулю $p^{7}$, но мы не будем заходить так далеко. Действуя как в статье Винберга [1], но следя за степенями до $p^{4}$, получаем $$ \begin{aligned} C_{p-1}^{2 p-1}=\frac{(2 p-1)(2 p-2) \cdot \ldots(p+1)}{p!}=( & \left.\frac{2 p}{1}-1\right)\left(\frac{2 p}{2}-1\right) \cdot \ldots \cdot\left(\frac{2 p}{p-1}-1\right) \equiv \\ & \equiv 1-2 p \sum_{i=1}^{p-1} \frac{1}{i}+4 p^{2} \sum_{\substack{i, j=1 \\ i1$ любая неблочная выборка содержит не менее трех блоков, то в этом случае все доказано. Остается разобрать случай, когда $k=1$ и мы подсчитываем количество неблочных выборок $p$ предметов из из общего множества в $2 p$ предметов. Это количество равно $C_{2 p}^{p}-2$, что по теореме Волстенхолма делится на $p^{3}$. Решение 2. Напишем формулу для биномиального коэффициента $C_{a}^{b}=\frac{a(a-1) \ldots(a-b+1)}{b(b-1) \ldots 1}$, разбив числитель и знаменатель на блоки из $p$ сомножителей, после чего сократим первые множители в каждом блоке, а частные соберем в отдельное выражение: $$ \begin{aligned} & C_{m p}^{k p}= \frac{m \not p \cdot(m p-1) \ldots(m p-(p-1))}{k p p \cdot(k p-1) \ldots(k p-(p-1))} \cdot \frac{(m-1) \not p \cdot((m-1) p-1) \ldots((m-1) p-(p-1))}{(k-1) \not p \cdot((k-1) p-1) \ldots((k-1) p-(p-1))} \cdot \ldots \times \\ & \times \frac{(m-k+1) \not p \cdot((m-k+1) p-1) \ldots((m-k+1) p-(p-1))}{\not p \cdot(p-1) \ldots 1}= \\ &= C_{m}^{k} \cdot \frac{(m p-1) \ldots(m p-(p-1))}{(k p-1) \ldots(k p-(p-1))} \cdot \ldots \cdot \frac{((m-k+1) p-1) \ldots((m-k+1) p-(p-1))}{(p-1) \ldots 1} \end{aligned} $$ Осталось проверить, что произведение дробей дает остаток 1 при делении на $p^{3}$. Для этого достаточно проверить сравнение $$ \frac{(n p-1) \ldots(n p-(p-1))}{(r p-1) \ldots(r p-(p-1))} \equiv 1 \quad\left(\bmod p^{3}\right) $$ или, лучше, вот такое сравнение $$ \frac{(n p-1) \ldots(n p-(p-1))}{(p-1)!} \equiv \frac{(r p-1) \ldots(r p-(p-1))}{(p-1)!} \quad\left(\bmod p^{3}\right) $$ Это верно, так как обе части сравнимы с 1 по модулю $p^{3}$, что устанавливается аналогично доказательству теоремы Волстенхолма. 4.7. а) [5, теорема 2.14]. Преобразуем разность $C_{p^{2}}^{p}-C_{p}^{1}=\frac{p^{2}\left(p^{2}-1\right) \ldots\left(p^{2}-(p-1)\right)}{1 \cdot 2 \cdot \ldots(p-1) p}-p=\frac{p}{(p-1)!}\left(\left(1-p^{2}\right)\left(2-p^{2}\right) \ldots\left((p-1)-p^{2}\right)-1 \cdot 2 \cdots \cdot(p-1)\right)$. Осталось проверить, что $$ \left(1-p^{2}\right)\left(2-p^{2}\right) \ldots\left((p-1)-p^{2}\right) \equiv 1 \cdot 2 \cdot \ldots \cdot(p-1) \quad\left(\bmod p^{4}\right) $$ Раскроем скобки в левой части: $\left(1-p^{2}\right)\left(2-p^{2}\right) \ldots\left((p-1)-p^{2}\right)=1 \cdot 2 \ldots .(p-1)+p^{2}\left(1+\frac{1}{2}+\ldots+\frac{1}{p-1}\right)(p-1)!+$ члены делящиеся на $p^{4}$. По утверждению задачи 4.1 второе слагаемое делится на $p^{4}$. b) Как нетрудно видеть, $C_{p^{s+1}}^{p}=p^{s} \cdot C_{p^{s+1}-1}^{p-1}$, поэтому достаточно проверить, что $C_{p^{s+1}-1}^{p-1} \equiv 1$ $\left(\bmod p^{s+3}\right)$. $$ \begin{aligned} C_{p^{p+1}-1}^{p-1}=\frac{\left(p^{s+1}-1\right)\left(p^{s+1}-2\right) \ldots\left(p^{s+1}-(p-1)\right)}{1 \cdot 2 \cdots(p-1)} & =\left(\frac{p^{s+1}}{1}-1\right)\left(\frac{p^{s+1}}{2}-1\right) \cdots\left(\frac{p^{s+1}}{p-1}-1\right) \equiv \\ & \equiv(-1)^{p-1}+p^{s+1}\left(1+\frac{1}{2}+\ldots+\frac{1}{p-1}\right) \quad\left(\bmod p^{s+3}\right) \end{aligned} $$ Это и есть то, что требуется, поскольку $(-1)^{p-1}=1$ и $1+\frac{1}{2}+\ldots+\frac{1}{p-1} \equiv 0 \bmod p^{2}$. В статье $[14]$ доказывается чуть более общий факт. 4.8. Задача из статьи Винберга [1], решение [T]. $$ \begin{aligned} & C_{p^{3}}^{p^{2}}-C_{p^{2}}^{p}=p\left(C_{p^{3}-1}^{p^{2}-1}-C_{p^{2}-1}^{p-1}\right)= \\ & \qquad \begin{array}{l} =p\left(\left(\frac{p^{3}}{1}-1\right)\left(\frac{p^{3}}{2}-1\right) \ldots\left(\frac{p^{3}}{p^{2}-1}-1\right)-\left(\frac{p^{2}}{1}-1\right)\left(\frac{p^{2}}{2}-1\right) \ldots\left(\frac{p^{2}}{p-1}-1\right)\right)= \\ \quad=p\left(\frac{p^{2}}{1}-1\right)\left(\frac{p^{2}}{2}-1\right) \ldots\left(\frac{p^{2}}{p-1}-1\right)\left(\prod_{\substack{k=1 \\ p \nmid k}}^{p^{2}-1}\left(\frac{p^{3}}{k}-1\right)-1\right) \end{array} \end{aligned} $$ Достаточно проверить, что выражение в последней скобке делится на $p^{7}$. Преобразуем произведение $\prod_{\substack{k=1 \\ p \nmid k}}^{p^{2}-1}\left(\frac{p^{3}}{k}-1\right)=\prod_{\substack{k \neq 1 \\ p \nmid k}}^{\frac{p^{2}-1}{2}}\left(\frac{p^{3}}{k}-1\right)\left(\frac{p^{3}}{p^{2}-k}-1\right)=\prod_{\substack{k=1 \\ p \nmid k}}^{\frac{p^{2}-1}{2}}\left(\frac{p^{6}-p^{5}}{k\left(p^{2}-k\right)}+1\right) \equiv 1+p^{5}(p-1) \sum_{\substack{k=1 \\ p \nmid k}}^{\frac{p^{2}-1}{2}} \frac{1}{k\left(p^{2}-k\right)}\left(\bmod p^{7}\right)$. Осталось проверить, что последняя сумма делится на $p^{2}$. Это так, поскольку по задаче 4.3а) $$ \sum_{\substack{k=1 \\ p \nmid k}}^{\frac{p^{2}-1}{2}} \frac{1}{k\left(p^{2}-k\right)} \equiv-\sum_{\substack{k=1 \\ p \nmid k}}^{\frac{p^{2}-1}{2}} \frac{1}{k^{2}} \equiv 0 \quad\left(\bmod p^{2}\right) $$ 4.9. Это [6, теорема 5]. Более общий факт доказан в $[7]$. Решение 1 ([5, предложение 2.19]). Воспользуемся тем, что разность $C_{2^{k+1}}^{2^{k}}-C_{2^{k}}^{2^{k-1}}$ равна коэффициенту при $x^{2^{k}}$ в многочлене $$ \begin{aligned} &(1+x)^{2^{k+1}}-\left(1-x^{2}\right)^{2^{k}}=(1+x)^{2^{k}}\left((1+x)^{2^{k}}-(1-x)^{2^{k}}\right)= \\ &=\left(1+C_{2^{k}}^{1} x+C_{2^{k}}^{2} x^{2}+\ldots+x^{2^{k}}\right) \cdot 2\left(C_{2^{k}}^{1} x+C_{2^{k}}^{3} x^{3}+\ldots+C_{2^{k}}^{2^{k}-1} x^{2^{k}-1}\right) \end{aligned} $$ Поскольку второй многочлен содержит только множители нечетной степени, коэффициент при $x^{2^{k}}$ в произведении равен $$ 2\left(C_{2^{k}}^{1} C_{2^{k}}^{2^{k}-1}+C_{2^{k}}^{3} C_{2^{k}}^{2^{k}-3}+\ldots+C_{2^{k}}^{2^{k}-1} C_{2^{k}}^{1}\right) $$ По утверждению задачи 3.5 б) каждый биномиальный коэффициент в этом выражении делится на $2^{k}$, кроме того, каждое слагаемое в сумме встречается 2 раза, а перед суммой стоит коэффициент 2 . В итоге все выражение делится на $2^{2 k+2}$. Решение 2 ([CSTTVZ]). Так как $C_{2^{n+1}}^{2^{n}}=2 C_{2^{n+1}-1}^{2^{n}-1}$, достаточно доказать соотношение $$ C_{2^{n+1}-1}^{2^{n}-1} \equiv C_{2^{n}-1}^{2^{n-1}-1} \quad\left(\bmod 2^{2 n+1}\right) $$ Аналогично (3) получаем $$ C_{2^{n+1}-1}^{2^{n}-1}=\left(\frac{2^{n+1}}{1}-1\right)\left(\frac{2^{n+1}}{3}-1\right) \cdots\left(\frac{2^{n+1}}{2^{n}-1}-1\right) \cdot C_{2^{n}-1}^{2^{n-1}-1} $$ Достаточно проверить, что $$ L=\left(\frac{2^{n+1}}{1}-1\right)\left(\frac{2^{n+1}}{3}-1\right) \cdots\left(\frac{2^{n+1}}{2^{n}-1}-1\right) \equiv 1 \quad\left(\bmod 2^{2 n+1}\right) $$ Это так, поскольку $$ \begin{aligned} L \equiv(-1)^{2^{n-1}}- & 2^{n+1}\left(\frac{1}{1}+\frac{1}{3}+\frac{1}{5}+\ldots+\frac{1}{2^{n}-1}\right) \equiv \\ & \equiv 1-2^{n+1}\left(\frac{2^{n}}{1 \cdot\left(2^{n}-1\right)}+\frac{2^{n}}{3 \cdot\left(2^{n}-3\right)}+\ldots+\frac{2^{n}}{\left(2^{n-1}-1\right)\left(2^{n-1}+1\right)}\right) \equiv 1 \quad\left(\bmod 2^{2 n+1}\right) \end{aligned} $$ 4.10. Это теорема Морли [26]. Решение 1 (авторское решение из статьи 1895 года). Оно лишь чуть-чуть выходит за рамки школьной программы. Возьмем формулу, с помощью которой $\cos ^{2 n+1} x$ выражается через косинусы кратных углов, ${ }^{1}$ или, как говорили в те времена, запишем $\cos ^{2 n+1} x$ в виде, удобном для интегрирования: $2^{2 n} \cos ^{2 n+1} x=\cos (2 n+1) x+(2 n+1) \cos (2 n-1) x+\frac{(2 n+1) \cdot 2 n}{1 \cdot 2} \cos (2 n-3) x+\ldots+\frac{(2 n+1) \cdot 2 n \ldots(n+2)}{n!} \cos x$. Ну, а раз этот вид удобен для интегрирования, то и проинтегрируем обе части ${ }^{2}$ по промежутку $\left[0, \frac{\pi}{2}\right]$ : $$ \begin{aligned} & 2^{2 n} \cos ^{2 n+1} x d x=\frac{\sin (2 n+1) x}{2 n+1}+\frac{2 n+1}{2 n-1} \sin (2 n-1) x+\ldots \\ & 2^{2 n} \int_{0}^{\pi / 2} \cos ^{2 n+1} x d x=(-)^{n}\left(\frac{1}{2 n+1}-\frac{2 n+1}{2 n-1}+\ldots\right) \end{aligned} $$ Но любой первокурсник знает, что куда проще этот интеграл вычисляется с помощью формулы понижения, для получения которой нужно всего лишь проинтегрировать по частям: $$ \begin{aligned} I_{2 n+1}=\int_{0}^{\pi / 2} \cos ^{2 n+1} x d x=\int_{0}^{\pi / 2} \cos ^{2 n} x \cos x d x & =\left.\cos ^{2 n} x \sin x\right|_{0} ^{\pi / 2}+2 n \int_{0}^{\pi / 2} \cos ^{2 n-1} x \sin ^{2} x d x= \\ & =0+2 n \int_{0}^{\pi / 2} \cos ^{2 n-1} x\left(1-\cos ^{2} x\right) d x=2 n \cdot I_{2 n-1}-2 n \cdot I_{2 n+1} \end{aligned} $$[^5]откуда находим, что $I_{2 n+1}=\frac{2 n}{2 n+1} \cdot I_{2 n-1}$. Учитывая что $I_{1}=1$, применяя эту формулу $n$ раз подряд, находим, что $$ \int_{0}^{\pi / 2} \cos ^{2 n+1} x d x=\frac{2 n \cdot(2 n-2) \ldots 2}{(2 n+1)(2 n-1) \ldots 3} $$ Приравнивая эти два способа подсчета интеграла, мы получаем тождество $$ 2^{2 n} \frac{2 n \cdot(2 n-2) \ldots 2}{(2 n+1)(2 n-1) \ldots 3}=(-)^{n}\left(\frac{1}{2 n+1}-\frac{2 n+1}{2 n-1}+\ldots+\frac{(2 n+1) \cdot 2 n \ldots(n+2)}{n!}\right) $$ Если взять $p=2 n+1$ - простое число, то домножая на $p$, мы сразу получаем требуемое сравнение $$ 2^{2 n} \frac{2 n \cdot(2 n-2) \ldots 2}{(2 n-1)(2 n-3) \ldots 3} \equiv(-)^{n} \quad\left(\bmod p^{2}\right) $$ Решение 2 ([CSTTVZ]). Введем несколько обозначений. Пусть $$ A=\sum_{i=1}^{\frac{p-1}{2}} \frac{1}{i}, \quad B=\sum_{\substack{1 \leqslant i1, \quad f(n, 1) \equiv f\left(n^{\prime}, 1\right)+f\left(n^{\prime}, p-2\right) $$ Теперь часть "только тогда" доказываемого утверждения сразу следует из индукционного предположения, а часть "тогда” в общем-то тоже: если $f(n, j) \equiv 0(\bmod p)$ при $j=1,3, \ldots, p-2$, то $$ f\left(n^{\prime}, p-2\right) \equiv f\left(n^{\prime}, p-4\right) \equiv \ldots \equiv f\left(n^{\prime}, 1\right) \equiv-f\left(n^{\prime}, p-2\right) $$ откуда $f\left(n^{\prime}, j\right) \equiv 0(\bmod p)$ при всех нужных $j$ и тогда $n^{\prime} \vdots(p+1)$, а тогда и $n \vdots(p+1)$. ## Ссылки Авторы многих приведенных решений - участники конференции, в таких решениях мы ставили ссылки: [Д] Максим Дидин; $[K]$ Дмитрий Креков; $[J] \quad$ Jastin Lim Kai Ze; [T] Teh Zhao Yang Anzo; [CSTTVZ] Ćevid Domagoj, Stokić Maksim, Tanasijeviić Ivan, Trifunović Petar, Vukorepa Borna, Žikelić Đorđe ## ЛИТЕРАТУРА [1] Винберг Я. Б. Удивительные свойства биномиальных коэффициентов. // Мат. просвещение. Третья серия. Вып. 12. 2008 [2] Гашков С.Б., Чубариков В.Н. Арифметика. Алгоритмы. Сложность вычислений. М.: Высш. шк., 2000. [3] Дынкин Е.Б., Успенский В.А. Математические беседы. 2-е изд. М.: ФИЗМАТЛИТ, 2004. [4] Петербургские математические олимпиады, 1961-1993. СПб: Лань, 2007. [5] Табачников С.Л., Фукс Д.Б. Математический дивертисмент. 30 лекций по классической математике. М.: МЦНМО, 2011. [6] Фукс Д.Б., Фукс М.Б. Арифметика биномиальных коэффициентов // Квант. 1970. №6. С. 17-25. [7] Ширшов А.И. Об одном свойстве биномиальных коэффициентов // Квант. 1971. №10. С. 16-20. [8] Cai T.X., Granville A. On the residues of binomial coefficients and their products modulo prime powers /!/ Acta [9] Calkin N. J. Factors of sums of powers of binomial coefficients // Acta Arith. 1998. Vol. 86. P. 17-26. [10] Carlitz L. A note of Wolstenholme's theorem // Amer. Math. Monthly. 1954. Vol. 61. № 3. P. 174-176. [11] Dimitrov V., Chapman R. Binomial coefficient identity: 11118 // Amer. Math. Monthly. 2006. Vol. 113. № 7. P. 657-658. [12] Everett W. Subprime factorization and the numbers of binomial coefficients exactly divided by powers of a prime // Integers. 2011. Vol. 11. \# A63. http://www.integers-ejcnt.org/vol11.html [13] Fine N. Binomial coefficient modulo a prime // Amer. Math. Monthly. 1947. Vol. 54. № 10. Part 1. P. 589-592. [14] Gardiner A. Four problems on prime power divisibility // Amer. Math. Monthly. 1988. Vol. 95. № 10. P. 926-931. [15] Gauss K. Disquisitiones arithmeticae. 1801. Art. 78. [16] Gessel I. Wolstenholme revisited // Amer. Math. Monthly. 1998. Vol. 105. № 7. P. 657-658. [17] Granville A. Arithmetic properties of binomial coefficients. Доступно по адресу http://www.dms.umontreal.ca/ andrew/Binomial/ [18] Granville A. Binomial coefficients modulo prime powers. [19] Granville A. Zaphod Beeblebrox's Brian and the Fifty-ninth Row of Pascal's Triangle // Amer. Math. Monthly. 1992. Vol. 99. № 4. P. 318-331. [20] Granville A. Correction to: Zaphod Beeblebrox's Brian and the Fifty-ninth Row of Pascal's Triangle // Amer. Math. Monthly. 1997. Vol. 104. № 9. P. 848-851. [21] Hinz A. Pascal's triangle and tower of Hanoi // Amer. Math. Monthly. 1992. Vol. 99. № 6. P. 538-544. [22] Loveless A. A congruence for products of binomial coefficients modulo a composite // Integers: electronic journal of comb. number theory 7 (2007) \# A44 [23] McIntosh R. On the converse of Wolstenhome's theorem // Acta Arithmetica. 1995. Vol. 61. №4. P. 381-388. [24] Meštrović $R$. On the mod $p^{7}$ determination of $\binom{2 p-1}{p-1} / / \mathrm{http://arxiv.org/pdf/1108.1174v1.pdf}$ [25] More Y., Chapman R. The sum of Catalan numbers, modulo 3: 11165 // Amer. Math. Monthly. 2007. Vol. 114. № 5. P. $454-455$. [26] Morley F. Note on the congruences $2^{4 n} \equiv(-)^{n}(2 n)!/\left(n!^{2}\right)$, where $2 n+1$ is a prime // Annals of Math. 1894-1895. Vol. 9. №1. P. 168-170. [27] Roberts J. On binomial coefficient residues // Canad J. Math. 1957. Vol. 9. P. 363-370. [28] Sun Z.-W., Wan D. On Fleck quotients // arXxiv:math.0603462v3 # Приложения к теории колец, немного истории А. Я. Белов, М. И. Харитонов 2 августа 2012 г. Рассмотрим множество, с элементами которого можно проводить операции сложения, причем 1. для любых элементов $a, b, c, a+b=b+a,(a+b)+c=a+(b+c)$; 2. есть специальный элемент 0 такой, что $a+0=a$ для всех $a$; 3. для каждого элемента а существует противоположный $(-a)$ такой, что $(-a)+$ $a=a+(-a)=0$. Примеры: различные остатки при делении на $n$; повороты плоскости на различные углы относительно фиксированной точки и т.д. Можно также добавить еще одну естественную операцию, умножение, также удовлетворяющую ассоииативности: 4. $a(b c)=(a b) c$ для всех $a, b, c$. Если при всех этих свойствах умножение и сложение удовлетворяют условию дистрибутивности: 5. $a(b+c)=a b+a c,(b+c) a=b a+c a$ для всех $a, b, c$, то множество с указанными операциями называется кольцом. Примеры: опять же остатки (вычеты по модулю); многочлены от одного или нескольких элементов. Задача 0.1 Приведите примеры колеи с делителями нуля, то есть колеи, где есть элементы $a, b$ такие, что $a b=0$; Определение 0.1 Единицей кольца или нейтральным элементом называется элемент $E$ такой, что $E A=A E=A$ для всех $A \in R$. Обратный элемент $A^{-1}$ определяется равенством $A A^{-1}=E$. Задача 0.2 Докажите, что в кольче с единицей аксиома коммутативности сложения вытекает из других аксиом. Задача 0.3 Постройте кольцо из 4 элементов, каждый ненулевой элемент которого обратим. Задача 0.4 Постройте некоммутативное кольцо, то есть такое, что существуют $a, b$ такие, что $a b \neq b a$; Задача 0.5 Пусть $R$ кольцо, где любая сумма нескольких единии, не равна нулю. пусть элементы $, f, g$ таковы, что ее $=e, f f=f, g g=g u e+f+g=0$. Докажите, что $e=f=g=0$. Определение 0.2 Многочлен $f=f\left(x_{1}, \ldots, x_{n}\right)$ называется тождеством кольца $A$, если он тождественно обращается в ноль на $A$. Тождество $f$ следует из набора тождеств $\left\{g_{i}\right\}$, если везде, где выполняется набор $\left\{g_{i}\right\}$, также выполняется $f$. Иногда пишут тождество в виде $f=0$. Задача 0.6 Существуют ли нетривиальные кольца, удовлетворяющие тождествам $x^{2}=0 ; x y=y x$ ? Определение 0.3 Если каждый ненулевой элемент обратим, то кольцо называется телом. Кольцо коммутативно, если $a b=b a$ для всех $a, b \in R$. Коммутативное тело есть поле. ## Примеры. Поле вещественных чисел, поле комплексных чисел, кольцо многочленов, кольцо $Z_{n}$ остатков по модулю $n$. Если $n$ простое, то $Z_{n}$ - поле. Некоммутативное кольцо матриц: если $A=\left(a_{i j}\right)$ и $B=\left(b_{i j}\right)$, то $A+B=A=$ $\left(a_{i j}+b_{i j}\right), A B=\left(\sum_{j} a_{i j} b_{j k}\right)$. Тело кватернионов есть множество выражений вида $a i+b j+c k+d$, где $a, b, c, d$ есть вещественные числа и при этом $i j=-j i=k, k i=$ $-i k=j, j k=-k j=i, i^{2}=j^{2}=k^{2}=-1$. Задача 0.7 Проверьте, что приведенные выие обдекты действительно являются кольцами. Определение 0.4 Свободная ассоциативная алгебра или кольцо некоммутативных многочленов над кольцом $R$ : это наборы выражений вида $\sum_{i} a_{i} v_{i}, a_{i} \in R, v_{i}-$ слова. Если $v=\sum_{i} a_{i} v_{i}, u=\sum_{i} b_{i} v_{i}$, то $u+v=\sum_{i}\left(a_{i}+b_{i}\right) v_{i}, u v=\sum_{i, j} a_{i} b_{j} v_{i} v_{j}$. Свободная ассоциативная алгебра перестаёт быть свободной, если в ней выполняются некоторые тождества. Понятие тождества алгебры приведено ниже. Замечание 0.1 Далее под алгеброй будем подразумевать ассоциативную алгебру. Определение 0.5 Многочлен $f=f\left(x_{1}, \ldots, x_{n}\right)$ называется тождеством алгебры $A$, если он тождественно обращается в ноль на $A$. Тождество $f$ следует из набора тождеств $\left\{g_{i}\right\}$, если везде, где выполняется набор $\left\{g_{i}\right\}$, также выполняется $f$. Иногда пишут тождество в виде $f=0$. Примеры. Тождество коммутативности $[a, b]=a b-b a$ выполняется на всех коммутативных кольцах. В поле вычетов по простому $p$ выполняется тождество $x^{p}-x$ (малая теорема Ферма). $(a+b)^{2}=a^{2}+a b+b a+b^{2}$, поэтому из тождества $x^{2}=0$ следует тождество $a b+b a=0$. Задача 0.8 1. Докажите, что в алгебре матрии второго порядка выполняется тождество $\left[[x, y]^{2}, z\right]=0$ (тождество Холла). 2. Докажите, что в алгебре матриц второго порядка выполняется тождество $\sum_{\sigma \in S_{4}}(-1)^{\sigma} x_{\sigma(1)} \cdots x_{\sigma(4)}=0$ (стандартное тождество степени 4). Замечание. В алгебре матриц $n$-го порядка выполняется стандартное тождество степени $2 n$ (теорема Амицура-Левицкого). Известно, что все тождества алгебры матриц второго порядка вытекают из стандартного тождества степени 4 и тождества Холла (это довольно трудная теорема, доказанная Ю. П. Размысловым в 1973 году). Однако базис тождеств неизвестен даже для матриц третьего порядка вплоть до настоящего времени. Определение 0.6 Алгебра $A$ называется ниль-алгеброй, если есть функция $n: A \rightarrow$ $\mathbf{N}$ такая, что для любого $x \in A$ выполняется равенство $x^{n(x)}=0$. Если же в ней выполняется тождество $x^{n}=0$, то $A$ называется ниль-алгеброй индекса $n$. $A-$ нильпотентна индекса $k$, если в ней выполняется тождество $x_{1} \cdots x_{k}=0, A$ - нильпотентна, если она нильпотентна индекса $k$ при некотором $k . \tau$ - элемент алгебры $A$ - называется алгбраичным индекса $k$, если для некоторых элементов $a_{1}, a_{2}, \ldots, a_{k}$ из алгебры $A$ выполняется равенство $\sum_{i=1}^{k} \tau^{i} a_{i}=0$. Алгебра $A$ алгебраична индекса $k$, если каждый ее элемент алгебраичен индекса $k$ над основным полем, и алгебраична, если каждый ее элемент алгебраичен некоторого индекса (зависящего от элемента). Задача 0.9 1. Докажите, что в алгебре, алгебраичной индекса $k$, выполняется нетривиальное тождество. 2. Докажите, что алгебра матрии $n$-го порядка алгебраична индекса $n$. 3. Докажите равенство (поляризачию) $$ \begin{gathered} \left(\sum_{i=1}^{n} x_{i}^{n}\right)^{n}-\sum_{j}\left(x_{1}+\cdots+\widehat{x_{j}}+\cdots+x_{n}\right)^{n}+\sum_{j1$. Задача 2.9. Пусть и и v - различньле неииклические слова длиньи $m$ и n coответственно. Слово $W$ содержит подслова $u^{\prime}=u^{m \cdot n}$ и $v^{\prime}=v^{m \cdot n}$. Докажите, что длина общей части у $u^{\prime}$ и $v^{\prime}$ не больше $m+n-2$. Задача 2.10. На бесконечной ленте в каждой ячейке написаны иифры от 1 до 9. Докажите, что тогда либо из неё можно вырезать 10 непересекающихся тьсячезначных чисел в порядке убывания, либо какое-то число длины меньше 10 повторится 50 раз подряд. ## 3. Цикл "Теорема Дилуорса" Задача 3.1. Из любых ли плти различных чисел, выписанных в ряд, можно выбрать три, стоящие в этом ряду в порядке убывания или в порядке возрастания? Задача 3.2. Из любых ли девяти различных чисел, выписанных в ряд, можно выбрать четьре, стоящие в этом ряду в порядке убывания или в порядке возрастания? Задача 3.3. Докажите, что из любых десяти различных чисел, выписанных в ряд, можно выбрать четьре, стояшие в этом ряду в порядке убывания или в порядке возрастания. Задача 3.4. Докажите, что среди любых $m n+1$ различньх чисел найдутся либо $m+1$ в порядке убывания, либо $n+1$ в порядке возрастания. Частично упорядоченное множество (ЧУМ) $M$ - это множество, для любых двух элементов $\mathrm{a}, \mathrm{b}$ которого известно, находятся они в некотором отношении $\prec$ или нет. При этом должны быть выполнены следующие аксиомы: $\mathrm{X}$ если $a \prec b$ и $b \prec c$, то $a \prec c$; $\mathrm{X}$ если $a \prec b$, то $a$ не равно $b$. Задача 3.5. Возможно ли, что неравенства $a \prec b u b \prec a$ выполнены одновременно? Задача 3.6. Докажите, что слова образуют ЧУМ при отношении, порождённом лексикографическим порядком. Определение 3.1. Множество, любые два элемента которого сравнимы, называют линейно упорядоченнымм или, коротко, чепью. Задача 3.7. Пусть $m, n$ - некоторые натуральные числа. B частично упорядоченном множестве из mn+1 элементов есть либо чепь из идущих в порядке возрастания $m+1$ элементов, либо $n+1$ попарно несравнимьх элементов (так назььваемая антицепь). Задача 3.8. Обозначим через $d$ наибольшее количество элементов чепи данного конечного частично упорядоченного множества $M$. Тогда $M$ можно разбить на $d$ антицепей. Более того, верен следующий факт, который окажет нам серьёзную помощь в дальнейшем: Теорема Дилуорса. Обозначим через $n$ наибольшее количество элементов антицепи данного конечного частично упорядоченного множества $M$. Тогда $M$ можно разбить на $n$ цепей. ## 4. Цикл “Экспоненциальная оценка" Пусть наш алфавит состоит из букв $a_{1}, a_{2}, \ldots, a_{s}$. Будем считать, что $a_{1} \prec a_{2} \prec \cdots \prec a_{s}$. Таким образом, мы упорядочили буквы алфавита. Рассмотрим теперь два слова $u$ и $v$. Если одно из них является началом другого, то назовём слова $u$ и $v$ несравнимblми (по отношению друг к другу). В противном случае найдутся слова $w, u^{\prime}, v^{\prime}$ такие, что $u=w u^{\prime}, v=w v^{\prime}$, причём первые буквы у слов $u^{\prime}$ и $v^{\prime}$ - различные ( $w$ может быть пустым, $u^{\prime}$ и $v^{\prime}$ - нет). Если первая буква $u^{\prime}$ больше первой буквы $v^{\prime}$, то считаем слово $u$ больше слова $v$, в обратном случае считаем $u$ меньше $v$. Таким образом, мы частично упорядочили слова. Приведённый порядок называется лексикографическим (мы уже обсуждали его в предисловии). Не стоит также забывать, что некоторые слова так и остались несравнимыми. Задача 4.1. Пусть алфавит cocmoum из трёх букв: $a, b$ и c. Введём на них порядок $aj$ (отметим, что $i$-ое подслово и $j$-ое подслово длины $k$ также совпадают). Тогда $i$-ая буква совпадает с $j$-ой, $(i+1)$-ая с $(j+1)$-ой, $(i+k)$-ая с $(j+k)$-ой. Так как $(i-j) \leq k$, $V$ есть подслово $V_{1 \rightarrow(j-1)} V_{j \rightarrow(i-1)}^{\infty}$, где $V_{1 \rightarrow(j-1)}$ - подслово в $V$, начинающееся в 1-ой букве, а кончающееся в $j-1$, а $V_{j \rightarrow(i-1)}$ - подслово $V$, начинающееся в $j$-ой букве, а кончающееся в $(i-1)$-ой. Так как $i-1 \leqslant k$ и $i-j \leqslant k, V$ содержит не меньше, чем $t$-ую степень подслова $V_{j \rightarrow(i-1)}$. Значит, $V$ содержит подслово вида $v^{t}$. Задача 2.7. Установите биекиию между следующими двумя множествами: - последовательности натуральных чисел $1 \leqslant a_{1} \leqslant a_{2} \leqslant \ldots \leqslant a_{n}$, где $a_{i} \leqslant i$; - перестановки чисел $1,2, \ldots, n$, у которых длина каждой убывающей последовательности не больше 2. Доказательство. Рассмотрим множество перестановок $S_{n}^{\vee}$ чисел $1,2, \ldots, n$, у которых длина каждой убывающей последовательности не больше 2 (мы рассматриваем перестановки, как подмножество множества слов). Для всякой перестановки $\sigma \in S_{n}^{\vee}$ обозначим через $b(\sigma)$ длину максимальной возрастающей подпоследовательности, конец которой совпадает с концом $\sigma$. Для всякого $m1$. Задача 2.9. Пусть и и $v$ - различные нециклические слова длины $m$ и $n$ coответственно. Слово $W$ содержит подслова $u^{\prime}=u^{m \cdot n} u v^{\prime}=v^{m \cdot n}$. Докажите, что длина общей части у и' и $v^{\prime}$ не болъше $m+n-2$. Решение. Пусть $m>n$ и пусть пересечение двух периодических подслов $u^{m n}$ и $v^{m n}$ имеет длину хотя бы $m+n-1$. Обозначим их пересечение за $S$, а его буквы $s_{1}, \ldots, s_{l}(l$ - длина $S$ ). Покажем, что в этом случае слово $u$ - периодично с периодом $d:=$ НОД $(m, n)$. Достаточно показать, что если $k=l(\bmod d)$ и $1 \leq k, l0 \text { и } k_{i}0 \\ i-\text { ый член последовательности - последний, } & \text { если } a_{i}=b_{i}=0\end{array}\right.$. Из определения этой последовательности видно, что 1. $k_{i}-r=a_{i} n-b_{i} m$ для всех $i \geq 0$; 2. $d \% k_{i}$ для всех $i \geq 0$; 3. $1 \leq k_{i} \leq m+n-1$ для всех $i \geq 0$. 4. Если $k_{i}$ - последний член последовательности, то $k_{i}=r$. Из этих правил следует, что $s_{k_{i+1}}=s_{k_{i}}$ и, в частности, $s_{k}=s_{l}$, если $k=l(\bmod d)$. Пусть $r=0$. Покажем, что $s_{k}=s_{n}=s_{m}$. Для этого построим последовательности $k_{i}, a_{i}, b_{i}$, заданные следующими правилами: 1. $k_{0}=n, a_{0}=m / d-1, b_{0}=n / d-1$; 2. $\left\{\begin{array}{ll}k_{i+1}=k_{i}+n, a_{i+1}=a_{i}-1, b_{i+1}=b_{i}, & \text { если } a_{i}>0 \text { и } k_{i}0 \\ i-\text { ый член последовательности }- \text { последний, } & \text { если } a_{i}=b_{i}=0\end{array}\right.$. Отметим, что 1. $k_{i}-n=a_{i} n-b_{i} m$ для всех $i \geqslant 0$; 2. $k_{i} \vdots d$ для всех $i \geqslant 0$; 3. $1 \leq k_{i} \leq m+n-1$ для всех $i \geqslant 0$. Пусть $k_{i}=n$. Тогда $n a_{i}=m b_{i}$ и, в частности, или $a_{i}=0$, или $a_{i} \geq m / d$. Так как последнее невозможно, то $a_{i}=b_{i}=0$. Наоборот, если $a_{i}=b_{i}=0$, то $k_{i}=n$. Таким образом, в последовательностях $\left\{a_{i}\right\},\left\{b_{i}\right\},\left\{k_{i}\right\}$ ровно $m / d+n / d-1$ член. Покажем теперь, что любые два члена последовательности $\left\{k_{i}\right\}$ различны. Действительно, если $k_{i}=k_{j}$, то $n\left(a_{i}-a_{j}\right)=m\left(b_{i}-b_{j}\right)$. В частности $a_{i} \geq m / d$. Что невозможно. Таким образом, любые два члена последовательности $\left\{k_{i}\right\}$ попарно различны, принадлежат множеству $\{d, \ldots, d(m / d+n / d-1)\}$, а всего элементов в этой последовательности $m / d+n / d-1$. Откуда следует, что члены этой последовательности исчерпывают все числа, делящиеся на $d$, от $d$ до $d(m / d+n / d-1)$, и, так как $s_{k_{i}}=s_{k_{i+1}}, s_{k}=s_{n}=s_{m}$. В частности, отсюда следует, что если $k, l \vdots d$ и $k=l(\bmod d)$, то $s_{k}=s_{l}$. Так как пересечение двух периодических множеств имеет длину $m+n-1$ и $d$-периодично, то каждое из слов $u, v$ (они имеют длину меньшую $m+n-1$ !) периодично. Противоречие. Следовательно, пересечение $u^{m n}$ и $v^{m n}$ не может иметь длину, большую $m+n-2$. Задача 2.10. На бесконечной ленте в каждой ячейке написаны цифры от 1 до 9. Докажите, что тогда либо из неё можно вырезать 10 непересекающихся тысячезначных чисел в порядке убывания, либо какое-то число длины меньше 10 повторится 50 раз подряд. Доказательство. Рассмотрим момент, с которого все встречаемые 1000-значные числа повторяются бесконечное число раз. Если их хотя бы 10, то найдем наибольшее, затем далее него найдем второй по величине и так далее. А если их менее 10 , то тогда существует 2 одинаковых 1000-значных слова, у которых расстояние между началами менее 10. Значит, такое число (частично) периодично с периодом не более 10. А, значит, мы нашли требуемое 50-ти разовое повторение слова длины менее 10 . ## 3 Цикл "Теорема Дилуорса" Задача 3.1. Из любых ли пяти различных чисел, выписанных в ряд, можно выбрать три, стоящие в этом ряду в порядке убывания или в порядке возрастания? Доказательство. Является частным случаем задачи 3.4. Задача 3.2. Из любых ли девяти различных чисел, выписанных в ряд, можно выбрать четыре, стоящие в этом ряду в порядке убывания или в порядке возрастания? Решение. Нет, не из любых. Например, 3-2-1-6-5-4-9-8-7. Задача 3.3. Докажите, что из любых десяти различных чисел, выписанных в ряд, можно выбрать четыре, стоящие в этом ряду в порядке убывания или в порядке возрастания. Доказательство. Является частным случаем задачи 3.4. Задача 3.4. Докажите, что среди любых $m n+1$ различных чисел найдутся либо $m+1$ в порядке убывания, либо $n+1$ в порядке возрастания. Доказателъство. Положим, что $a \succ b$, если $a>b$ и $a$ стоит после $b$. А все остальные пары назовем несравнимыми. Из задачи 3.7 мы можем найти либо $m+1$ цепь относительно $\succ$ (что соответствует $m+1$ элементу в порядке возрастания), либо $n+1$ попарно несравнимый элемент относительно $\succ$, что соответствует убывающей последовательности из $n+1$ элемента. Частично упорядоченное множество (ЧУМ) $M$ - это множество, для любых двух элементов $a, b$ которого известно, находятся они в некотором отношении $\prec$ или нет. При этом должны быть выполнены следующие аксиомы: $\mathrm{X}$ если $a \prec b$ и $b \prec c$, то $a \prec c$; $\mathrm{X}$ если $a \prec b$, то $a$ не равно $b$. Задача 3.5. Возможно ли, что неравенства $a \prec b u b \prec a$ выполнены одновременно? Задача 3.6. Докажите, что слова образуют ЧУМ при отношении, порождённом лексикографическим порядком. Определение 3.1. Множество, любые два элемента которого сравнимы, называют линейно упорядоченным или, коротко, цепъю. Задача 3.7. Пусть $m, n$ - некоторые натуральные числа. В частично упорядоченном множестве из $m n+1$ элементов есть либо цепь из идущих в порядке возрастания $m+1$ элементов, либо $n+1$ попарно несравнимых элементов (так называемая антицепь). Доказательство. Будем доказывать по индукции по числу $m$. База для $m=0$ очевидна. Докажем переход. Рассмотрим наш ЧУМ. Назовем число максимальным, если нет никакого, большего его. Рассмотрим все максимальные числа. Из определения видно, что никакие 2 максимальных не являются сравнимыми. Если их хотя бы $n+1$, то мы нашли требуемую антицепь. Если из не более, чем $n$, то забудем временно про них и найдем среди оставшихся (которых не меньше, чем $n(m-1)+1$ либо антицепь длины $n+1$ (уже победа), либо цепь длины $m$. Во втором случае рассмотрим максимальный элемент этой цепи. Раз он не забыт, то есть забытое число, большее данного, а, соответственно, и всех элементов цепи. Добавим забытое число, и, тем самым, построим требуемую цепь длины $m+1$. Задача 3.8. Обозначим через $d$ наибольшее количество элементов цепи данного конечного частично упорядоченного множества $M$. Тогда $M$ можно разбить на $d$ антицепей. Решение. (Все новые определения есть в решении задачи 3.7) Рассмотрим все максимальные элементы и объединим их в одну антицепь. Забудем про них. Заметим, что не осталось цепей длины n, так как иначе вместе с забытыми мы можем найти цепь длины $n+1$. И будем действовать таким образом и дальше. Ура. Более того, верен следующий факт, который окажет нам серьёзную помощь в дальнейшем: Теорема Дилуорса. Обозначим через $n$ наибольшее количество элементов антицепи данного конечного частично упорядоченного множества $M$. Тогда $M$ можно разбить на $n$ цепей. Доказательства теоремы Дилуорса и других задач из посвящённого ей цикла можно прочитать в $[17]$. ## 4 Цикл “Экспоненциальная оценка" Пусть наш алфавит состоит из букв $a_{1}, a_{2}, \ldots, a_{l}$. Будем считать, что $$ a_{1} \prec a_{2} \prec \cdots \prec a_{l} . $$ Таким образом, мы упорядочили буквы алфавита. Рассмотрим теперь два слова $и$ и $v$. Если одно из них является началом другого, то назовём слова $u$ и $v$ несравнимыми (по отношению друг к другу). В противном случае найдутся слова $w, u^{\prime}, v^{\prime}$ такие, что $u=w u^{\prime}, v=w v^{\prime}$, причём первые буквы у слов $u^{\prime}$ и $v^{\prime}$ - различные ( $w$ может быть пустым, $u^{\prime}$ и $v^{\prime}$ - нет). Если первая буква $u^{\prime}$ больше первой буквы $v^{\prime}$, то считаем слово $u$ больше слова $v$, в обратном случае считаем $u$ меньше $v$. Таким образом, мы частично упорядочили слова. Приведённый порядок называется лексикографическим (мы уже обсуждали его в предисловии). Не стоит также забывать, что некоторые слова так и остались несравнимыми. Решения большинства задач этого параграфа можно найти в статье [15]. Задача 4.1. Пусть алфавит состоит из трёх букв: $a, b$ и с. Введём на них порядок $aj . $$ Таким образом, число корректных последовательностей, для которых $$ \operatorname{stup}\left(a_{1}, a_{2} \ldots, a_{n+1}\right)=j $$ равно $c_{j-1} c_{n+1-j}$. Так как $j$ может принимать все натуральные значения в диапазоне $1 \leqslant j \leqslant n+1$, а других значений принимать не может, то получаем, что $$ c_{n+1}=c_{0} c_{n}+c_{1} c_{n-1}+\ldots+c_{n} c_{0} $$ Покажем теперь, что $c_{n}=\frac{1}{n+1} \mathrm{C}_{2 n}^{n}$. Для этого введём функцию $$ f(x)=c_{0}+c_{1} x+c_{2} x^{2}+\ldots+c_{n} x^{n}+\ldots $$ Тогда из соотношения (1) следует, что $f(x)=c_{0}+x f^{2}(x)$. Откуда $$ f(x)=\frac{1 \pm \sqrt{1-4 c_{0} x}}{2 x}={ }^{2} \frac{1 \pm \sqrt{1-4 x}}{2 x} $$ Так как $f(x)$ не имеет полюса в 0 , $$ f(x)=\frac{1-(1-4 x)^{\frac{1}{2}}}{2 x}=\sum_{n \geq 0} \frac{1}{2}(-1)^{n+2} 4^{n+1} \mathrm{C}_{n+1}^{\frac{1}{2}} x^{n}=\sum_{n \geq 0} 4^{n+1} \frac{(2 n-1)!!}{2^{n+2}} x^{n}=\sum_{n \geq 0} \frac{1}{n+1} \mathrm{C}_{2 n}^{n} x^{n} $$ Откуда $c_{l}=\frac{1}{l+1} \mathrm{C}_{2 l}^{l}$. c) В 1-порядочном слове буквы идут по возрастанию. Следовательно, 1-порядочные слова находятся во взаимно однозначном соответствии с упорядоченными наборами неотрицательных целых чисел $\left(k_{1}, \ldots, k_{l}\right)$, для которых $k_{1}+\ldots+k_{l}=s$. Как известно, число таких наборов равно $\mathrm{C}_{s+l-1}^{s}$. Задача 4.3. а) Пусть $n$ - некоторое натуральное число, и - неииклическое слово длины не меньше $n$. Докажите, что слово $u^{2 n}$ является $n$-разбиваемым. b) Пусть и - некоторое слово длины $(n-1)$. Докажите, что слово $u^{2 n}-$ не п-разбиваемое.[^8] Доказательство. а) Из слова $u$ длины $m \geqslant n$ с помощью циклических перестановок можно получить $m$ слов: $u_{0}, u_{1}, \ldots, u_{m-1}$. Так как слово $u$ - нециклическое, то все слова $u_{i}$ попарно различны. Предположим, что в лексикографическом смысле $u_{i_{0}}>$ $u_{i_{1}}>\ldots>u_{i_{m-1}}$. Представим каждое слово $u_{i}$ в виде $u_{i}=v_{i} w_{i}$, где $u=w_{i} v_{i}$. Рассмотрим теперь слово $$ u^{2 n}=w_{i_{0}} v_{i_{0}} w_{i_{0}} v_{i_{0}} w_{i_{1}} v_{i_{1}} w_{i_{1}} v_{i_{1}} \ldots w_{i_{m-1}} v_{i_{m-1}} w_{i_{m-1}} v_{i_{m-1}} $$ Положим $u_{i_{k}}^{\prime}=v_{i_{k}} w_{i_{k}} v_{i_{k}} w_{i_{k+1}}$ для $k=0,1, \ldots, n-2$; $$ u_{i_{n-1}}^{\prime}=v_{i_{n-1}} w_{i_{n-1}} v_{i_{n-1}} ; \gamma=w_{i_{0}} $$ Тогда слово $u^{2 n}$ представится в виде $u^{2 n}=\gamma u_{i_{0}}^{\prime} u_{i_{1}}^{\prime} \ldots u_{i_{n-1}}^{\prime}$. Так как $$ u_{i_{0}}^{\prime}>u_{i_{1}}^{\prime}>\ldots>u_{i_{n-1}}^{\prime} $$ получаем, что слово $u^{2 n}$ является $n$-разбиваемым (см. также [18]). b) Пусть $u=u_{1} \ldots u_{s}$, где $s \leq n-1$. Пусть $u^{2 n}-n$-разбиваемое слово, то есть содержит непересекающиеся подслова $v_{1}, \ldots, v_{n}$, идущие в порядке убывания. Пусть $r_{1}, \ldots, r_{n}$ - номера, считая с начала слова $u^{2 n}$, первых букв $v_{1}, \ldots, v_{n}$. В силу того что $sn$, то подслова $$ u_{1}, u_{n d+1}, u_{n d+d+1}, u_{n d+2 d+1}, \ldots, u_{2 n d-d+1} $$ не пересекаются. Следовательно, они несравнимы, а, значит, слово $W$ является $n$ сократимым. Противоречие. Задача 4.7. Для каждой пары натуралъных чисел $n, d$ приведите пример не ( $n d-$ 1)-разбиваемого в хвостовом смысле слова $W$ такого, что $W$ - не $(n+1)$-разбиваемо и не содержит подслова в степени $d$. Решение. Пример, построенный командами "Харьков" и "Девушки": Пусть в алфавите 2 буквы $an>k$, то $\left.\left(\left.\left(H_{m}\right)\right|_{n}\right)\right|_{k}=\left(H_{m}\right)_{k}$, в частности, $\left.\left(H_{m}\right)\right|_{k} \subset$ $\left.\left(H_{m}\right)\right|_{n}$. Для всякого $n$ положим $$ \left(H_{\infty}\right)_{n}:=\cap_{m \geq n}\left(\left.\left(H_{m}\right)\right|_{n}\right) $$ Покажем, что для всякого $n \geq 1$ множество $\left(H_{\infty}\right)_{n}$ непусто. Напомним, что если $m_{1}>m_{2}>n$, то $\left.\left(H_{m_{1}}\right)\right|_{n} \subset\left(H_{m_{2}}\right)_{n}$. Таким образом, если $\left(H_{\infty}\right)_{n}=0$, то $\left.\left(H_{m}\right)\right|_{n}=0$ для какого-то $m>n$. Что невозможно. Заметим также, что если $m>n$, то $$ \left(H_{\infty}\right)_{n}=\left.\left(\left(H_{\infty}\right)_{m}\right)\right|_{n} $$ Теперь построим цепочку $\left\{f_{i}\right\}\left(f_{i} \in\left(H_{\infty}\right)_{i}\right)$ по следующему правилу: $\left.f_{i+1}\right|_{P_{i}}=f_{i}$ (такая функция $f_{i+1}$ обязательно существует для каждой функции $f_{i}$, так как $\left.\left(\left(H_{\infty}\right)_{i+1}\right)\right|_{i}=$ $\left.\left(H_{\infty}\right)_{i}\right)$. Эта цепочка задаёт разбиение всех п. на два парламента: $i$-ый п. находится в $f_{i}(i)$ палате. \footnotetext{ ${ }^{4}$ Эта задача имеет малое отношение к теме проекта. Она достаточно интересна сама по себе и вызвала оживление среди членов жюри. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-099.jpg?height=40&width=640&top_left_y=2553&top_left_x=337) Теперь перестанем фиксировать числа $l, n, d$ и слово $W$. Будем считать, что $l, n, d$ - некоторые натуральные числа такие, что $n \leqslant d$, а слово $W$ - некоторое слово над алфавитом из $l$ букв. Задача 4.11 (Лемма Ширшова). Докажите, что существует функиия от натуральных аргументов $f(l, n, d)$ такал, что для любого слова $W$ над алфавитом длинъ $l$, не являющегося $(n, d)$-сократимым, $r(W)n$ and for $k<0$ by definition. We denote by $p$ a prime number. For any natural $n$ denote by $(n!)_{p}$ the product of all integers from 1 to $n$ not divisible by $p$. If a number $p$ is given the symbols $n_{i}, m_{i}$ etc. denote the digits of numbers $n, m$ etc. in base $p$. ## 2 Arithmetical triangle and divisibility 2.1. a) Prove that the first $3^{k}$ rows of 3 -arithmetical Pascal triangle contain $\frac{1}{2}\left(6^{k}+4^{k}\right)$ residues " 1 " and $\frac{1}{2}\left(6^{k}-4^{k}\right)$ residues " 2 ". b) Find the number of zero elements in the first $5^{k}$ rows of 5 -arithmetical Pascal triangle. c) Find the number of non-zero elements in the first $p^{k}$ rows of $p$-arithmetical Pascal triangle. 2.2. Prove that the number of 1's in the first $m$ rows of 2 -arithmetical Pascal triangle equals $$ \sum_{i=0}^{n-1} m_{i} \cdot 2^{\sum_{k=i+1}^{n-1} m_{k}} \cdot 3^{i} $$ If $m=2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{r}}$, where $\alpha_{1}>\alpha_{2}>\ldots>\alpha_{r}$, then we can rewrite the last expression in the form $$ 3^{\alpha_{1}}+2 \cdot 3^{\alpha_{2}}+2^{2} \cdot 3^{\alpha_{3}}+\ldots+2^{r-1} \cdot 3^{\alpha_{r}} $$ 2.3. Consider $n$-th row of Pascal triangle modulo 2 as binary expansion of some integer $P_{n}$. Prove that $$ P_{n}=F_{i_{1}} \cdot \ldots \cdot F_{i_{s}} $$ where $i_{1}, \ldots, i_{s}$ are numbers of positions where 1 's occur in the binary expansion of $n$, and $F_{i}=2^{2^{i}}+1$ is $i$-th Fermat number. 2.4. Prove that the number of non-zero elements in $n$-th row of $p$-arithmetical Pascal triangle equals $\prod_{i=0}^{d}\left(n_{i}+1\right)$. 2.5. a) All the binomial coefficients $\binom{n}{k}$, where $00$ there exists $N$, such that for all integer $n>N$ and $k_{1}, k_{2}, \ldots, k_{100}<\varepsilon \sqrt{n}$ the numbers $$ \binom{2 n}{n+k_{1}},\binom{2 n}{n+k_{2}}, \ldots,\binom{2 n}{n+k_{100}} $$ have a common divisor. 2.13. a) The non negative numbers $m>1, n, k$ are given. Prove that at least one of the numbers $\binom{n}{k}$, $\binom{n+1}{k}, \ldots,\binom{n+k}{k}$ is not divisible by $m$. b) Prove that for each $k$ there exist infinite set of numbers $n$, such that all the numbers $\binom{n}{k},\binom{n+1}{k}, \ldots$, $\binom{n+k-1}{k}$ are divisible by $m$. 4.9. Prove that for $n>1\binom{2^{n+1}}{2^{n}}-\binom{2^{n}}{2^{n-1}}$ is divisible by $2^{2 n+2}$. 4.10. Prove that for $p \geqslant 5 \quad(-1)^{\frac{p-1}{2}}\binom{p-1}{\frac{p-1}{2}} \equiv 4^{p-1}\left(\bmod p^{3}\right)$. ## Amazing properties of binomial coefficients - 4 ## Additional problems to previous topics 4.11. Let $m$ be a non negative integer, $p \geqslant 5$ be a prime. Prove that $$ \frac{1}{m p+1}+\frac{1}{m p+2}+\cdots+\frac{1}{m p+(p-1)} \equiv 0 \quad\left(\bmod p^{2}\right) $$ 4.12. Let $p$ and $q$ be primes. Prove that $\binom{2 p q-1}{p q-1} \equiv 1(\bmod p q)$ if and only if $\binom{2 p-1}{p-1} \equiv 1(\bmod q)$ and $\binom{2 q-1}{q-1} \equiv 1(\bmod p)$. ## 5 Sums of binomial coefficients 5.1. a) Prove that the $\operatorname{sum} \sum_{k=0}^{3^{a}-1}\binom{2 k}{k}$ is divisible by $3 ; \quad$ b) is divisible by $3^{a}$. 5.2. Let $C_{k}=\frac{1}{k+1}\binom{2 k}{k}$ be Catalan numbers. Prove that $\sum_{k=1}^{n} C_{k} \equiv 1(\bmod 3)$ if and only if the number $n+1$ contains at least one digit " 2 " in base 3 . 5.3. Let $p \geqslant 3, k=[2 p / 3]$. Prove that the sum $\binom{p}{1}+\binom{p}{2}+\ldots+\binom{p}{k}$ is divisible by $p^{2}$. 5.4. Let $n \vdots(p-1)$, where $p$ is an odd prime. Prove that $$ \binom{n}{p-1}+\binom{n}{2(p-1)}+\binom{n}{3(p-1)}+\ldots \equiv 1+p(n+1) \quad\left(\bmod p^{2}\right) $$ 5.5. Prove that if $0 \leqslant j \leqslant p-1\alpha_{2}>\cdots>\alpha_{m}, 2^{\alpha_{m}}>k$. Then the row with number $2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m}}+k$ contains $2^{m+r} 1$ 's. Proof. It is clear that the number $2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m}}+k$ in base 2 contains $m+r$ 1's and hence the corresponding row contains $2^{m+r} 1$ 's. Lemma 2. The rows with the following numbers $$ 2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m-1}}, \quad 2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m-1}}+1, \quad \ldots, \quad 2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m-1}}+2^{\alpha_{m}}-1 $$ contain $2^{k} 3^{\alpha_{m}} 1$ 's. Proof. By lemma 1 the row with number $2^{\alpha_{1}}+2^{\alpha_{2}}+\ldots+2^{\alpha_{m-1}}+i$ contains $2^{k} x_{i} 1$ 's, where $x_{i}$ is the number of 1 's in $i$-th row. Then the total number of 1 's in these rows equals $2^{k} \sum x_{i}$. But $\sum x_{i}$ is the number of 1's in the first $2^{\alpha_{m}}-1$ rows of Pascal triangle, this number is equal to $3^{\alpha_{m}}$ (it is known, for example, by problem 1.4). The statement of problem follows from lemma 2 . 2.3. The problem is from [1], the solution is from [18]. The problem statement follows from Luka's theorem due to the following observation (it is also mentioned in [1]): a binomial coefficient $\binom{n}{k}$ is odd if and only if the set of 1's in the binary expansion of $k$ is the subset of the set of 1's in the binary expansion of $n$. Therefore $P_{n}=\sum 2^{k}$, where the summation is over all $k$ described in the previous phrase. For $p=2$ let $S_{n}=\left\{i: n_{i}=1\right\}$ in notations of formula (1). Then $$ P_{n}=\sum_{I \subseteq S_{n}} \prod_{i \in I} 2^{2^{i}}=\prod_{i \in S_{n}} F_{i} $$ 2.4. This result of Fine [13] (1947) is an easy corollary of Kummer's theorem. If $p$ does not divide $\binom{n}{k}$, then there are no carries when we add $k$ and $n-k$ in base $p$. For a fixed $n$ it means that we can choose $i$-th digit of $k$ in base $p$ by $n_{i}+1$ ways. 2.5. a) It follows from the formula proven in the previous problem because here we have a row with 2 elements only not divisible by $p$. b) [13]. If Если $p^{d} \mid(n+1)$, then $n=\overline{a(p-1)(p-1) \ldots(p-1)}$ in base $p$. Then for any $k, 0 \leqslant k \leqslant n$, each digit of $k$ does not exceed the corresponding digit of $n$. Therefore all the binomial coefficients $\binom{n_{i}}{k_{i}}$ are not equal to 0 and $\not \equiv 0(\bmod p)$. By Lukas' theorem $\binom{n}{k}$ is not divisible by $p$. The reverse statement. Assume that all the coefficients $\binom{n}{k}$ are not divisible by $p$, but $n$ is not the number of the form $\overline{a(p-1)(p-1) \ldots(p-1)}$. Therefore one of its digits, say, $n_{i}$ is less than $p-1$. Choose $k=(p-1) \cdot p^{i}$. Then $k_{i}=p-1$ and hence $\binom{n_{i}}{k_{i}}=0$, and $p \left\lvert\,\binom{ n}{k}\right.$ by Lukas' theorem. A contradicition. 2.6. This problem we found in $[12]$. Solution 1. Assume that $\binom{n}{k-1} \% p$ and $\binom{n}{k} \% p$, but $\binom{n+1}{k}=\left(\binom{n}{k-1}+\binom{n}{k}\right) \vdots p$. Then $\binom{n}{k} \equiv-\binom{n}{k-1}$ $(\bmod p)$. Since both binomial coefficients are not divisible by $p$, we can reduce the equivalence and obtain $\frac{n-k+1}{k} \equiv-1(\bmod p)$. Therefore $n+1 \equiv 0(\bmod p)$. Solution $2([\mathrm{~K}]$ ). Though the statement remind us the main recurrence for binomial coefficients, the part " $\binom{n}{k-1} \%$ " is unnecessary. Indeed, if $(n+1) \% p$, then $0 \leqslant n_{0} \leqslant p-2$. Since $\binom{n}{k} \% p$, then by Kummer's theorem $k_{i} \leqslant n_{i}$ for all $i$ But analogous inequalities hold also for the pair $k$ and $n+1$, because $n$ and $n+1$ have the same digits except the lower ones that differs by 1 . Hence $\binom{n+1}{k} \% p$. 2.7. [2]. It follows from Lukas' theorem and problem 1.1.a). 2.8. The problem is from [1]. Induction by number of digits. The base is trivial. For the proof of induction step add one more digit to the rightmost position. Since the binomial coefficient is odd we have the inequalities $n_{i} \geqslant k_{i}$. Now we will use the recurrence $\binom{n}{k}=\binom{n-1}{k-1}+\binom{n-1}{k}$ and consider distinct variants of parity $n$ и $k$. Applying Kummer's theorem and the problem 4.6a) we will reduce the question to the induction hypothesis. For example, let $n=2 \ell+1$ be odd and $k=2 m$ be even. Consider a subcase $k_{1}=1$. Then we have binary representations $k=\ldots 10, n=\ldots 11, k-1=\ldots 01$ and $n-k=\ldots 01$ (the latter because by Kummer's theorem there are no carries when we add $k$ and $n-k)$. Now when we add $k-1$ and $n-k$ we have 1 carry, i.e. $\binom{n-1}{k-1} \equiv 2(\bmod 4)$, and hence $$ \binom{n}{k}=\binom{n-1}{k-1}+\binom{n-1}{k} \equiv-\binom{n-1}{k}=-\binom{2 \ell}{2 m} \equiv-\binom{\ell}{m} \quad(\bmod 4) $$ the latter equivalence is by problem 4.6a). The minus sign in it corresponds to the multiplier $(-1)^{k_{0} n_{1}+k_{1} n_{0}}$. 2.9. The problem is from [1]. The statement follows from the previous problem. If the binary representation of $n$ does not contains two consecutive 1's, then for all $k$ all the exponents $k_{i-1} n_{i}+k_{i} n_{i-1}$ are equal to 0 and all the binomial coefficients in $n$-th row have are equivalent 1 modulo 4 . But if the binary representation of $n$ contains several consecutive 1's starting from $n_{j}=1$ then the one half of all coefficients have $k_{j}=0$, and one half of them have $k_{j}=1$. By the formula of previous problem these two halves differ by a sign. 2.10. Two articles in Monthly [19, 20] discuss this dark problem. 2.11. This is a problem of D. Dzhukich was presented at the olympiad of 239 school of St.-Petersburg, 2002, and after that appeared at short-list of IMO-2008. All the binomial coefficients in the problem statement are odd by Lukas' theorem, therefore, it is sufficient to check that all the numbers $\binom{2^{n}-1}{1},\binom{2^{n}-1}{3}, \ldots,\binom{2^{n}-1}{2^{n}-1}$ have distinct reminders modulo $2^{n}$. Solution 1 ([D]). Assume by the contrary that $\binom{2^{n}-1}{k} \equiv\binom{2^{n}-1}{m}\left(\bmod 2^{n}\right)$ for odd $k$ and $m, k>m$. Observe that $$ \begin{aligned} \binom{2^{n}-1}{k}=\binom{2^{n}}{k}-\binom{2^{n}-1}{k-1}=\binom{2^{n}}{k}- & \binom{2^{n}}{k-1}+\binom{2^{n}-1}{k-2}=\cdots= \\ & =\binom{2^{n}}{k}-\binom{2^{n}}{k-1}+\binom{2^{n}}{k-2}-\ldots-\binom{2^{n}}{m+1}+\binom{2^{n}-1}{m} \end{aligned} $$ In particular $$ \binom{2^{n}}{k}-\binom{2^{n}}{k-1}+\binom{2^{n}}{k-2}-\ldots-\binom{2^{n}}{m+1} \equiv 0 \quad\left(\bmod 2^{n}\right) $$ Calculate the exponent ord $2\binom{2^{n}}{r}$ by Kummer's theorem. If ord 2 $r=a$ then we have $n-a$ carries in addition ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-112.jpg?height=66&width=1756&top_left_y=364&top_left_x=184) $2^{n} \left\lvert\,\binom{ 2^{n}}{r}\right.$ for odd $r$, that allows us to consider only one half of summands: $$ \binom{2^{n}}{k-1}+\binom{2^{n}}{k-3}+\ldots+\binom{2^{n}}{m+1} \equiv 0 \quad\left(\bmod 2^{n}\right) $$ Now all the $\binom{2^{n}}{i}$ in the left hand side have even parameter $i$, therefore $\operatorname{ord}_{2}\binom{2^{n}}{x}2^{n} \quad \text { and } \quad(2 n)^{100 \varepsilon \sqrt{n}}=2^{\varepsilon \sqrt{n} \log _{2} n+\varepsilon \sqrt{n}} $$ For each $\varepsilon$ there exists $N$ such that for all $n>N$ we have the equality $\frac{n}{2}>\varepsilon \sqrt{n} \log _{2} n+\varepsilon \sqrt{n}$. If we reduce $\binom{2 n}{n}$ by GCD for these $n$, the quotient is at least $2^{n / 2}$. 2.13. a) The problem was presented at Leningrad olympiad, 1977. Solution 1 (without Kummer's theorem). This is solution from the excellent book [4]. Assume that all these numbers are divisible by $m$. Then the numbers $$ \begin{aligned} \binom{n+k-1}{k-1} & =\binom{n+k}{k}-\binom{n+k-1}{k} \\ \binom{n+k-2}{k-1} & =\binom{n+k-1}{k}-\binom{n+k-2}{k} \\ & \cdots \\ \binom{n}{k-1} & =\binom{n+1}{k}-\binom{n}{k} \end{aligned} $$ are also divisible by $m$. Then analogously $m$ divides all the numbers $\binom{n+i}{j}$, where $i \leqslant j$ are arbitrary nonnegative integers. But $\binom{n}{0}(i=j=0)$ is not divisible by $m$. A contradiction. Solution 2 (Kummer's theorem). Let $p$ be a prime divisor of $m$. Prove that at least one of the numbers $\binom{n}{k},\binom{n+1}{k}, \ldots,\binom{n+k}{k}$ is not divisible by $p$. By Kummer's theorem if we choose $\ell(n-k \leqslant \ell \leqslant n)$ such that the addition $k+\ell$ fulfills in base $p$ without carries then the binomial coefficient $\binom{k+\ell}{k}$ is not divisible by $p$. We will explain how to choose $\ell$ by giving a concrete example. Let $p=7, k=133$. We will write all the numbers in base 7 . Since we try to choose $\ell$ in the set of $k+1$ numbers, we can always choose $\ell$ such that $k+\ell$ to be one of the following numbers $$ \ldots 133, \quad \ldots 233, \quad, \ldots, \quad \ldots 633 $$ (Remind that 6 is the greatest digit in our example.) It is clear that the addition $k+\ell$ fulfills without carries. b) We found this problem in [2]. It is not difficult to construct $n$ by Kummer's theorem. Let ord ${ }_{p} m=s$, and $k$ have $d+1$ digits in base $p$. Let $n \vdots p^{d+s+1}$. Then the representations of numbers $n-k, n-k+1, \ldots$, $n-1$ contain digits $(p-1)$ in positions from $(d+2)$ to $(d+s+2)$. When we add $k$ to these numbers we have carries in these positions. Therefore by Kummer's theorem all the corresponding binomial coefficients are divisible by $p^{s}$. Since it is not difficult to combine our reasoning for distinct $p$, the statemetn is proven. ## 3 Generalizations of Wilson's and Lukas' theorems 3.1. It is well known that $\operatorname{ord}_{p}(n!)=\sum_{k}\left[\frac{n}{p^{k}}\right]$. If $n=n_{d} p^{d}+n_{d-1} p^{d-1}+\ldots+n_{1} p+n_{0}$ (representation in base $p$ ), then $\left[\frac{n}{p^{k}}\right]=n_{d} p^{d-k}+n_{d-1} p^{d-k-1}+\ldots+n_{k+1} p+n_{k}$ and we can rewrite the formula for $\operatorname{ord}_{p}(n!)$ in the form $$ \operatorname{ord}_{p}(n!)=\sum_{k=1}^{d}\left(\sum_{i=k}^{d} n_{i} p^{i-k}\right)=\sum_{i=1}^{d} n_{i}\left(p^{i-1}+p^{i-2}+\ldots+p+1\right)=\sum_{i=1}^{d} n_{i} \frac{p^{i}-1}{p-1}=\frac{\sum_{i=0}^{d} n_{i} p^{i}-\sum_{i=0}^{d} n_{i}}{p-1} $$ This is exactly what we need. 3.2. a) Split the factors of $n$ ! on groups of $(p-1)$ factors: $(n!)_{p}=\prod_{k=0}^{\left\lceil\frac{n}{p}\right]-1}((k p+1) \cdot(k p+2) \cdots(k p+p-1)) \cdot\left(\left[\frac{n}{p}\right] p+1\right)\left(\left[\frac{n}{p}\right] p+2\right) \ldots\left(\left[\frac{n}{p}\right] p+n_{0}\right) \equiv(-1)^{\left[\frac{n}{p}\right]} n_{0}!\quad(\bmod p)$. б) This statement can be found in Gauss works [15]. The product ( $\left.p^{q!}\right)_{p}$ contains factors in pairs: a factor and its inverse modulo $p^{q}$, the product of each pair is 1 modulo $p^{q}$. So we need to watch on those factors $m$ which equals to its inverse, this factors satisfy the congruence $$ m^{2} \equiv 1 \quad\left(\bmod p^{q}\right) $$ For odd prime $p$ the congruence has 2 solutions: $\pm 1$. For $p=2, q \geqslant 3$ the congruence has two more solutions: $2^{q-1} \pm 1$. c) Since $n!=(n!)_{p} \cdot p^{\left[\frac{n}{p}\right]}\left(\left[\frac{n}{p}\right]\right)!$, the statement can be proven by induction by means of the congruence of statement a) of this problem. 3.3. We found this problem on the web-page of A.Granville [17]. It well known Legendre's formula for the number $\ell$ is that $$ \ell=\operatorname{ord}_{p}\binom{n}{k}=\left(\left[\frac{n}{p}\right]-\left[\frac{k}{p}\right]-\left[\frac{r}{p}\right]\right)+\left(\left[\frac{n}{p^{2}}\right]-\left[\frac{k}{p^{2}}\right]-\left[\frac{r}{p^{2}}\right]\right)+\ldots $$ Denote $\tilde{n}=[n / p]$ for brevity and so forth, and collect all terms divisible by $p$ in the the formula for a binomial coefficient: $$ \binom{n}{k}=\frac{(n!)_{p}}{(k!)_{p}(r!)_{p}} \cdot \frac{p^{[n / p]}}{p^{[k / p]} \cdot p^{[r / p]}} \cdot \frac{\tilde{n}!}{\tilde{k}!\cdot \tilde{r}!} $$ By generalized Wilson's theorem (problem 3.2, b) the first fraction equals $\pm \frac{n_{0}!}{k_{0}!r_{0}!}(\bmod p)$, the third fraction allows us to apply induction, and the middle fraction (together with the sign of the first fraction) supply all the expressions containing $\ell$ by the formula (4). 3.4. a) Expand brackets in $(1+x)^{p^{d}}$ use the fact that $p \left\lvert\,\binom{ p^{d}}{k}\right.$ for $1 \leqslant k \leqslant p^{d}-1$ by Kummer's theorem. b) Let $n=n^{\prime} p+n_{0}, k=k^{\prime} p+k_{0}$. By the previous statement $(1+x)^{p n^{\prime}} \equiv\left(1+x^{p}\right)^{n^{\prime}}(\bmod p)$. Then $$ (1+x)^{n}=(1+x)^{p n^{\prime}}(1+x)^{n_{0}} \equiv\left(1+x^{p}\right)^{n^{\prime}}(1+x)^{n_{0}} \quad(\bmod p) . $$ This congruence means that we transform the coefficients of the polynomial modulo $p$. The coefficient of $x^{k}$ at the l.h.s. equals $\binom{n}{k}$. All the exponents in the first brackets at the r.h.s. are divisible by $p$, hence the only way to obtain the term $x^{p k^{\prime}+k_{0}}$ is multiplying the $x^{p k^{\prime}}$ from the first bracket and $x^{k_{0}}$ from the second. Thus we obtain $\binom{n^{\prime}}{k^{\prime}}\binom{n_{0}}{k_{0}}$ and so $\binom{n}{k}=\binom{n^{\prime}}{k^{\prime}}\binom{n_{0}}{k_{0}}$. Now Lukas' theorem follows by induction. 3.5. a, b) It follows from Kummer's theorem. 3.6. [9]. In the following calculation we use that $\binom{n_{i}}{k_{i}}=0$ for $k_{i}>n_{i}$; this allows us to apply Lukas' theorem and truncate a lot of summands: $$ f_{n, a}=\sum_{k=0}^{n}\binom{n}{k}^{a} \equiv \sum_{k_{d}=0}^{n_{d}} \sum_{k_{d-1}=0}^{n_{d-1}} \cdots \sum_{k_{0}=0}^{n_{0}} \prod_{i=0}^{d}\binom{n_{i}}{k_{i}}^{a} \equiv \prod_{i=0}^{d} \sum_{k_{i}=0}^{n_{i}}\binom{n_{i}}{k_{i}}^{a} \equiv \prod_{i=0}^{d} f_{n_{i}, a} \quad(\bmod p) $$ ## 4 Variations on Wolstenholme's theorem 4.1. This is an exercise on reading an article. The statement is proven in article [1]. Observe that $$ 2 \sum_{i=1}^{p-1} \frac{1}{i}=\sum_{i=1}^{p-1} \frac{1}{i}+\frac{1}{p-i}=p \sum_{i=1}^{p-1} \frac{1}{i(p-i)} $$ Hence the sum under consideration is divisible by $p$. Since $\frac{1}{i} \equiv-\frac{1}{p-i}(\bmod p)$, it remains to check that $$ \sum_{i=1}^{p-1} \frac{1}{i^{2}} \equiv 0 \quad(\bmod p) $$ But $\frac{1}{1^{2}}, \frac{1}{2^{2}}, \ldots, \frac{1}{(p-1)^{2}}$ modulo $p$ is the same set as ${ }^{1}$, что $1^{2}, 2^{2}, \ldots,(p-1)^{2}$. Therefore it is sufficient to prove that $$ \sum_{i=1}^{p-1} i^{2} \equiv 0 \quad(\bmod p) $$ Let $\sum_{i=1}^{p-1} i^{2} \equiv s(\bmod p)$. It $p>5$ we can always choose $a$, such that $a^{2} \not \equiv 1(\bmod p)$. Then the sets $\{1,2, \ldots, p-1\}$ and $\{a, 2 a, \ldots,(p-1) a\}$ coincide (the proof is the same as in the footnote) and $$ s \equiv \sum_{i=1}^{p-1} i^{2}=\sum_{i=1}^{p-1}(a i)^{2}=a^{2} \sum_{i=1}^{p-1} i^{2} \equiv a^{2} s \quad(\bmod p) $$ Thus $s \equiv 0(\bmod p)$. 4.2. Answer: $2 k+2$. This problem of A. Golovanov was presented at Tuimaada-2012 olympiad. Observe that for $p=4 k+3$ the equation $x^{2}+1=0$ has no solutions in the set of residues modulo $p$, and hence the denominators of all fractions are non zero. Solution 1. Let $a_{i}=i^{2}+1, i=0, \ldots, p-1$. Then the expression equals $$ \frac{\sigma_{p-1}\left(a_{0}, a_{1}, \ldots, a_{p-1}\right)}{\sigma_{p}\left(a_{0}, a_{1}, \ldots, a_{p-1}\right)} $$ where $\sigma_{i}$ is an elementary symmetrical polynomial of degree $i$. Find the polynomial for which the numbers $a_{i}$ are its roots: $$ \prod_{i=0}^{p-1}\left(x-1-i^{2}\right) $$ Change the variable $x-1=t^{2}$ and obtain $$ \prod_{i=0}^{p-1}\left(t^{2}-i^{2}\right)=\prod_{i=0}^{p-1}(t-i) \prod_{i=0}^{p-1}(t+i) \equiv\left(t^{p}-t\right)\left(t^{p}-t\right)=t^{2 p}-2 t^{p+1}+t^{2} $$ Now apply the inverse change of variables and obtain for $p=4 k+3$ $$ \prod_{i=0}^{p-1}\left(x-1-i^{2}\right) \equiv(x-1)^{p}-2(x-1)^{\frac{p+1}{2}}+(x-1)=x^{p}+\ldots+\left(p+2 \cdot \frac{p+1}{2}+1\right) x-4 $$ By Viete's theorem $\sigma_{p} \equiv 4(\bmod p), \sigma_{p-1} \equiv 2(\bmod p)$, therefore $\frac{\sigma_{p-1}}{\sigma_{p}} \equiv \frac{1}{2} \equiv 2 k+2(\bmod p)$. Solution 2. Split all nonzero residues modulo $p$, except $\pm 1$, on pairs of reciprocal. We obtain $2 k$ pairs and in each pair $(i, j)$ $$ i j \equiv 1 \quad \Leftrightarrow \quad i^{2} j^{2} \equiv 1 \quad \Leftrightarrow \quad(i j)^{2}+i^{2}+j^{2}+1 \equiv i^{2}+j^{2}+2 \quad(\bmod p) $$ Therefore, $$ 1 \equiv \frac{(i j)^{2}+i^{2}+j^{2}+1}{\left(i^{2}+1\right)\left(j^{2}+1\right)} \equiv \frac{i^{2}+j^{2}+2}{\left(i^{2}+1\right)\left(j^{2}+1\right)}=\frac{1}{i^{2}+1}+\frac{1}{j^{2}+1} \quad(\bmod p) $$ So, the sum is equal to $\frac{1}{0^{2}+1}+\frac{1}{1^{2}+1}+\frac{1}{(-1)^{2}+1}+2 k \equiv 2 k+2$.[^9] Solution 3. By Fermat's little theorem the operations $x \mapsto x^{-1}$ and $x \mapsto x^{p-2}$ modulo $p$ coincide. So it is sufficient to calculate the sum $$ \sum_{x=0}^{p-1}\left(x^{2}+1\right)^{p-2}=\sum_{x=0}^{p-1} \sum_{m=0}^{p-2}\binom{p-2}{m} x^{2 m}=\sum_{m=0}^{p-2}\binom{p-2}{m} S_{2 m} $$ where $S_{2 m}=\sum_{x=0}^{p-1} x^{2 m}$. Evidently $S_{2 m} \equiv-1(\bmod p)$ for $m=\frac{p-1}{2}$. Prove that $S_{2 m} \equiv 0(\bmod p)$ for all other $m \leqslant p-1$. Indeed, for each $m$ we can choose a non zero residue $a$ such that $a^{2 m} \not \equiv 1(\bmod p)$ and after that we can reason as in (5). For the sum (6) we have $$ \begin{aligned} \sum_{m=0}^{p-2}\binom{p-2}{m} S_{2 m} \equiv-\binom{p-2}{\frac{p-1}{2}}=-\binom{4 k+1}{2 k+1} & =-\frac{(4 k+1) \cdot 4 k \cdot \ldots \cdot(2 k+1)}{1 \cdot 2 \cdot \ldots \cdot(2 k+1)} \equiv \\ & \equiv-\frac{(-2) \cdot(-3) \ldots(2 k+2)}{1 \cdot 2 \cdot \ldots \cdot(2 k+1)} \equiv 2 k+2 \quad(\bmod p) \end{aligned} $$ 4.3. We found these statements in [16]. a) For each prime divisor $p \mid m$ choose $a_{p}$ such that $p \nmid\left(a_{p}^{k}-1\right)$. By the Chinese reminder theorem choose $a$ such that $a \equiv a_{p}(\bmod p)$ for all $p$. Then the result can be proven by reasoning as in (5). b) Observe that for odd $k$ by the binomial formula we have $i^{k}+\left(p-i^{k}\right) \equiv k i^{k-1} p\left(\bmod p^{2}\right)$. Then $$ 2 \sum_{i=1}^{p-1} \frac{1}{i^{k}}=\sum_{i=1}^{p-1}\left(\frac{1}{i^{k}}+\frac{1}{(p-i)^{k}}\right)=\sum_{i=1}^{p-1} \frac{i^{k}+(p-i)^{k}}{i^{k}(p-i)^{k}} \equiv \sum_{i=1}^{p-1} \frac{k i^{k-1} p}{i^{k}(-i)^{k}} \equiv-k p \sum_{i=1}^{p-1} \frac{1}{i^{k+1}} \quad\left(\bmod p^{2}\right) $$ The sum in the r.h.s is divisible by $p$ by the statement a). 4.4. The congruence holds even modulo $p^{7}$ (see [24]), but it goes a bit strong. We can reason as in [1], tracing all powers till $p^{4}$, and obtain $$ \begin{aligned} \binom{p-1}{2 p-1}=\frac{(2 p-1)(2 p-2) \cdot \ldots \cdot(p+1)}{p!}= & \left(\frac{2 p}{1}-1\right)\left(\frac{2 p}{2}-1\right) \cdot \ldots \cdot\left(\frac{2 p}{p-1}-1\right) \equiv \\ & \equiv 1-2 p \sum_{i=1}^{p-1} \frac{1}{i}+4 p^{2} \sum_{\substack{i, j=1 \\ i1$ every non block sample consists of at least 3 blocks, so in this case the statement is true. It remains to consider a case when $k=1$ and we count the number of non block samples of $p$ objects from the set of $2 p$ objects. This number equals $\binom{2 p}{p}-2$, by Wolstenholme's theorem it is divisible by $p^{3}$. Solution 2. In the formula $\binom{a}{b}=\frac{a(a-1) \ldots(a-b+1)}{b(b-1) \ldots 1}$ split the numerator and the denominator onto blocks of $p$ terms, reduce the first terms in each block, and collect the quotients in a separate expression: $$ \begin{aligned} &\binom{m p}{k p}=\frac{m \not p \cdot(m p-1) \ldots(m p-(p-1))}{k \not p \cdot(k p-1) \ldots(k p-(p-1))} \cdot \frac{(m-1) \not p \cdot((m-1) p-1) \ldots((m-1) p-(p-1))}{(k-1) \not p \cdot((k-1) p-1) \ldots((k-1) p-(p-1))} \cdot \ldots \times \\ & \times \frac{(m-k+1) \not p \cdot((m-k+1) p-1) \ldots((m-k+1) p-(p-1))}{\not p \cdot(p-1) \ldots 1}= \\ &=\binom{m}{k} \cdot \frac{(m p-1) \ldots(m p-(p-1))}{(k p-1) \ldots(k p-(p-1))} \cdot \ldots \cdot \frac{((m-k+1) p-1) \ldots((m-k+1) p-(p-1))}{(p-1) \ldots 1} \end{aligned} $$ It remains to check that the product of fractions is congruent to $1\left(\bmod p^{3}\right)$. For this prove the congruence $$ \frac{(n p-1) \ldots(n p-(p-1))}{(r p-1) \ldots(r p-(p-1))} \equiv 1 \quad\left(\bmod p^{3}\right) $$ or, even, it would be better to prove the following congruence $$ \frac{(n p-1) \ldots(n p-(p-1))}{(p-1)!} \equiv \frac{(r p-1) \ldots(r p-(p-1))}{(p-1)!} \quad\left(\bmod p^{3}\right) $$ This is true because both parts are congruent to $1\left(\bmod p^{3}\right)$, that can be shown analogously to the proof of Wolstenholme's theorem. 4.7. a) [5, theorem 2.14]. Transform the difference $$ \binom{p^{2}}{p}-\binom{p}{1}=\frac{p^{2}\left(p^{2}-1\right) \ldots\left(p^{2}-(p-1)\right)}{1 \cdot 2 \cdot \ldots \cdot(p-1) p}-p=\frac{p}{(p-1)!}\left(\left(1-p^{2}\right)\left(2-p^{2}\right) \ldots\left((p-1)-p^{2}\right)-1 \cdot 2 \cdot \ldots \cdot(p-1)\right) $$ It remains to check that $$ \left(1-p^{2}\right)\left(2-p^{2}\right) \ldots\left((p-1)-p^{2}\right) \equiv 1 \cdot 2 \cdot \ldots \cdot(p-1) \quad\left(\bmod p^{4}\right) $$ Expand brackets in the l.h.s.: $\left(1-p^{2}\right)\left(2-p^{2}\right) \ldots\left((p-1)-p^{2}\right)=1 \cdot 2 \cdot \ldots \cdot(p-1)+p^{2}\left(1+\frac{1}{2}+\ldots+\frac{1}{p-1}\right)(p-1)!+$ terms divisible by $p^{4}$. By the problem 4.1 the second summand is divisible by $p^{4}$. b) Observe that $\binom{p^{s+1}}{p}=p^{s} \cdot\binom{p^{s+1}-1}{p-1}$, hence it is sufficient to prove that $\binom{p^{s+1}-1}{p-1} \equiv 1\left(\bmod p^{s+3}\right)$. $$ \begin{array}{r} \binom{p^{s+1}-1}{p-1}=\frac{\left(p^{s+1}-1\right)\left(p^{s+1}-2\right) \ldots\left(p^{s+1}-(p-1)\right)}{1 \cdot 2 \cdots(p-1)}=\left(\frac{p^{s+1}}{1}-1\right)\left(\frac{p^{s+1}}{2}-1\right) \cdots\left(\frac{p^{s+1}}{p-1}-1\right) \equiv \\ \equiv(-1)^{p-1}+p^{s+1}\left(1+\frac{1}{2}+\ldots+\frac{1}{p-1}\right) \quad\left(\bmod p^{s+3}\right) \end{array} $$ Since $(-1)^{p-1}=1$ and $1+\frac{1}{2}+\ldots+\frac{1}{p-1} \equiv 0\left(\bmod p^{2}\right)$ we are done. 4.8. The problem is from [1], we present solution $[\mathrm{T}]$. $$ \begin{aligned} & \binom{p^{3}}{p^{2}}-\binom{p^{2}}{p}=p\left(\binom{p^{3}-1}{p^{2}-1}-\binom{p^{2}-1}{p-1}\right)= \\ & \quad=p\left(\left(\frac{p^{3}}{1}-1\right)\left(\frac{p^{3}}{2}-1\right) \ldots\left(\frac{p^{3}}{p^{2}-1}-1\right)-\left(\frac{p^{2}}{1}-1\right)\left(\frac{p^{2}}{2}-1\right) \ldots\left(\frac{p^{2}}{p-1}-1\right)\right)= \\ & \quad=p\left(\frac{p^{2}}{1}-1\right)\left(\frac{p^{2}}{2}-1\right) \ldots\left(\frac{p^{2}}{p-1}-1\right)\left(\prod_{\substack{k=1 \\ p \nmid k}}^{p^{2}-1}\left(\frac{p^{3}}{k}-1\right)-1\right) \end{aligned} $$ It is sufficient to prove that the last bracket is divisible by $p^{7}$. Transform the product: $\prod_{\substack{k=1 \\ p \nmid k}}^{p^{2}-1}\left(\frac{p^{3}}{k}-1\right)=\prod_{\substack{k=1 \\ p \nmid k}}^{\frac{p^{2}-1}{2}}\left(\frac{p^{3}}{k}-1\right)\left(\frac{p^{3}}{p^{2}-k}-1\right)=\prod_{\substack{k=1 \\ p \nmid k}}^{\frac{p^{2}-1}{2}}\left(\frac{p^{6}-p^{5}}{k\left(p^{2}-k\right)}+1\right) \equiv 1+p^{5}(p-1) \sum_{\substack{k=1 \\ p \nmid k}}^{\frac{p^{2}-1}{2}} \frac{1}{k\left(p^{2}-k\right)} \quad\left(\bmod p^{7}\right)$. Now we have to check that the last sum is divisible by $p^{2}$. This is true because by problem 4.3a) $$ \sum_{\substack{k=1 \\ p \nmid k}}^{\frac{p^{2}-1}{2}} \frac{1}{k\left(p^{2}-k\right)} \equiv-\sum_{\substack{k=1 \\ p \nmid k}}^{\frac{p^{2}-1}{2}} \frac{1}{k^{2}} \equiv 0 \quad\left(\bmod p^{2}\right) $$ 4.9. The statement is taken from [6, theorem 5], its generalization can be found in [7]. Solution 1 ([5, proposition 2.19]). Use the fact that the difference $\binom{2^{k+1}}{2^{k}}-\binom{2^{k}}{2^{k-1}}$ is equal to the coefficient of $x^{2^{k}}$ in the polynomial $$ \begin{aligned} & (1+x)^{2^{k+1}}-\left(1-x^{2}\right)^{2^{k}}=(1+x)^{2^{k}}\left((1+x)^{2^{k}}-(1-x)^{2^{k}}\right)= \\ & \quad=\left(1+\binom{2^{k}}{1} x+\binom{2^{k}}{2} x^{2}+\ldots+x^{2^{k}}\right) \cdot 2\left(\binom{2^{k}}{1} x+\binom{2^{k}}{3} x^{3}+\ldots+\binom{2^{k}}{2^{k}-1} x^{2^{k}-1}\right) \end{aligned} $$ Since the second polynomial contains odd exponents only, the coefficient of $x^{2^{k}}$ in the product equals $$ 2\left(\binom{2^{k}}{1}\binom{2^{k}}{2^{k}-1}+\binom{2^{k}}{3}\binom{2^{k}}{2^{k}-3}+\ldots+\binom{2^{k}}{2^{k}-1}\binom{2^{k}}{1}\right) $$ By problem 3.5 b) $2^{k}$ divides each binomial coefficient in this expression, moreover each term occurs twice in the sum, and the sum itself is multiplied by 2 . Thus all the expression is divisible by $2^{2 k+2}$. Solution 2 ([CSTTVZ]). Since $\binom{2^{n+1}}{2^{n}}=2\binom{2^{n+1}-1}{2^{n}-1}$, it is sufficient to prove that $$ \binom{2^{n+1}-1}{2^{n}-1} \equiv\binom{2^{n}-1}{2^{n-1}-1} \quad\left(\bmod 2^{2 n+1}\right) $$ Similarly to (3) we obtain $$ \binom{2^{n+1}-1}{2^{n}-1}=\left(\frac{2^{n+1}}{1}-1\right)\left(\frac{2^{n+1}}{3}-1\right) \cdots\left(\frac{2^{n+1}}{2^{n}-1}-1\right) \cdot\binom{2^{n}-1}{2^{n-1}-1} $$ It is sufficient to prove that $$ L=\left(\frac{2^{n+1}}{1}-1\right)\left(\frac{2^{n+1}}{3}-1\right) \ldots\left(\frac{2^{n+1}}{2^{n}-1}-1\right) \equiv 1 \quad\left(\bmod 2^{2 n+1}\right) $$ This is true because $$ \begin{aligned} & L \equiv(-1)^{2^{n-1}}-2^{n+1}\left(\frac{1}{1}+\frac{1}{3}+\frac{1}{5}+\ldots+\frac{1}{2^{n}-1}\right) \equiv \\ & \equiv 1-2^{n+1}\left(\frac{2^{n}}{1 \cdot\left(2^{n}-1\right)}+\frac{2^{n}}{3 \cdot\left(2^{n}-3\right)}+\ldots+\frac{2^{n}}{\left(2^{n-1}-1\right)\left(2^{n-1}+1\right)}\right) \equiv 1 \quad\left(\bmod 2^{2 n+1}\right) \end{aligned} $$ 4.10. This is theorem of Morley [26]. Solution 1 (author's proof, 1895). It goes a bit beyond the school curriculum. Take the formula which expresses $\cos ^{2 n+1} x$ via cosines of multiple angles, ${ }^{1}$ or, as they were saying in that times, write $\cos ^{2 n+1} x$ in the form handy for integrating: $2^{2 n} \cos ^{2 n+1} x=\cos (2 n+1) x+(2 n+1) \cos (2 n-1) x+\frac{(2 n+1) \cdot 2 n}{1 \cdot 2} \cos (2 n-3) x+\ldots+\frac{(2 n+1) \cdot 2 n \ldots(n+2)}{n!} \cos x$. Now integrate it $^{2}$ over the interval $\left[0, \frac{\pi}{2}\right]$ : $$ \begin{aligned} & 2^{2 n} \cos ^{2 n+1} x d x=\frac{\sin (2 n+1) x}{2 n+1}+\frac{2 n+1}{2 n-1} \sin (2 n-1) x+\ldots \\ & 2^{2 n} \int_{0}^{\pi / 2} \cos ^{2 n+1} x d x=(-)^{n}\left(\frac{1}{2 n+1}-\frac{2 n+1}{2 n-1}+\ldots\right) \end{aligned} $$ Every first grade student of university knows that it is convenient to use integration by parts for calculating this integral: $$ \begin{aligned} I_{2 n+1}=\int_{0}^{\pi / 2} \cos ^{2 n+1} x d x=\int_{0}^{\pi / 2} \cos ^{2 n} x \cos x d x & =\left.\cos ^{2 n} x \sin x\right|_{0} ^{\pi / 2}+2 n \int_{0}^{\pi / 2} \cos ^{2 n-1} x \sin ^{2} x d x= \\ & =0+2 n \int_{0}^{\pi / 2} \cos ^{2 n-1} x\left(1-\cos ^{2} x\right) d x=2 n \cdot I_{2 n-1}-2 n \cdot I_{2 n+1} \end{aligned} $$ therefore $I_{2 n+1}=\frac{2 n}{2 n+1} \cdot I_{2 n-1}$. Since $I_{1}=1$, we can apply the formula $n$ times and obtain $$ \int_{0}^{\pi / 2} \cos ^{2 n+1} x d x=\frac{2 n \cdot(2 n-2) \ldots 2}{(2 n+1)(2 n-1) \ldots 3} $$ Equating of these two results give us the formula $$ 2^{2 n} \frac{2 n \cdot(2 n-2) \ldots 2}{(2 n+1)(2 n-1) \ldots 3}=(-)^{n}\left(\frac{1}{2 n+1}-\frac{2 n+1}{2 n-1}+\ldots+\frac{(2 n+1) \cdot 2 n \ldots(n+2)}{n!}\right) $$ Let $p=2 n+1$ be a prime number. We obtain the desired congruence by multiplying the last formula by $p$ : $$ 2^{2 n} \frac{2 n \cdot(2 n-2) \ldots 2}{(2 n-1)(2 n-3) \ldots 3} \equiv(-)^{n} \quad\left(\bmod p^{2}\right) $$ Solution 2 ([CSTTVZ]). We will use the following notations: $$ A=\sum_{i=1}^{\frac{p-1}{2}} \frac{1}{i}, \quad B=\sum_{1 \leqslant i1, \quad f(n, 1) \equiv f\left(n^{\prime}, 1\right)+f\left(n^{\prime}, p-2\right) $$ Now the part "only if" of the problem statement follows from the induction hypothesis, and the part "if", too: if $f(n, j) \equiv 0(\bmod p)$ for $j=1,3, \ldots, p-2$, then $$ f\left(n^{\prime}, p-2\right) \equiv f\left(n^{\prime}, p-4\right) \equiv \ldots \equiv f\left(n^{\prime}, 1\right) \equiv-f\left(n^{\prime}, p-2\right) $$ from where $f\left(n^{\prime}, j\right) \equiv 0(\bmod p)$ for all required $j$, and then $n^{\prime} \vdots(p+1)$, hence $n \vdots(p+1)$. ## REFERENCES The authors of many solutions are participants of the conference: [D] Didin Maxim; $[\mathrm{K}] \quad$ Krekov Dmitri; $[\mathrm{J}] \quad$ Jastin Lim Kai Ze; [T] Teh Zhao Yang Anzo; [CSTTVZ] Ćevid Domagoj, Stokić Maksim, Tanasijeviić Ivan, Trifunović Petar, Vukorepa Borna, Žikelić Đorđe ## Список литературы [1] Винберг Э. Б. Удивительные свойства биномиальных коэффициентов. // Мат. просвещение. Третья серия. Вып. 12. 2008 [2] Гашков С.Б., Чубариков В.Н. Арифметика. Алгоритмы. Сложность вычислений. М.: Высш. шк., 2000. [3] Дынкин Е.Б., Успенский В.А. Математические беседы. 2-е изд. М.: ФИЗМАТЛИТ, 2004. [4] Петербургские математические олимпиады, 1961-1993. СПб: Лань, 2007. [5] Табачников С.Л., Фукс Д.Б. Математический дивертисмент. 30 лекций по классической математике. М.: МЦНМО, 2011. [6] Фукс Д.Б., Фукс М.Б. Арифметика биномиальных коэффициентов // Квант. 1970. №6. С. 17-25. [7] Ширшов А.И. Об одном свойстве биномиальных коэффициентов // Квант. 1971. №10. С. 16-20. [8] Cai T.X., Granville A. On the residues of binomial coefficients and their products modulo prime powers /!/ Acta [9] Calkin N. J. Factors of sums of powers of binomial coefficients // Acta Arith. 1998. Vol. 86. P. 17-26. [10] Carlitz L. A note of Wolstenholme's theorem // Amer. Math. Monthly. 1954. Vol. 61. № 3. P. 174-176. [11] Dimitrov V., Chapman R. Binomial coefficient identity: 11118 // Amer. Math. Monthly. 2006. Vol. 113. № 7. P. 657-658. [12] Everett $W$. Subprime factorization and the numbers of binomial coefficients exactly divided by powers of a prime // Integers. 2011. Vol. 11. \# A63. http://www.integers-ejcnt.org/vol11.html [13] Fine N. Binomial coefficient modulo a prime // Amer. Math. Monthly. 1947. Vol. 54. № 10. Part 1. P. 589-592. [14] Gardiner A. Four problems on prime power divisibility // Amer. Math. Monthly. 1988. Vol. 95. № 10. P. 926-931. [15] Gauss K. Disquisitiones arithmeticae. 1801. Art. 78. [16] Gessel I. Wolstenholme revisited // Amer. Math. Monthly. 1998. Vol. 105. № 7. P. 657-658. [17] Granville A. Arithmetic properties of binomial coefficients. http://www.dms.umontreal.ca/〜andrew/Binomial/ [18] Granville A. Binomial coefficients modulo prime powers. [19] Granville A. Zaphod Beeblebrox's Brian and the Fifty-ninth Row of Pascal's Triangle // Amer. Math. Monthly. 1992. Vol. 99. № 4. P. 318-331. [20] Granville A. Correction to: Zaphod Beeblebrox's Brian and the Fifty-ninth Row of Pascal's Triangle // Amer. Math. Monthly. 1997. Vol. 104. № 9. P. 848-851. [21] Hinz A. Pascal's triangle and tower of Hanoi // Amer. Math. Monthly. 1992. Vol. 99. № 6. P. 538-544. [22] Loveless A. A congruence for products of binomial coefficients modulo a composite // Integers: electronic journal of comb. number theory 7 (2007) \# A44 [23] McIntosh R. On the converse of Wolstenhome's theorem // Acta Arithmetica. 1995. Vol. 61. №4. P. 381-388. [24] Meštrović R. On the $\bmod p^{7}$ determination of $\binom{2 p-1}{p-1} / / \mathrm{http}$ ://arxiv.org/pdf/1108.1174v1.pdf [25] More Y., Chapman R. The sum of Catalan numbers, modulo 3: 11165 // Amer. Math. Monthly. 2007. Vol. 114. № 5. P. 454-455. [26] Morley F. Note on the congruences $2^{4 n} \equiv(-)^{n}(2 n)!/\left(n!^{2}\right)$, where $2 n+1$ is a prime // Annals of Math. 1894-1895. Vol. 9. №1. P. 168-170. [27] Roberts J. On binomial coefficient residues // Canad J. Math. 1957. Vol. 9. P. 363-370. [28] Sun Z.-W., Wan D. On Fleck quotients // arXxiv:math.0603462v3 # Applications to ring theory and some history A. Belov, M. Kharitonov August 2, 2012 We consider a set $S$ with a binary operation " + " such that 1. for any $a, b, c \in S$, we have $a+b=b+a,(a+b)+c=a+(b+c)$; 2. there exists a special element $0 \in S$ such that $a+0=a$ for all $a \in S$; 3. for any $a \in S$, there exists an element, denoted by $(-a)$, such that $$ (-a)+a=a+(-a)=0 $$ Examples: remainders modulo some number; rotations of a plane with a fixed point. We say that a set with an addition is a ring, if it has a multiplication, i.e. a binary operation which satisfies the following conditions 1. $a(b c)=(a b) c$ for all $a, b, c \in S$ (associativity); 2. $a(b+c)=a b+a c,(b+c) a=b a+c a$ for all $a, b, c \in S$ (distributivity). Examples: remainders modulo some number; polynomials of one or more variables. Problem 1.1. Provide an example of a ring with a zero-divisor, i.e. such ring that there exists two non-zero elements $a, b$ such that $a b=0$. Definition 1.1. We call an element a unit of a ring $R$ or a neutral element of $R$ (and denote it 1), if we have $1 A=A 1=A$ for all $A \in R$. We say that an element of $R$ is an inverse to $A$ (and denote it $A^{-1}$ ), if $A A^{-1}=A^{-1} A=1$. Problem 1.2. Prove that in a ring with a unit commutativity axiom for an operation " + " follows from the other axioms. Problem 1.3. Construct a ring $R$ with 4 elements such that any non-zero element of $R$ has an inverse. Problem 1.4. Construct a non-commutative ring $R$, i.e. such ring $R$ that $a b \neq b a$ for some $a, b \in R$. Let $R$ be a ring with a unit. Let $n \in \mathbb{Z}_{\geq 1}$ be the smallest number such that $$ 1+1+1+\ldots+1(n \text { times })=0 $$ Then $n$ is called the order of the unit of $R$. If such number $n$ does not exist, we assume that the order of the unit of $R$ equals 0 . Problem 1.5. Let $R$ be a ring such that the order of the unit of $R$ equals 0 . Assume that there exist elements $e, f, g \in R$ such that $e^{2}=e, f^{2}=f, g^{2}=g$ and $e+f+g=0$. Prove that $e=f=g=0$. Definition 1.2. A non-commutative polynomial $f=f\left(x_{1}, \ldots, x_{n}\right)$ is called an identity of a ring $R$, if $f\left(x_{1}, \ldots, x_{n}\right)=0$ for any $x_{1}, \ldots, x_{n} \in R$. We say that the identity $f\left(x_{1}, \ldots, x_{n}\right)$ follows from a set of identities $\left\{g_{i}\right\}$, if one can deduce $f\left(x_{1}, \ldots, x_{n}\right)=0$ from $g_{i}\left(x_{1}, \ldots, x_{n}\right)=$ 0 algebraically. Problem 1.6. Provide an example of a ring with a non-zero multiplication in which the identities $x^{2}=0$ and $x y=y x$ are satisfied. Definition 1.3. If any non-zero element of a ring $R$ is invertible, then $R$ is called a skew-field. A ring $R$ is called commutative, if $R$ satisfies the identity $x y-y x=0$. A commutative skew-field is called a field. ## Examples. 1. Field of real numbers, field of complex numbers, ring of polynomials, ring $\mathbb{Z}_{n}$ of remainders modulo $n$. If $n$ is prime, then $\mathbb{Z}_{n}$ is a field. 2. A fundamental example of a non-commutative ring is a ring of matrices. We construct it now. The elements of this ring is $n \times n$ tables filled by numbers. We use index $A_{i j}$ to denote the number puted in $i$-th line and $j$-th column. We put $$ (A+B)_{i j}=A_{i j}+B_{i j} \text { (pointwise addition) } $$ To define multiplication we put $$ (A B)_{i k}=\left(\sum_{j} A_{i j} B_{j k}\right) $$ 3. The skew-field of quaternions is a set of elements $a i+b j+c k+d$, where $a, b, c, d$ are real numbers, with a pointwise addition and multiplication defined by the following relations: $$ i j=-j i=k, k i=-i k=j, j k=-k j=i, i^{2}=j^{2}=k^{2}=-1 $$ Problem 1.7. Check that all mentioned sets with addition and multiplication are rings. Definition 1.4. By definition, an $N$-free associative algebra over ring $A$ (or the ring of non-commutative polynomials of the ring $R$ ), is a set $\sum_{i} a_{i} v_{i}$, where $a_{i} \in R$, and $v_{i}$ are words in alphabet $\left\{a_{1}, \ldots, a_{N}\right\}$. If $v=\sum_{i} a_{i} v_{i}, u=\sum_{i} b_{i} v_{i}$, then we set $$ u+v=\sum_{i}\left(a_{i}+b_{i}\right) v_{i}, u v=\sum_{i, j}\left(a_{i} b_{j}\right)\left(v_{i} v_{j}\right) $$ Remark 1.1. In the rest of the problem set any algebra considered is an associative algebra with a unit. We put $[a, b]:=a b-b a$. ## Examples. 1. Commutativity identity $[a, b]=a b-b a$ is satisfied by definition in all commutative rings. 2. Let $p$ be a prime number. Identity $x^{p}-x=0$ is satisfied for a ring of remainders modulo $p$ (small Ferma's theorem). 3. Hence $a b+b a=(a+b)^{2}-a^{2}-b^{2}$, the identity $a b+b a=0$ follows from the identity $a^{2}=0$. Problem 1.8. 1. Prove that Hall's identity $\left[[x, y]^{2}, z\right]=0$ holds for $2 \times 2$ matrices. 2. Prove that standard identity of degree 4 $$ \sum_{\sigma \in S_{4}}(-1)^{\sigma} x_{\sigma(1)} \cdots x_{\sigma(4)}=0 $$ holds for $2 \times 2$ matrices. For any algebra for which some non-trivial identity is satisfied, is satisfied the standard identity of some degree. An algebra of $n \times n$ matrices satisfies the standard identity of degree $2 n$. It is known that for algebra of $2 \times 2$ matrices all identities follows from the Hall's identity and the standard identity of degree 4 (this is quite complicated theorem which is proven by Yu. Razmislov in 1973). Even for $3 \times 3$-matrices the basis of identities is not known yet. Definition 1.5. An algebra is called a nil-algebra, if there exist a function $n: A \rightarrow \mathbf{N}$ such that, for all $x \in A$, we have $x^{n(x)}=0$. If for some $n$ the algebra satisfies identity $x^{n}$, then it is called a nil-algebra of index $n$. Definition 1.6. An algebra $A$ is called nilpotent, if the identity $x_{1} \ldots x_{k}=0$ is satisfied for some $k$. Definition 1.7. An element $\tau \in A$ is called algebraic of index $k$, if $\sum_{i=1}^{k} \tau^{i} a_{i}=0$ for some $a_{1}, \ldots, a_{k} \in \mathbb{Z}$. An algebra $A$ is called algebraic of index $k$ if any element of $A$ is algebraic of index $k$. An algebra $A$ is called algebraic if any element of $A$ is algebraic of some index (depending on the element). Problem 1.9. 1. Prove that any algebraic algebra of index $k$ satisfies a non-trivial identity. 2. * Prove that algebra of $n \times n$-matrices is algebraic of index $n$. 3. Fix $n \in \mathbb{Z}_{\geq 0}$. We denote by $\mathrm{SS}_{n}$ the set of all subsets of $\{1, \ldots, n\}$. For a $\tau \in \mathrm{SS}_{n}$ we put $S_{\tau}:=\sum_{i \in \tau} x_{i}$. Prove the following equation (is called polarization): $$ \sum_{\tau \in S S_{n}}(-1)^{|\tau|}\left(S_{\tau}\right)^{n}=\sum_{\sigma \in S_{n}} x_{\sigma(1)} \cdots x_{\sigma(n)} $$ (If we assume that $x_{i}$ commutes on with each other, then the right-hand side will equal $n!x_{1} \cdots x_{n}$.) 4. Prove that from the identity $x^{n}$ follows the identity $\sum_{\sigma \in S_{n}} x_{\sigma(1)} \cdots x_{\sigma(n)}$. 5. Prove that any identity has a polylinear (i.e. linear over any variable) analogue of the same degree. Let $a_{1}, \ldots, a_{l}$ be some elements of some algebra $A$ with a unit and $w=a_{i_{1}} a_{i_{2}} \ldots a_{i_{s}}$ be a word of alphabet with letters $\left\{a_{1}, \ldots, a_{l}\right\}$. We denote by $w(a)$ the element $a_{i_{1}} \cdot a_{i_{2}} \cdot \ldots \cdot a_{i_{s}}$ of $A$. Problem 1.10. Let $A$ be an algebra which satisfies an identity of degree $n$ and $a_{1}, \ldots, a_{l}$ be some elements of $A$. Let $w$ be an $n$-divisible word of alphabet $\left\{a_{1}, \ldots, a_{l}\right\}$. Prove that $w(a)=\sum_{w_{i} \prec w} c_{i} w_{i}(a)$. For some finite set of words $w_{i}$ and some $c_{i} \in \mathbb{Z}^{1}$. A. Kurosh have posed in 1941 the following question. Kurosh's problem. Is it true that any algebraic finitely generated algebra, which satisfies some identity of degree $n$, is finite-dimensional? First solution of Kurosh's problem, obtained by Levitskii and Kaplanskii in 1951, and use highly non-elementary methods. In 1957, A. Shirshov develops purely combinatorial technique, which provides another approach to Kurosh's and other nilpotency-related problems. Problem 1.11. a) Resolve Kurosh's problem using Shirshov's theorem of height. b)* Prove that $l$-generated nil-algebras are $n$-nilpotent of index $k(n, l)$. Our next goal is to receive estimates for a function $k(n, l)$. Estimates for height in combinatorics of words straightforwardly leads to estimates of $k(n, l)$. First estimate of A. Shirshov are extremely overwhelming but his works contains deep ideas which still stay in focus of researchers. A. Kolotov receives in 1982 twice exponential estimate for $k(n, l)$ of type $\left(l^{n}\right)$, where $l$ is a number of generators and $n$ is a degree of identity. A. Belov receives exponential estimate $n^{3} l^{3 n}$ in 1992 , this estimate has been upgraded in works of A. Klein in 2000. E. Zelmanov have posed the following question in 1991. Problem 1.12. Let $F_{2, m}$ be a free 2-generated associative ring with the identity $x^{m}=0$. Is it true that the nilpotency class of $F_{2, m}$ depends exponentially on $m$ ? Problem 1.13. Prove that the last problem from Section "Exponential estimates" provides a positive answer to Zelmanov's question. A.Belov and M. Kharitonov receive in 2012 a subexponential estimate for a height. In connection with these results appear the following problem: Problem 1.14. Receive a polynomial estimate for height. And another one. Problem 1.15. Does there exist an estimate for a height which is polynomial with respect to degree and linear with respect to the number of letters in an alphabet? And the last one. Problem 1.16. Receive lower height estimate.[^11] # Periodicity and order A. Belov, M. Kharitonov August 10, 2012 ## 1 Introduction We consider words in some alphabet. We fix some word $W$. If we are very lucky, $W$ is periodic, i.e. it is some short word $w$ repeated many times. This word $w$ is called period of $W$. We write $c=b a$, for words $a, b, c$, if $c$ is obtained from $b$ and $a$ by gluing together (we note that any word is a product of several letters an that this product is noncommutative, i.e. $a b \neq b a$, even if $a, b$ are letters). From the point of view of this product, any periodic word is a power of some (short) word. An arbitrary word does not tend to be periodic. More often a word is a product of several periodic words. We call such words piecewise-periodic. Any word can be expressed as a product of several periodic words and some small pieces inbetween them. Let now fix an alphabet $\mathcal{A}=\left\{a_{1}, \ldots, a_{s}\right\}$. Order $a_{1} \prec a_{2} \prec \cdots \prec a_{s}$ on the set of letters induces a lexicographical order on the set of words. We write $U \prec V$, whenever the first letter of $U$ is smaller than the first letter of $V$, if they coincide, if the second letter of $U$ is smaller than the second letter of $V$ e.t.c. If a word $U$ starts from a word $V, U$ and $V$ are incomparable, i.e. neither $U \prec V$, nor $V \prec U$. Similarly words are ordered in a dictionary (in this case the shortest from two incomparable words usually goes earlier). A given word $A$ may have a property to be lexicographically ordered: this means that a letter with a smaller index always goes earlier than a letter with a bigger index. If a word $W$ is not ordered, it has several disorders. There are more powerful and less powerful disorders. We say that a word $W$ has a $k$ disorder if $W$ contains $k$ subwords $W_{1}, \ldots, W_{k}$ such that 1) $W_{i}$ does not intersect $W_{j}$ for $i \neq j$; 2) if $i1$. Problem 2.9. Let $u, v$ be different non-cyclic words of length $m$ and $n$ respectively. Assume that a word $W$ contains subwords $u^{\prime}=u^{m \cdot n}$ and $v^{\prime}=v^{m \cdot n}$. Prove that the length of the common part of $u^{\prime}$ and $v^{\prime}$ does no exceed $m+n-2$. Problem 2.10. An infinite band is filled by numbers $\{1, \ldots, 9\}$. Prove that either one can cut of from it 10 non-intersecting numbers with 1000 digits each, which form an increasing sequence on a band, or there exists a number with 10 or less digits which repeats 50 times in succession. ## 3 Dilworth's theorem Problem 3.1. Is it true that, for any sequence of numbers of length 5 , there exists a subsequence of length 3 which is ordered (i.e. it is or increasing, or decreasing)? Problem 3.2. Is it true that, for any sequence of numbers of length 9 , there exists a subsequence of length 4 which is ordered (i.e. it is or increasing, or decreasing)? Problem 3.3. Prove that that for any sequence of numbers of length 10 there exists a subsequence of length 4 which is ordered (i.e. it is or increasing, or decreasing). Problem 3.4. Prove that that for any sequence of numbers of length $m n+1$ either there exists a decreasing subsequence of length $m+1$ or there is an increasing subsequence of length $n+1$. By definition a partially ordered set (POS) is a set $M$ with a relation $\prec$ on it such that, for any two elements $a$ and $b$ of $M$, or $a \prec b$ is true or is false. This relation should satisfies the following axioms: 1. if $a \prec b$ and $b \prec c$, then $a \prec c$ (transitivity); 2. if $a \prec b$, then $a$ is not $b$. Problem 3.5. May $a \prec b$ and $b \prec a$ be true simultaneously? Problem 3.6. Prove that the set of words with a lexicographical order is a POS. Definition 3.1. A POS $M$, for any elements $a, b \in A$ of which $a=b, a \prec b, b \prec a$, is called linearly ordered. Such POS are also known as chains. Problem 3.7. Let $m, n$ be natural numbers. Prove that in any POS with $m n+1$ elements there exists either a subset with $m+1$ elements which is a chain or there is a subset with $n+1$ elements which is an antichain (i.e. such that any two elements of which are incomparable). Problem 3.8. Let $M$ be a POS and $c(M)$ be the length of the longest chain of $M$. Then $M$ can be splitted on $c(M)$ antichains. The following theorem is in some sense dual to Problem 3.8. Dilworth's theorem. Let $M$ be a POS and $a d(M)$ be the length of the longest antichain of $M$. Then $M$ can be splitted on $\operatorname{ad}(M)$ chains. ## 4 Exponential estimates We fix an alphabet $\mathcal{A}=\left\{a_{1}, a_{2}, \ldots, a_{l}\right\}$ and we fix a linear order on $\mathcal{A}: a_{1} \prec a_{2} \prec \cdots \prec a_{l}$. This order introduces a lexicographical order on the set of words of $\mathcal{A}$. We consider two words $u$ and $v$. If $u$ begins from $v$ or $v$ begins from $u$, we call $u$ and $v$ incomparable (with respect to each other). Otherwise there exist words $w, u^{\prime}, v^{\prime}$ such that $u=w u^{\prime}$, $v=w v^{\prime}$ and first letters of $u^{\prime}$ and $v^{\prime}$ are different ( $w$ could be an empty word). If the first letter of $u^{\prime}$ is greater than the first letter of $v^{\prime}$, we say that $u$ is greater than $v$ and write $v \prec u$, otherwise we say that $v$ is greater than $u$ and write $v \prec u$. The set of words of $\mathcal{A}$ with respect to $\prec$ is a POS. The order $\prec$ is called lexicographical (see also Introduction). It would be significant later that some words are incomparable with respect to the lexicographical order $\prec$. Problem 4.1. Let alphabet $\mathcal{A}$ consists of letters $a, b, c$. We introduce an order on them: $a \prec b \prec c$. Find the longest increasing sequence from the following list of words. Which pairs of these words are incomparable? $$ c b, a b c, b a c, a b b, b, c c c, a b c $$ The following definitions will be useful later. Definition 4.1. A word $W$ is called $n$-divisible, if there exist words $u_{1}, \ldots, u_{n}$ such that $W=v \cdot u_{1} \cdots u_{n}$ and $u_{1} \succ \ldots \succ u_{n}$. Definition 4.2. A word $W$ is called $k$-ordered, if $W$ is $k$-divisible but not $(k+1)$-divisible. Problem 4.2. Find a number of a) 1-ordered b) 2-ordered words of length $l$. Problem 4.3. Let $n$ be a natural number, $u$ - noncyclic word of length $n$ or less. Prove that the word $u^{2 n}$ is not $n$-divisible. Definition 4.3. a) A word $v$ is called a tale of a word $u$ if there exists a word $w$ such that $u=v w$. b) If a word $v$ has a subword $u^{t}$ we say that $v$ has a period of cyclicity $t$ Problem 4.4. Let $l, d$ be some natural numbers. Prove that, for a word $W$ of length $l$, or first $[l / d]$ tales are pairwise incomparable, or $W$ has a period of length $d$. Further we assume that $n \leqslant d$. Definition 4.4. A word $W$ is called (n,d)-cancellable, either if $W$ is $n$-divisible, or if there exists a word $u$ such that $u^{d}$ is a subword of $W$. Problem 4.5. Prove that if a word $W$ has $n$ pairwise equal non-intersecting subwords of length $n$, then $W$ is $(n, n)$-cancellable. Definition 4.5. A word $W$ is called $n$-divisible from tale, is there exists tales $u_{1}, \ldots, u_{n}$ such that $u_{1} \succ u_{2} \succ \ldots \succ u_{n}$, and, for any $i=1,2, \ldots, n-1, u_{i}$ begins earlier than $u_{i+1}$. Problem 4.6. Prove that if a word $W$ is a) $n^{3} d$-divisible from tale, b) $3 n^{2} d$-divisible from tale, c) $4 n d$-divisible from tale, then $W$ is either $n$-divisible, or $W$ has a subword $u^{d}$ for some nontrivial word $u$. Problem 4.7. For any pair of natural numbers $(n, d)$ (except pair $(1,1)$ ), provide an example of a word $W$ of length $(n d-1)$ such that any set of tales of $W$ is not increasing and $W$ is not $(n+1, d)$-cancellable. Problem 4.8. Try to enhance an estimate from Problem 4.6. We fix an alphabet $\mathcal{A}$ of length $l$, a word $W$ of this alphabet of length $r(W)$ and natural numbers $n \leqslant d$. Further we assume that, for all words $u, W$ does not contain a subword $u^{d}$ and $W$ is not $4 n d$-divisible from tale. We consider first $[r(W) / d]$ tales of $W$ (further we denote this set of words by $\Omega$ ). Then by Dilworth's theorem we can split $\Omega$ on $(4 n d-1)$ groups such that tales in one group form a chain. In solutions of the following problems we expect that you use previous ones. Problem 4.9. Prove that, from any $4 n d^{2}$ tales of $\Omega$, there exists two tales, for which the first subwords of length $4 n d$ are pairwise different. Problem 4.10. In some infinite parliament any member has not more than 3 enemies among members. Prove that there is a way to divide this parliament into two houses such that a member of any house has not more than 1 enemy among members of his own house. In the following problems we assume that $l, n, d$ are variables and that $W$ is some word defined over alphabet of $l$-letters. Problem 4.11 (Shirshov's lemma). Prove that there exists a function $f(l, n, d)$ such that for any subword $W$ defined over alphabet of $l$-letters either $W$ is $(n, d)$-cancellable, or $r(W)j$. Then $i$-the letter coincides with $j$-the letter, $i+1$-th letter coincides with $j+1$-th letter,..., $i+k$-th letter coincides with $l+k$-th letter. Hence $(i-j) \leq k, V$ is a subword of $V_{1 \rightarrow(j-1)} V_{j \rightarrow(i-1)}^{\infty}$, where $V_{1 \rightarrow(j-1)}$ is a subword of $V$ which starts from the first letter and ends in the $(j-1)$-th letter, and $V_{j \rightarrow(i-1)}$ is a subword of $V$ which starts from the $j$-th letter and ends in the $(i-1)$-th letter. As $i-1 \leqslant k$ and $i-j \leqslant k, V$ contains at least $t$-th power of $V_{j \rightarrow(i-1)}$. Therefore $V$ contains a subword of type $v^{t}$. Problem 2.7. Provide a bijection between the following sets: - sequences of natural numbers $1 \leqslant a_{1} \leqslant a_{2} \leqslant \ldots \leqslant a_{n}$, where $a_{i} \leqslant i$; - transpositions of numbers $1,2, \ldots, n$, such that the length of any decreasing sequence is 2 or less. Proof. We consider the set of transpositions $S_{n}^{\vee}$ of numbers $1, \ldots, n$ which have no increasing subsequences of length 3 (we consider transpositions as words in alphabet $\{1, \ldots, n\}$ ). We denote by $b(\sigma)$ the length of the longest increasing subsequence of $\sigma$ which ends in the end of $\sigma$ for any $\sigma \in S_{n}^{\vee}$. We denote by $\sigma[m]$ the transposition of $1, \ldots, m$ which is obtained from $\sigma$ by eliminating letters $m+1, \ldots, n$ for any $\sigma \in S_{n}^{\vee}$ and $m \leqslant n$. We assign to any transposition $\sigma \in S_{n}^{\vee}$ the sequence of numbers $$ b_{1}:=b(\sigma[1]), b_{2}:=b(\sigma[2]), \ldots, b_{n}:=b(\sigma[n]) $$ Note that $b_{1}=1, b_{i+1} \leqslant b_{i}+1,1 \leqslant b_{i} \leqslant i$. Set $a_{i}:=i+1-b_{i}$. Note that $$ a_{1}=1,1 \leqslant a_{i} \leqslant i, a_{i} \leq a_{j} $$ Therefore we assign to a transposition $\sigma \in S_{n}^{\vee}$, which have no increasing subsequences of length 3 , an increasing sequence of numbers $1 \leqslant a_{1} \leqslant a_{2} \leqslant \ldots \leqslant a_{n}$ such that $a_{i} \leqslant i$. It is easy to see that this map is bijective. As an exercise, a reader can explicitly construct an inverse map. The solution of the previous problem is also presented in the project of V. Dotsenko "Katalan's numbers and natural maps". Problem 2.8. Hundred man-eaters come to a feast. During a feast man-eaters eat themselves. Therefore appear a sequences of man-eaters such that a man-eater eats a man-eater which eats a man-eater which eats a man eater... What is the smallest possible the longest such sequence of man-eaters with additional condition that from any 10 maneaters any one eats the other one? Proof. We produce a graph from the set of man-eaters. We assume that two man-eaters $A, B$ are connected with an oriented edge, if $A$ eats $B$. Note that this graph is a forest (i.e. is a union of trees). We split man-eaters on the several groups. First group consists of man-eaters which does not eat anyone on the feast. Second group consists of man-eaters which eats only man-eaters from the first group. And so on. Obviously 1. All man-eaters are presented in these groups. 2. The man-eaters from one group does not contain themselves. We know that from any 10 man-eaters one eat the other one. Therefore the number of man-eaters in one group does not exceed 9. Hence the number of such groups is greater or equal than $\left[\frac{100}{9}\right]=12$. Therefore there is a chain of "man-eaters which eats man-eaters" of length 12 or more. Now we provide an example of a feast where the longest such chain has length 12 . We divide man-eaters onto 9 groups of 11 man-eaters and 1 group of 1 man-eater. Let the second man-eater in a any group eat the first one, let the third one eat the second one and so on. At the end, the man eater from the 10-th group eat all other man-eaters. Similar problems to Problem 2.8 appear in subsection "Dilworth's theorem". Definition 2.1. We call a word $u$ non-cyclic, if $u$ is not equal to $v^{k}$, for any word $v$ and any $k>1$. Problem 2.9. Let $u, v$ be different non-cyclic words of length $m$ and $n$ respectively. Assume that a word $W$ contains subwords $u^{\prime}=u^{m \cdot n}$ and $v^{\prime}=v^{m \cdot n}$. Prove that the length of the common part of $u^{\prime}$ and $v^{\prime}$ does no exceed $m+n-2$. Solution. Let $m>n$ and assume that the intersection of two periodic subwords $u^{m n}$ and $v^{m n}$ has length $m+n-1$ or more. We denote this intersection $S$. We denote the letters of $S$ by $s_{1}, \ldots, s_{l}$, where $l$ is a length of $S$. We prove that under these assumptions $u$ is periodic with period $d=\operatorname{GCD}(m, n)$. It is enough to prove that if $k=l(\bmod d)$ and $1 \leqslant k, l0}$. We construct sequences $k_{i}, a_{i}, b_{i}$ by the following inductive rules: 1. $k_{0}=k, a_{0}=a, b_{0}=b$; 2. $\left\{\begin{array}{ll}k_{i+1}=k_{i}+n, a_{i+1}=a_{i}-1, b_{i+1}=b_{i}, & \text { if } a_{i}>0 \text { and } k_{i}0 \\ i-\text { th element is the last, } & \text { if } a_{i}=b_{i}=0\end{array}\right.$. It is obvious from definition that 1. $k_{i}-r=a_{i} n-b_{i} m$ for all $i \geq 0$; 2. $d \nmid k_{i}$ for all $i \geq 0$; 3. $1 \leq k_{i} \leq m+n-1$ for all $i \geq 0$. 4. If $k_{i}$ is the last element of the sequence, then $k_{i}=r$. From these rules follows that $s_{k_{i+1}}=s_{k_{i}}$, and in particular $s_{k}=s_{l}$, if $k=l(\bmod d)$. Assume that $r=0$. We show that $s_{k}=s_{n}=s_{m}$. To do this we construct sequences $k_{i}, a_{i}, b_{i}$ by the following inductive rules: 1. $k_{0}=n, a_{0}=m / d-1, b_{0}=n / d-1$; 2. $\left\{\begin{array}{ll}k_{i+1}=k_{i}+n, a_{i+1}=a_{i}-1, b_{i+1}=b_{i}, & \text { if } a_{i}>0 \text { and } k_{i}0 \\ i-\text { th element is the last, } & \text { if } a_{i}=b_{i}=0\end{array}\right.$. Note that 1. $k_{i}-n=a_{i} n-b_{i} m$ for all $i \geqslant 0$; 2. $d \nmid k_{i}$ for all $i \geqslant 0$; 3. $1 \leq k_{i} \leq m+n-1$ for all $i \geqslant 0$. Assume that $k_{i}=n$. Then $n a_{i}=m b_{i}$, and in particular either $a_{i}=0$, or $a_{i} \geq m / d$. Hence the last statement is false, $a_{i}=b_{i}=0$. On the other hand if $a_{i}=b_{i}=0$, then $k_{i}=n$. Therefore the sequences $\left\{a_{i}\right\},\left\{b_{i}\right\},\left\{k_{i}\right\}$ has precisely $m / d+n / d-1$ elements. Now we prove that these elements that the elements of $\left\{k_{i}\right\}$ are pairwise different. Namely if $k_{i}=k_{j}$, then $n\left(a_{i}-a_{j}\right)=m\left(b_{i}-b_{j}\right)$. Thus $a_{i} \geq m / d$. This statement is false. Therefore the elements $\left\{k_{i}\right\}$ are pairwise different and belong to $\{d, \ldots, d(m / d+n / d-1)\}$. The number of these elements equals $m / d+n / d-1$. Therefore the sequence $\left\{k_{i}\right\}$ consists from numbers $d, 2 d, \ldots,(m+n-1) d$. Hence $s_{k_{i}}=s_{k_{i+1}}, s_{k}=s_{n}=s_{m}$. As a corollary, if $d \mid k, l$ and $k=l(\bmod d)$, then $s_{k}=s_{l}$. As $S$ is lomger than both $u$ and $v$ and is $d$-periodic, words $u, v$ are periodic to. This is a contradiction. Therefore the length of the intersection of two periodic words $u^{m n}$ and $v^{m n}$ does not exceed $m+n-2$. Problem 2.10. An infinite band is filled by numbers $\{1, \ldots, 9\}$. Prove that either one can cut of from it 10 non-intersecting numbers with 1000 digits each, which form an increasing sequence on a band, or there exists a number with 10 or less digits which repeats 50 times in succession. Proof. We move from left to right on the band and consider a moment from which all 1000digit numbers appear infinitely many times. If the number of such 1000-digit numbers exceed 10, then there exists an increasing sequence of length 10 consisting from nonintersecting 1000-digit numbers. Further we assume that the number of such 1000-digit numbers is smaller than 10 . Then there exist equal 1000-digit numbers which intersect by more than 990 digits. Then these numbers are periodic of period 9 or less. Then the period in these numbers repeats at least $\left[\frac{1000}{9}\right]$ times (what is definitely more than 50 times). ## 3 Dilworth's theorem Problem 3.1. Is it true that, for any sequence of numbers of length 5 , there exists a subsequence of length 3 which is ordered (i.e. it is or increasing, or decreasing)? Proof. Is a particular case of Problem 3.4. Problem 3.2. Is it true that, for any sequence of numbers of length 9 , there exists a subsequence of length 4 which is ordered (i.e. it is or increasing, or decreasing)? Solution. No, this is not true. The sequence 3-2-1-6-5-4-9-8-7 is a counterexample. Problem 3.3. Prove that that for any sequence of numbers of length 10 there exists a subsequence of length 4 which is ordered (i.e. it is or increasing, or decreasing). Proof. Is a particular case of Problem 3.4. Problem 3.4. Prove that that for any sequence of numbers of length $m n+1$ either there exists a decreasing subsequence of length $m+1$ or there is an increasing subsequence of length $n+1$. Proof. We write $a \succ b$, whenever $a>b$ and $a$ goes earlier than $b$. All other pairs of numbers are incomparable. There exists either a subsequence from these numbers which is a chain with respect to $\succ$ of length $n+1$ (a chain corresponds to an increasing subsequence) or there exists an antichain, i.e. the set of pairwise incomparable numbers, from these numbers with respect to $\succ$ of length $m+1$ (an antichain corresponds to a decreasing sequence) by Problem 3.7. By definition a partially ordered set (POS) is a set $M$ with a relation $\prec$ on it such that, for any two elements $a$ and $b$ of $M$, or $a \prec b$ is true or is false. This relation should satisfies the following axioms: 1. if $a \prec b$ and $b \prec c$, then $a \prec c$ (transitivity); 2. if $a \prec b$, then $a$ is not $b$. Problem 3.5. May $a \prec b$ and $b \prec a$ be true simultaneously? Problem 3.6. Prove that the set of words with a lexicographical order is a POS. Definition 3.1. A POS $M$, for any elements $a, b \in A$ of which $a=b, a \prec b, b \prec a$, is called linearly ordered. Such POS are also known as chains. Problem 3.7. Let $m, n$ be natural numbers. Prove that in any POS with $m n+1$ elements there exists either a subset with $m+1$ elements which is a chain or there is a subset with $n+1$ elements which is an antichain (i.e. such that any two elements of which are incomparable). Proof. We will prove this statement by induction by $m$. The base $(m=0)$ is obviously true. Now we prove that from the $m$-th statement follows $(m+1)$-th statement. We fix a POS $M$ with at least $m n+1$ element. We say that an element $a$ of $M$ is maximal if any other element is smaller than $m$ or is incomparable with $m$. We consider the set Max of all maximal elements. By definition, any two maximal elements are incomparable. If the number of elements $\mid$ Max $\mid$ in Max is greater or equal than $n+1$, then $M$ is a desired antichain. Further we assume that $\mid$ Max $\mid$ does not exceed $n$. We denote $M$ without $|M a x|$ as $\tilde{M}$. Obviously, $\tilde{M}$ has at least $n(m-1)+1$ elements and therefore has either a chain of length $m$ or an antichain of length $n+1$ by the induction hypothesi. If the second statement is true, we prove the induction hypothesi. Assume that the first statement is true and $\tilde{M}$ has a chain $\mathcal{C}$ of length $m+1$. Then some element $a$ of Max is greater than the maximal element of $\mathcal{C}$ and therefore $\{a\} \cup \mathcal{C}$ is a chain of length $m+1$. Problem 3.8. Let $M$ be a POS and $c(M)$ be the length of the longest chain of $M$. Then $M$ can be splitted on $c(M)$ antichains. Solution. (We use definitions of Problem 3.7)We prove the statement by induction by $n$. The base $(n=0)$ is obviously true. We denote by Max the maximal elements of $M$. Let $\tilde{M}$ be $M$ without Max. As $M$ does not contain chains of $n+1, \tilde{M}$ does not contain chains of length $n$. Therefore $\tilde{M}$ is a union of $n$ antichains. As Max is an antichain, $M$ is a union of $n+1$ antichain. We prove the induction hypothesi. The following theorem is in some sense dual to Problem 3.8. Dilworth's theorem. Let $M$ be a POS and $a d(M)$ be the length of the longest antichain of $M$. Then $M$ can be splitted on $\operatorname{ad}(M)$ chains. ## 4 Exponential estimates We fix an alphabet $\mathcal{A}=\left\{a_{1}, a_{2}, \ldots, a_{l}\right\}$ and we fix a linear order on $\mathcal{A}: a_{1} \prec a_{2} \prec \cdots \prec a_{l}$. This order introduces a lexicographical order on the set of words of $\mathcal{A}$. We consider two words $u$ and $v$. If $u$ begins from $v$ or $v$ begins from $u$, we call $u$ and $v$ incomparable (with respect to each other). Otherwise there exist words $w, u^{\prime}, v^{\prime}$ such that $u=w u^{\prime}$, $v=w v^{\prime}$ and first letters of $u^{\prime}$ and $v^{\prime}$ are different ( $w$ could be an empty word). If the first letter of $u^{\prime}$ is greater than the first letter of $v^{\prime}$, we say that $u$ is greater than $v$ and write $v \prec u$, otherwise we say that $v$ is greater than $u$ and write $v \prec u$. The set of words of $\mathcal{A}$ with respect to $\prec$ is a POS. The order $\prec$ is called lexicographical (see also Introduction). It would be significant later that some words are incomparable with respect to the lexicographical order $\prec$. Problem 4.1. Let alphabet $\mathcal{A}$ consists of letters $a, b, c$. We introduce an order on them: $a \prec b \prec c$. Find the longest increasing sequence from the following list of words. Which pairs of these words are incomparable? $$ c b, a b c, b a c, a b b, b, c c c, a b c $$ Solution. The longest increasing sequence is: $a b b, a b c, b, c b, c c c$. The pairs of incomparable elements: $b \leftrightarrow b a c, a b c \leftrightarrow a b c$. The following definitions will be useful later. Definition 4.1. A word $W$ is called $n$-divisible, if there exist words $u_{1}, \ldots, u_{n}$ such that $W=v \cdot u_{1} \cdots u_{n}$ and $u_{1} \succ \ldots \succ u_{n}$. Definition 4.2. A word $W$ is called $k$-ordered, if $W$ is $k$-divisible but not $(k+1)$-divisible. Problem 4.2. Find a number of a) 1-ordered; b) 2-ordered words of length $l$ with pairwise different letters. c) 1-ordered letters with not necessarily different letters. Solution. a) Answer: $\mathrm{C}_{l}^{s}$. b) The number of sequences of natural numbers $1 \leqslant a_{1} \leqslant a_{2} \leqslant \ldots \leqslant a_{l}$ such that $a_{i} \leq i$ by Problem 2.7. We call such a sequence a correct sequence. Let $c_{n}$ be the number of correct sequences of length $n$. For a correct sequence $\left\{a_{i}\right\}$ we set $$ \operatorname{stup}\left(a_{1}, a_{2} \ldots, a_{n+1}\right)=\sup _{1 \leqslant i \leqslant n+1}\left\{a_{i}=i\right\} $$ Obviously, $1 \leqslant \operatorname{stup}\left(\left\{a_{i}\right\}\right) \leqslant n$. Then correct sequences such that, for some $1 \leqslant j \leqslant n+1$, $\operatorname{stup}\left(a_{1}, a_{2} \ldots, a_{n+1}\right)=j$, can be described by the following conditions: $$ a_{i} \leqslant i \text { для } ij . $$ Therefore the number of the correct sequences such that $$ \operatorname{stup}\left(a_{1}, a_{2} \ldots, a_{n+1}\right)=j $$ equals $c_{j-1} c_{n+1-j}$. Thus we have $$ c_{n+1}=c_{0} c_{n}+c_{1} c_{n-1}+\ldots+c_{n} c_{0} $$ Now we show that $c_{n}=\frac{1}{n+1} \mathrm{C}_{2 n}^{n}$. To do this we define a function $$ f(x)=c_{0}+c_{1} x+c_{2} x^{2}+\ldots+c_{n} x^{n}+\ldots $$ Then from the relation (1) follows that $f(x)=c_{0}+x f^{2}(x)$. Therefore $$ f(x)=\frac{1 \pm \sqrt{1-4 c_{0} x}}{2 x}={ }^{1} \frac{1 \pm \sqrt{1-4 x}}{2 x} $$ Hence $f(x)$ has no pole in 0 , $$ f(x)=\frac{1-(1-4 x)^{\frac{1}{2}}}{2 x}=\sum_{n \geq 0} \frac{1}{2}(-1)^{n+2} 4^{n+1} \mathrm{C}_{n+1}^{\frac{1}{2}} x^{n}=\sum_{n \geq 0} 4^{n+1} \frac{(2 n-1)!!}{2^{n+2}} x^{n}=\sum_{n \geq 0} \frac{1}{n+1} \mathrm{C}_{2 n}^{n} x^{n} $$ Hence $c_{l}=\frac{1}{l+1} \mathrm{C}_{2 l}^{l}$. c) The letters in a 1-ordered word are ordered. Therefore 1-ordered words are one-toone correspondence with ordered sequences of nonnegative integers $\left(k_{1}, \ldots, k_{l}\right)$ such that $k_{1}+\ldots+k_{l}=s$. It is well known that the number of such sequences equals $\mathrm{C}_{s+l-1}^{s}$.[^14] Problem 4.3. a) Let $n$ be a natural number, $u$ - noncyclic word of length $n$ or more. Prove that the word $u^{2 n}$ is $n$-divisible. b) Let $n$ be a natural number and $u$ be a word of length $n-1$ or less. Prove that the word $u^{2 n}$ is not $n$-divisible. Proof. a) Let $m$ be the length of $u$. Then there is $m$ cyclic rotations of $u$ : $$ u[0], u[1], \ldots, u[m-1] $$ The word $u$ is non-cyclic, and hence words $u[i]$ are pairwise different. Therefore the set $\{u[i]\}$ with respect to the lexicographical order. We reorder them so that $$ u\left[i_{0}\right] \succ u\left[i_{1}\right] \succ \ldots \succ u\left[i_{m-1}\right] $$ For any $i$ there exist words $u_{i}, w_{i}$ such that $u=u_{i} w_{i}$ and $u[i]=w_{i} u_{i}$. Then $$ u^{2 n}=w_{i_{0}} v_{i_{0}} w_{i_{0}} v_{i_{0}} w_{i_{1}} v_{i_{1}} w_{i_{1}} v_{i_{1}} \ldots w_{i_{m-1}} v_{i_{m-1}} w_{i_{m-1}} v_{i_{m-1}} $$ Set $$ \begin{cases}u_{i_{k}}^{\prime}=v_{i_{k}} w_{i_{k}} v_{i_{k}} w_{i_{k+1}} & k=0,1, \ldots, n-2 \\ u_{i_{k}}^{\prime}=v_{i_{k}} w_{i_{k}} v_{i_{k}} & k=n-1\end{cases} $$ $\gamma=w_{i_{0}}$. Then $u^{2 n}=\gamma u_{i_{0}}^{\prime} u_{i_{1}}^{\prime} \ldots u_{i_{n-1}}^{\prime}$. We have $u_{i_{0}}^{\prime}>u_{i_{1}}^{\prime}>\ldots>u_{i_{n-1}}^{\prime}$, and therefore $u^{2 n}$ is $n$-divisible (see also [18]). b) Let $u=u_{1} \ldots u_{s}$, where $s \leq n-1$ and $u_{i}$ are letters. Assume that $u^{2 n}$ is $n$-divisible, i.e. $u$ contains nonintersecting words $v_{1}, \ldots, v_{n}$ such that $v_{i}$ goes before $v_{j}$ and $v_{1}, \ldots, v_{n}$ is a decreasing sequence. Let $r_{1}, \ldots, r_{n}$ be the numbers of the first letters (we count from the left side!) of $v_{i}$ in $u^{2 n}$. We have $sn$, then the subwords $$ u_{1}, u_{n d+1}, u_{n d+d+1}, u_{n d+2 d+1}, \ldots, u_{2 n d-d+1} $$ does not intersect. Therefore they are incomparable, and hence a word $W$ is $n$-divisible. This is a contradiction. Problem 4.7. For any pair of natural numbers $(n, d)$ (except pair $(1,1)$ ), provide an example of a word $W$ of length $(n d-1)$ such that any set of tales of $W$ is not increasing and $W$ is not $(n+1, d)$-cancellable. Solution. Two teams from four provide the following example: Fix an alphabet $\mathcal{A}_{2}:=\{an)$ by $\left.\right|_{n}$. First we show that $H_{n}$ is nonempty for any $n$. We start with some function and if a member has 2 or more enemies in his own house we move him to another house (then the number of the pairs of enemies inside the houses decreases). As the number of the pairs of enemies in $P_{n}$ is finite, after several such procedures we obtain an admissible function. Therefore $H_{n}$ is nonempty for any $n$. Set $\left.\left(H_{\infty}\right)\right|_{n}:=\cap_{m \geq n}\left(\left.\left(H_{m}\right)\right|_{n}\right)$. As, 1. for any $m>n,\left.\left(H_{m}\right)\right|_{n}$ is a non-empty finite subset of $P_{n}$, and 2. if $m_{1}>m_{2}>n$, we have $\left.\left(H_{m_{1}}\right)\right|_{n} \subset\left(H_{m_{2}}\right)_{n}$, the set $\left(H_{\infty}\right)_{n}$ is nonempty. We build a chain of functions $\left\{f_{i}\right\}\left(f_{i} \in\left(H_{\infty}\right)_{i}\right)$ by the following rule: $\left.f_{i+1}\right|_{P_{i}}=f_{i}$ (for any $\left.f_{i} \in\left(H_{\infty}\right)\right|_{i}$ such a function $f_{i+1}$ always exist, because $\left.\left(\left(H_{\infty}\right)_{i+1}\right)\right|_{i}=\left(H_{\infty}\right)_{i}$ ). This chain define two houses: $i$-th memeber is a memeber of $f_{i}(i)$-th house. In the following problems we assume that $l, n, d$ are variables and that $W$ is some word defined over alphabet of $l$-letters. Problem 4.11 (Shirshov's lemma). Prove that there exists a function $f(l, n, d)$ such that for any subword $W$ defined over alphabet of $l$-letters either $W$ is $(n, d)$-cancellable, or $r(W)0$, any long enough $d$-indecomposable word must contain a nonempty word $u^{r}$ where $|u| \leq d$. Shirshov's height theorem follows from an algorithmic argument given in [BR05, p. 50]. Shirshov's Height Theorem also yields a result about the Gelfand-Kirillov dimension $\operatorname{GK}(A)$ of an affine algebra $A$. Recall that $$ \operatorname{GK}(A)=\lim _{n \rightarrow \infty} \frac{\ln \operatorname{dim}\left(V_{A}(n)\right)}{\ln (n)} $$ where $V_{A}(n)$ is the vector space generated by the words of length $\leq n$ in the generators of A. A related concept is the (Poincaré-)Hilbert Series $$ H_{A}=1+\sum d_{n} \lambda^{n} $$ where $d_{n}=\operatorname{dim}\left(V_{A}(n) / V_{A}(n-1)\right)$, the number of irreducible words of length $n$. (Strictly speaking, $H_{A}$ depends on the given set of generators of $A$, whereas $\operatorname{GK}(A)$ is independent of the choice of generators.) Corollary 1.3 (Berele [Ber93]). $\operatorname{GK}(A)<\infty$, for any affine PI-algebra A. To prove the corollary, it suffices to observe that the number of solutions of the inequality $k_{1}\left|v_{1}\right|+\cdots+k_{h}\left|v_{h}\right| \leq n$ with $h \leq H$ does not exceed $N^{H}$, and therefore $\operatorname{GK}(A) \leq h(A)$. Shirshov's beautiful theorem, which also is formulated for algebras over arbitrary commutative rings, opened the way to the combinatoric school of PI-theory, which has led to many breakthroughs in recent years. (Ironically, Shirshov's work was unknown in the West until 1973. Thus, for many years, there was a parallel development of PItheory on both sides of the former "iron curtain," along mostly combinatoric lines in the former Soviet Union and along structural lines in the West. Although our focus in this survey is on Shirshov's influence, and thus on the Russian school, we also describe parallel results in the West.) ### 1.1. The radical of an affine PI-algebra and the Nagata-Higman Theorem. One of the early applications of Shirshov's Theorem was in a seemingly unrelated direction. Using structure theory, Amitsur [Am57] showed that the Jacobson radical $J(A)$ of an affine PI-algebra is nil. This led to the question of whether $J(A)$ is nilpotent, which was formally raised by Latyshev in his dissertation. Shirshov's Theorem is a key tool in verifying this assertion when $R$ satisfies the PI's of $n \times n$ matrices, as shown by Razmyslov [Raz74a], who also proved that a complete solution is equivalent to the conjecture that every affine PI-algebra satisfies the standard PI. Kemer[Kem80] verified this latter conjecture in characteristic 0 . Braun [Br84] was the first to prove the nilpotence of $J(A)$ for arbitrary affine $A$, using the structure of Azumaya algebras. A nice exposition of Braun's theorem can also be found in Lvov[Lv83].Incidentally, much earlier, Dubnov and Ivanov, and independently, Nagata and Higman [Hig56] showed that in characteristic 0, any nil algebra of bounded index $n$ is nilpotent. The original bounds for the nilpotence index were exponential in $n$. Better bounds have been obtained as an outgrowth of Shirshov's work. Razmyslov [Raz74b] showed that $n^{2}$ is an upper bound, and Kuzmin obtained the lower bound $\frac{n^{2}+n-2}{2}$, described in [BR05, p. 341]. 1.2. Representable algebras. An $F$-algebra is called representable if it can be embedded into $M_{n}(K)$ for some field extension $K \supset F$ and some $n$. (More generally, we can take $K$ commutative Noetherian, in view of [An92].) Shirshov's Theorem implies that for any representable affine $\mathrm{PI}$-algebra $A$, one may adjoin the characteristic coefficients of finitely many words of the generators, to obtain a PI-algebra $\hat{A}$, called the trace ring or characteristic closure, which is finite over its center but also possesses a nonzero ideal contained in $A$. The use of this "conductor" ideal, discovered by Razmyslov[Raz74a] (and later, independently, by Schelter [Sch76]) is one of the keys to the structure of affine PI-algebras, and is used in Razmyslov's work on the Jacobson radical described above. Another application of the characteristic closure is to the Hilbert series of an algebra; Answering a question raised by Procesi [Pro73], Belov proved that any relatively free, affine PI-algebra has a rational Hilbert series (with respect to a suitable set of generators); cf. [BR05, Chapter 9] for this and related results. On the other hand, Theorem 3.1 below provides examples of representable algebras with non-rational Hilbert series. 1.3. Specht's conjecture. One of the most famous problems in PI-theory was Specht's conjecture, that every set of identities is a consequence of a finite set of identities. (More formally, every $T$-ideal of the free algebra is finitely generated as a $T$-ideal.) As described in [Kem09], this question was settled affirmatively by Kemer [Kem87], [Kem90b] whenever the base field $F$ is infinite, and later by Belov for arbitrary affine PI-algebras. The characteristic closure is one component of the proofs, and the nilpotence of the radical is another important aspect, so Shirshov's theorem plays an important role. The key step of Kemer's theorem is that each affine PI-algebra over an infinite field satisfies the same PI's as a suitable finite dimensional algebra; it follows at once that the corresponding relatively free algebra is representable. (Belov extended this fact to arbitrary fields.) ## 2. GENERalizations to NONASSOCIATIVE ALGEBRAS Shirshov's Height Theorem has been extended to various classes of nonassociative algebras. In his original paper, Shirshov applied his theorem to special Jordan algebras. Zelmanov [Zel91] obtained the following analog for ad-identities of Lie algebras: Say an associative word in $X$ is special if it is the leading word appearing in some Lie word (i.e., word with respect to the Lie multiplication). The word $w$ is Zelmanov $d$-decomposable if it can be written as a product of subwords $w=$ $w^{\prime} w_{1} w_{1}^{\prime} w_{2} w_{2}^{\prime} \cdots w_{d} w_{d}^{\prime} w^{\prime \prime}$ with each $w_{i}$ special and $w_{1} \succ w_{2} \cdots \succ w_{d}$. Then, for any $\ell, k, d$, there is $\beta=\beta(\ell, k, d)$ such that any Zelmanov $d$-indecomposable word $w$ of length $\geq \beta$ in $\ell$ letters must contain a nonempty subword of the form $u^{k}$, with $u$ special. Zelmanov's result is a major ingredient in his celebrated solution of the restricted Burnside problem. S. P. Mishchenko [Mis90] obtained an analogue of Shirshov's Height Theorem for Lie algebras with a "sparse" identity. S. V. Pchelintsev [Pch84] proved an analog for alternative and $(-1,1)$ cases. Belov [Bel88b] proved a version for a certain class of rings asymptotically close to associative rings, including alternative and Jordan PI-algebras. ## 3. Questions arising in connection with Shirshov's Theorem Shirshov's Height Theorem also gives rise to various notions, which we examine in turn. 3.1. $d$-decomposable words. We start with $d$-decomposable words; cf. Definiton 1.2. An equivalent definition: A word $w$ is $d$-decomposable if it has the form $s_{0} v_{1} s_{1} v_{2} \ldots s_{-1} v_{d} s_{d}$ where $v_{1} \succ v_{2} \succ \cdots \succ v_{d}$. The next proposition below demonstrates the importance of the notion of $d$-decomposability. Proposition 3.1 (A. I. Shirshov). a) Suppose that a word $w$ is d-decomposable. Then any word obtained from $w$ by means of a nonidentical permutation is lexicographically less than $w$. b) If an algebra A satisfies a PI $$ x_{1} \cdots x_{d}=\sum_{\sigma \neq i d \in S_{d}} \alpha_{\sigma} x_{\sigma(1)} \cdots x_{\sigma(d)} $$ of degree $d$, then any $d$-decomposable word $w$ can be written as a linear combination of words of lower order. Thus in an algebra of PI-degree $d$, any word not representable as a linear combination of lower-order words is not $d$-decomposable, and it suffices to check that the set of $d$ indecomposable words has bounded height. 3.1.1. $d$-decomposable words and codimensions. Regev [Reg72] introduced the codimension sequence in order to prove that the tensor product of PI-algebras is a PI-algebra. Namely, let $W_{n}$ denote the $F$-space of multilinear polynomials in $x_{1}, \ldots, x_{n}$, and $$ c_{n}=\operatorname{dim}_{F}\left(W_{n} /\left(W_{n} \cap \operatorname{id}(A)\right)\right. $$ then $c_{n}$ is exponentially bounded, for any PI-degree $n$. A theorem of Dilworth enables one to bound the number of $d$-indecomposable words of length $n$ by $n^{2(d-1)}$. Latyshev [Lat72] discovered a quicker proof of Regev's tensor product theorem by using Dilworth's Theorem, and showing that $c_{n}(A)$ is bounded by the number of $d$-indecomposable multilinear words. This estimate of the codimension series led to the result of Kemer, Regev, and Amitsur that any polynomial identity whose Young tableau contains a rectangle (whose size is a suitably large function of $n$ ) is a consequence of any given polynomial identity of degree $n$. (This is the basis of Kemer's "super-trick" to pass from identities of nonaffine algebras to identities of affine superalgebras.) On the other hand, there is an interesting refinement of the Hilbert series. The multivariate Poincaré-Hilbert series of an affine algebra $A=F\left\{a_{1}, \ldots, a_{\ell}\right\}$ is defined as $$ H(A)=\sum d_{\mathbf{i}} \lambda_{1}^{i_{1}} \cdots \lambda_{\ell}^{i_{\ell}} $$ where $$ d_{\mathbf{i}}=\operatorname{dim}_{F}\left(\bar{V}_{A}(\mathbf{i})\right) $$ here $\mathbf{i}=\left(i_{1}, \ldots, i_{\ell}\right)$, and $\bar{V}_{A}(\mathbf{i})$ is the vector space spanned by irreducible words of length $\leq i_{u}$ in the generator $a_{i}$ of $A$, for $1 \leq u \leq \ell$. Kemer [Kem95, §2] proved that the number of $d$-indecomposable multilinear words of length $n$ equals the codimension of the space of multilinear polynomials of degree $n$, with traces, of $M_{d}(F)$. By Formanek [For84], this codimension sequence can be calculated precisely, using the multivariate Hilbert series. Thus, Shirshov's approach motivates the use of combinatorics to compute codimensions, and to introduce the use of invariants of matrices. In this regard, Razmyslov [Raz74b], Helling[Hel74], and Procesi[Pro76], independently showed in characteristic 0 that every PI is a consequence of the Hamilton-Cayley equation (which can be written as a trace identity). This follows from the two Fundamental Theorems of Invariant Theory, which respectively are as follows: - All invariants can be expressed in terms of traces. - All relations between invariants are consequences of the Hamilton-Cayley trace identity. In characteristic $p>0$ one must study all of the coefficients of the Hamilton-Cayley equation as individual functions, arising from homogeneous forms (not necessarily linear), since they cannot be computed in terms of the trace. Kemer [Kem90b] developed the theory of identities involving these forms. Donkin[Do94] proved the analog of the First Fundamental Theorem of Invariant Theory, and Zubkov [Zubk96] proved the analog of the Second Fundamental Theorem. In a similar vein, Razmyslov's student Zubrilin developed the technique of incorporating coefficients of the characteristic polynomial into Capelli polynomials, which leads to a combinatoric proof of the Razmyslov-Kemer-Braun theorem, as exposed in $[$ BR05, §2.5]. Kemer [Kem95] showed that, unlike the situation in characteristic 0 , any PI-algebra $A$ (not necessarily affine) of characteristic $p>0$ satisfies all the multilinear identities of a finite dimensional algebra; combining this with the cited work of Donkin, Zubkov, and Zubrilin, yields that $A$ satisfies all PI's of a finite dimensional algebra; cf. [Bel00]. 3.2. Estimates of Shirshov height. Shirshov's original proof was purely combinatorial (based on an elimination technique he developed for Lie algebras), but did not provide a reasonable estimate for the height. Kolotov [Kol81] obtained an estimate for $h t(A) \leq s^{s^{m}}$ ( $m=\operatorname{PI}-\operatorname{deg}(A)$, and $s$ is the number of generators). In the Dniester Notebook (most recent version [Dne93]), Zelmanov asked for an exponential bound, which was obtained later by Belov [Bel88a]: Theorem 3.1. Suppose A is a PI-algebra of PI-degree $d$, generated by $\ell$ elements. Then the height of $A$ over the set of words having length $\leq m$ is bounded by a function $H(m, \ell)$ where $H(m, \ell)<2 m \ell^{m+1}$. 3.2.1. Burnside-type problems. A word $w=u^{k}$, for $k>1$, is called cyclic or periodic. By problems of Burnside type, we mean problems related to periodic words. Combinatorics play an important role. The following basic lemma yields computational tools involving subwords which are described in [Bel07] and provide the bounds given in Theorem 3.1. The technique is illustrated in the slightly weaker result given in [BR05, Theorem 2.74]. Lemma 3.2 (on overlapping). If two periodic words of respective periods $m$ and $n$ contain identical subwords having length $m+n-\operatorname{gcd}(m, n)$ then they have identical periods. ### 3.3. The essential height of an algebra. Definition 3.3. An algebra $A$ is said to have essential height $\leq h$ over a subset $Y$, if there is a finite set $S \subset A$ (which may depend on $Y$ ) such that $A$ is spanned as a vector space by $$ Y^{[h], S}=\left\{s_{0} y_{1}^{m_{1}} s_{1} \cdots s_{t-1} y_{t}^{m_{t}} s_{t}: m_{i} \in \mathbb{N}, y_{i} \in Y, s_{i} \in S, t \leq h\right\} $$ In this case, $Y$ is called an essential Shirshov base, and $S$ the supplementary set. Essential height is an estimate for GK-dimension; also, the converse is true for representable algebras. Theorem 3.2 (A. Ya. Belov [BBL97]). Suppose A is a finitely generated representable algebra and $H_{E s s Y}(A)<\infty$. Then $H_{E s s Y}(A)=\operatorname{GK}(A)$. This equality is useful in both directions. First of all, it shows for a representable algebra $A$ that that $H_{E s s Y}(A)$ independent of the choice of $Y$. In the other direction, since $H_{E s s Y}(A)$ must be an integer, one has: Corollary 3.4 (V. T. Markov). The Gelfand-Kirillov dimension of a representable affine algebra is an integer. Due to the representability of relatively free affine algebras (noted above), the Gelfand-Kirillov dimension of a relatively free algebra also equals the essential height. Clearly, an $s$-base is a Shirshov base iff it generates $A$ as an algebra. Boundedness of essential height over $Y$ implies a positive solution of "Kurosh's problem over $Y$." The converse is much less trivial. Theorem 3.3 (A. Ya. Belov). Suppose A is a graded PI-algebra, and Y is a finite set of homogeneous elements. Let $Y^{(n)}$ denote the ideal generated by all nth powers of elements of $Y$. If the algebra $A / Y^{(n)}$ is nilpotent for each $n$, then $Y$ is an s-base for $A$. If in this situation $Y$ generates $A$ as an algebra, then $Y$ is a Shirshov base for $A$. We proceed to formulate a generalization of this theorem for the non-graded case. We must confront the following counterexample to the straightforward converse of Kurosh's problem: Suppose $A=\mathbb{Q}[x, 1 / x]$. Each projection $\pi$ such that $\pi(x)$ is algebraic has finite-dimensional image. Nevertheless the set $\{x\}$ is not an $s$-base for $A$. Thus we need a stronger definition: Definition 3.5. A set $M \subset A$ is called a Kurosh set if it satisfies the condition that for any projection $\pi: A \otimes K[X] \rightarrow A^{\prime}$, if the image $\pi(M)$ is integral over $\pi(K[X])$, then $\pi(M)$ is finite over $\pi(K[X])$. Theorem 3.4 (A. Ya. Belov). Let $A$ be a PI-algebra, $M \subseteq A$ a Kurosh subset in A. Then $M$ is an s-base for $A$. Thus, boundedness of essential height is a non-commutative generalization of integrality. The following proposition shows that Theorem 3.4 does generalize Theorem 3.3: Proposition 3.6. Let $A$ be a graded algebra, $Y$ a set of homogeneous elements. If the algebra $A / Y^{(n)}$ is locally nilpotent for all $n$, then $Y$ is a Kurosh set. 3.4. Normal bases and monomial algebras. Shirshov's combinatoric approach leads us to the combinatoric study of bases. Let $A=F\left\{a_{1}, \ldots, a_{\ell}\right\}$ be an associative affine algebra. A words is called reducible if it can be written as a linear combination of lexicographically smaller words; the normal base of the algebra $A$ is the set of all irreducible words in the generators; cf. [BBL97], [BRV06], [Dr00], [Lat88], [Ufn85]. A monomial algebra is an algebra that can be described in terms of relations that are monomials in the generators. Any affine algebra $A$ has its associated monomial algebra possessing the same Hilbert series; namely one factors the free algebra by the set of reducible words in the generators of $A$, cf. [BR05, Proposition 9.8]. The associated monomial algebra of an algebra $A$ also has the same Shirshov base, although it may not satisfy the same PI's. Nevertheless, their easier relations make monomial algebras a useful tool in studying Shirshov bases. This discussion follows [BRV06]; the reader should also consult [BBL97]. In case an affine monomial algebra $A$ is PI, it has bounded essential height over a (finite) Shirshov base $Y$, which we may assume to be a set of words in the generators. Take a supplementary set $S$ as in Definition 3.3 that contains $Y$. Choose a subset of $Y^{[h], S}$ that spans $A$. Given $$ w=s_{0} y_{1}^{m_{1}} s_{1} \cdots s_{t-1} y_{t}^{m_{t}} s_{t} $$ (with $y_{i} \in Y$ and $s_{i} \in S$, and $t$ bounded by the height), we rewrite it in the same manner with $s_{0} \in S$ of maximal possible length, then with $y_{1}^{m_{1}}$ of maximal possible length, and so on. $\left(s_{0}, y_{1}, s_{1}, \ldots, s_{t-1}, y_{t}, s_{t}\right)$ is called the type of $w$. The type of a subword of a $w$ of type $\theta$ is called a subtype of $\theta$. By an exponential polynomial in the variables $m_{1}, \ldots, m_{t}$ we mean an expression of the form $$ \sum f_{j}\left(m_{1}, \ldots, m_{t}\right) \alpha_{1 j}^{m_{1}} \cdots \alpha_{t j}^{m_{t}} $$ where $f_{j}$ are polynomials over a finite algebraic extension $K$ of $F$, and $\alpha_{i j} \in K$. For example, $$ P\left(m_{1}, \ldots, m_{t}\right)=(5-\sqrt{2})^{m_{1}}-m_{2}^{4} \cdot 3^{m_{1}} $$ is an exponential polynomial over $\mathbb{Q}$. Theorem 3.1. A monomial algebra A over $F$ is representable iff: (1) A has essential height over a finite set $Y$ (with a supplementary set $S$ ), such that every word in the generators of A has a unique type, and there are finitely many types. (2) For each type $\theta=\left(s_{0}, y_{1}, s_{1}, y_{2}, \ldots, y_{t}, s_{t}\right)$, there is a finite system $P_{\theta, j}$ of exponential equations over $k$, in the variables $m_{1}, \ldots, m_{t}$, such that $$ \bigcup_{\theta}\left\{s_{0} y_{1}^{m_{1}} s_{1} \cdots y_{t}^{m_{t}} s_{t}: \quad \exists j P_{\theta, j}\left(m_{1}, \ldots, m_{t}\right) \neq 0\right\} $$ is a normal base. The construction of monomial algebras is thus equivalent to the solution of arbitrary exponential polynomials. But this is algorithmically unsolvable by the celebrated theorem of Davis-Putnam-Robinson [DPR61]. Thus there is no algorithm to determine whether there is an isomorphism (given in terms of the generators) for two monomial subalgebras of the matrix algebra over a polynomial ring of characteristic 0 . On the other hand, this isomorphism problem is algorithmically solvable in characteristic $p>0$. More precisely, Belov and Chilikov [BC00], [BRV06] proved over a field of characteristic $p$ that the set of $p$-adic representations of exponential equations (with unknowns in $\mathbb{N}$ ) forms a "regular language." Thus, an inaccessible problem in characteristic 0 becomes algorithmically solvable in positive characteristic. 3.5. The conjecture of Amitsur and Shestakov. S. Amitsur and I. P. Shestakov conjectured that if the algebra $A$ satisfies the identities of $M_{n}(F)$ and all words having length not exceeding $n$ are algebraic, then $A$ is finite-dimensional. I. V. Lvov reduced this assertion to the following: Let $A=F\left\{a_{1}, \ldots, a_{\ell}\right\}$ be a finite-dimensional subalgebra (without 1 ) of a matrix algebra of order $n$. If all words in $a_{1}, \ldots, a_{\ell}$ of length $\leq n$ are nilpotent, then the algebra $A$ is nilpotent. Shestakov's conjecture was proved by V. A. Ufnarovsky [Ufn85] and by G. P. Chekanu [Che88]. Their Independence Theorem may be formulated as follows [Che88], [Ufn90]: Theorem 3.5 (Independence Theorem). Suppose the following is true: (1) a word $w=a_{i_{1}} \cdots a_{i_{n}}$ is minimal under the lexicographical order in the set of all nonzero products of length $n$; (2) all terminal subwords of $w$ are nilpotent. Then the initial subwords of $w$ are linearly independent. Here is a key step. A word is called extremal if it does not lexicographically precede any nonzero word. Lemma 3.7. Any set of pairwise incomparable subwords of an extremal word is independent. To deduce I. P. Shestakov's conjecture (or, equivalently, I. V. L'vov's assertion) from this theorem, we consider the following construction: Remark 3.8. Given an algebra $A$ and a right module $V$, the algebra $\widetilde{A}$ is defined additively as $A \oplus V$, with multiplication defined as follows: $V \cdot V=A \cdot V=0$, and the product of elements from $V$ and $A$ is given by the module multiplication. We take a faithful representation of $A$ acting on an $n$-dimensional right vector space $V$. Taking a base $v_{1}, \ldots, v_{n}$ of this space, then, for some $v_{i}$ we have $v_{i} w \neq 0$. Viewing $V$ as a right $A$-module, we form the algebra $\tilde{A}$ of Remark 3.8, ordering the generators by $v_{1} \succ \cdots \succ v_{n} \succ a_{1} \succ \cdots \succ a_{s}$, and apply the Independence Theorem. Later, Belov and Chekanu showed that we may take the $\left\{v_{i}\right\}$ to be the set of words from Shestakov's conjecture. Another proof of this fact was obtained by V. Drensky. The original proofs of the Independence Theorem were rather complicated. Application of hyperwords, described below, allow a considerable simplification. Subsequent papers of these authors contained various refinements and generalizations of these theorems. Here is another elegant result of Chekanu [Che96]: Theorem 3.6. Suppose a word $w$ is extremal and non-periodic, of length $n$. If $w^{n} \neq 0$, then the algebra generated by the letters of $w$ contains a nilpotent element of index exactly $n$. 3.6. Hyperwords in algebras. Many of the combinatorial results in this survey are most easily proved using infinite words, or hyperwords, so we conclude with a discussion of basic auxiliary facts and constructions related to hyperwords in algebras. Definition 3.9. A hyperword is a word infinite in both directions; a word infinite only to the left (resp. right) is called a left (resp. right) hyperword. $u^{\infty}$ denotes the hyperword having period $u$, and $u^{\infty / 2}$ the left (resp. right) hyperword having period $u$ and terminal (resp. initial) subword $u$. The context will always make clear whether we consider a left or right hyperword, so we do not distinguish the notation between them. For example, the expression $u^{\infty / 2} w v^{\infty / 2}$ indicates that $u^{\infty / 2}$ is a left hyperword and $v^{\infty / 2}$ is a right hyperword. Right hyperwords form a linearly ordered set with respect to the lexicographical order. For a right hyperword $w$, we let $(w)_{k}$ denote the initial subword of $w$ having length $k$. Lemma 3.10 ([BBL97]). Let $C$ be an arbitrary collection of words having unbounded length. Then there exists a hyperword $w$ such that each of its subwords is a subword of a word from $C$. Although evaluating a hyperword in an algebra does not make sense, we can define whether or not it equals 0 (according to whether some subword equals 0 ), and this leads to the notion of linear independence of hyperwords in $A$ : Definition 3.11. a) A hyperword $w$ is called a zero hyperword if it includes a subword of finite length equal to 0 , and a nonzero hyperword otherwise. b) A finite set of right hyperwords $\left\{w_{i}\right\}$ is called linearly dependent if there exist $\left\{\alpha_{i}\right\}$ such that some of them are not zero and for all sufficiently large $k$ we have $$ \sum \alpha_{i}\left(w_{i}\right)_{k}=0 $$ c) Suppose $w$ is a right hyperword in an algebra $A, M$ is a right $A$-module, and $m \in M$. We say that $m w \neq 0$ if $m(w)_{k} \neq 0$ for all $k$. Otherwise $M w=0$. d) Suppose $\left\{w_{1}, \ldots, w_{n}\right\}$ is a set of right hyperwords in an algebra $A$, and $M$ is a right $A$-module. We say that $\sum m_{i} w_{i}=0$ for $m_{i} \in M$ if $\sum m_{i}\left(w_{i}\right)_{k}=0$ for all sufficiently large $k$. Proposition 3.12. a) A finitely generated non-nilpotent algebra A contains non-zero hyperwords. b) Suppose $A$ is a finitely generated algebra, $M$ is a finitely generated right $A$-module. If $M A^{k} \neq 0$ for all $k>0$, then there exist $m \in M$ and a right hyperword $w$ such that $m w \neq 0$. The existence of a least upper bound and of a greatest lower bound for any set of right hyperwords implies the following Proposition 3.13. a) Let $w$ be a hyperword. Then the set of right hyperwords whose subwords are all subwords of $w$ contains maximal and minimal hyperwords. b) Suppose $\forall k \quad m A^{k} \neq 0$. Then the set of right hyperwords $w$ such that $m w \neq 0$ contains a maximal and a minimal hyperword. c) If $A$ is non-nilpotent, then the set of nonzero right hyperwords in $A$ contains a maximal and a minimal hyperword. Let $u$ be the maximal word in an algebra $A$ among all nonzero words in $A$ having length $\leq n$. Unfortunately $u$ may have no extension to a word of greater length. Thus, to utilize hyperwords, we need the following construction: Construction 1. Let $A$ be an algebra having generators $a_{s} \succ \cdots \succ a_{1}$. Put $a_{1} \succ x$ and consider the free product $A^{\prime}=A * F\langle x\rangle$. Each word $u$ in $A$ is an initial subword of some hyperword in $A^{\prime}$. If $u$ is the maximal word in $A$ among all words having length at most $|u|$, then the maximal hyperword in $A^{\prime}$ beginning with $u$ is a hyperword in $A$. If $\tilde{u}$ is a hyperword in $A$ for which each initial subword has this property, then the maximal hyperword in $A^{\prime}$ is $\tilde{u}$. The following construction is useful for treating modules. Construction 2. Suppose $A$ is an algebra having generators $a_{s} \succ \cdots \succ a_{1}$, and $V$ is a finitely generated right $A$-module having generators $m_{k} \succ \cdots \succ m_{1}$. Put $m_{1} \succ a_{s}$, $a_{1} \succ x$, and $\widetilde{A}$ as in Remark 3.8. Define $A^{\prime \prime}=\widetilde{A} * F\langle x\rangle / I$ where the ideal $I$ is generated by elements of the form $x m_{i}$. In the algebra $A^{\prime \prime}$, the maximal right hyperword begins with $m_{k}$, and each word in $\widetilde{A}$ may be extended to a hyperword in $A^{\prime \prime}$; if $M A^{k} \neq 0$ for all $k$, then the maximal hyperword in $\widetilde{A}$ begins with some $m_{i}$. If $u$ is the maximal word in $A$ among all words having length at most $|u|$ that act nontrivially on the generators of the module, then after renumbering the $m_{i}$ suitably, the maximal hyperword in $A^{\prime \prime}$ is a hyperword in $\widetilde{A}$. If $u$ is a hyperword in $\widetilde{A}$ such that each its initial subword has the above property then the maximal hyperword in $A^{\prime \prime}$ is $u$. Note that if an algebra has no nonzero nilpotent ideals, then any word may be extended to a hyperword. The following observation is useful. Proposition 3.14. If an algebra contains no nonzero periodic hyperword, then all of its words are nilpotent. The technique of hyperwords seems to lie rather close to the lines of structure theory, as illustrated in the following theorem and its proof, cf. [Bel07]. Theorem 3.7. The set of irreducible words in a PI-algebra A has bounded height over the set of words whose degree does not exceed the PI-degree of $A$. Proof. Suppose $m$ is the minimal degree of identities holding in an algebra $A$ of PIdegree $d$. Since $A$ has bounded height over the set of words having degree $\leq m$, it suffices to show that if $|u|$ is a nonperiodic word of length $>n$ then the word $u^{k}$ for sufficiently large $k$ is a linear combination of words of smaller lexicographic order. Step 1. Consider the right $A$-module $M$ defined by a generator $v$ and by the relations $v w=0$ whenever $w \prec u^{\infty / 2}$. Our goal is to show that $M u^{k}=0$ for some $k$. Indeed, some power $u^{k}$ is spanned by smaller lexicographic words. By virtue of Shirshov's Height Theorem, the set of irreducible words has bounded height over $Y_{m}$, the set of words of degree $\leq m$. But if each sufficiently large power of a nonperiodic word having length $d$ may be linearly represented by smaller words, then the words having length $>d$ may be excluded from $Y_{m}$. Step 2. The correspondence $\lambda: v s \rightarrow$ vus defines a well-defined endomorphism of the module $M$, hence $M$ may be considered as an $A[\lambda]$-module. Our goal is to show that $M \lambda^{k}=0$ for some $k$, or equivalently that $\bar{M}=M \otimes \mathbb{F}\left[\lambda, \lambda^{-1}\right]=0$. Step 3. If $M \lambda^{k} \in M \cdot J(\operatorname{Ann} M)$ where $J(\operatorname{Ann} M)$ is the Jacobson radical of the annihilator of $M$, then $M \lambda^{\ell k} \in M \cdot J(\text { Ann } M)^{\ell}$, and by the nilpotence of the radical, $M \lambda^{\ell k}=0$ for sufficiently large $\ell$. Hence, we may assume that $J(\operatorname{Ann} M)=0$. Step 4. Using primary decomposition, we reduce to the case for which $M$ is a faithful module over a primary ring $B$. Step 5. Elements of the center $Z(B)$ have trivial annihilator, so we may localize relative to them; replacing $Z(B)$ by an algebraic extension, we reduce to the case for which $B$ is the algebra of some dimension $k \leq n$ over a field, and $\bar{M}$ is a $k$-dimensional vector space. Step 6. Since $M$ is a vector space of dimension $<|u|$, the vectors $\vec{v} u_{0}, \vec{v} u_{1}, \ldots, \vec{v} u_{n-1}$ are linearly dependent (where $u_{i}$ is the initial subword of length $i$ in the word $u$, and $u_{0}=1$ ). Thus we have the equality $$ \sum_{i \in I} \lambda_{i} \vec{v}_{i} u_{i}=0 $$ where $I \subseteq\{0, \ldots, n-1\}, \lambda_{i} \in \mathbb{F} \backslash 0$. To each $u_{i}$ we attach a word $u^{(i)}$ so that $u_{i} u^{(i)}=u^{|u|}$. Let $u^{(j)}$ be the least of those $u^{(i)}$ which are involved in the formula (2). Write the equality 2 in the form $$ \vec{v}_{j} u_{j}=\sum_{i \in I \backslash\{j\}} \beta_{i} \vec{v}_{i} u_{i} $$ where $\beta_{i}=-\alpha_{i} / \alpha_{j}$. But then $$ \vec{v} u^{|u|}=\vec{v}_{j} u_{j} u^{(j)}=\sum_{i \in I \backslash\{j\}} \beta_{i} \vec{v}_{i} u_{i} u^{(j)} $$ If $i \in I \backslash\{j\}$, then $u^{(j)} \prec u^{(i)}$ and $u_{i} u^{(j)} \prec u_{i} u^{(i)}=u^{|u|}$; hence $v u_{i} u^{(j)}=0$. Thus all terms in the right side of (4) are zero. Hence $\vec{v} u^{|u|}=0$, as desired. Hyperwords facilitate proofs of the Independence Theorem, Shirshov's Height Theorem, nilpotence of the Lie algebra generated by sandwiches [Ufn90], proof of the Bergman Gap Theorem, (that any algebra of GK dimension greater than 1, has GK dimension at least 2 , together with a description of the base having growth function $\left.V_{A}(n)=\frac{n(n+3)}{2}\right)$, and also describe various properties of monomial algebras [BBL97] as well as other combinatorial results for semigroups and rings. ## REFERENCES [Am57] Amitsur, S.A., A generalization of Hilbert's Nullstellensatz, Proc. Amer. Math. Soc. 8 (1957), 649-656. [An92] Anan'in, A.Z., The representability of finitely generated algebras with chain condition, Arch. Math. 59 (1992), 1-5. [Ba87] Bakhturin, Yu. A., Identical relations in Lie algebras. Translated from the Russian by Bakhturin. VNU Science Press, b.v., Utrecht, (1987). [Bel88a] Belov, A.Ya., On Shirshov bases in relatively free algebras of complexity $n$, Mat. Sb. 135 (1988), no. 3, 373-384. [Bel88b] Belov, A.Ya., The height theorem for Jordan and Lie PI-algebras, in: Tez. Dokl. Sib. Shkoly po Mnogoobr. Algebraicheskih Sistem, Barnaul (1988), pp. 12-13. [Bel89] Belov, A.Ya., Estimations of the height and Gelfand-Kirillov dimension of associative PI-algebras, In: Tez. Dokl. po Teorii Koletz, Algebr i Modulei. Mezhdunar. Konf. po Algebre Pamyati A.I.Mal'tzeva, Novosibirsk (1989), p. 21. [Be192] Belov, A.Ya., Some estimations for nilpotency of nil-algebras over a field of an arbitrary characteristic and height theorem, Commun. Algebra 20 (1992), no. 10, 2919-2922. [Bel97] Belov, A.Ya., Rationality of Hilbert series with respect to free algebras, Russian Math. Surveys 52 (1997), no. 10, 394-395. [Bel00] Belov, A.Ya., Counterexamples to the Specht problem, Sb. Math. 191 (3-4) (2000), $329-340$. [Bel02] Belov, A.Ya., Algebras with polynomial idenitities: Representations and combinatorial methods, Doctor of Science Dissertation, Moscow (2002). [Bel07] Belov, A.Ya., Burnside-type problems, and theorems on height and independence (Russian), Fundam. Prikl. Mat. 13 (2007), no. 5, 19-79. [BBL97] Belov, A.Ya., Borisenko, V.V., and Latyshev, V.N., Monomial algebras. Algebra 4, J. Math. Sci. (New York) 87 (1997), no. 3, 3463-3575. [BC00] Belov, A.Ya. and Chilikov, A.A., Exponential Diophantine equations in rings of positive characteristic (Russian) Fundam. Prikl. Mat. 6(3), 649-668, (2000). [BR05] Belov, A.Ya. and Rowen, L.H. Computational aspects of polynomial identities. Research Notes in Mathematics 9. AK Peters, Ltd., Wellesley, MA, 2005. [BRV06] Kanel-Belov, A.Ya., Rowen, L.H., and Vishne, U., Normal bases of PI-algebras, Adv. in Appl. Math. 37 (2006), no. 3, 378-389. [Ber93] Berele, A., Generic verbally prime PI-algebras and their GK-dimensions, Comm. Algebra 21 (1993), no. 5, 1487-1504. [Bog01] Bogdanov I., Nagata-Higman's theorem for hemirings, Fundam. Prikl. Mat. 7 (2001), no. 3, 651-658 (in Russian). [BLH88] Bokut', L.A., L'vov, I.V., and Harchenko, V.K., Noncommutative rings, In: Sovrem. Probl. Mat. Fundam. Napravl. Vol. 18, Itogi Nauki i Tekhn., All-Union Institute for Scientificand Technical Information (VINITI), Akad. Nauk SSSR, Moscow (1988), 5116 . [Br82] Braun, A., The radical in a finitely generated PI-algebra, Bull. Amer. Math. Soc. 7 (1982), no. 2, 385-386. [Br84] Braun, A., The nilpotence of the radical in a finitely generated PI-ring, J. Algebra 89 (1984), 375-396. [Che88] Chekanu, G.P., Local finiteness of algebras. (Russian) Mat. Issled. 105, Moduli, Algebry, Topol. (1988), 153-171, 198. [Che95] Chekanu, G.P., Independence and quasiregularity in algebras, Dokl. Akad. Nauk 337 (1994), no. 3, 316-319; translation: Russian Acad. Sci. Dokl. Math. 50 (1995), no. 1, $84-89$. [Che96] Chekanu, G.P., Independence and quasiregularity in algebras. I. (Moldavian) Izv. Akad. Nauk Respub. Moldova Mat. 1996, no. 3, 29-39, 120, 122. [ChUf85] Chekanu, G.P., and Ufnarovski'i, V.A., Nilpotent matrices, Mat. Issled. no. 85, Algebry, Kotsa i Topologi (1985), 130-141, 155. [DPR61] Davis M., Putnam, H., and Robsinson, J. The decision problem for exponential differential equations, Annals of Math. 74, 425-436, (1961). [Dne93] Dniester Notebook (Dnestrovskaya tetrad), Sobolev Institute of Mathematics, Novosibirsk, 1993 . [Do94] Donkin, S., Polynomial invariants of representations of quivers, Comment. Math. Helv. 69 (1994), no. 1, 137-141. [Dr84a] Drensky, V., On the Hilbert series of relatively free algebras, Comm. in Algebra, 12 no. 19 (1984), 2335-2347. [Dr84b] Drensky, V., Codimensions of T-ideals and Hilbert series of relatively free algebras, J. Algebra 91 no. 1 (1984), 1-17. [Dr00] Drensky, V., Free Algebras and PI-algebras: Graduate Course in Algebra, SpringerVerlag, Singapore (2000). [DrFor04] Drensky, V. and Formanek, E., Polynomials Identity Rings, CRM Advanced Courses in Mathematics, Birkhäuser, Basel (2004). [For84] Formanek, E., Invariants and the ring of generic matrices, J. Algebra 89 (1984), no. 1, $178-223$. [Gol64] Golod, E.S., On nil-algebras and residually finite p-groups, Izv. Akad. Nauk SSSR 28 (1964), no. 2, 273-276. [Gri99] Grishin, A.V., Examples of T-spaces and T-ideals in Characteristic 2 without the Finite Basis Property, Fundam. Prikl. Mat. 5 (1) (1999), no. 6, 101-118 (in Russian). [GuKr02] Gupta, C.K., and Krasilnikov, A.N., A simple example of a non-finitely based system of polynomial identities, Camm. Algebra 36 (2002), 4851-4866. [Hel74] Helling, H., Eine Kennzeichnung von Charakteren auf Gruppen und Assoziativen Algebren, Comm. in Alg. 1 (1974), 491-501. [Hig56] Higman, G., On a conjecture of Nagata, Proc. Cam. Phil. Soc. 52 (1956), 1-4. [Ilt91] Iltyakov, A.V., Finiteness of basis identities of a finitely generated alternative PIalgebra, Sibir. Mat. Zh. 31 (1991), no. 6, 87-99; English translation: Sib. Math. J. 31 (1991), 948-961. [Ilt03] Iltyakov, A.V., Polynomial identities of Finite Dimensional Lie Algebras, monograph (2003). [Kap49] Kaplansky, I., Groups with representations of bounded degree, Canadian J. Math. 1 (1949), 105-112. [Kap50] Kaplansky, I., Topological representation of algebras. II, Trans. Amer. Math. Soc. 66 (1949), 464-491. [Kem80] Kemer, A.R., Capelli identities and the nilpotence of the radical of a finitely generated PI-algebra, Soviet Math. Dokl. 22 (3) (1980), 750-753. [Kem87] Kemer, A.R., Finite basability of identities of associative algebras (Russian), Algebra i Logika 26 (1987), 597-641; English translation: Algebra and Logic 26 (1987), 362-397. [Kem88] Kemer, A.R., The representability of reduced-free algebras, Algebra i Logika 27 (1988), no. $3,274-294$. [Kem90a] Kemer, A.R., Identities of Associative Algebras, Transl. Math. Monogr., 87, Amer. Math. Soc. (1991). [Kem90b] Kemer, A. R. Identities of finitely generated algebras over an infinite field (Russian), Izv. Akad. Nauk SSSR Ser. Mat. 54 (1990), no. 4, 726-753; translation in Math. USSRIzv. 37 (1991), no. 1, 69-96. [Kem95] Kemer, A.R., Multilinear identities of the algebras over a field of characteristic $p$, Internat. J. Algebra Comput. 5 (1995), no. 2, 189-197. [Kem09] Kemer, A.R., Comments on the Shirshov's Height Theorem, in this collection. [Kol81] Kolotov, A.T., Aperiodic sequences and growth functions in algebras, Algebra i Logika 20 (1981), no. 2, 138-154. [KrLe00] Krause, G.R., and Lenagan, T.H., Growth of Algebras and Gelfand-Kirillov Dimension, Amer. Math. Soc. Graduate Studies in Mathematics 22 (2000). [Kuz75] Kuzmin, E.N., About Nagata-Higman Theorem, Proceedings dedicated to the 60th birthday of Academician Iliev, Sofia (1975), 101-107 (in Russian). [Lat72] Latyshev, V.N., On Regev's theorem on indentities in a tensor product of PI-algebras, Uspehi Mat. Nauk. 27 (1972), 213-214. [Lat88] Latyshev, V.N., Combinatorial Ring Theory. Standard Bases, Moscow University Press, Moscow (1988), (in Russian). [Lev46] Levitzki, J., On a problem of Kurosch, Bull. Amer. Math. Soc. 52 (1946), 1033-1035. [Lv83] Lvov, I.V., Braun's theorem on the radical of PI-algebras, Institute of Mathematics, Novosibirsk (1983), preprint. [Mar88] Markov, V.T., Gelfand-Kirillov dimension: nilpotence, representability, nonmatrix varieties, In: Tez.Dokl. Sib. Shkola po Mnogoobr. Algebraicheskih Sistem, Barnaul (1988), $43-45$. [Mis90] Mishchenko, S. P. A variant of a theorem on height for Lie algebras. (Russian) Mat. Zametki 47 (1990), no. 4, 83-89; translation in Math. Notes 47 (1990), no. 3-4, 368-372. [Pch84] Pchelintzev, S.V., The height theorem for alternate algebras, Mat. Sb. 124 (1984), no. 4, $557-567$. [Pro73] Procesi, C., Rings with polynomial identities, Research Notes in Mathematics 917. Marcel Dekker, New York, 1973. [Pro76] Procesi, C., The invariant theory of $n \times n$ matrices, Advances in Math. 19 (1976), 306-381. [Raz74a] Razmyslov, Yu.P., Algebra and Logic 13 (1974), no. 3, 192-204. [Raz74b] Razmyslov, Yu.P., Trace identities of full matrix algebras over a field of characteristic zero, Math. USSR Izv. 8 (1974), 724-760. [Raz89] Razmyslov, Yu.P., Identities of Algbras and their Representations, Nauka, Moscow (1989). [Reg72] Regev, A., Existence of identities in $A \otimes B$, Israel J. Math. 11 (1972), 131-152. [Reg84] Regev, A., Codimensions and trace codimensions of matrices are asymptotically equal, Israel J. Math. 47 (1984), 246-250. [Row88] Rowen, L.H., Ring Theory II, Pure and Applied Mathematics 128 Academic Press, New York, 1988. [Sch76] Schelter, W., Integral extensions of rings satisfying a polynomial identity, J. Algebra 40 (1976), 245-257; errata op. cit. 44 (1977), 576. [Sch78] Schelter, W., Noncommutative affine PI-algebras are catenary, J. Algebra 51 (1978), $12-18$. [Shch01] Shchigolev, V.V., Finite basis property of $T$-spaces over fields of characteristic zero, Izv. Ross. Akad. Nauk Ser. Mat. 65 (2001), no. 5, 191-224; translation: Izv. Math. 65 (2001), no. 5, 1041-1071. [Shir57a] Shirshov, A.I., On some nonassociative nil-rings and algebraic algebras, Mat. Sb. 41 (1957), no. 3, 381-394. [Shir57b] Shirshov, A.I., On rings with identity relations, Mat. Sb. 43, (1957), no. 2, 277-283. [Sp50] Specht, W., Gesetze in Ringen I, Math. Z. 52 (1950), 557-589. [Ufn80] Ufnarovski'i, V.A., On Poincaré series of graded algebras, Mat. Zametki 27 (1980), no. 1, 21-32. [Ufn85] Ufnarovski'i, V.A., The independency theorem and its consequences, Mat. Sb., 128 (1985), no. 1, 124-13. [Ufn89] Ufnarovski'i, V.A., On regular words in Shirshov sense, In: Tez. Dokl. po Teorii Koletz, Algebr i Modulei. Mezhd. Konf. po Algebre Pamyati A.I. Mal'tzeva, Novosibirsk (1989), 140. [Ufn90] Ufnarovski'i, V.A., On using graphs for computing bases, growth functions and Hilbert series of associative algebras, Mat. Sb. 180 (1990), no. 11, 1548-1550. [VaZel89] Vais, A.Ja., and Zelmanov, E.I., Kemer's theorem for finitely generated Jordan algebras, Izv. Vyssh. Uchebn. Zved. Mat. (1989), no. 6, 42-51; translation: Soviet Math. (Iz. VUZ) 33 (1989), no. 6, 38-47. [Zel91] Zelmanov, E.I., The solution of the restricted Burnside problem for groups of prime power, Mimeographed notes, Yale University (1991) [ZelKos88] Zelmanov, E.I., On nilpotence of nilalgebras, Lect. Notes Math. 1352 (1988), 227-240. [Zubk96] Zubkov, A. N., On a generalization of the Razmyslov-Procesi theorem. (Russian) Algebra i Logika 35 (1996), no. 4, 433-457, 498; translation in Algebra and Logic 35 (1996), no. 4, 241-254. [Zubk00] Zubkov, A. N., Modules with good filtration and invariant theory. Algebrarepresentation theory (Constanta, 2000), 439-460, NATO Sci. Ser. II Math. Phys. Chem. 28 Kluwer Acad. Publ., Dordrecht, 2001. [Zubr97] Zubrilin, K.A., On the largest nilpotent ideal in algebras satisfying Capelli identities, Sb. Math. 188 (1997), 1203-1211. Deptartment of Mathematics, Bar Ilan University, Ramat Gan 52900, Israel E-mail address: kanel@mccme.ru Deptartment of Mathematics, Bar Ilan University, Ramat Gan 52900, Israel E-mail address: rowen@math.biu.ac.il # Subexponential estimates in Shirshov's theorem on height A. Ya. Belov and M. I. Kharitonov #### Abstract Suppose that $F_{2, m}$ is a free 2-generated associative ring with the identity $x^{m}=0$. In 1993 Zelmanov put the following question: is it true that the nilpotency degree of $F_{2, m}$ has exponential growth? We give the definitive answer to Zelmanov's question by showing that the nilpotency class of an $l$-generated associative algebra with the identity $x^{d}=0$ is smaller than $\Psi(d, d, l)$, where $$ \Psi(n, d, l)=2^{18} l(n d)^{3 \log _{3}(n d)+13} d^{2} $$ This result is a consequence of the following fact based on combinatorics of words. Let $l, n$ and $d \geqslant n$ be positive integers. Then all words over an alphabet of cardinality $l$ whose length is not less than $\Psi(n, d, l)$ are either $n$-divisible or contain $x^{d}$; a word $W$ is $n$-divisible if it can be represented in the form $W=W_{0} W_{1} \cdots W_{n}$ so that $W_{1}, \ldots, W_{n}$ are placed in lexicographically decreasing order. Our proof uses Dilworth's theorem (according to V. N. Latyshev's idea). We show that the set of not $n$-divisible words over an alphabet of cardinality $l$ has height $h<\Phi(n, l)$ over the set of words of degree $\leqslant n-1$, where $$ \Phi(n, l)=2^{87} l \cdot n^{12 \log _{3} n+48} $$ Bibliography: 40 titles. Keywords: Shirshov theorem on height, word combinatorics, $n$-divisibility, Dilworth theorem, Burnside-type problems. ## $\S$ 1. Introduction 1.1. Shirshov theorem on height. In 1958 Shirshov proved his famous theorem on height [1], [2]. Definition 1.1. A word $W$ is called $n$-divisible if $W$ can be represented in the form $W=v u_{1} u_{2} \cdots u_{n}$ so that $u_{1} \succ u_{2} \succ \cdots \succ u_{n}$. In this case any nonidentical permutation $\sigma$ of subwords $u_{i}$ produces a word $W_{\sigma}=v u_{\sigma(1)} u_{\sigma(2)} \cdots u_{\sigma(n)}$ that is lexicographically smaller than $W$. Some authors take this feature as the definition of $n$-divisibility. Definition 1.2. A PI-algebra $A$ is called an algebra of bounded height $h=\operatorname{Ht}_{Y}(A)$ over a set of words $Y=\left\{u_{1}, u_{2}, \ldots\right\}$ if $h$ is the minimal integer such that any word $x$ from $A$ can be represented in the form $$ x=\sum_{i} \alpha_{i} u_{j_{(i, 1)}}^{k_{(i, 1)}} u_{j_{(i, 2)}}^{k_{(i, 2)}} \cdots u_{j_{\left(i, r_{i}\right)}}^{k_{\left(i, r_{i}\right)}} $$ where the $\left\{r_{i}\right\}$ do not exceed $h$. The set $Y$ is called a Shirshov basis for $A$. If no misunderstanding can occur, we use $h$ instead of $\operatorname{Ht}_{Y}(A)$. Shirshov Theorem on height ([1], [2]). The set of not $n$-divisible words in a finitely generated algebra with an admissible polynomial identity has bounded height $H$ over the set of words of degree not exceeding $n-1$. The Burnside-type problems related to the height theorem are considered in [3]. The authors believe that the Shirshov theorem on height is a fundamental fact in word combinatorics independently of its applications to PI-theory. (All our proofs are elementary and fit in the framework of word combinatorics.) Unfortunately, the experts in combinatorics have not sufficiently appraised this fact yet. As regards the notion of $n$-divisibility itself, it seems to be fundamental as well. Latyshev's estimates on $\xi_{n}(k)$, the number of non- $n$-divisible polylinear words in $k$ symbols, have led to fundamental results in PI-theory. At the same time, this number is nothing but the number of arrangements of integers from 1 to $k$ such that no $n$ integers (not necessarily consecutive) are placed in decreasing order. Furthermore it is the number of permutationally ordered sets of diameter $n$ consisting of $k$ elements. (A set is called permutationally ordered if its ordering is the intersection of two linear orderings, the diameter of an ordered set is the length of its maximal antichain.) The height theorem implies the solution of a number of problems in ring theory. Suppose an associative algebra over a field satisfies a polynomial identity $f\left(x_{1}, \ldots, x_{n}\right)=0$. It is possible to prove that then it satisfies an admissible polynomial identity (that is, a polynomial identity with coefficient 1 at some term of higher degree): $$ x_{1} x_{2} \cdots x_{n}=\sum_{\sigma} \alpha_{\sigma} x_{\sigma(1)} x_{\sigma(2)} \cdots x_{\sigma(n)} $$ where the $\alpha_{\sigma}$ belong to the ground field. In this case, if $W=v u_{1} u_{2} \cdots u_{n}$ is $n$-divisible then for any permutation $\sigma$ the word $W_{\sigma}=v u_{\sigma(1)} u_{\sigma(2)} \cdots u_{\sigma(n)}$ is lexicographically smaller than $W$, and thus an $n$-divisible word can be represented as a linear combination of lexicographically smaller words. Hence a PI-algebra has a basis consisting of non- $n$-divisible words. By the Shirshov theorem on height, a PI-algebra has bounded height. In particular, if a PI-algebra satisfies $x^{n}=0$ then it is nilpotent, that is, all of its words of length exceeding some $N$ are identically zero. Surveys on the height theorem can be found in [4]-[8]. This theorem implies an affirmative solution of the Kurosh problem and of other Burnside-type problems for PI-rings. Indeed, if $Y$ is a Shirshov basis and all its elements are algebraic, then the algebra $A$ is finite-dimensional. Thus the Shirshov theorem explicitly indicates a set of elements whose algebraicity makes the whole algebra finite-dimensional. This theorem implies the following result. Corollary 1.1 (Berele). Let $A$ be a finitely generated PI-algebra. Then $$ \operatorname{GK}(A)<\infty $$ Here $\operatorname{GK}(A)$ is the Gelfand-Kirillov dimension of the algebra $A$, that is, $$ \operatorname{GK}(A)=\lim _{n \rightarrow \infty} \frac{\ln V_{A}(n)}{\ln (n)} $$ where $V_{A}(n)$ is the growth function of $A$, the dimension of the vector space generated by the words of degree not greater than $n$ in the generators of $A$. Indeed, it suffices to observe that the number of solutions for the inequality $k_{1}\left|v_{1}\right|+\cdots+k_{h}\left|v_{h}\right| \leqslant n$ with $h \leqslant H$ exceeds $N^{H}$, so that $$ \operatorname{GK}(A) \leqslant \operatorname{Ht}(A) $$ The number $m=\operatorname{deg}(A)$ will mean the degree of the algebra, or the minimal degree of an identity valid in $A$. The number $n=\operatorname{Pid}(A)$ is the complexity of $A$, or the maximal $k$ such that $\mathbb{M}_{k}$, the algebra of matrices of size $k$, belongs to the variety $\operatorname{Var}(A)$ generated by $A$. Instead of the notion of height, it is more suitable to use the close notion of essential height. Definition 1.3. An algebra $A$ has essential height $h=H_{\text {Ess }}(A)$ over a finite set $Y$, called an $s$-basis for $A$, if there exists a finite set $D \subset A$ such that $A$ is linearly representable by elements of the form $t_{1} \cdots t_{l}$, where $l \leqslant 2 h+1$, and $\forall i\left(t_{i} \in D \vee t_{i}=y_{i}^{k_{i}}\right.$; $\left.y_{i} \in Y\right)$ and the set of $i$ such that $t_{i} \notin D$ contains at most $h$ elements. The essential height of a set of words is defined similarly. Informally speaking, any long word is a product of periodic parts and 'gaskets' of restricted length. The essential height is the number of periodic parts, and the ordinary height takes account of 'gaskets' as well. The height theorem suggests the following questions. 1. To which classes of rings can the height theorem be extended? 2. Over which $Y$ has the algebra $A$ bounded height? In particular, what sets of words can be taken for $\left\{v_{i}\right\}$ ? 3. What is the structure of the degree vector $\left(k_{1}, \ldots, k_{h}\right)$ ? First of all, what sets of its components are essential, that is, what sets of $k_{i}$ can be unbounded simultaneously? What is the value of essential height? Is it true that the set of degree vectors has some regularity properties? 4. What estimates for the height are possible? Let us discuss the above questions. 1.2. Nonassociative generalizations. The height theorem was extended to some classes of near-associative rings. Pchelintsev [9] proved it for the alternative and the $(-1 ; 1)$ cases, Mishchenko [10] obtained an analogue of the height theorem for Lie algebras with a sparse identity. Belov [11] proved the height theorem for some class of rings asymptotically close to associative rings. In particular, this class contains alternative and Jordan PI-algebras. 1.3. Shirshov bases. Suppose $A$ is a PI-algebra and a subset $M \subseteq A$ is its $s$-basis. If all elements of $M$ are algebraic over $K$, then $A$ is finite-dimensional (the Kurosh problem). Boundedness of the essential height over $Y$ implies 'an affirmative solution of the Kurosh problem over $Y$ '. The converse is less trivial. Theorem 1 (Belov). a) Suppose $A$ is a graded PI-algebra, $Y$ is a finite set of homogeneous elements. If for all $n$ the algebra $A / Y^{(n)}$ is nilpotent, then $Y$ is an s-basis for A. Moreover, if $Y$ generates $A$ as an algebra, then $Y$ is a Shirshov basis for $A$. b) Suppose $A$ is a PI-algebra, $M \subseteq A$ is a Kurosh subset in $A$. Then $M$ is an $s$-basis for $A$. Let $Y^{(n)}$ denote the ideal generated by the $n$th powers of elements from $Y$. A set $M \subset A$ is called a Kurosh set if any projection $\pi: A \otimes K[X] \rightarrow A^{\prime}$ such that the image $\pi(M)$ is entire over $\pi(K[X])$ is finite-dimensional over $\pi(K[X])$. The following example motivates this definition. Suppose $A=\mathbb{Q}[x, 1 / x]$. Any projection $\pi$ such that $\pi(x)$ is algebraic has a finite-dimensional image. However, the set $\{x\}$ is not an $s$-basis for $\mathbb{Q}[x, 1 / x]$. Thus boundedness of the essential height is a noncommutative generalization of the property of entireness. 1.4. Shirshov bases consisting of words. The Shirshov bases consisting of words are described by the following result. Theorem 2 ([4], [12]). A set $Y$ of words is a Shirshov basis for an algebra $A$ if and only if for any word $u$ of length not exceeding $m=\operatorname{Pid}(A)$, the complexity of $A$, the set $Y$ contains a word cyclically conjugate to some power of $u$. A similar result was obtained independently by Ciocanu and Drensky. Problems related to local finiteness of algebras and to algebraic sets of words of degree not exceeding the complexity of the algebra were investigated in [7], [13]-[18]. Questions relating to generalization of the independence theorem were considered in these papers as well. 1.5. Essential height. Clearly the Gelfand-Kirillov dimension is estimated by the essential height. Furthermore an $s$-basis is a Shirshov basis if and only if it generates $A$ as an algebra. In the representable case the converse is also true. Theorem 3 (Belov [4]). Suppose A is a finitely generated representable algebra and $H_{\operatorname{Ess} Y}(A)<\infty$. Then $H_{\operatorname{Ess} Y}(A)=\operatorname{GK}(A)$. Corollary 1.2 (Markov). The Gelfand-Kirillov dimension of a finitely generated representable algebra is an integer. Corollary 1.3. If $H_{\operatorname{Ess} Y}(A)<\infty$ and $A$ is representable then $H_{\mathrm{Ess} Y}(A)$ is independent of the choice of the s-basis $Y$. In this case the Gelfand-Kirillov dimension also is equal to the essential height by virtue of the local representability of relatively free algebras. Structure of degree vectors. Although in the representable case the GelfandKirillov dimension and the essential height behave well, even in this case the set of degree vectors may have a bad structure, namely, it can be the complement to the set of solutions of a system of exponential-polynomial Diophantine equations [4]. That is why there exists an instance of a representable algebra with a transcendent Hilbert series. However for a relatively free algebra, the Hilbert series is rational $[19]$. 1.6. $\boldsymbol{n}$-divisibility and the Dilworth theorem. The significance of the notion of $n$-divisibility goes beyond the limits of Burnside-type problems. This notion also plays a role in the investigation of polylinear words and the estimation of their number; a word is polylinear if each letter occurs in it at most once. Latyshev applied the Dilworth theorem for the estimation of the number of not $m$-divisible polylinear words of degree $n$ over the alphabet $\left\{a_{1}, \ldots, a_{n}\right\}$. The estimate is $(m-1)^{2 n}$ and is rather sharp. Let us recall this theorem. Dilworth's Theorem. Let $n$ be the maximal number of elements in an antichain of a given fixed partially ordered set $M$. Then $M$ can be divided into $n$ disjoint chains. Consider a polylinear word $W$ consisting of $n$ letters. Put $a_{i} \succ a_{j}$ if $i>j$ and the letter $a_{i}$ is located in $W$ to the right of $a_{j}$. The condition of not $k$-divisibility means the absence of an antichain consisting of $n$ elements. Then by Dilworth's theorem all positions (and the letters $a_{i}$ as well) split into $n-1$ chains. Attach a specific colour to each chain. Then the colouring of positions and of letters uniquely determines the word $W$. Furthermore, the number of these colourings does not exceed $$ (n-1)^{k} \times(n-1)^{k}=(n-1)^{2 k} $$ The above estimate implies the validity of polylinear identities corresponding to an irreducible module whose Young diagram includes the square of size $n^{4}$. This in turn enables one, firstly, to obtain a transparent proof for Regev's theorem which asserts that a tensor product of PI-algebras is a PI-algebra as well; secondly, to establish the existence of a sparse identity in the general case and of a Capelli identity in the finitely generated case (and thus to prove the theorem on nilpotency of the radical); and thirdly, to realize Kemer's 'supertrick' that reduces the study of identities in general algebras to that of super-identities in finitely generated superalgebras of zero characteristic. Close questions are considered in [20]-[22]. Problems related to the enumeration of polylinear words which are not $n$-divisible are interesting in their own right. (For example, there exists a bijection between not 3-divisible words and Catalan numbers.) On the one hand this is a purely combinatorial problem, but on the other hand, it is related to the set of codimensions for the general matrix algebra. The study of polylinear words seems to be of great importance. Latyshev (see, for instance, [23]) has stated the problem of finite-basedness of the set of leading polylinear words for a $T$-ideal with respect to taking overwords and to isotonous substitutions. This problem implies the Specht problem for polylinear polynomials and is closely related to the problem of the weak Noetherian property for the group algebra of an infinite finitary symmetric group over a field of positive characteristic (for zero characteristic this was established by Zalessky). To solve the Latyshev problem it is necessary to translate properties of $T$-ideals to the language of polylinear words. In [4], [11] an attempt was made to realize a project of translation of structure properties of algebras to the language of word combinatorics. Translation to the language of polylinear words is simpler and enables one to get some information on words of a general form. In this paper we transfer Latyshev's technique to the non-polylinear case, and this enables us to obtain a subexponential estimate in the Shirshov-height theorem. Chelnokov suggested the idea of this transfer in 1996. 1.7. Estimates for the height. The original Shirshov's proof, being purely combinatorial (it was based on the technique of elimination developed by him for Lie algebras, in particular in the proof of the theorem on freeness), nevertheless implied only primitively recursive estimates. Later Kolotov [24] obtained an estimate $\operatorname{Ht}(A) \leqslant l^{l^{n}}(n=\operatorname{deg}(A), l$ is the number of generators). Belov in [25] showed that $\operatorname{Ht}(n, l)<2 n l^{n+1}$. The exponential estimate in the Shirshov height theorem was also presented in [12], [26], [27]. The above estimates were sharpened by Klein [28], [29]. In 2001, Chibrikov proved in [30] that $\mathrm{Ht}(4, l) \geqslant\left(7 k^{2}-2 k\right)$. Kharlamov in [27], [31], [32] obtained estimates for the structure of piecewise periodicity. In 2011, Lopatin [33] obtained the following result. Theorem 4. Let $C_{n, l}$ be the nilpotency degree of a free l-generated algebra satisfying $x^{n}=0$, and let $p$ be the characteristic of the ground field of the algebra, greater than $\frac{n}{2}$. Then $$ C_{n, l}<4 \cdot 2^{n / 2} l $$ By definition $C_{n, l} \leqslant \Psi(n, n, l)$. Observe that for small $n$ the estimate (1) is smaller than the estimate $\Psi(n, n, l)$ established in this paper but for growing $n$ the estimate $\Psi(n, n, l)$ is asymptotically better than (1). Zelmanov put the following question in the Dniester Notebook [34] in 1993: Question 1.1. Let $F_{2, m}$ be the free 2-generated associative ring with identity $x^{m}=0$. Is it true that the nilpotency class of $F_{2, m}$ grows exponentially in $m$ ? Our paper answers Zelmanov's question as follows: the nilpotency class in question grows subexponentially. 1.8. The results obtained. The main result of the paper is as follows. Theorem 5. The height of the set of not $n$-divisible words over an alphabet of cardinality $l$ relative to the set of words of length less than $n$ does not exceed $\Phi(n, l)$, where $$ \Phi(n, l)=E_{1} l \cdot n^{E_{2}+12 \log _{3} n}, \quad E_{1}=4^{21 \log _{3} 4+17}, \quad E_{2}=30 \log _{3} 4+10 $$ This theorem after some coarsening and simplification of the estimate implies that for fixed $l$ and $n \rightarrow \infty$ we have $$ \Phi(n, l)<2^{87} l \cdot n^{12 \log _{3} n+48}=n^{12(1+o(1)) \log _{3} n} $$ and for fixed $n$ and $l \rightarrow \infty$ we have $$ \Phi(n, l)a_{2 d}-a_{j+1}$, the $\left(a_{2} d-a_{j}\right)$-tail $u_{j}$ and the $\left(a_{2 d}-a_{j+1}\right)$-tail $u_{j+1}$ are mutually incomparable. Since $$ \frac{a_{2 d}-a_{j}}{a_{2 d}-a_{j+1}} \leqslant \frac{d+1}{d} $$ the $\left(a_{j+1}-a_{j}\right)$-tail $u_{j}$ in degree $d$ is included into the $\left(a_{2} d-a_{j}\right)$-tail $u_{j}$. A contradiction. Corollary 2.1. If a word $W$ is not $n$-divisible in the ordinary sense then $W$ is not 4nd-divisible (in the tail sense). Set $p_{n, d}:=4 n d-1$. Let $W$ be a not $n$-cancellable word. Then $W$ is not $\left(p_{n, d}+1\right)$-divisible. Consider $U$, the $[|W| / d]$-tail of $W$. Let $\Omega$ be the set of tails of $W$ which begin in $U$. Then by Lemma 2.1 any two elements of $\Omega$ are comparable. There is a natural bijection between $\Omega$, the letters of $U$ and positive integers from 1 to $|\Omega|=|U|$. Let us introduce a word $\theta$ which is lexicographically less than any other word. Remark 2.1. In the current proof of Theorem 7 all tails are assumed to belong to $\Omega$. ## $\S 3$. Estimates on the occurrence of periodic fragments An application of Dilworth's theorem. For tails $u$ and $v$ put $u1$. Definition 4.2. A word cycle $u$ is the set consisting of the word $u$ and all its cyclic shifts. Definition 4.3. A word $W$ is strongly $n$-divisible if it is representable in the form $W=W_{0} W_{1} \cdots W_{n}$ where the subwords $W_{1}, \ldots, W_{n}$ are placed in the lexicographically decreasing order and each of the $W_{i}, i=1,2, \ldots, n$, begins from some word $z_{i}^{k} \in Z$, where all the $z_{i}$ are distinct. Lemma 4.1. If there is an integer $m, 1 \leqslant mv\left(i_{2}, j_{2}\right)$ and $i_{1}>i_{2}$. Lemma 4.2. If in the set $\Omega^{\prime}$ with ordering $\succ$ there exists an antichain of length $n$ then $W$ is $n$-divisible. Proof. Suppose there exists an antichain consisting of $n$ words $$ v\left(i_{1}, j_{1}\right), v\left(i_{2}, j_{2}\right), \ldots, v\left(i_{n}, j_{n}\right), \quad i_{1} \leqslant i_{2} \leqslant \cdots \leqslant i_{n} $$ If all inequalities between $i_{k}$ are strict then $W$ is $n$-divisible by definition. Suppose that for some $r$ there exist $i_{r+1}=\cdots=i_{r+k}$ such that either $r=0$ or $i_{r}\Phi(n, l)$. Apply the following algorithm to it. Algorithm. Step 1. By Theorem 7 the word $W$ includes a subword with period length $4 n$. Suppose $W_{0}=W=u_{1}^{\prime} x_{1^{\prime}}^{4 n} y_{1}^{\prime}$ where the word $x_{1^{\prime}}$ is not cyclic. Represent $y_{1}^{\prime}$ in the form $y_{1}^{\prime}=x_{1^{\prime}}^{r_{2}} y_{1}$ where $r_{2}$ is maximal possible. Represent $u_{1}^{\prime}$ as $u_{1}^{\prime}=u_{1} x_{1^{\prime}}^{r_{1}}$ where $r_{1}$ is maximal possible. Denote by $f_{1}$ the word $$ W_{0}=u_{1} x_{1^{\prime}}^{4 n+r_{1}+r_{2}} y_{1}=u_{1} f_{1} y_{1} $$ In the sequel, the positions contained in $f_{1}$ are called tedious, the last position of $u_{1}$ is called tedious of type 1 the second position from the end in $u_{1}$ is called tedious of type $2, \ldots$, the $n$th position from the end in $u_{1}$ is called tedious of type $n$. Put $W_{1}=u_{1} y_{1}$. Step $k$. Consider the words $u_{k-1}, y_{k-1}, W_{k-1}=u_{k-1} y_{k-1}$ constructed at the preceding step. If $\left|W_{k-1}\right| \geqslant \Phi(n, l)$, then we apply Theorem 7 to $W$ with the restriction that the process in the main Lemma 3.2 is applied only to nontedious positions and to tedious positions of type greater than $k a$ where $k$ and $a$ are the parameters from Lemma 3.2. Thus $W_{k-1}$ includes a noncyclic subword with period length $4 n$ such that $$ W_{k-1}=u_{k}^{\prime} x_{k^{\prime}}^{4 n} y_{k}^{\prime} $$ Then put $$ r_{1}:=\sup \left\{r: u_{k}^{\prime}=u_{k} x_{k^{\prime}}^{r}\right\}, \quad r_{2}:=\sup \left\{r: y_{k}^{\prime}=x_{k^{\prime}}^{r} y_{k}\right\} $$ (Note that the words involved may be empty.) Define $f_{k}$ by the equation $$ W_{k-1}=u_{k} x_{k^{\prime}}^{4 n+r_{1}+r_{2}} y_{k}=u_{k} f_{k} y_{k} $$ In the sequel, the positions contained in $f_{k}$ are called tedious, the last position of $u_{k}$ is called tedious of type 1 the second position from the end in $u_{k}$ is called tedious of type $2, \ldots$, the $n$th position from the end in $u_{k}$ is called tedious of type $n$. If a position occurs to be tedious of two types then the lesser type is chosen for it. Put $W_{k}=u_{k} y_{k}$. Perform $4 t+1$ steps of the algorithm and consider the original word $W$. For each integer $i$ from the segment $[1,4 t]$ we have $$ W=w_{0} f_{i}^{(1)} w_{1} f_{i}^{(2)} \cdots f_{i}^{\left(n_{i}\right)} w_{n_{i}} $$ for some subwords $w_{j}$. Here $f_{i}=f_{i}^{(1)} \cdots f_{i}^{\left(n_{i}\right)}$. Moreover we assume that for $1 \leqslant j \leqslant n_{i}-1$ the subword $w_{j}$ is not empty. Let $s(k)$ be the number of indices $i \in[1,4 t]$ such that $n_{i}=k$. To prove Theorem 7 we have to find as many long periodic fragments as possible. For this, we can use the following lemma. Lemma 5.1. $s=s(1)+s(2) \geqslant 2 t$. Proof. A subword $U$ of the word $W$ will be called monolithic if 1) $U$ is a product of words of the form $f_{i}^{(j)}$; 2) $U$ is not a proper subword of a word which satisfies the above condition 1). Suppose that after the $(i-1)$ th step of the algorithm the word $W$ contains $k_{i-1}$ monolithic subwords. Note that $k_{i} \leqslant k_{i-1}-n_{i}+2$. If $n_{i} \geqslant 3$, then $k_{i} \leqslant k_{i-1}-1$. If $n_{i} \leqslant 2$ then $k_{i} \leqslant k_{i-1}+1$. Furthermore, $k_{1}=1$, $k_{t} \geqslant 1=k_{1}$. The lemma is proved. ## Corollary 5.1. $$ \sum_{k=1}^{\infty} k \cdot s(k) \leqslant 10 t \leqslant 5 s $$ Proof. From the proof of Lemma 5.1 we obtain $$ \sum_{n_{i} \geqslant 3}\left(n_{i}-2\right) \leqslant 2 t $$ By definition $\sum_{k=1}^{\infty} s(k)=4 t$, that is, $\sum_{k=1}^{\infty} 2 s(k)=8 t$. Summing these two inequalities and applying Lemma 5.1 we obtain the required inequality. Proposition 5.1. The height of $W$ does not exceed $$ \Psi(n, 4 n, l)+\sum_{k=1}^{\infty} k \cdot s(k) \leqslant \Psi(n, 4 n, l)+5 s $$ In the sequel we consider only $f_{i}$ with $n_{i} \leqslant 2$. If $n_{i}=1$ then put $f_{i}^{\prime}:=f_{i}^{(j)}$, where $f_{i}^{(j)}$ is the word of maximal length between $f_{i}^{(1)}$ and $f_{i}^{(2)}$. Order the words $f_{i}^{\prime}$ according to their distance from the beginning of $W$. We get a sequence $f_{m_{1}}^{\prime}, \ldots, f_{m_{s}}^{\prime}$ where $s^{\prime}=s(1)+s(2)$. Put $f_{i}^{\prime \prime}:=f_{m_{i}}^{\prime}$. Suppose $f_{i}^{\prime \prime}=w_{i}^{\prime} x_{i^{\prime \prime}}^{p_{i,}} w_{i}^{\prime \prime}$ where at least one of the words $w_{i}^{\prime}$ and $w_{i}^{\prime \prime}$ is empty. Remark 5.1. We may assume that at starting steps of the algorithm we have chosen all $f_{i}$ such that $n_{i}=1$. Now consider $z_{j}^{\prime}$, the subwords in $W$ of the following form: $$ z_{j}^{\prime}=x_{(2 j-1)^{\prime \prime}}^{p_{(2 j-1)^{\prime \prime}+\beth}} v_{j}, \quad I \geqslant 0, \quad\left|v_{j}\right|=\left|x_{(2 j-1)^{\prime \prime}}\right| $$ here $v_{j}$ is not equal to $x_{(2 j-1)^{\prime \prime}}$, and the beginning of $z_{j}^{\prime}$ coincides with the beginning of a periodic subword in $f_{2 j-1}^{\prime \prime}$. We will show that the $z_{j}^{\prime}$ are disjoint. Indeed, if $f_{2 j-1}^{\prime \prime}=f_{m_{2 j-1}}$, then put $z_{j}^{\prime}=f_{m_{2 j-1}} v_{j}$. If $f_{2 j-1}^{\prime \prime}=f_{m_{2 j-1}}^{(k)}, k=1,2$, and $z_{j}^{\prime}$ intersects $z_{j+1}^{\prime}$ then $f_{2 j}^{\prime \prime} \subset z_{i}^{\prime}$. Since $x_{(2 j)^{\prime \prime}}$ and $x_{(2 j-1)^{\prime \prime}}$ are noncyclic, we have $\left|x_{(2 j)^{\prime \prime}}\right|=\left|x_{(2 j-1)^{\prime \prime}}\right|$. But then the period length in $z_{j}^{\prime}$ is not less than $4 n$, which contradicts Remark 5.1. Thus we have proved the following lemma. Lemma 5.2. In a word $W$ with height not greater than $\left(\Psi(n, 4 n, l)+5 s^{\prime}\right)$ there exist at least $s^{\prime}$ disjoint periodic subwords such that the period occurs in each of them at least $2 n$ times. Furthermore between any two elements of this set of periodic subwords there is a subword with the same period length as the leftmost of these two elements. ### 5.3. Completion of the proof for the main Theorem 5 and for Theorem 6 . Replace $s^{\prime}$ in Lemma 5.2 by $s$ from the proof of Theorem 9 to obtain that the height of $W$ does not exceed $$ \Psi(n, 4 n, l)+5 sj$ и буква $a_{i}$ стоит в слове $W$ правее $a_{j}$. Условие не $k$-разбиваемости означает отсутствие антицепи из $n$ элементов. Тогда по теореме Дилуорса все позиции (и, соответственно, буквы $a_{i}$ ) разбиваются на $n-1$ цепь. Сопоставим каждой цепи свой цвет. Тогда раскраска позиций и раскраска букв однозначно определяет слово $W$, а число таких раскрасок не превосходит $$ (n-1)^{k} \times(n-1)^{k}=(n-1)^{2 k} $$ Из данной оценки следует, что выполняются полилинейные тождества, отвечающие неприводимому модулю, диаграмма Юнга которого содержит квадрат $n^{4}$. Это, в свою очередь, во-первых, позволило получить прозрачное доказательство теоремы Регева о том, что тензорное произведение PI-алгебр снова является PI-алгеброй, во-вторых, установить существование разреженного тождества в общем случае, а также тождества Капелли в конечно порожденном случае (тем самым, в частности, доказать теорему о нильпотентности радикала), и в-третьих, осуществить "супертрюк" А.Р. Кемера, сводящий изучение тождеств общих алгебр к изучению супер-тождеств конечно порожденных супералгебр в нулевой характеристике. Смежные вопросы рассмотрены в работах $[20]-[22]$. Вопросы, связанные с перечислением полилинейных слов, не являющихся $n$-разбиваемыми, имеют самостоятельный интерес. (Например, существует биекция между не 3 -разбиваемыми словами и числами Каталана.) С одной стороны, это чисто комбинаторная задача, с другой стороны, она связана с рядом коразмерностей для алгебры общих матриц. Исследование полилинейных слов представляется чрезвычайно важным. В. Н. Латышев (см., например, [23]) поставил проблему конечной базируемости множества старших полилинейных слов для $T$-идеала относительно взятия надслов и изотонных подстановок. Из этой проблемы вытекает проблема Шпехта для полилинейных многочленов, имеется тесная связь с проблемой слабой нётеровости групповой алгебры бесконечной финитарной симметрической группы над полем положительной характеристики (для нулевой характеристики это было установлено А. Залесским). Для решения проблемы Латышева надо уметь переводить свойства $T$-идеалов на язык полилинейных слов. В работах [4], [11] была произведена попытка осуществить программу перевода структурных свойств алгебр на язык комбинаторики слов. На язык полилинейных слов такой перевод осуществить проще, в дальнейшем можно получить информацию и о словах общего вида. В настоящей работе мы переносим технику В. Н. Латышева на не полилинейный случай, что позволяет получить субэкспоненциальную оценку в теореме Ширшова о высоте. Г.Р. Челноков предложил идею этого переноса в 1996 г. 1.7. Оценки высоты. Первоначальное доказательство А. И. Ширшова хотя и было чисто комбинаторным (оно основывалось на технике элиминации, развитой им в алгебрах Ли, в частности, в доказательстве теоремы о свободе), однако оно давало только примитивно рекурсивные оценки. Позднее А.Т. Колотов в [24] получил оценку на $\operatorname{Ht}(A) \leqslant l^{l^{n}}(n=\operatorname{deg}(A), l$ - число образующих). А.Я. Белов в работе [25] показал, что $\mathrm{Ht}(n, l)<2 n l^{n+1}$. Экспоненциальная оценка теоремы Ширшова о высоте изложена также в работах [12], [26], [27]. Данные оценки улучшались в работах А. Клейна [28], [29]. В 2001 г. Е. С. Чибриков в работе [30] доказал, что $\mathrm{Ht}(4, l) \geqslant\left(7 k^{2}-2 k\right)$. М. И. Харитонов получил в работах [27], [31], [32] оценки на структуру кусочной периодичности. В 2011 г. А. А. Лопатин [33] получил следующий результат. TEOPEMA 4. Пусть $C_{n, l}$ - степень нильпотентности свободной l-порожсденной алгебры, удовлетворяющей тождеству $x^{n}=0$. Пусть $p-$ характеристика базового поля алгебры, $p>\frac{n}{2}$. Тогда $$ C_{n, l}<4 \cdot 2^{n / 2} l $$ По определению $C_{n, l} \leqslant \Psi(n, n, l)$. Заметим, что для малых $n$ оценка (1) меньше, чем полученная в данной работе оценка $\Psi(n, n, l)$, но при росте $n$ оценка $\Psi(n, n, l)$ асимптотически лучше оценки (1). Е.И. Зельманов поставил следующий вопрос в Днестровской тетради [34] в 1993 г. ВопРос 1.1. Пусть $F_{2, m}$ - свободное 2-порожденное ассоциативное кольцо с тождеством $x^{m}=0$. Верно ли, что класс нильпотентности кольца $F_{2, m}$ растет экспоненциально по $m$ ? Наша работа отвечает на вопрос Е.И. Зельманова следующим образом: в действительности искомый класс нильпотентности растет субэкспоненциально. 1.8. Полученные результаты. Основной результат работы состоит в следующем. TEOPeмA 5. Высота множества не п-разбиваемъх слов над l-буквенным алфавитом относительно множества слов длины меньше $n$ не превышает $\Phi(n, l)$, где $$ \Phi(n, l)=E_{1} l \cdot n^{E_{2}+12 \log _{3} n}, \quad E_{1}=4^{21 \log _{3} 4+17}, \quad E_{2}=30 \log _{3} 4+10 $$ Из теоремы 5 путем некоторого огрубления и упрощения оценки получается, что при фиксированном $l$ и $n \rightarrow \infty$ $$ \Phi(n, l)<2^{87} l \cdot n^{12 \log _{3} n+48}=n^{12(1+o(1)) \log _{3} n} $$ а при фиксированном $n$ и $l \rightarrow \infty$ $$ \Phi(n, l)a_{2 d}-a_{j+1}$, то $\left(a_{2} d-a_{j}\right)$-хвост $u_{j}$ и $\left(a_{2 d}-a_{j+1}\right)$-хвост $u_{j+1}$ несравнимы между собой. Так как $$ \frac{a_{2 d}-a_{j}}{a_{2 d}-a_{j+1}} \leqslant \frac{d+1}{d} $$ то $\left(a_{j+1}-a_{j}\right)$-хвост $u_{j}$ в степени $d$ содержится в $\left(a_{2} d-a_{j}\right)$-хвосте $u_{j}$. Противоречие. СлЕДСТвие 2.1. Если слово $W$ - не n-разбиваемо в объчном смысле, то $W$ не $4 n d$-разбиваемо (в хвостовом смысле). Положим $p_{n, d}:=4 n d-1$. Пусть $W$ не $n$-сократимое слово. Тогда $W$ не ( $p_{n, d}+1$ )-разбиваемое. Рассмотрим $U-[|W| / d]$-хвост слова $W$. Пусть $\Omega$ - множество хвостов слова $W$, которые начинаются в $U$. Тогда по лемме 2.1 любые два элемента из $\Omega$ сравнимы. Естественным образом строится биекция между $\Omega$, буквами $U$ и натуральными числами от 1 до $|\Omega|=|U|$. Введем слово $\theta$ такое, что $\theta$ лексикографически меньше любого слова. ЗАмЕЧАНИЕ 2.1. В текущем доказательстве теоремы 7 все хвосты мы предполагаем лежащими в $\Omega$. ## § 3. Оценки на появление периодических фрагментов Применение теоремы Дилуорса. Для хвостов $u$ и $v$ положим $u1$. ОПРЕДЕЛЕНИЕ 4.2. Слово-цикл $u$ - слово $u$ со всеми его сдвигами по циклу. ОПРЕДЕЛЕНИЕ 4.3. Слово $W$ называется силъно $n$-разбиваемым, если его можно представить в виде $W=W_{0} W_{1} \cdots W_{n}$, где подслова $W_{1}, \ldots, W_{n}$ идут в порядке лексикографического убывания, и каждое из слов $W_{i}, i=1,2, \ldots, n$, начинается с некоторого слова $z_{i}^{k} \in Z$, все $z_{i}$ различны. ЛЕмма 4.1. Если найдется число $m, 1 \leqslant mv\left(i_{2}, j_{2}\right)$ и $i_{1}>i_{2}$. Лемма 4.2. Если в множестве $\Omega^{\prime}$ для порядка $\succ$ найдется антицепь длины $n$, то слово $W$ будет $n$-разбиваемым. ДоКАзАтЕЛЬство. Пусть нашлась антицепь длины $n$ из слов $$ v\left(i_{1}, j_{1}\right), v\left(i_{2}, j_{2}\right), \ldots, v\left(i_{n}, j_{n}\right), \quad i_{1} \leqslant i_{2} \leqslant \cdots \leqslant i_{n} $$ Если все неравенства между $i_{k}$ строгие, то слово $W$ - $n$-разбиваемое по определению. Предположим, что для некоторого числа $r$ нашлись $i_{r+1}=\cdots=i_{r+k}$, где либо $r=0$, либо $i_{r}\Phi(n, l)$. Теперь для него проведем следующий алгоритм.Алгоритм. Шаг 1. По теореме 7 в слове $W$ найдется подслово с длиной периода $4 n$. Пусть $W_{0}=W=u_{1}^{\prime} x_{1^{\prime}}^{4 n} y_{1}^{\prime}$, причем слово $x_{1^{\prime}}$ нециклическое. Представим $y_{1}^{\prime}$ в виде $y_{1}^{\prime}=x_{1^{\prime}}^{r_{2}} y_{1}$, где $r_{2}$ - максимально возможное число. Слово $u_{1}^{\prime}$ представим как $u_{1}^{\prime}=u_{1} x_{1^{1}}^{r_{1}}$, где $r_{1}$ - наибольшее возможное. Обозначим через $f_{1}$ следующее слово: $$ W_{0}=u_{1} x_{1^{\prime}}^{4 n+r_{1}+r_{2}} y_{1}=u_{1} f_{1} y_{1} $$ Назовем позиции, входящие в слово $f_{1}$, скучными, последнюю позицию слова $u_{1}$ - скучной muna 1 , вторую с конца позицию $u_{1}$ - скучной muna 2 , и так далее, $n$-ю с конца позицию $u_{1}$ - скучной типа $n$. Положим $W_{1}=u_{1} y_{1}$. Шаг $k$. Рассмотрим слова $u_{k-1}, y_{k-1}, W_{k-1}=u_{k-1} y_{k-1}$, построенные на предыдущем шаге. Если $\left|W_{k-1}\right| \geqslant \Phi(n, l)$, то применим теорему 7 к слову $W$ с тем условием, что процесс в основной лемме 3.2 будет вестись только по не скучным позициям и скучным позициям типа больше $k a$, где $k$ и $a$ - параметры леммы 3.2. Таким образом, в слове $W_{k-1}$ найдется нециклическое подслово с длиной периода $4 n$, так что $$ W_{k-1}=u_{k}^{\prime} x_{k^{\prime}}^{4 n} y_{k}^{\prime} $$ При этом положим $$ r_{1}:=\sup \left\{r: u_{k}^{\prime}=u_{k} x_{k^{\prime}}^{r}\right\}, \quad r_{2}:=\sup \left\{r: y_{k}^{\prime}=x_{k^{\prime}}^{r} y_{k}\right\} $$ (Отметим, что слова в наших рассуждениях могут быть пустыми.) Определим $f_{k}$ из равенства $$ W_{k-1}=u_{k} x_{k^{\prime}}^{4 n+r_{1}+r_{2}} y_{k}=u_{k} f_{k} y_{k} $$ Назовем позиции, входящие в слово $f_{k}$, скучными, последнюю позицию слова $u_{k}$ - скучной muna 1 , вторую с конца позицию $u_{k}$ - скучной типа 2 , и так далее, $n$-ю с конца позицию $u_{k}$ - скучной muna $n$. Если позиция в процессе алгоритма определяется как скучная двух типов, то будем считать ее скучной того типа, который меньше. Положим $W_{k}=u_{k} y_{k}$. Проведем $4 t+1$ шагов алгоритма. Рассмотрим первоначальное слово $W$. Для каждого натурального $i$ из отрезка $[1,4 t]$ имеет место равенство $$ W=w_{0} f_{i}^{(1)} w_{1} f_{i}^{(2)} \cdots f_{i}^{\left(n_{i}\right)} w_{n_{i}} $$ для некоторых подслов $w_{j}$. Здесь $f_{i}=f_{i}^{(1)} \cdots f_{i}^{\left(n_{i}\right)}$. Также мы считаем, что при $1 \leqslant j \leqslant n_{i}-1$ подслово $w_{j}$ непустое. Пусть $s(k)$ - количество индексов $i \in[1,4 t]$ таких, что $n_{i}=k$. Для доказательства теоремы 7 требуется найти как можно больше длинных периодических фрагментов. Помочь в этом сможет следующая лемма. ЛЕммА 5.1. Во введенных ранее обозначениях $s=s(1)+s(2) \geqslant 2 t$. Доказательство. Назовем монолитным подслово $U$ слова $W$, если: 1) $U$ является произведением слов вида $f_{i}^{(j)}$; 2) $U$ не является подсловом слова, для которого выполняется предыдущее свойство 1 . Пусть после $(i-1)$-го шага алгоритма в слове $W$ содержится $k_{i-1}$ монолитных подслов. Заметим, что $k_{i} \leqslant k_{i-1}-n_{i}+2$. Тогда если $n_{i} \geqslant 3$, то $k_{i} \leqslant k_{i-1}-1$. Если же $n_{i} \leqslant 2$, то $k_{i} \leqslant k_{i-1}+1$. При этом $k_{1}=1, k_{t} \geqslant 1=k_{1}$. Лемма доказана. СлЕДСТвиЕ 5.1. Выполнено неравенство $$ \sum_{k=1}^{\infty} k \cdot s(k) \leqslant 10 t \leqslant 5 s $$ ДоказАтЕЛьство. Из доказательства леммы 5.1 получаем $$ \sum_{n_{i} \geqslant 3}\left(n_{i}-2\right) \leqslant 2 t $$ По определению $\sum_{k=1}^{\infty} s(k)=4 t$, т.е. $\sum_{k=1}^{\infty} 2 s(k)=8 t$. Складывая эти два неравенства и применяя лемму 5.1, получаем доказываемое неравенство. ПРЕДЛОЖЕНИЕ 5.1. Высота слова $W$ будет не больие $$ \Psi(n, 4 n, l)+\sum_{k=1}^{\infty} k \cdot s(k) \leqslant \Psi(n, 4 n, l)+5 s $$ Далее будем рассматривать только $f_{i}$ с $n_{i} \leqslant 2$. Если $n_{i}=1$, то положим $f_{i}^{\prime}:=f_{i}$. Если же $n_{i}=2$, то положим $f_{i}^{\prime}:=f_{i}^{(j)}$, где $f_{i}^{(j)}$ - слово с наибольшей длиной между $f_{i}^{(1)}$ и $f_{i}^{(2)}$. Слова $f_{i}^{\prime}$ упорядочим в соответствии с их близостью к началу $W$. Получим последовательность $f_{m_{1}}^{\prime}, \ldots, f_{m_{s}}^{\prime}$, где $s^{\prime}=s(1)+s(2)$; положим $f_{i}^{\prime \prime}:=f_{m_{i}}^{\prime}$. Пусть ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-201.jpg?height=45&width=885&top_left_y=578&top_left_x=144) ЗАмечАниЕ 5.1. Можно считать, что мы первыми шагами алгоритма выбрали все те $f_{i}$, для которых $n_{i}=1$. Теперь рассмотрим $z_{j}^{\prime}$ - подслова $W$ следующего вида: ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-201.jpg?height=80&width=748&top_left_y=804&top_left_x=400) при этом $v_{j}$ не равно $x_{(2 j-1)^{\prime \prime}}$, начало $z_{j}^{\prime}$ совпадает с началом периодического подслова в $f_{2 j-1}^{\prime \prime}$. Покажем, что $z_{j}^{\prime}$ не пересекаются. В самом деле, если $f_{2 j-1}^{\prime \prime}=f_{m_{2 j-1}}$, то $z_{j}^{\prime}=f_{m_{2 j-1}} v_{j}$. Если же $f_{2 j-1}^{\prime \prime}=f_{m 2 j-1}^{(k)}, k=1,2$, а подслово $z_{j}^{\prime}$ пересекается с подсловом $z_{j+1}^{\prime}$, то $f_{2 j}^{\prime \prime} \subset z_{i}^{\prime}$. Так как слова $x_{(2 j)^{\prime \prime}}$ и $x_{(2 j-1)^{\prime \prime}}$ нециклические, то $\left|x_{(2 j)^{\prime \prime}}\right|=\left|x_{(2 j-1)^{\prime \prime}}\right|$. Но тогда длина периода в $z_{j}^{\prime}$ не меньше $4 n$, что противоречит замечанию 5.1. Тем самым доказана следующая лемма. ЛЕмма 5.2. В слове $W$ с высотой не более $\left(\Psi(n, 4 n, l)+5 s^{\prime}\right)$ найдется не менее $s^{\prime}$ непересекающихся периодических подслов, в которых период повторится не менее $2 n$ раз. Кроме того, между любыми двумя элементами данного множества периодических подслов найдется подслово длины периода более левого из выбранных элементов. 5.3. Завершение доказательств основной теоремы 5 и теоремы 6 . Подставляя в лемму 5.2 вместо числа $s^{\prime}$ значение $s$ из доказательства теоремы 9 получаем, что высота $W$ не больше, чем $$ \Psi(n, 4 n, l)+5 s0$, any long enough $d$-indecomposable word must contain a nonempty word $u^{r}$ where $|u| \leq d$. Shirshov's height theorem follows from an algorithmic argument given in [BR05, p. 50]. Shirshov's Height Theorem also yields a result about the Gelfand-Kirillov dimension $\operatorname{GK}(A)$ of an affine algebra $A$. Recall that $$ \operatorname{GK}(A)=\lim _{n \rightarrow \infty} \frac{\ln \operatorname{dim}\left(V_{A}(n)\right)}{\ln (n)} $$ where $V_{A}(n)$ is the vector space generated by the words of length $\leq n$ in the generators of A. A related concept is the (Poincaré-)Hilbert Series $$ H_{A}=1+\sum d_{n} \lambda^{n} $$ where $d_{n}=\operatorname{dim}\left(V_{A}(n) / V_{A}(n-1)\right)$, the number of irreducible words of length $n$. (Strictly speaking, $H_{A}$ depends on the given set of generators of $A$, whereas $\operatorname{GK}(A)$ is independent of the choice of generators.) Corollary 1.3 (Berele [Ber93]). $\operatorname{GK}(A)<\infty$, for any affine PI-algebra A. To prove the corollary, it suffices to observe that the number of solutions of the inequality $k_{1}\left|v_{1}\right|+\cdots+k_{h}\left|v_{h}\right| \leq n$ with $h \leq \tilde{h}$ does not exceed $N^{\tilde{h}}$, and therefore $\operatorname{GK}(A) \leq h(A)$. Shirshov's beautiful theorem, which also is formulated for algebras over arbitrary commutative rings, opened the way to the combinatoric school of PI-theory, which has led to many breakthroughs in recent years. (Ironically, Shirshov's work was unknown in the West until Amitsur brought it to attention in 1973. Thus, for many years, there was a parallel development of PI-theory on both sides of the former "iron curtain," along mostly combinatoric lines in the former Soviet Union and along structural lines in the West. Although our focus in this survey is on Shirshov's influence, and thus on the Russian school, we also describe parallel results in the West.) ### 1.1. The radical of an affine PI-algebra and the Nagata-Higman Theorem One of the early applications of Shirshov's Theorem was in a seemingly unrelated direction. Using structure theory, Amitsur [Am57] showed that the Jacobson radical $J(A)$ of an affine PI-algebra is nil. This led to the question of whether $J(A)$ is nilpotent, which was formally raised by Latyshev in his dissertation. Shirshov's Theorem is a key tool in verifying this assertion when $R$ satisfies the PI's of $n \times n$ matrices, as shown by Razmyslov [Raz74a], who also proved that a complete solution is equivalent to the conjecture that every affine PI-algebra satisfies the standard PI. Kemer[Kem80] verified this latter conjecture in characteristic 0. Braun [ $\mathrm{Br} 84]$ was the first to prove the nilpotence of $J(A)$ for arbitrary affine $A$, using the structure of Azumaya algebras. A nice exposition of Braun's theorem can also be found in Lvov [Lv83]. Incidentally, much earlier, Dubnov and Ivanov, and independently, Nagata and Higman [Hig56] showed that in characteristic 0, any nil algebra of bounded index $n$ is nilpotent. The original bounds for the nilpotence index were exponential in $n$. Better bounds have been obtained as an outgrowth of Shirshov's work. Razmyslov [Raz74b] showed that $n^{2}$ is an upper bound, and Kuzmin obtained the lower bound $\frac{n^{2}+n-2}{2}$, described in [BR05, p. 341]. ### 1.2. Representable algebras An $F$-algebra is called representable if it can be embedded into $M_{n}(K)$ for some field extension $K \supset F$ and some $n$. (More generally, we can take $K$ commutative Noetherian, in view of [An92].) Shirshov's Theorem implies that for any representable affine PI-algebra $A$, one may adjoin the characteristic coefficients of finitely many words of the generators, to obtain a PI-algebra $\hat{A}$, called the trace ring or characteristic closure, which is finite over its center but also possesses a nonzero ideal contained in $A$. The use of this conductor ideal, discovered by Razmyslov [Raz74a] (and later, independently, by Schelter [Sch76]) is one of the keys to the structure of affine PI-algebras, and is used in Razmyslov's work on the Jacobson radical described above. Another application of the characteristic closure is to the Hilbert series of an algebra; Answering a question raised by Procesi [Pro73], Belov proved that any relatively free, affine PI-algebra has a rational Hilbert series (with respect to a suitable set of generators); cf. [BR05, Chapter 9] for this and related results. On the other hand, Theorem 3.5 below provides examples of representable algebras with non-rational Hilbert series. ### 1.3. Specht's conjecture One of the most famous problems in PI-theory was Specht's conjecture, that every set of identities is a consequence of a finite set of identities. (More formally, every $T$ ideal of the free algebra is finitely generated as a $T$-ideal.) As described in [Kem09], this question was settled affirmatively by Kemer [Kem87], [Kem90b] whenever the base field $F$ is infinite, and later by Belov for arbitrary affine PI-algebras. The characteristic closure is one component of the proofs, and the nilpotence of the radical is another important aspect, so Shirshov's theorem plays an important role. The key step of Kemer's theorem is that each affine PI-algebra over an infinite field satisfies the same PI's as a suitable finite-dimensional algebra; it follows at once that the corresponding relatively free algebra is representable. (Belov extended this fact to affine algebras over arbitrary commutative Noetherian rings.) ## 2. Generalizations to nonassociative algebras Shirshov's Height Theorem has been extended to various classes of nonassociative algebras. In his original paper, Shirshov applied his theorem to special Jordan algebras. Zelmanov [Zel91] obtained the following analog for ad-identities of Lie algebras: Say an associative word in $X$ is special if it is the leading word appearing in some Lie word (i.e., word with respect to the Lie multiplication). The word $w$ is Zelmanov $d$-decomposable if it can be written as a product of subwords $w=$ $w^{\prime} w_{1} w_{1}^{\prime} w_{2} w_{2}^{\prime} \cdots w_{d} w_{d}^{\prime} w^{\prime \prime}$ with each $w_{i}$ special and $w_{1} \succ w_{2} \cdots \succ w_{d}$. Then, for any $\ell, k, d$, there is $\beta=\beta(\ell, k, d)$ such that any Zelmanov $d$-indecomposable word $w$ of length $\geq \beta$ in $\ell$ letters must contain a nonempty subword of the form $u^{k}$, with $u$ special. Zelmanov's result is a major ingredient in his celebrated solution of the restricted Burnside problem. S.P. Mishchenko [Mis90] obtained an analogue of Shirshov's Height Theorem for Lie algebras with a "sparse" identity. S.V. Pchelintsev [Pch84] proved an analog for alternative and $(-1,1)$ cases. Belov [Bel88b] proved a version for a certain class of rings asymptotically close to associative rings, including alternative and Jordan PI-algebras. ## 3. Questions arising in connection with Shirshov's Theorem Shirshov's Height Theorem also gives rise to various notions, which we examine in turn. ## 3.1. $d$-decomposable words We start with $d$-decomposable words; cf. Definiton 1.2. An equivalent formulation: A word $w$ is $d$-decomposable if it can be written in the form $s_{0} v_{1} s_{1} v_{2} \ldots s_{-1} v_{d} s_{d}$ where $v_{1} \succ v_{2} \succ \cdots \succ v_{d}$. The next proposition below demonstrates the importance of the notion of $d$-decomposability. ## Proposition 3.1 (A.I. Shirshov). a) Suppose that a word $w$ is d-decomposable. Then any word obtained from $w$ by means of a nonidentical permutation is lexicographically less than $w$. b) If an algebra A satisfies a PI $$ x_{1} \cdots x_{d}=\sum_{\sigma \neq i d \in S_{d}} \alpha_{\sigma} x_{\sigma(1)} \cdots x_{\sigma(d)} $$ of degree $d$, then any $d$-decomposable word $w$ can be written as a linear combination of words of lower order. Thus in an algebra of PI-degree $d$, any word not representable as a linear combination of lower-order words is not $d$-decomposable, and it suffices to check that the set of $d$-indecomposable words has bounded height. 3.1.1. $d$-decomposable words and codimensions. Regev [Reg72] introduced the codimension sequence in order to prove that the tensor product of PI-algebras is a PI-algebra. Namely, let $W_{n}$ denote the $F$-space of multilinear polynomials in $x_{1}, \ldots, x_{n}$, and $$ c_{n}=\operatorname{dim}_{F}\left(W_{n} /\left(W_{n} \cap \operatorname{id}(A)\right)\right. $$ then $c_{n}$ is exponentially bounded, for any PI-degree $n$. A theorem of Dilworth enables one to bound the number of $d$-indecomposable words of length $n$ by $n^{2(d-1)}$. Latyshev [Lat72] discovered a quicker proof of Regev's tensor product theorem by using Dilworth's Theorem, and showing that $c_{n}(A)$ is bounded by the number of $d$-indecomposable multilinear words. This estimate of the codimension series led to the result of Kemer, Regev, and Amitsur that any polynomial identity whose Young tableau contains a rectangle (whose size is a suitably large function of $n$ ) is a consequence of any given polynomial identity of degree $n$. (This is the basis of Kemer's "super-trick" to pass from identities of nonaffine algebras to identities of affine superalgebras.) On the other hand, there is an interesting refinement of the Hilbert series. The multivariate Poincaré-Hilbert series of an affine algebra $A=F\left\{a_{1}, \ldots, a_{\ell}\right\}$ is defined as $$ H(A)=\sum d_{\mathbf{i}} \lambda_{1}^{i_{1}} \cdots \lambda_{\ell}^{i_{\ell}} $$ where $$ d_{\mathbf{i}}=\operatorname{dim}_{F}\left(\bar{V}_{A}(\mathbf{i})\right) $$ here $\mathbf{i}=\left(i_{1}, \ldots, i_{\ell}\right)$, and $\bar{V}_{A}(\mathbf{i})$ is the vector space spanned by irreducible words of length $\leq i_{u}$ in the generator $a_{i}$ of $A$, for $1 \leq u \leq \ell$. Kemer [Kem95, §2] proved that the number of $d$-indecomposable multilinear words of length $n$ equals the codimension of the space of multilinear polynomials of degree $n$, with traces, of $M_{d}(F)$. By Formanek [For84], this codimension sequence can be calculated precisely, using the multivariate Hilbert series. Thus, Shirshov's approach motivates the use of combinatorics to compute codimensions, and to introduce the use of invariants of matrices. In this regard, Razmyslov [Raz74b], Helling[Hel74], and Procesi[Pro76], independently showed in characteristic 0 that every PI is a consequence of the Hamilton-Cayley equation (which can be written as a trace identity). This follows from the two Fundamental Theorems of Invariant Theory, which respectively are as follows: - All invariants can be expressed in terms of traces. - All relations between invariants are consequences of the Hamilton-Cayley trace identity. In characteristic $p>0$ one must study all of the coefficients of the HamiltonCayley equation as individual functions, arising from homogeneous forms (not necessarily linear), since they cannot be computed in terms of the trace. Kemer [Kem90b] developed the theory of identities involving these forms. Donkin[Do94] proved the analog of the First Fundamental Theorem of Invariant Theory, and Zubkov [Zubk96] proved the analog of the Second Fundamental Theorem. In a similar vein, Razmyslov's student Zubrilin developed the technique of incorporating coefficients of the characteristic polynomial into Capelli polynomials, which leads to a combinatoric proof of the Razmyslov-Kemer-Braun theorem, as exposed in [BR05, §2.5]. Kemer [Kem95] showed that, unlike the situation in characteristic 0 , any PIalgebra $A$ (not necessarily affine) of characteristic $p>0$ satisfies all the multilinear identities of a finite-dimensional algebra; combining this with the cited work of Donkin, Zubkov, and Zubrilin, yields that $A$ satisfies all PI's of a finite-dimensional algebra; cf. [Bel00]. ### 3.2. Estimates of Shirshov height Shirshov's original proof was purely combinatorial (based on an elimination technique he developed for Lie algebras), but did not provide a reasonable estimate for the height. Kolotov [Kol81] obtained an estimate for $h(A) \leq s^{s^{m}}(m=\operatorname{PI}-\operatorname{deg}(A)$, and $s$ is the number of generators). In the Dniester Notebook (most recent version [Dne93]), Zelmanov asked for an exponential bound, which was obtained later by Belov [Bel88a]: Theorem 3.1. Suppose $A$ is a PI-algebra of PI-degree $d$, generated by $\ell$ elements. Then the height of $A$ over the set of words having length $\leq m$ is bounded by a function $h(m, \ell)$ where $h(m, \ell)<2 m \ell^{m+1}$. 3.2.1. Burnside-type problems. A word $w=u^{k}$, for $k>1$, is called cyclic or periodic. By problems of Burnside type, we mean problems related to periodic words. Combinatorics play an important role. The following basic lemma yields computational tools involving subwords which are described in [Bel07] and provide the bounds given in Theorem 3.1. The technique is illustrated in the slightly weaker result given in [BR05, Theorem 2.74]. Lemma 3.2 (on overlapping). If two periodic words of respective periods $m$ and $n$ contain identical subwords having length $m+n-\operatorname{gcd}(m, n)$ then they have identical periods. ### 3.3. The essential height of an algebra Definition 3.3. An algebra $A$ is said to have essential height $\leq h$ over a subset $Y$, if there is a finite set $S \subset A$ (which may depend on $Y$ ) such that $A$ is spanned as a vector space by $$ Y^{[h], S}=\left\{s_{0} y_{1}^{m_{1}} s_{1} \cdots s_{t-1} y_{t}^{m_{t}} s_{t}: m_{i} \in \mathbb{N}, y_{i} \in Y, s_{i} \in S, t \leq h\right\} $$ In this case, $Y$ is called an essential Shirshov base, and $S$ the supplementary set. Essential height is an estimate for GK-dimension; also, the converse is true for representable algebras. Theorem 3.2 (A.Ya. Belov [BBL97]). Suppose A is a finitely generated representable algebra and $H_{E s s Y}(A)<\infty$. Then $H_{E s s Y}(A)=\operatorname{GK}(A)$. This equality is useful in both directions. First of all, it shows for a representable algebra $A$ that $H_{E s s Y}(A)$ is independent of the choice of $Y$. In the other direction, since $H_{E s s Y}(A)$ must be an integer, one has: Corollary 3.4 (V.T. Markov). The Gelfand-Kirillov dimension of a representable affine algebra is an integer. Due to the representability of relatively free affine algebras (noted above), the Gelfand-Kirillov dimension of a relatively free algebra also equals the essential height. Clearly, an essential Shirshov base is a Shirshov base iff it generates $A$ as an algebra. Boundedness of essential height over $Y$ implies a positive solution of "Kurosh's problem over $Y$." The converse is much less trivial. Theorem 3.3 (A.Ya. Belov). Suppose A is a graded PI-algebra, and $Y$ is a finite set of homogeneous elements. Let $Y^{(n)}$ denote the ideal generated by all nth powers of elements of $Y$. If the algebra $A / Y^{(n)}$ is nilpotent for each $n$, then $Y$ is an s-base for $A$. If in this situation $Y$ generates $A$ as an algebra, then $Y$ is a Shirshov base for $A$. We proceed to formulate a generalization of this theorem for the non-graded case. We must confront the following counterexample to the straightforward converse of Kurosh's problem: Suppose $A=\mathbb{Q}[x, 1 / x]$. Each projection $\pi$ such that $\pi(x)$ is algebraic has finite-dimensional image. Nevertheless the set $\{x\}$ is not an $s$-base for $A$. Thus we need a stronger definition: Definition 3.5. A set $M \subset A$ is called a Kurosh set if it satisfies the condition that for any projection $\pi: A \otimes K[X] \rightarrow A^{\prime}$, if the image $\pi(M)$ is integral over $\pi(K[X])$, then $\pi(M)$ is finite over $\pi(K[X])$. Theorem 3.4 (A.Ya. Belov). Let $A$ be a PI-algebra, $M \subseteq A$ a Kurosh subset in $A$. Then $M$ is an s-base for $A$. Thus, boundedness of essential height is a non-commutative generalization of integrality. The following proposition shows that Theorem 3.4 does generalize Theorem 3.3: Proposition 3.6. Let $A$ be a graded algebra, $Y$ a set of homogeneous elements. If the algebra $A / Y^{(n)}$ is locally nilpotent for all $n$, then $Y$ is a Kurosh set. ### 3.4. Normal bases and monomial algebras Shirshov's combinatoric approach leads us to the combinatoric study of bases. Let $A=F\left\{a_{1}, \ldots, a_{\ell}\right\}$ be an associative affine algebra. A word is called reducible if it can be written as a linear combination of lexicographically smaller words; the normal base of the algebra $A$ is the set of all irreducible words in the generators; cf. [BBL97], [BRV06], [Dr00], [Lat88], [Ufn85]. A monomial algebra is an algebra that can be described in terms of relations that are monomials in the generators. Any affine algebra $A$ has its associated monomial algebra possessing the same Hilbert series; namely one factors the free algebra by the set of reducible words in the generators of $A$, cf. [BR05, Proposition 9.8]. The associated monomial algebra of an algebra $A$ also has the same Shirshov base, although it may not satisfy the same PI's. Nevertheless, their easier relations make monomial algebras a useful tool in studying Shirshov bases. This discussion follows [BRV06]; the reader should also consult [BBL97]. In case an affine monomial algebra $A$ is $\mathrm{PI}$, it has bounded essential height over a (finite) Shirshov base $Y$, which we may assume to be a set of words in the generators. Take a supplementary set $S$ as in Definition 3.3 that contains $Y$. Choose a subset of $Y^{[h], S}$ that spans $A$. Given $$ w=s_{0} y_{1}^{m_{1}} s_{1} \cdots s_{t-1} y_{t}^{m_{t}} s_{t} $$ (with $y_{i} \in Y$ and $s_{i} \in S$, and $t$ bounded by the height), we rewrite it in the same manner with $s_{0} \in S$ of maximal possible length, then with $y_{1}^{m_{1}}$ of maximal possible length, and so on. $\left(s_{0}, y_{1}, s_{1}, \ldots, s_{t-1}, y_{t}, s_{t}\right)$ is called the type of $w$. The type of a subword of a $w$ of type $\theta$ is called a subtype of $\theta$. By an exponential polynomial in the variables $m_{1}, \ldots, m_{t}$ we mean an expression of the form $$ \sum f_{j}\left(m_{1}, \ldots, m_{t}\right) \alpha_{1 j}^{m_{1}} \cdots \alpha_{t j}^{m_{t}} $$ where $f_{j}$ are polynomials over a finite algebraic extension $K$ of $F$, and $\alpha_{i j} \in K$. For example, $$ P\left(m_{1}, \ldots, m_{t}\right)=(5-\sqrt{2})^{m_{1}}-m_{2}^{4} \cdot 3^{m_{1}} $$ is an exponential polynomial over $\mathbb{Q}$. Theorem 3.5. A monomial algebra $A$ over $F$ is representable iff: 1. A has essential height over a finite set $Y$ (with a supplementary set $S$ ), such that every word in the generators of $A$ has a unique type, and there are finitely many types. 2. For each type $\theta=\left(s_{0}, y_{1}, s_{1}, y_{2}, \ldots, y_{t}, s_{t}\right)$, there is a finite system $P_{\theta, j}$ of exponential equations over $k$, in the variables $m_{1}, \ldots, m_{t}$, such that $$ \bigcup_{\theta}\left\{s_{0} y_{1}^{m_{1}} s_{1} \cdots y_{t}^{m_{t}} s_{t}: \quad \exists j P_{\theta, j}\left(m_{1}, \ldots, m_{t}\right) \neq 0\right\} $$ is a normal base. The construction of monomial algebras is thus equivalent to the solution of arbitrary exponential polynomials. But this is algorithmically unsolvable by the celebrated theorem of Davis-Putnam-Robinson [DPR61]. Thus there is no algorithm to determine whether there is an isomorphism (given in terms of the generators) for two monomial subalgebras of the matrix algebra over a polynomial ring of characteristic 0 . On the other hand, this isomorphism problem is algorithmically solvable in characteristic $p>0$. More precisely, Belov and Chilikov [BC00], [BRV06] proved over a field of characteristic $p$ that the set of $p$-adic representations of exponential equations (with unknowns in $\mathbb{N}$ ) forms a "regular language." Thus, an inaccessible problem in characteristic 0 becomes algorithmically solvable in positive characteristic. ### 3.5. The conjecture of Amitsur and Shestakov S. Amitsur and I.P. Shestakov conjectured that if the algebra $A$ satisfies the identities of $M_{n}(F)$ and all words having length not exceeding $n$ are algebraic, then $A$ is finite-dimensional. I.V. Lvov reduced this assertion to the following: Let $A=F\left\{a_{1}, \ldots, a_{\ell}\right\}$ be a finite-dimensional subalgebra (without 1 ) of a matrix algebra of order $n$. If all words in $a_{1}, \ldots, a_{\ell}$ of length $\leq n$ are nilpotent, then the algebra $A$ is nilpotent. Shestakov's conjecture was proved by V.A. Ufnarovsky [Ufn85] and by G.P. Chekanu [Che88]. Their Independence Theorem may be formulated as follows [Che88], [Ufn90]: Theorem 3.6 (Independence Theorem). Suppose the following is true: 1. a word $w=a_{i_{1}} \cdots a_{i_{n}}$ is minimal under the lexicographical order in the set of all nonzero products of length $n$; 2. all terminal subwords of $w$ are nilpotent. Then the initial subwords of $w$ are linearly independent. Here is a key step. A word is called extremal if it does not lexicographically precede any nonzero word. Lemma 3.7. Any set of pairwise incomparable subwords of an extremal word is independent. To deduce I.P. Shestakov's conjecture (or, equivalently, I.V. L'vov's assertion) from this theorem, we consider the following construction: Remark 3.8. Given an algebra $A$ and a right module $V$, the algebra $\widetilde{A}$ is defined additively as $A \oplus V$, with multiplication defined as follows: $V \cdot V=A \cdot V=0$, and the product of elements from $V$ and $A$ is given by the module multiplication. We take a faithful representation of $A$ acting on an $n$-dimensional right vector space $V$. Taking a base $v_{1}, \ldots, v_{n}$ of this space, then, for some $v_{i}$ we have $v_{i} w \neq 0$. Viewing $V$ as a right $A$-module, we form the algebra $\tilde{A}$ of Remark 3.8, ordering the generators by $v_{1} \succ \cdots \succ v_{n} \succ a_{1} \succ \cdots \succ a_{s}$, and apply the Independence Theorem. Later, Belov and Chekanu showed that we may take the $\left\{v_{i}\right\}$ to be the set of words from Shestakov's conjecture. Another proof of this fact was obtained by V. Drensky. The original proofs of the Independence Theorem were rather complicated. Application of hyperwords, described below, allow a considerable simplification. Subsequent papers of these authors contained various refinements and generalizations of these theorems. Here is another elegant result of Chekanu [Che96]: Theorem 3.7. Suppose a word $w$ is extremal and non-periodic, of length n. If $w^{n} \neq 0$, then the algebra generated by the letters of $w$ contains a nilpotent element of index exactly $n$. ### 3.6. Hyperwords in algebras Many of the combinatorial results in this survey are most easily proved using infinite words, or hyperwords, so we conclude with a discussion of basic auxiliary facts and constructions related to hyperwords in algebras. Definition 3.9. A hyperword is a word infinite in both directions; a word infinite only to the left (resp. right) is called a left (resp. right) hyperword. $u^{\infty}$ denotes the hyperword having period $u$, and $u^{\infty / 2}$ the left (resp. right) hyperword having period $u$ and terminal (resp. initial) subword $u$. The context will always make clear whether we consider a left or right hyperword, so we do not distinguish the notation between them. For example, the expression $u^{\infty / 2} w v^{\infty / 2}$ indicates that $u^{\infty / 2}$ is a left hyperword and $v^{\infty / 2}$ is a right hyperword. Right hyperwords form a linearly ordered set with respect to the lexicographical order. For a right hyperword $w$, we let $(w)_{k}$ denote the initial subword of $w$ having length $k$. Lemma 3.10 ([BBL97]). Let $C$ be an arbitrary collection of words having unbounded length. Then there exists a hyperword $w$ such that each of its subwords is a subword of a word from $C$. Although evaluating a hyperword in an algebra does not make sense, we can define whether or not it equals 0 (according to whether some subword equals 0 ), and this leads to the notion of linear independence of hyperwords in $A$ : ## Definition 3.11. a) A hyperword $w$ is called a zero hyperword if it includes a subword of finite length equal to 0 , and a nonzero hyperword otherwise. b) A finite set of right hyperwords $\left\{w_{i}\right\}$ is called linearly dependent if there exist $\left\{\alpha_{i}\right\}$ such that some of them are not zero and for all sufficiently large $k$ we have $$ \sum \alpha_{i}\left(w_{i}\right)_{k}=0 $$ c) Suppose $w$ is a right hyperword in an algebra $A, M$ is a right $A$-module, and $m \in M$. We say that $m w \neq 0$ if $m(w)_{k} \neq 0$ for all $k$. Otherwise $M w=0$. d) Suppose $\left\{w_{1}, \ldots, w_{n}\right\}$ is a set of right hyperwords in an algebra $A$, and $M$ is a right $A$-module. We say that $\sum m_{i} w_{i}=0$ for $m_{i} \in M$ if $\sum m_{i}\left(w_{i}\right)_{k}=0$ for all sufficiently large $k$. ## Proposition 3.12. a) A finitely generated non-nilpotent algebra $A$ contains non-zero hyperwords. b) Suppose $A$ is a finitely generated algebra, $M$ is a finitely generated right $A$ module. If $M A^{k} \neq 0$ for all $k>0$, then there exist $m \in M$ and a right hyperword $w$ such that $m w \neq 0$. The existence of a least upper bound and of a greatest lower bound for any set of right hyperwords implies the following ## Proposition 3.13. a) Let $w$ be a hyperword. Then the set of right hyperwords whose subwords are all subwords of $w$ contains maximal and minimal hyperwords. b) Suppose $\forall k \quad m A^{k} \neq 0$. Then the set of right hyperwords $w$ such that $m w \neq 0$ contains a maximal and a minimal hyperword. c) If $A$ is non-nilpotent, then the set of nonzero right hyperwords in A contains a maximal and a minimal hyperword. Let $u$ be the maximal word in an algebra $A$ among all nonzero words in $A$ having length $\leq n$. Unfortunately $u$ may have no extension to a word of greater length. Thus, to utilize hyperwords, we need the following construction: Construction 1. Let $A$ be an algebra having generators $a_{s} \succ \cdots \succ a_{1}$. Put $a_{1} \succ x$ and consider the free product $A^{\prime}=A * F\langle x\rangle$. Each word $u$ in $A$ is an initial subword of some hyperword in $A^{\prime}$. If $u$ is the maximal word in $A$ among all words having length at most $|u|$, then the maximal hyperword in $A^{\prime}$ beginning with $u$ is a hyperword in $A$. If $\tilde{u}$ is a hyperword in $A$ for which each initial subword has this property, then the maximal hyperword in $A^{\prime}$ is $\tilde{u}$. The following construction is useful for treating modules. Construction 2. Suppose $A$ is an algebra having generators $a_{s} \succ \cdots \succ a_{1}$, and $V$ is a finitely generated right $A$-module having generators $m_{k} \succ \cdots \succ m_{1}$. Put $m_{1} \succ a_{s}, a_{1} \succ x$, and $\widetilde{A}$ as in Remark 3.8. Define $A^{\prime \prime}=\widetilde{A} * F\langle x\rangle / I$ where the ideal $I$ is generated by elements of the form $x m_{i}$. In the algebra $A^{\prime \prime}$, the maximal right hyperword begins with $m_{k}$, and each word in $\widetilde{A}$ may be extended to a hyperword in $A^{\prime \prime}$; if $M A^{k} \neq 0$ for all $k$, then the maximal hyperword in $\widetilde{A}$ begins with some $m_{i}$. If $u$ is the maximal word in $A$ among all words having length at most $|u|$ that act nontrivially on the generators of the module, then after renumbering the $m_{i}$ suitably, the maximal hyperword in $A^{\prime \prime}$ is a hyperword in $\widetilde{A}$. If $u$ is a hyperword in $\widetilde{A}$ such that each of its initial subwords has the above property, then the maximal hyperword in $A^{\prime \prime}$ is $u$. Note that if an algebra has no nonzero nilpotent ideals, then any word may be extended to a hyperword. The following observation is useful. Proposition 3.14. If an algebra contains no nonzero periodic hyperword, then all of its words are nilpotent. The technique of hyperwords seems to lie rather close to the lines of structure theory, as illustrated in the following theorem and its proof, cf. [Bel07]. Theorem 3.8. The set of irreducible words in a PI-algebra $A$ has bounded height over the set of words whose degree does not exceed the PI-degree of $A$. Proof. Suppose $m$ is the minimal degree of identities holding in an algebra $A$ of PI-degree $d$. Since $A$ has bounded height over the set of words having degree $\leq m$, it suffices to show that if $|u|$ is a nonperiodic word of length $>n$ then the word $u^{k}$ for sufficiently large $k$ is a linear combination of words of smaller lexicographic order. Step 1. Consider the right $A$-module $M$ defined by a generator $v$ and by the relations $v w=0$ whenever $w \prec u^{\infty / 2}$. Our goal is to show that $M u^{k}=0$ for some $k$. Indeed, some power $u^{k}$ is spanned by smaller lexicographic words. By virtue of Shirshov's Height Theorem, the set of irreducible words has bounded height over $Y_{m}$, the set of words of degree $\leq m$. But if each sufficiently large power of a nonperiodic word having length $d$ may be linearly represented by smaller words, then the words having length $>d$ may be excluded from $Y_{m}$. Step 2. The correspondence $\lambda:$ : $\rightarrow$ vus defines a well-defined endomorphism of the module $M$, hence $M$ may be considered as an $A[\lambda]$-module. Our goal is to show that $M \lambda^{k}=0$ for some $k$, or equivalently that $\bar{M}=M \otimes \mathbb{F}\left[\lambda, \lambda^{-1}\right]=0$. Step 3. If $M \lambda^{k} \in M \cdot J(\operatorname{Ann} M)$ where $J(\operatorname{Ann} M)$ is the Jacobson radical of the annihilator of $M$, then $M \lambda^{\ell k} \in M \cdot J(\operatorname{Ann} M)^{\ell}$, and by the nilpotence of the radical, $M \lambda^{\ell k}=0$ for sufficiently large $\ell$. Hence, we may assume that $J(\operatorname{Ann} M)=0$. Step 4. Using primary decomposition, we reduce to the case for which $M$ is a faithful module over a primary ring $B$. Step 5. Elements of the center $Z(B)$ have trivial annihilator, so we may localize relative to them; replacing $Z(B)$ by an algebraic extension, we reduce to the case for which $B$ is the algebra of some dimension $k \leq n$ over a field, and $\bar{M}$ is a $k$-dimensional vector space. Step 6. Since $M$ is a vector space of dimension $<|u|$, the vectors $\vec{v} u_{0}, \vec{v} u_{1}$, $\ldots, \vec{v} u_{n-1}$ are linearly dependent (where $u_{i}$ is the initial subword of length $i$ in the word $u$, and $u_{0}=1$ ). Thus we have the equality $$ \sum_{i \in I} \lambda_{i} \vec{v}_{i} u_{i}=0 $$ where $I \subseteq\{0, \ldots, n-1\}, \lambda_{i} \in \mathbb{F} \backslash 0$. To each $u_{i}$ we attach a word $u^{(i)}$ so that $u_{i} u^{(i)}=u^{|u|}$. Let $u^{(j)}$ be the least of those $u^{(i)}$ which are involved in the formula (2). Write the equality (2) in the form $$ \vec{v}_{j} u_{j}=\sum_{i \in I \backslash\{j\}} \beta_{i} \vec{v}_{i} u_{i} $$ where $\beta_{i}=-\alpha_{i} / \alpha_{j}$. But then $$ \vec{v} u^{|u|}=\vec{v}_{j} u_{j} u^{(j)}=\sum_{i \in I \backslash\{j\}} \beta_{i} \vec{v}_{i} u_{i} u^{(j)} $$ If $i \in I \backslash\{j\}$, then $u^{(j)} \prec u^{(i)}$ and $u_{i} u^{(j)} \prec u_{i} u^{(i)}=u^{|u|}$; hence $v u_{i} u^{(j)}=0$. Thus all terms in the right side of (4) are zero. Hence $\vec{v} u^{|u|}=0$, as desired. Hyperwords facilitate proofs of the Independence Theorem, Shirshov's Height Theorem, nilpotence of the Lie algebra generated by sandwiches [Ufn90], proof of the Bergman Gap Theorem, (that any algebra of GK dimension greater than 1, has GK dimension at least 2, together with a description of the base having growth function $\left.V_{A}(n)=\frac{n(n+3)}{2}\right)$, and also describe various properties of monomial algebras [BBL97] as well as other combinatorial results for semigroups and rings. ## References [Am57] Amitsur, S.A., A generalization of Hilbert's Nullstellensatz, Proc. Amer. Math. Soc. 8 (1957), 649-656. [An92] Anan'in, A.Z., The representability of finitely generated algebras with chain condition, Arch. Math. 59 (1992), 1-5. [Ba87] Bakhturin, Yu.A., Identical relations in Lie algebras. Translated from the Russian by Bakhturin. VNU Science Press, b.v., Utrecht, (1987). [Bel88a] Belov, A.Ya., On Shirshov bases in relatively free algebras of complexity $n$, Mat. Sb. 135 (1988), no. 3, 373-384. [Bel88b] Belov, A.Ya., The height theorem for Jordan and Lie PI-algebras, in: Tez. Dokl. Sib. Shkoly po Mnogoobr. Algebraicheskih Sistem, Barnaul (1988), pp. 12-13. [Bel89] Belov, A.Ya., Estimations of the height and Gelfand-Kirillov dimension of associative PI-algebras, In: Tez. Dokl. po Teorii Koletz, Algebr i Modulei. Mezhdunar. Konf. po Algebre Pamyati A.I.Mal'tzeva, Novosibirsk (1989), p. 21 . [Bel92] Belov, A.Ya., Some estimations for nilpotency of nil-algebras over a field of an arbitrary characteristic and height theorem, Commun. Algebra 20 (1992), no. 10, 2919-2922. [Bel97] Belov, A.Ya., Rationality of Hilbert series with respect to free algebras, Russian Math. Surveys 52 (1997), no. 10, 394-395. [Bel00] Belov, A.Ya., Counterexamples to the Specht problem, Sb. Math. 191 (3-4) (2000), 329-340. [Bel02] Belov, A.Ya., Algebras with polynomial idenitities: Representations and combinatorial methods, Doctor of Science Dissertation, Moscow (2002). [Bel07] Belov, A.Ya., Burnside-type problems, and theorems on height and independence (Russian), Fundam. Prikl. Mat. 13 (2007), no. 5, 19-79. [BBL97] Belov, A.Ya., Borisenko, V.V., and Latyshev, V.N., Monomial algebras. Algebra 4, J. Math. Sci. (New York) 87 (1997), no. 3, 3463-3575. [BC00] Belov, A.Ya. and Chilikov, A.A., Exponential Diophantine equations in rings of positive characteristic (Russian) Fundam. Prikl. Mat. 6(3), 649$668,(2000)$. [BR05] Belov, A.Ya. and Rowen, L.H. Computational aspects of polynomial identities. Research Notes in Mathematics 9. AK Peters, Ltd., Wellesley, MA, 2005. [BRV06] Kanel-Belov, A.Ya., Rowen, L.H., and Vishne, U., Normal bases of PIalgebras, Adv. in Appl. Math. 37 (2006), no. 3, 378-389. [Ber93] Berele, A., Generic verbally prime PI-algebras and their GK-dimensions, Comm. Algebra 21 (1993), no. 5, 1487-1504. [Bog01] Bogdanov I., Nagata-Higman's theorem for hemirings, Fundam. Prikl. Mat. 7 (2001), no. 3, 651-658 (in Russian). [BLH88] Bokut', L.A., L'vov, I.V., and Harchenko, V.K., Noncommutative rings, In: Sovrem. Probl. Mat. Fundam. Napravl. Vol. 18, Itogi Nauki i Tekhn., AllUnion Institute for Scientificand Technical Information (VINITI), Akad. Nauk SSSR, Moscow (1988), 5-116. [Br82] Braun, A., The radical in a finitely generated PI-algebra, Bull. Amer. Math. Soc. 7 (1982), no. 2, 385-386. [Br84] Braun, A., The nilpotence of the radical in a finitely generated PI-ring, J. Algebra 89 (1984), 375-396. [Che88] Chekanu, G.P., Local finiteness of algebras. (Russian) Mat. Issled. 105, Moduli, Algebry, Topol. (1988), 153-171, 198. [Che95] Chekanu, G.P., Independence and quasiregularity in algebras, Dokl. Akad. Nauk 337 (1994), no. 3, 316-319; translation: Russian Acad. Sci. Dokl. Math. 50 (1995), no. 1, 84-89. [Che96] Chekanu, G.P., Independence and quasiregularity in algebras. I. (Moldavian) Izv. Akad. Nauk Respub. Moldova Mat. 1996, no. 3, 29-39, 120, 122 . [ChUf85] Chekanu, G.P., and Ufnarovski'i, V.A., Nilpotent matrices, Mat. Issled. no. 85, Algebry, Kotsa i Topologi (1985), 130-141, 155. [DPR61] Davis M., Putnam, H., and Robsinson, J. The decision problem for exponential differential equations, Annals of Math. 74, 425-436, (1961). [Dne93] Dniester Notebook (Dnestrovskaya tetrad), Sobolev Institute of Mathematics, Novosibirsk, 1993. [Do94] Donkin, S., Polynomial invariants of representations of quivers, Comment. Math. Helv. 69 (1994), no. 1, 137-141. [Dr84a] Drensky, V., On the Hilbert series of relatively free algebras, Comm. in Algebra, 12 no. 19 (1984), 2335-2347. [Dr84b] Drensky, V., Codimensions of $T$-ideals and Hilbert series of relatively free algebras, J. Algebra 91 no. 1 (1984), 1-17. [Dr00] Drensky, V., Free Algebras and PI-algebras: Graduate Course in Algebra, Springer-Verlag, Singapore (2000). [DrFor04] Drensky, V. and Formanek, E., Polynomials Identity Rings, CRM Advanced Courses in Mathematics, Birkhäuser, Basel (2004). [For84] Formanek, E., Invariants and the ring of generic matrices, J. Algebra 89 (1984), no. $1,178-223$. [Gol64] Golod, E.S., On nil-algebras and residually finite p-groups, Izv. Akad. Nauk SSSR 28 (1964), no. 2, 273-276. [Gri99] Grishin, A.V., Examples of $T$-spaces and $T$-ideals in Characteristic 2 without the Finite Basis Property, Fundam. Prikl. Mat. 5 (1) (1999), no. 6, 101-118 (in Russian). [GuKr02] Gupta, C.K., and Krasilnikov, A.N., A simple example of a non-finitely based system of polynomial identities, Comm. Algebra 36 (2002), 48514866 . [Hel74] Helling, H., Eine Kennzeichnung von Charakteren auf Gruppen und Assoziativen Algebren, Comm. in Alg. 1 (1974), 491-501.[^18] [Mis90] Mishchenko, S.P. A variant of a theorem on height for Lie algebras. (Russian) Mat. Zametki 47 (1990), no. 4, 83-89; translation in Math. Notes 47 (1990), no. 3-4, 368-372. [Pch84] Pchelintzev, S.V., The height theorem for alternate algebras, Mat. Sb. 124 (1984), no. $4,557-567$. [Pro73] Procesi, C., Rings with polynomial identities, Research Notes in Mathematics 917. Marcel Dekker, New York, 1973. [Pro76] Procesi, C., The invariant theory of $n \times n$ matrices, Advances in Math. 19 (1976), 306-381. [Raz74a] Razmyslov, Yu.P., Algebra and Logic 13 (1974), no. 3, 192-204. [Raz74b] Razmyslov, Yu.P., Trace identities of full matrix algebras over a field of characteristic zero, Math. USSR Izv. 8 (1974), 724-760. [Raz89] Razmyslov, Yu.P., Identities of Algbras and their Representations, Nauka, Moscow (1989). [Reg72] Regev, A., Existence of identities in $A \otimes B$, Israel J. Math. 11 (1972), $131-152$. [Reg84] Regev, A., Codimensions and trace codimensions of matrices are asymptotically equal, Israel J. Math. 47 (1984), 246-250. [Row88] Rowen, L.H., Ring Theory II, Pure and Applied Mathematics 128 Academic Press, New York, 1988. [Sch76] Schelter, W., Integral extensions of rings satisfying a polynomial identity, J. Algebra 40 (1976), 245-257; errata op. cit. 44 (1977), 576. [Sch78] Schelter, W., Noncommutative affine PI-algebras are catenary, J. Algebra 51 (1978), 12-18. [Shch01] Shchigolev, V.V., Finite basis property of $T$-spaces over fields of characteristic zero, Izv. Ross. Akad. Nauk Ser. Mat. 65 (2001), no. 5, 191-224; translation: Izv. Math. 65 (2001), no. 5, 1041-1071. [Shir57a] Shirshov, A.I., On some nonassociative nil-rings and algebraic algebras, Mat. Sb. 41 (1957), no. 3, 381-394. [Shir57b] Shirshov, A.I., On rings with identity relations, Mat. Sb. 43, (1957), no. 2, $277-283$. [Sp50] Specht, W., Gesetze in Ringen I, Math. Z. 52 (1950), 557-589. [Ufn80] Ufnarovski'i, V.A., On Poincaré series of graded algebras, Mat. Zametki 27 (1980), no. 1, 21-32. [Ufn85] Ufnarovski'i, V.A., The independency theorem and its consequences, Mat. Sb., 128 (1985), no. 1, 124-13. [Ufn89] Ufnarovski'i, V.A., On regular words in Shirshov sense, In: Tez. Dokl. po Teorii Koletz, Algebr i Modulei. Mezhd. Konf. po Algebre Pamyati A.I. Mal'tzeva, Novosibirsk (1989), 140. [Ufn90] Ufnarovski'i, V.A., On using graphs for computing bases, growth functions and Hilbert series of associative algebras, Mat. Sb. 180 (1990), no. 11, $1548-1550$. [VaZel89] Vais, A.Ja., and Zelmanov, E.I., Kemer's theorem for finitely generated Jordan algebras, Izv. Vyssh. Uchebn. Zved. Mat. (1989), no. 6, 42-51; translation: Soviet Math. (Iz. VUZ) 33 (1989), no. 6, 38-47. [Zel91] Zelmanov, E.I., The solution of the restricted Burnside problem for groups of prime power, Mimeographed notes, Yale University (1991) [ZelKos88] Zelmanov, E.I., On nilpotence of nilalgebras, Lect. Notes Math. 1352 (1988), 227-240. [Zubk96] Zubkov, A.N., On a generalization of the Razmyslov-Procesi theorem. (Russian) Algebra i Logika 35 (1996), no. 4, 433-457, 498; translation in Algebra and Logic 35 (1996), no. 4, 241-254. [Zubk00] Zubkov, A.N., Modules with good filtration and invariant theory. Algebra - representation theory (Constanta, 2000), 439-460, NATO Sci. Ser. II Math. Phys. Chem. 28 Kluwer Acad. Publ., Dordrecht, 2001. [Zubr97] Zubrilin, K.A., On the largest nilpotent ideal in algebras satisfying Capelli identities, Sb. Math. 188 (1997), 1203-1211. # On Shirshov's Papers for Lie Algebras Leonid Bokut Shirshov published six papers on Lie algebras in which he found the following results (in order of publication, 1953-1962): - Some years before Witt [84], the "Shirshov-Witt theorem" [1]. - Some years before Lazard [62], the "Lazard-Shirshov elimination process" [1]. This is often called "Lazard elimination"; see for example [79]. - The first example of a Lie ring that is not representable into any associative ring [2]; see also P. Cartier [37] and P.M. Cohn [43]. - In the same year as Chen-Fox-Lyndon [38], the "Lyndon-Shirshov basis" of a free Lie algebra (Lyndon-Shirshov Lie words) [6]. This is often called the "Lyndon basis"; see for example [63], [79], [64]. - Independently of Lyndon [65], the "Lyndon-Shirshov (associative) words" [6]. They are often called "Lyndon words"; see for example [63]. In the literature they are also often called "(Shirshov's) regular words" or "Lyndon-Shirshov words"; see for example [42], [24], [13], [32], [85], [76], [14]. - The algorithmic criterion to recognize Lie polynomials in a free associative algebra over any commutative ring [6]. The algorithm is based on the property that the maximal (in deg-lex ordering) associative word of any Lie polynomial is an associative Lyndon-Shirshov word. The Friedrichs criterion [45] follows from the Shirshov algorithmic criterion (see [6]). - In the same year as Chen-Fox-Lyndon [38], the "central result on LyndonShirshov words": any word is a unique non-decreasing product of LyndonShirshov words [6]. This is often called the "Lyndon theorem" or the "ChenFox-Lyndon theorem". - The reduction algorithm for Lie polynomials: the elimination of the maximal Lyndon-Shirshov Lie word of a Lie polynomial in a Lyndon-Shirshov Lie word [6]. The algorithm based on the Special Bracketing Lemma [6, Lemma 4], which in turn depends on the "central result on Lyndon-Shirshov words" above. - The theorem that any Lie algebra of countable dimension is embeddable into two-generated Lie algebra with the same number of defining relations [6]. - Some years before Viennot [82], the "Hall-Shirshov bases" of a free Lie algebra [7]: a series of bases that contains the Hall basis and the Lyndon-Shirshov basis and depends on an ordering of basic Lie words such that $[w]=[[u][v]]>$ $[v]$. They are often called "Hall sets"; see for example [79]. - Some years before Hironaka [53] and Buchberger [35], [36], the "GröbnerShirshov basis theory" for Lie polynomials (Lie algebras) explicitly and for noncommutative polynomials (associative algebras) implicitly [9]. This theory includes the definition of composition (s-polynomial), reduction algorithm, algorithm for producing a Gröbner-Shirshov basis (this is an infinite algorithm of Knuth-Bendix types [55]; see also the software implementations in [48], [87], [15]), and "Composition-Diamond Lemma". The Shirshov's "CompositionDiamond Lemma" for associative algebras was formulated explicitly in [25] and rediscovered by G. Bergman [16] under the name "Diamond Lemma for ring theory". The "Gröbner-Shirshov basis theory" for associative algebras was rediscovered by T. Mora [78] under the name "non-commutative Gröbner basis theory". The analogous theory for polynomials (commutative algebras) was found by B. Buchberger [35], [36] under the name "Gröbner basis theory"; similar ideas for (commutative) formal series were found by H. Hironaka [53] under the name "standard basis theory". - The "Freiheitssatz" and the decidability of the word problem for one-relator Lie algebras $[9]$. - The first linear basis of the free product of Lie algebras [10]. - The first example showing that an analogue of the Kurosh subgroup theorem is not valid for subalgebras of the free product of Lie algebras [10]. Let us give some comments on these papers and further developments. See also V.K. Kharchenko's comments to some of these papers elsewhere in this volume. In the paper [1], A.I. Shirshov, an aspirant (Ph.D. student) of A.G. Kurosh, proved that any subalgebra of a free Lie algebra is also free. This result was inspired by Kurosh's theorem [60] that any subalgebra of free non-associative algebra is also free. The former result was independently proved by E. Witt [84] three years later and is now called the Shirshov-Witt theorem. In this paper, Shirshov used the " $K_{d}$ lemma" to rewrite, in particular, a basic Lie word on a set $X=\left\{x_{i}: i=1,2, \ldots\right\}$ as a basic Lie word on the independent set $\left[x_{i} x_{1}^{k}\right]=\left[\ldots\left[x_{i} x_{1}\right] \ldots x_{1}\right](i>1, k \geq 0)$; see Lemma 3 and Corollary 2 in [1]. This is often called the "Lazard elimination process" (Lazard [62]); see Theorem 0.6 of [79], cf. [34]. In the paper [2], Shirshov constructed the first example showing that the PBW theorem is not valid in general for Lie algebras over a commutative ring $\Sigma$ ( $\Sigma$-algebras). In this paper, Shirshov was able to construct a Lie $\Sigma$-algebra $L$ with an element $a$ in the center of $L$ such that $a$ belongs to the center of any Lie $\Sigma$-algebra extension of $L$. On the other hand, he gives a construction showing that the analogous extension result is not valid in general for associative $\Sigma$-algebras. Other counter-examples to the PBW theorem for Lie rings were constructed by P. Cartier [37] and P.M. Cohn [43]. In the paper [4], Shirshov proved that any subalgebra of a free commutative (anti-commutative) non-associative algebra is also free. He established linear bases of free (anti)commutative algebras, and later he used these bases for his "GröbnerShirshov basis theory" for (anti)commutative algebras, namely, for "CompositionDiamond Lemmas" for these algebras (see below [8]). In the paper [5], Shirshov proves that any countably generated special Jordan (non-associative, (anti)commutative) algebra over a commutative ring can be embedded into a two-generated special Jordan (non-associative, (anti)commutative) algebra with the same number of defining relations. For groups, this is the famous Higman-Neumann-Neumann theorem [51]. A.I. Malcev [72] proved an analogous result for associative algebras. The analogous problem for Lie algebras was open until Shirshov's next paper [6]. Speaking about Shirshov's paper [6], I cannot help but cite P.M. Cohn's review (Zbl 0080.25503): "The author varies the usual construction of basic commutators in Lie rings by ordering words lexicographically and not by length [the "Lyndon-Shirshov basis", see also Chen-Fox-Lyndon [38]; in [42], P.M. Cohn credited this basis together with "Lyndon-Shirshov words" to Shirshov alone - L.B.]. This is used to give a very short proof of the theorem (Magnus, this Zbl. 16, 194 [see [69] - L.B.]; Witt, this Zbl 16, 244 [see [83] - L.B.]) that the Lie algebra obtained from a free associative algebra is free, with appropriate modification for the case of restricted Lie algebras. Secondly he derives the Friedrichs criterion (this Zbl. 52, 45 [see [45] - L.B.]) for Lie elements (see also P.M. Cohn [44] and R. Lyndon [66] - L.B.). As the third application he proves that every Lie algebra $L$ can be embedded in a Lie algebra $M$ such that in $M$ any subalgebra of countable dimension is contained in a two-generated subalgebra. This is proved by showing that in the free associative algebra on two generators $a, b$ (over a field), the elements $$ d_{k}=\left[\left[a,\left[a, b^{k}\right]\right],[a, b]\right], \quad k=1,2, \ldots \quad([x, y]=x y-y x) $$ form a distinguished set in the Lie algebra on two generators $a, b$ (cf. Shirshov, this $\mathrm{Zbl} 71,257$ [see [5] - L.B.]). Let us formulate the last statement, Lemma 10 of [6], explicitly. Let $k\langle a, b\rangle$ be the free associative algebra over a field $k$ on two generators $a, b$, let $\operatorname{Lie}(a, b)$ be the Lie algebra of Lie polynomials of $k\langle a, b\rangle$ (the free Lie algebra on $\{a, b\}$ ), and let $L_{\infty}=\operatorname{Lie}\left(d_{k}: k=1,2, \ldots\right)$ be the Lie subalgebra of $\operatorname{Lie}(a, b)$, generated by $\left\{d_{k}: k=1,2, \ldots\right\}$ above. By the $K_{d}$-lemma [1] (the Lazard-Shirshov elimination process), $L_{\infty}$ is the free Lie algebra on the countable set $\left\{d_{k}: k \geq 1\right\}$. Let $S$ be a subset of $L_{\infty}$. Then $$ \operatorname{AssoId}_{k\langle a, b\rangle}(S) \cap L_{\infty}=\operatorname{LieId}_{L_{\infty}}(S) $$ where the former is the associative ideal (in $k\langle a, b\rangle$ ) generated by $S$, and the latter is the Lie ideal (in $L_{\infty}$ ) generated by $S$. Shirshov also noticed that from the last statement the PBW theorem follows. In the proof of Lemma 10, Shirshov used the leading (maximal in the deg-lex order) associative monomials of Lie and associative polynomials, and Lemma 4 on the "special bracketing" of a Lyndon-Shirshov word with a fixed Lyndon-Shirshov subword. The Special Bracketing Lemma is crucial: it allows him to define the reduction algorithm for Lie polynomials (he used this algorithm in the proof of Lemma 10), and to define later in [9] the notion of composition of two Lie polynomials (an analog of Buchberger's $s$-polynomial in Gröbner basis theory). By the way, in the proof of the Special Bracketing Lemma, he used the fact that any word $c$ can be uniquely expressed as the product of a nondecreasing series of Lyndon-Shirshov words, $c=c_{1} c_{2} \ldots c_{k}$ with $c_{1} \leq c_{2} \leq \cdots \leq c_{k}$ $(k \geq 0)$. Actually, this remark is an important theorem often called the Lyndon theorem or the Chen-Fox-Lyndon theorem (see [38]). For example, this result is cited in the following way by Springer Online, Encyclopedia of Mathematics (edited by Michiel Hazewinkel): Lyndon words - "The central result on Lyndon words is the following Chen-Fox-Lyndon theorem: any word can be expressed as a unique non-decreasing product of Lyndon words". All in all, Shirshov's paper [6] can be viewed, in particular, as an important step toward the Gröbner-Shirshov basis theory for associative and Lie algebras [9]. A.I. Shirshov [7] "varies the usual construction of basic commutators" [P. Hall [49] for groups and M. Hall [50] for Lie algebras - L.B.] in a free Lie algebra by ordering basic Lie words $\{[w]\}$ in any way such that $[w]>[v]$ if $[w]=[[u][v]]$. For example, an ordering based on the length (the Hall words), or an ordering based on lexicographical ordering (the Lyndon-Shirshov basis), both enjoy this property. He proves that any ordering of this kind leads to a linear basis of a free Lie algebra. Actually, this paper is a part of Shirshov's Thesis [3]. As mentioned above, Shirshov's series of bases were rediscovered later by Viennot [82] and are now often called "Hall bases" (see [79]). There is another example of "Hall-Shirshov bases", that give bases of free solvable Lie algebras ([18], see also [80] and [79], Ch. 5.3). In the paper [41], a first example of right normed basis of a free Lie algebra is found. Though it is not a Hall-Shirshov basis, it is closely connected to Lyndon-Shirshov words. In the paper [8], Shirshov invented the "Gröbner-Shirshov basis theory" for (anti)commutative non-associative algebras based on the "Composition-Diamond Lemmas" for those algebras (see Lemma 2 in [8]). In particular, it implies the decidability of the word problem for any finitely presented (anti)commutative nonassociative algebra. Also, the reduction algorithm is defined in order to find a "Gröbner-Shirshov basis" of any finitely generated ideal in a free (anti)commutative algebra. Shirshov also mentioned that the same results are valid for nonassociative algebras. The decidability of the word problem for non-associative algebras was proved by A.I. Zhukov [86], another student of A.G. Kurosh. Actually, Zhukov invented a kind of "Gröbner-Shirshov basis theory" for non-associative algebras. The difference is that he did not use any linear ordering of non-associative words; for a non-associative polynomial $f$, he chose any non-associative word of maximal length from $f$ as a "leading monomial" of $f$. Shirshov's paper [9] is truly a pioneering paper in the subject. He starts with the definition of the composition of two Lie polynomials $f, g$ (explicitly) and two associative polynomials (implicitly) via the leading associative words $\bar{f}, \bar{g}$ of polynomials in the deg-lex ordering: Let $w=\bar{f} b=a \bar{g}$ for some associative words $a, b$ such that $\bar{f}=a c, \bar{g}=c b$ and $c \neq 1$ (where 1 is the empty word). Then the associative composition $(f, g)_{c}$ (this is Shirshov's original notation; we now use $(f, g)_{w}$ ) is defined as follows: $(f, g)_{c}=f b-a g$. For Lie polynomials $f, g$, one needs to put extra Lie brackets on $f b$ and $g a$. This is done according to the above mentioned Special Bracketing Lemma 4 [6]. This is a really important and crucial notion for the Gröbner-Shirshov basis theory for both Lie and associative algebras. Together with the above definition of reduction of one Lie polynomial modulo another (see the same paper [6]), it leads to an infinite algorithm to construct the Gröbner-Shirshov basis $S^{c}$ starting with any set of Lie (associative) polynomials $S$. He proves Lemma 3, which is now called the Composition Lemma, or the Composition-Diamond Lemma, for Lie polynomials: if $f \in \operatorname{Ideal}(S)$ then the leading associative word $\bar{f}$ contains as a subword $\bar{s}$ for some $s \in S^{c}$ (see also [32], [27]). Actually, he assumes the extra condition that $S$ should be stable in some sense (see below), but he did not use the stability condition in the proof of the lemma (this condition is essential in order that $S^{c}$ should be a recursive set for, say, finite $S$; he kips the stability condition having in mind the application of his theory to the word problem for Lie algebras). In [24], Shirshov's Composition Lemma for Lie polynomials was formulated in the modern form: Let $S$ be a set of Lie polynomials that is closed under compositions (i.e., a Gröbner-Shirshov basis). If $f \in \operatorname{Ideal}(S)$ then $\bar{f}=a \bar{s} b$ for some $s \in S$ and some associative words $a, b$. Closure means that any composition (i.e., composition of inclusion and composition of intersection) $(f, g)_{w}$ of polynomials $f, g$ from $S$ is trivial, i.e., it is zero after the reduction leading words of $S$. One may use a weaker form of the triviality that $(f, g)_{w}=\sum \alpha_{i}\left(a_{i} s_{i} b_{i}\right)$ for some $s_{i} \in S, \alpha_{i} \in k$ (the ground field) and some associative words $a_{i}, b_{i}$ (with extra Lie bracketing), such that the leading associative words $a_{i} \bar{s}_{i} b_{i}$ of each expression are strictly less than $w$. The same Composition Lemma is valid for non-commutative associative polynomials with a much easier proof. A.I. Shirshov gives three applications of his Composition Lemma for Lie algebras. Theorem 1. For any Lie polynomial $f$, there is no non-zero composition $(f, f)_{w}$. Then the reduction algorithm gives a solution of the word problem for any onerelator Lie algebra $\operatorname{Lie}(X \mid f=0)$. This is because any one-element set in a free Lie algebra is Gröbner-Shirshov basis. One may apply Shirshov's reduction algorithm for Lie polynomials. For groups, it is the famous result of W. Magnus [67]. S.I. Adjan [12] proved it for any semigroup with one defining relation of the form $u=1$. V.N. Gerasimov [47] proved the decidability result for an associative one-relator algebra $k\langle X \mid f(X)=0\rangle$ over a field $k$ where the maximal homogeneous part $\widetilde{f}$ of $f(X)$ has no a proper two-sided divisor (from $\widetilde{f}=g h=h^{\prime} g$ it follows $g \in k$ ). In the paper [18], there is an application of the Shirshov's theorem: Any Lie algebra $L$ is embeddable into an algebraically closed Lie algebra $M$ (in the sense that any equation $f\left(x_{1}, \ldots, x_{n}\right)=0$ in the variables $X=\left\{x_{1}, x_{2}, \ldots\right\}$ with coefficients in $M$ has a solution in $M$; here $f$ belongs to a free Lie product (see [10] below) of a free Lie algebra $\operatorname{Lie}(X)$ and $M, f \notin M)$. Theorem 2. The word problem is decidable for any Lie algebra with a finite number of homogeneous defining relations. This is because any finite homogeneous set of Lie (associative) polynomials is a stable set in the sense of this paper. So, one may find all elements of $S^{c}$ up to some fixed degree, and then apply Shirshov's reduction algorithm to the polynomial under consideration. Theorem 3. (Freeness Theorem). Let $L$ be a Lie algebra with one defining relation $s=0$. Then any subalgebra of L, generated by all but one letter involved in $s$, is the free Lie algebra on these free generators. For groups, this is the famous "Freiheitssatz" by W. Magnus [68]. The Freeness Theorem is also valid for an associative algebra with one defining relation (L.G. Makar-Limanov [71]). The proof does not use the Gröbner-Shirshov basis theory for associative algebras, but rather the existence of algebraically closed associative algebras (L.G. Makar-Limanov [70]). The Freeness theorem is proved for a pre-Lie (or right-symmetric) one-relator algebra (D. Kozybaev, L. MakarLimanov, U. Umirbaev [56]). Shirshov's paper [9] implicitly contains the Gröbner-Shirshov basis theory for associative algebras too, because he constantly used the fact that any Lie polynomial is at the same time a non-commutative polynomial. For example, the maximal term of a Lie polynomial is defined to be its maximal word as a non-commutative polynomial, the definition of the Lie composition (the Lie $s$-polynomial) of two Lie polynomials begins with their composition as non-commutative polynomials and then puts some special Lie brackets on it, and so on. The main CompositionDiamond Lemma for associative polynomials is actually proved in the paper: we need only to "forget" about the Lie brackets in the proof of this lemma for Lie polynomials (Lemma $3[9]$ ). The Composition-Diamond Lemma was explicitly formulated much later in papers L.A. Bokut [25] and G. Bergman [16]. We formulate Shirshov's Composition-Diamond Lemma for associative algebras following his paper [9] by "forgetting" the brackets, i.e., with only the change of "Lie polynomials" to "non-commutative polynomials". Let $k\langle X\rangle$ be the free associative algebra over a field $k$ on a set $X$, such that the free monoid $X^{*}$ is well-ordered by the deg-lex ordering. For a polynomial $f$, Shirshov [9] denotes by $\bar{f}$ the maximal word of $f$. Let $f, g$ be two monic polynomials (possibly equal), let $w \in X^{*}$ be such that $w=a c b$, where $\bar{f}=a c, \bar{g}=c b$ and $a, b, c$ are words with $c$ nonempty. Then $(f, g)_{c}=f b-a g$ is called an (associative) composition of $f, g$ (this is Shirshov's original notation, now we use $\left.(f, g)_{w}\right)$; for Lie polynomials $f$, $g$, Shirshov puts some special brackets into $[f b]-[a g]$ such that $\overline{[f b]-[a g]}v_{\sigma(1)} \ldots v_{\sigma(n)}$ lexicographically for an arbitrary nonidentical permutation $\sigma$. The Shirshov $N(k, s, n)$-lemma. For arbitrary integers $k, s, n \geq 1$ there exists an integer $N(k, s, n)$ such that an arbitrary word in $x_{1}, \ldots x_{k}$ of length $N(k, s, n)$ contains a subword $u^{s}$ or an $n$-divisible subword. The proof of this lemma involves induction on $k$. Let $k \geq 2$. Modulo the induction assumption it is sufficient to consider only words in the finite set $$ T=\left\{x_{k}^{i} x_{i_{1}} \ldots x_{i_{r}} \mid 1 \leq i algebraic
Jordan
PI-algebra $\Longrightarrow$ $A\left(B^{(+)}\right)$
$\cong R(B)$ is
locally
finite $\Longrightarrow$ $B$ is
locally
finite, \end{tabular} which give a solution to the Kurosh problem for alternative algebras. The idea of the transition from associative algebras to alternative algebras via Jordan algebras, $$ \text { Associative algebras } \stackrel{\text { Jordan algebras }}{\Longrightarrow} \quad \text { Alternative algebras, } $$ plays a crucial role in many further investigations. We remark that the reduction of the Restricted Burnside Problem [36, 37, 38] to Engel Lie algebras [35] was based on the Lie analogue of Shirshov's $N(k, s, n)$ lemma. A word in $x_{1}, \ldots, x_{k}$ is said to be a Lie word if it is the lexicographically greatest word in a homogeneous linear combination of commutators in $x_{1}, \ldots, x_{k}$. Theorem. For arbitrary integers $k, s, n \geq 1$, there exists an integer $L(k, s, n)$ such that an arbitrary word in $x_{1}, \ldots, x_{k}$ of length $L(k, s, n)$ contains a subword $u^{s}$ where $u$ is a Lie word, or a subword $v_{1} u_{1} v_{2} u_{2} \ldots u_{n-1} v_{n}$ where $v_{1}, \ldots, v_{n}$ are Lie words, such that $$ v_{1} u_{1} v_{2} \ldots u_{n-1} v_{n}>v_{\sigma(1)} u_{1} v_{\sigma(2)} u_{2} \ldots u_{n-1} v_{\sigma(n)} $$ lexicographically, for any nonidentical permutation $\sigma$. In [34] the Kurosh problem for arbitrary (not necessarily special) Jordan PIalgebras was solved. It is a typical situation for Jordan algebras, when a theorem is first proved for special algebras and then extended to the class of all algebras. In this connection, it is very important to determine conditions sufficient for speciality of an algebra. In this direction, A.I. Shirshov proved the fundamental theorem that the free Jordan algebra with two generators is special. Combined with the earlier result by P. Cohn [4], the theorem implies that every Jordan algebra with two generators is special. A.I. Shirshov considered this theorem as one of his best results. The claim is quite simple whereas the proof is difficult and sophisticated. The theorem served as a source of diverse research in several directions. The first of them relates to the investigation of the structure of free Jordan algebras $J[x, y, z, \ldots]$ with more than two generators. We ought to say that A.I. Shirshov was always interested in studying problems related to the structure of free algebras. His first works are devoted to free Lie algebras. His last results are concerned with the structure of free projective planes. He also formulated a series of questions on the structure of free Jordan, alternative, Malcev, and other algebras [5]. The first result on the structure of the free Jordan algebra $J[X],|X| \geq 3$, was obtained in 1959 by A.A. Albert and L.J. Paige [1]. They proved that this algebra is neither special nor even a homomorphic image of a special Jordan algebra. (Earlier P. Cohn in [4] showed that the class of special Jordan algebras is not closed under homomorphic images.) This implies that the algebra $J[x, y, z]$ contains nonzero elements vanishing in every special Jordan algebra (such elements are called $s$ identities). In 1966, C.M. Glennie [7] presented a concrete $s$-identity of degree 8 . Until now, no essentially new $s$-identities have been found, and the question of their description is still open. Moreover, he proved that there are no $s$-identities of degree $\leq 7$ and no homogeneous $s$-identities in three variables, which are linear in one of them. It is curious that these two facts provided all the identities that are needed for the structure theory [33]. In the case of special algebras, the role of a free algebra is played by the free special Jordan algebra $S J[X]$, which is defined as the minimal subspace of the free associative algebra Assoc $[X]$ that contains $X$ and is closed with respect to the Jordan product $a \circ b$. The elements of $S J[X]$ are called Jordan elements. It is easy to see that $S J[X] \subseteq H(\operatorname{Assoc}[X], *)$, where $H(\operatorname{Assoc}[X], *)$ is the subspace of symmetric elements of Assoc $[X]$ with respect to the involution $*$ which is the identity on $X:\left(x_{1} x_{2} \cdots x_{n}\right)^{*}=x_{n} \cdots x_{2} x_{1}$. The subspace $H(\operatorname{Assoc}[X], *)$ is closed with respect to the Jordan product and hence may be considered as a Jordan algebra. It is generated as an algebra by the set $X$ and by all tetrads $\left\{x_{i} x_{j} x_{k} x_{l}\right\}=$ $x_{i} x_{j} x_{k} x_{l}+x_{l} x_{k} x_{j} x_{i}$; when $|X| \leq 3$ then $H(\operatorname{Assoc}[X], *)=S J[X]$, and when $|X|>3$ then $H(\operatorname{Assoc}[X], *)$ strictly contains $S J[X]$ (since tetrads in general are not Jordan elements). An important tool to "diminish the gap" between $H(\operatorname{Assoc}[X], *)$ and $S J[X]$ was invented by E. Zelmanov [33]. An element $n \in S J[X]$ is called a tetrad-eater if the tetrad $\{n a b c\}$ is a Jordan element for any $a, b, c \in S J[X]$. E. Zelmanov constructed an ideal $I$ in $S J[X]$ which consists of tetrad-eaters; it satisfies the condition $I=H(A(I), *)$, that is, $I$ coincides with the subspace of symmetric elements in its enveloping algebra. The tetrad-eater ideal $I$ is essential to the classification of prime Jordan algebras [33]. Among various corollaries of the classification, it was proved that the algebra $J[X]$ is not prime for $|X|>3$. The generators of $I$ in [33] are of quite large degree. The following example, due to V. Skosyrsky [28], presents a tetrad-eater of minimal known degree: $$ \lambda(x, y, z, t, u)=\left[\left[[x, y]^{2}, x\right],\left[\left[[z, t]^{2}, z\right], u\right]\right] $$ One can easily check that this is a Jordan element; moreover, the ideal of $S J[X]$ generated by all homogeneous elements of this type consists of tetrad-eaters. As of now there are no known criteria to determine when an element of Assoc $[X]$ is a Jordan element. A series of interesting results on the structure of the free Jordan algebra $J[X]$ was obtained by Yu.A. Medvedev [16, 17]. He proved in particular that (1) If $|X| \geq 3$, then the algebra $J[X]$ has nontrivial center and contains Albert subrings (central orders in 27-dimensional exceptional simple Jordan algebras). (2) If $|X| \geq 32$, then $J[X]$ contains nonzero nilpotent elements and nontrivial nil ideals. In the joint paper by Yu.A. Medvedev and E. Zelmanov [18], it was proved that (3) If $|X|$ is infinite, then the nil radical of $J[X]$ is neither nilpotent nor solvable. The first two results had their analogues in the theory of free alternative algebras [32]. The third is specific for Jordan algebras. As E.I. Zelmanov and I.P. Shestakov showed [39], the nil radical of a free alternative algebra over a field of characteristic zero is nilpotent. It is interesting that nilpotency of the radical in the alternative case as well as nonnilpotency of the radical in the Jordan case was proved by analyzing the structure of simple superalgebras and their identities. Another direction stemming from the Shirshov theorem on two-generated Jordan algebras relates to investigating the problems of speciality, finding certain criteria of speciality, and studying the influence of identities of an algebra on its speciality. Together with A.I. Shirshov, P. M. Cohn was a pioneer in this direction [4]. The direction was further developed in the works by A.M. Slin'ko [29] and S.R. Sverchkov [30, 31]. In the papers $[14,22,19,13,8,23,24]$ this approach was extended to Jordan superalgebras and to other classes of algebras. We present one of the results of S.R. Sverchkov [30]: The class of special Jordan algebras regarded as a quasivariety cannot be determined by a set of quasi-identities (that is, expressions of the type " $f(x)=0 \Rightarrow g(x)=0$ ") in finitely many variables. One of the important and difficult problems in the theory of nonassociative algebras is the construction of effective bases of free algebras. A.I. Shirshov constructed bases for free Lie algebras, and free commutative and anticommutative algebras, and formulated this problem for free alternative, free Jordan, free Malcev, and other free algebras [5, problem 1.160]. In the case of free Jordan algebras, no effective bases are known for $J[X],|X|>2$ and $S J[X],|X|>3$. In the case of alternative algebras, a base for the free algebra $\operatorname{Alt}[x, y, z]$ was constructed by A. Iltiakov [10] who also proved that this algebra has no nilpotent elements, contrary to $\operatorname{Alt}[X]$ for $|X|>3$. In $[25,26]$ bases of free Malcev and alternative superalgebras on one odd generator are constructed. The structure of the free alternative algebras $\operatorname{Alt}[X]$ for $|X|>3$ was studied by I.P. Shestakov (see [32]). In particular, in [21] he solved the following problem of A.I. Shirshov [5, problem 1.159]: Let Alt denote the variety generated by a free alternative algebra with $n$ generators. Does the chain of varieties $$ A l t_{1} \subseteq A l t_{2} \subseteq \cdots \subseteq A l t_{n} \subseteq A l t_{n+1} \subseteq \cdots $$ stabilize after a finite number of steps? The answer turned out to be negative. It was proved in [21] that $A l t_{n} \subset A l t_{2^{n}+1}$ strictly for any $n$. Later, V. T. Filippov [6] showed that if the base field has characteristic different from 2 and 3 then $A l t_{n} \subset A l t_{n+1}$ strictly for any $n$. A.I. Shirshov posed the analogous problem for free Jordan, free Malcev, and other free algebras. A negative answer for the variety Mal of Malcev algebras was obtained in [21] by I.P. Shestakov; later V.T. Filippov refined this result in [6] by proving that $M a l_{n} \subset M a l_{n+1}$ strictly for any $n \neq 3$. For $n=3$ the question is still open. The corresponding problem for the variety Jor of Jordan algebras remains open; it is known only that $J o r_{1} \subset J o r_{2} \subset J o r_{3}$ strictly. In the light of the above results, it seems very interesting to construct bases of the free Jordan and free Malcev algebras on three generators. In particular, are these algebras semiprime like $\operatorname{Alt}[x, y, z]$ ? It seems natural to reformulate the problem above on the chain of varieties in the framework of superalgebras. Recall that a variety of algebras $\mathcal{M}$ is said to have finite basic rank if it can be generated by a finitely generated algebra; the minimal number of generators in this case is called the basic rank of $\mathcal{M}$. For example, the varieties of all associative and all Lie algebras have basic rank 2, the varieties Alt and Mal, or the variety generated by a Grassmann algebra on an infinite number of generators, have infinite basic rank. Similarly, we will say that a variety $\mathcal{M}$ has a finite basic superrank if the corresponding variety of $\mathcal{M}$-superalgebras is generated by a finitely generated superalgebra; a pair $(m, n)$ of $m$ even and $n$ odd generators of such a superalgebra we call a basic superrank of $\mathcal{M}$ if it is minimal right lexicographically. The notion of basic superrank is a more refined characteristic of a variety; this fact is evidenced by the following theorem by A.R. Kemer [12] which played a crucial role in his solution of the Specht problem: Every variety of associative algebras over a field of characteristic 0 has a finite basic superrank. The variety of alternative algebras which are solvable of index 2 provides a nonassociative example: it has infinite basic rank but its basic superrank is $(0,1)$. In this connection, the following question arises: What is the value of basic superrank for the variety Alt of alternative alebras? Is it finite? Finally, we want to mention one work by A.I. Shirshov which greatly influenced the development of the theory of nonassociative algebras. This is the survey Some questions of the theory of rings that are nearly associative. Many students of A.I. Shirshov, and the students of his students, began their acquaintance with ring theory while perusing this article. On the one hand, it is accessible for beginners, on the other hand, it contains a whole program of further study, and a series of attractive and still open problems. In recent years, the theory of nonassociative algebras has gained wide recognition; its methods penetrate deeply into other domains of mathematics, not only into algebra but also into geometry, analysis, and theoretical physics. A great part of the merit for this belongs to A.I. Shirshov, who was a harbinger of the theory and whose marvelous theorems will adorn it forever. ## References [1] A.A. Albert and L.J. Paige, On a homomorphism property of certain Jordan algebras, Trans. Amer. Math. Soc. 92 (1959), 20-29. [2] R.H. Bruck and E. Kleinfeld, The structure of alternative division rings, Proc. Amer. Math. Soc. 2, no. 6 (1951), 878-890. [3] L.A. Bokut' and I.P. Shestakov, Some results by A.I. Shirshov and his school, Contemporary Mathematics, 184, 1995, 1-12. [4] P. Cohn, On homomorphic images of special Jordan algebras, Canad. J. Math. 6 (1954), 253-264. [5] Dnestrovskaya Tetrad', Open problems in the theory of rings and modules, Institute of Mathematics, Novosibirsk, 1993 (in Russian). English translation: Lect. Notes Pure Appl. Math., 246, Non-associative algebra and its applications, 461-516, Chapman \& Hall / CRC, Boca Raton, FL, 2006. [6] V.T. Filippov, On varieties of Malcev and alternative algebras generated by algebras of finite rank, Trudy Inst. Mat. SOAN SSSR, Novosibirsk, v. 4, 1984, 139-156. [7] C.M. Glennie, Some identities valid in special Jordan algebras but not valid in all Jordan algebras, Pacific J. Math. 16, no. 1 (1966), 47-59. [8] A.N. Grishkov, I.P. Shestakov, Speciality of Lie-Jordan Algebras, J. Algebra, 237 (2001), 621-636. [9] N. Jacobson, Structure and Representations of Jordan Algebras, AMS colloquium Publ., vol. 39, Providence, R.I., 1968. [10] A.V. Iltiakov, Free alternative algebras of rank 3. Algebra i Logika 23, No. 2 (1984), $136-158$. [11] I. Kaplansky, Topological representations of algebras. II, Trans. Amer. Math. Soc. 68 , no. 1 (1950), 62-75. [12] A.R. Kemer, Varieties and $Z_{2}$-graded algebras, Izv. Akad. Nauk SSSR, Ser. Mat. 48(1984), 1042-1059. [13] M.C. López Díaz, I.P. Shestakov and S.R. Sverchkov, On speciality of Bernstein Jordan algebras, Communications in Algebra, 28 (2000), no. 9, 4375-4387. [14] K. McCrimmon, Speciality and nonspeciality of two Jordan superalgebras, J. Algebra 149 (1992), no. 2, 326-351. [15] K. McCrimmon, Taste of Jordan Algebras, Springer Berlin Heidelberg, 2004. [16] Yu.A. Medvedev, Free Jordan algebras, Algebra i Logika, 27, no. 2 (1988), 172-200. [17] Yu.A. Medvedev, On nilpotent elements of a free Jordan algebra, Sibirsk. Mat. Zh. 26, no. 2 (1985), 1402-1408. [18] Yu.A. Medvedev, E.I. Zelmanov, Some counterexamples in the theory of Jordan algebras. Nonassociative algebraic models (Zaragoza, 1989), 1-16, Nova Sci. Publ., Commack, NY, 1992. [19] C. Martínez, I. Shestakov and E. Zelmanov, Jordan superalgebras defined by brackets, J. London Math. Soc. (2) 64 (2001), no. 2, 357-368. [20] R.D. Schafer, An Introduction to Nonassociative Algebras, Acad. Press., New York, 1966. [21] I.P. Shestakov, On a problem by Shirshov, Algebra i Logika 16, no. 2 (1977), 227-246. [22] I.P. Shestakov, A quantization of Poisson superalgebras and a speciality of Jordan Poisson superalgebras, Algebra i Logika, 32, N 5 (1993), 572-585. [23] I.P. Shestakov, The speciality problem for Malcev algebras and deformations of Malcev Poisson algebras, in "Non-Associative Algebra and Its Applications", Proceedings of the IV International Conference on Non-Associative Algebra and Its Applications, July 1998, São Paulo, 365-371, Marcel Dekker, NY; Series Name: Lecture Notes in Pure and Applied Mathematics, v. 211, 2000. [24] I.P. Shestakov, Every Akivis algebra is linear, Geometriae dedicata, 77 (1999), no. 2, 215-223. [25] I.P. Shestakov, Free Malcev superalgebra on one odd generator, Algebra and Applications, 2 (2003), no. 4, 451-461. [26] I. Shestakov, N. Zhukavets, The free alternative superalgebra on one odd generator, International Journal of Algebra and Computation (IJAC) 17, no. 5/6 (2007), 12151247 . [27] L.A. Skornyakov, Alternative skew fields, Ukrain. Mat. Zh. 2, no. 1 (1950), 70-85. [28] V.G. Skosyrsky, Strongly prime noncommutative Jordan algebras, Trudy Inst. Mat. SOAN SSSR, Novosibirsk, v. 16, 1989, 131-164. [29] A.M. Slin'ko, On special varieties of Jordan algebras, Mat. Zametki 26, no. 3 (1979), $337-344$. [30] S.R. Sverchkov, On the quasivariety of special Jordan algebras, Algebra i Logika 24, no. 5 (1983), 563-573. [31] S.R. Sverchkov, Varieties of special algebras, Comm. in Algebra 16, no. 9 (1988), 1877-1920. [32] K.A. Zhevlakov, A.M. Slin'ko, I.P. Shestakov, A.I. Shirshov, Rings that are nearly associative, Nauka, Moscow, 1978. [33] E.I. Zelmanov, On prime Jordan algebras. II, Sibirsk. Mat. Zh. 24 (1983), 83-104. [34] E.I. Zelmanov, Absolute zero divisors and algebraic Jordan algebras, Sibirsk. Mat. Zh. 23, no. 6 (1982), 100-116. [35] E.I. Zelmanov, Some problems in the theory of groups and Lie algebras, Math. UssrSb. 66 (1990), no. 1, 159-168 [36] E.I. Zelmanov, Solution of the restricted Burnside problem for groups of odd exponent, Izv. Akad. Nauk SSSR, Ser. Mat. 54, no. 1 (1991), 41-60. [37] E.I. Zelmanov, Solution of the restricted Burnside problem for 2-groups, Mat. Sb. 182, no. 4 (1991), 568-592. [38] E.I. Zelmanov, On the restricted Burnside problem. Proceedings of the International Congress of Mathematicians, Vol. I, II (Kyoto, 1990), 395-402, Math. Soc. Japan, Tokyo, 1991 . [39] E.I. Zelmanov and I.P. Shestakov, Prime alternative superalgebras and nilpotency of the radical of a free alternative algebra, Izv. Akad. Nauk SSSR, Ser. Mat. 53, no. 1 (1990), 42-59. Publications of A.I. Shirshov # Subalgebras of Free Lie Algebras A.I. Shirshov ## 1. Introduction In the work of A.G. Kurosh [2] it is proved that every subalgebra of a free nonassociative algebra is free. It would be natural to investigate the possibility of transferring this theorem to the most important classes of relatively free algebras whose general definition was given in the work of A.I. Malcev [3]. The widest class of such algebras that includes all classes of algebras that have been studied sufficiently deeply is the class of power associative algebras, i.e., the algebras in which each element generates an associative subalgebra. However, the corresponding theorem for this class of algebras is false, because the free associative algebra with one generator already contains subalgebras that are not free (see A.G. Kurosh [2]). For the same reason, this theorem does not hold for Jordan algebras, for alternative algebras, and also for right or left alternative algebras. It is not difficult to convince oneself that this theorem does not hold for power-commutative or flexible algebras either, for reasons similar to those stated above. These considerations, however, are not valid for free Lie algebras, since in them a single element generates a one-dimensional subspace with zero multiplication, for which the theorem on subalgebras holds trivially. In the present work, it is proved that every subalgebra of every free Lie algebra is free. This work was carried out under the supervision of A.G. Kurosh, to whom I find it my pleasant duty to express deep gratitude. ## 2. Preliminary concepts Let $R=\left\{a_{\alpha}\right\}$ be a set of symbols where $\alpha$ ranges over some nonempty set of indices. From elements of $R$ one can form nonassociative words of various lengths as is done in the work of A.G. Kurosh [2]. Mat. Sbornik N.S. 33 (75), (1953), no. 2, 441-452. (c) 2009 Translated from the Russian original by M.R. Bremner and M.V. Kochetov. Definition 1. We will call words of length 1, i.e., elements of $R$, regular words, and we will order them arbitrarily. Assuming that regular words of length less than $n, n>1$, are already defined and ordered by the relation $\leq$ in such a way that shorter words precede longer words, we call a word $w$ of length $n$ regular if the following conditions are satisfied: 1) $w=u v$ where $u$ and $v$ are regular words and $u>v$; 2) if $u=u_{1} u_{2}$ then $u_{2} \leq v$. We will order arbitrarily the regular words of length $n$ defined in this way, and declare that they are greater than shorter words. Definition 2. Suppose we have a regular word $d$. We will call a regular word $w$, $w>d, d$-reducible if $w=u v, v>d$, and $d$-irreducible otherwise. Obviously, for each regular word $w, w>d$, one can determine if it is $d$ reducible or $d$-irreducible. If it turns out that $w$ is $d$-reducible, then $w=u v$ where each word $u, v$ is regular and greater than $d$, and thus one can determine if each is $d$-reducible or $d$-irreducible. Continuing this process, we will clearly arrive at a unique representation of the word $w$ as a product (with some arrangement of brackets) of $d$-irreducible words. We will call this representation a $d$-factorization of $w$. Definition 3. We will say that two nonassociative words $u$ and $v$ have the same content relative to $R$ if each element $a_{\alpha} \in R$ occurs in $u$ and $v$ the same number of times. Clearly, the words that have the same content relative to $R$ also have the same length. Let $\mathcal{A}$ be a free Lie algebra over a field $P$ with the same set $R$ of free generators. The elements of $\mathcal{A}$ are linear combinations of nonassociative words formed from elements of $R$ with coefficients from the field $P$; in this case, two elements are considered equal if one can be obtained from the other by a finite number of applications of the distributive laws and the identical relations: $$ \begin{aligned} & x^{2}=0 \\ & (x y) z+(y z) x+(z x) y=0 \end{aligned} $$ or identical transformations in the additive group. Hall [1] proved: Theorem 1. Regular words, for any fixed choice of ordering in the definition, form a basis of the algebra $\mathcal{A}$. The proof of this theorem can found in the cited work of Hall. (It is easy to see that Hall's assumption of finiteness of the number of generators of the algebra $\mathcal{A}$ is not essential.) In the following, it is important that the process used in that proof allows one to express each word in the algebra $\mathcal{A}$ as a linear combination of regular words of the same content relative to $R$. Theorem 1 and the above remark imply the following result of a combinatorial nature: Corollary 1. The number of regular words of the same given content relative to $R$ does not depend on the choice of ordering in the definition of regular words. Indeed, let regular words be defined in two different ways, and let $M_{i}(i=1,2)$ be the sets of all words which are regular according to the first (respectively second) sense and have the same given content relative to $R$. By Theorem 1 the elements of each set $M_{i}$ in $\mathcal{A}$ are linearly independent over $P$, and any element of each of these sets is a linear combination of the elements of the other set, which proves the corollary. Given an arbitrary Lie algebra $\mathcal{L}$, one can speak of a regular form of its elements. For this, one must fix some set $M=\left\{v_{\gamma}\right\}$ of generators and consider the homomorphism of the free Lie algebra $\overline{\mathcal{L}}$, with the set $\bar{M}=\left\{\overline{v_{\gamma}}\right\}$ of free generators which are in one-to-one correspondence with the elements of $M$, onto $\mathcal{L}$. An $M$-word, i.e., an element of $\mathcal{L}$ of the form $w=v_{\gamma_{1}} v_{\gamma_{2}} \cdots v_{\gamma_{k}}$ where $v_{\gamma_{j}} \in$ $M$ with some arrangement of brackets, will be called $M_{\tau}$-regular if, for the set $\bar{M}$ the regular words have been defined in some way $\tau$ and the word $\bar{w}=\overline{v_{\gamma_{1}}} \overline{v_{\gamma_{2}}} \ldots \overline{v_{\gamma_{k}}}$ in elements of $\bar{M}$ is regular. Generally speaking, for an element of $\mathcal{L}$, an $M_{\tau}$-regular form, i.e., a representation as a linear combination of $M_{\tau}$-regular words, is not uniquely defined, but for any $M$-word $w$ there exists an expression as a linear combination of $M_{\tau}$-regular words with the same content relative to $M$ as $w$. To find such an expression, one must find an analogous expression for the word $\bar{w}$ and then pass to the homomorphic image. For consistency of notation in what follows, we will denote by $\overline{\mathcal{D}}$ the free Lie algebra on the set of free generators that are in one-to-one correspondence with the generators of the given Lie algebra $\mathcal{D}$. Definition 4. We will say that a set $\mathcal{R}$ of elements of the free Lie algebra $\mathcal{A}$ is independent if $\mathcal{R}$ generates a free subalgebra of $\mathcal{A}$ and is a system of free generators of that subalgebra. For example, the set $R$ itself is independent. In what follows we will assume that for the set $R$ the regular words are defined in some fixed way and we will call those words $R$-regular. Let $d$ be a fixed $R$-regular word, and $K_{d}$ the set of $d$-irreducible words. The set $K_{d}$ generates some subalgebra $\mathcal{A}_{d}$ of $\mathcal{A}$. The set $K_{d}$ consists of $R$-regular words, and thus it is already ordered by the fixed order of $R$-regular words. We will transfer this order to the set $\overline{K_{d}}$ of free generators of the free Lie algebra $\overline{\mathcal{A}_{d}}$, and starting with this order we will define in some fixed way $\overline{K_{d}}$-regular $\overline{K_{d}}$-words. After that, it also makes sense to speak of $K_{d}$-regular $K_{d}$-words. As was shown above, there exists a representation of each $K_{d}$-word as a linear combination of regular $K_{d}$ words of the same content relative to $K_{d}$. Lemma 1. Every $K_{d}$-word can be represented as a linear combination of $K_{d}$-words of the same content relative to $K_{d}$ which are in fact $R$-regular. This lemma is obvious for $K_{d}$-words whose $K_{d}$-length (i.e., length relative to $K_{d}$ ) is 1 , since the elements of $K_{d}$ are in fact $R$-regular. Suppose the lemma has been proved for $K_{d}$-words whose $K_{d}$-length is less than $n, n>1$. A word $w$ whose $K_{d}$-length is equal to $n$ can be represented as a product of two $K_{d}$-words of smaller $K_{d}$-length which can, by the inductive hypothesis, be rewritten in $R$-regular form with the same content relative to $K_{d}$. Therefore, we can assume that $w=u v$ where $u$ and $v$ are $R$-regular $K_{d}$-words; we can also assume that $u>v$ in the sense of the ordering of $R$-regular words because in the contrary case we would have written $w=-v u$. If $u$ is a $K_{d}$-word of $K_{d}$-length 1 , then $w$ is already $R$-regular because $u$ and $v$ are $R$-regular, $u>v$, and if $u=u_{1} u_{2}$ then $u_{2} \leq dv$, since in the contrary case $w$ would already be $R$-regular. So let $w=\left(u_{1} u_{2}\right) v$ where $u_{1}, u_{2}, v$ are $R$-regular $K_{d}$-words, $u_{1}>u_{2}>v$. By relation (2), $$ w=\left(u_{1} u_{2}\right) v=\left(u_{1} v\right) u_{2}+u_{1}\left(u_{2} v\right) $$ Since the lengths of the words $u_{1} v$ and $u_{2} v$ are greater than the length of $v$, rewriting $u_{1} v$ and $u_{2} v$ in $R$-regular form we obtain $K_{d}$-words that are greater than $v$ relative to the ordering of words in $R$. Applying distributivity and removing words of the form $u u$ if they appear, and using anticommutativity to make the right factor less than the left factor, we obtain an expression of $w$ as a linear combination of words, each of which, as $w$ itself, consists of two $R$-regular factors with the right factor less than the left factor but now greater than $v$. We do the same with each of these words as with $w$. Because of the finiteness of the number of words with a given content, this process will terminate after a finite number of steps; this means that we have obtained the required expression for $w$. Lemma 2. $K_{d}$-regular $K_{d}$-words are linearly independent in $\mathcal{A}$. For the proof of Lemma 2 it suffices to prove linear independence of $K_{d^{-}}$ regular $K_{d}$-words with the same content relative to $K_{d}$, since by Lemma 1 each $K_{d}$-regular $K_{d}$-word is a linear combination of $R$-regular $K_{d}$-words of the same content which are linearly independent by Theorem 1. For $K_{d}$-words of $K_{d}$-length 1 , the statement of Lemma 2 is obvious. Assume by induction that, in any free Lie algebra $\mathcal{A}_{0}$, for any $R_{0}$-regular word $d_{0}, K_{d_{0}}$ regular $K_{d_{0}}$-words of $K_{d_{0}}$-length less than $n$ are linearly independent. Suppose there exists a linear dependence between $K_{d}$-regular $K_{d}$-words of $K_{d}$-length $n, n>1$, that have given content relative to $K_{d}$. Now let $w$ be the smallest element of $K_{d}$ that appears in these linearly dependent words. Subject the $K_{d}$-regular $K_{d}$-words under consideration to $w$-factorization, which makes sense in $\overline{\mathcal{A}_{d}}$ and also in $\mathcal{A}_{d}$ by the homomorphism $\overline{\mathcal{A}_{d}} \rightarrow \mathcal{A}_{d}$. All $w$-irreducible words that can appear here will have the form $u$ or $[\cdots(u w) \cdots] w$ where $u \in K_{d}, u \neq$ $w$. Therefore they will be $R$-regular, i.e., belong to the set $K_{w}$ of $R$-regular $w$ irreducible words. The elements $K_{w}$ will be ordered in a different way depending on whether we consider them as $R$-words or as $K_{d}$-words. Thus we introduce two definitions ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-277.jpg?height=48&width=1239&top_left_y=593&top_left_x=411) regular $\overline{K_{w}}$-words, depending on whether the ordering in $K_{w}$ is induced by the ordering of the regular words of $\mathcal{A}$ or the ordering of the regular words of $\overline{\mathcal{A}_{d}}$. In this sense we will speak of $K_{w R}$-regular and $K_{w d}$-regular $K_{w}$-words in the subalgebra $\mathcal{A}_{w}$ generated by the set $K_{w}$. In view of the fact that $w$ by assumption occurs in each of our linearly dependent $K_{d}$-regular $K_{d}$-words, and since for $w$ itself $w$-reducibility or $w$-irreducibility does not make sense, it follows that the $K_{w}$-length of the $K_{d}$-regular $K_{d}$-words under consideration will be less than $n$, and thus the assumed linear dependence is at the same time a linear dependence between $K_{d}$-regular $K_{w}$-words of $K_{w}$-length less than $n$. By the inductive hypothesis, $K_{w R}$-regular $K_{w}$-words of length less than $n$ are linearly independent. By Corollary 1 the number of $K_{w R^{-r e g u l a r ~}} K_{w^{-}}$ words of a fixed content is equal to the number of $K_{w d}$-regular $K_{w}$-words of the same content. From the possibility of representing a $K_{w R}$-regular $K_{w}$-word as a linear combination of $K_{w d}$-regular $K_{w}$-words of the same content, and vice versa, it follows that the $K_{w d}$-regular $K_{w}$-words of $K_{w}$-length less than $n$ are linearly independent. Applying Lemma 1 to the algebra $\overline{\mathcal{A}_{d}}$ it is possible to express any $\overline{K_{w d}}$-regular word as a linear combination of $\overline{K_{d}}$-regular words of the same content relative to $\overline{K_{w}}$. On the other hand, it is obvious that every $\overline{K_{w}}$-word is a linear combination of $\overline{K_{w d}}$-regular $\overline{K_{w}}$-words of the same content. Passing to the homomorphic images we obtain the corresponding statement for the subalgebra $\mathcal{A}_{d}$. By the inductive hypothesis, $\overline{K_{w d}}$-regular $\overline{K_{w d}}$-words of $\overline{K_{w}}$-length less than $n$ are linearly independent in the algebra $\overline{\mathcal{A}_{d}}$; therefore the numbers of $\overline{K_{w d}}$-regular and $\overline{K_{d}}$-regular $\overline{K_{w}}$-words of $\overline{K_{w}}$-length less than $n$ and the same content are equal. An analogous statement holds also for $K_{w}$-words. Therefore the $K_{w}$-words of $K_{w}$-length less than $n$ that are $K_{d}$-regular are linearly independent, which however contradicts the above-mentioned linear dependence of these words. This proves Lemma 2. Lemma 3. The set $K_{d}$ is independent. The homomorphism $\overline{\mathcal{A}_{d}} \rightarrow \mathcal{A}_{d}$ is, by Lemma 2 , an isomorphism, since only the zero element of $\overline{\mathcal{A}_{d}}$ is mapped to the zero element of $\mathcal{A}_{d}$. The existence of an isomorphism between $\mathcal{A}_{d}$ and the free Lie algebra $\overline{\mathcal{A}_{d}}$ proves Lemma 3. Corollary 2. In the free Lie algebra with two generators there exists a subalgebra that is a free Lie algebra with a countably infinite set of generators. Let $a$ and $b$ be the generators of the free Lie algebra. Then the countable set of words of the form $a b,(a b) b,[(a b) b) b], \ldots$ is independent since each of these words belongs to the independent set $K_{b}$ of $b$-irreducible words. From this the desired conclusion follows. In the free Lie algebra $\mathcal{A}$ with the set of free generators $R$, to each element $w$ there corresponds uniquely a natural number $n(w)$, the degree of the element $w$. The degree of $w$ can be defined as the greatest length of regular words in the representation of $w$ in terms of the basis of regular words. Obviously, this does not depend on the definition of regular words. The sum of the terms in this representation of $w$ whose length is equal to $n(w)$ will be called the highest part of $w$. The element $w$ will be called homogeneous if it coincides with its highest part. In an analogous sense, we can define degree, highest part, and homogeneity relative to one of the free generators of the algebra $\mathcal{A}$. ## 3. Main theorem Let $\mathcal{B}$ be an arbitrary subalgebra of the free Lie algebra $\mathcal{A}$. We will construct a finite or countably infinite increasing sequence of integers $k_{n}(n=0,1,2, \ldots)$ and a sequence of subalgebras $\mathcal{B}_{n} \subset \mathcal{B}$ similarly to the way it is done in the work of A.G. Kurosh [2]: define $k_{0}=0$ and $\mathcal{B}_{0}=0$; if $k_{m}$ and $\mathcal{B}_{m}$ are already defined for all $m=0,1, \ldots, n-1$, let $k_{n}$ be the least degree of elements in $\mathcal{B}$ that do not belong to $\mathcal{B}_{n-1}$, and let $\mathcal{B}_{n}$ be the subalgebra of $\mathcal{B}$ generated by all elements whose degree does not exceed $k_{n}$. Lemma 4. In $\mathcal{B}$ it is possible to choose a subset $\mathcal{M}$ such that (1) no element $a \in \mathcal{M}$ has its highest part in the subalgebra generated by the highest parts of the elements of $\mathcal{M} \backslash\{a\}$, and (2) the subalgebra $\mathcal{B}$ is generated by the set $\mathcal{M}$. The set $\mathcal{K}_{n}$ of elements of the subalgebra $\mathcal{B}_{n}$ whose degree does not exceed $k_{n}$ is a linear subspace and the set $\mathcal{K}_{n}^{\prime}$ of elements of the subalgebra $\mathcal{B}_{n-1}$ whose degree does not exceed $k_{n}$ is a linear subspace of $\mathcal{K}_{n}$. Choose arbitrarily one representative for each coset in a basis of the linear space $\mathcal{K}_{n} / \mathcal{K}_{n}^{\prime}$ and let $\mathcal{M}_{n}$ be this set. Now let $\mathcal{M}=\bigcup_{n \geq 1} \mathcal{M}_{n}$. We will prove that the set $\mathcal{M}$ satisfies the requirements of Lemma 4. We will denote the elements of $\mathcal{M}$ by $b_{\beta}$ and their highest parts by $b_{\beta}^{\prime}$. Suppose that for $b_{\beta} \in \mathcal{M}_{n}$ the following equality holds: $$ b_{\beta}^{\prime}=\sum_{\gamma \neq \beta} \alpha_{\gamma} b_{\gamma}^{\prime}+\sum_{\gamma, \delta \neq \beta} \alpha_{\gamma \delta} b_{\gamma}^{\prime} b_{\delta}^{\prime}+\cdots+\sum_{\gamma, \delta, \ldots, \nu \neq \beta} \alpha_{\gamma \delta \cdots \nu} b_{\gamma}^{\prime} b_{\delta}^{\prime} \cdots b_{\nu}^{\prime} $$ where some bracket arrangement is assumed for each summand with more than two factors, and the $\alpha$ 's with subscripts are elements of the field $P$. The second and following summations on the right-hand side of equation (4) may contain factors of degree greater than the degree of $b_{\beta}^{\prime}$. Then, when we rewrite these products in the regular form, they will either become zero or will keep the same degree. In view of the linear independence of regular words, all such terms must cancel each other, and hence we may assume that the first summation contains only the elements of the same degree as $b_{\beta}^{\prime}$, and that the remaining elements $b^{\prime}$ appearing on the right-hand side of equation (4) have degree strictly less than the degree of $b_{\beta}^{\prime}$, but their products have the same degree as $b_{\beta}^{\prime}$. The highest part of the element $$ b_{\beta}-\sum_{\gamma \neq \beta} \alpha_{\gamma} b_{\gamma}-\sum_{\gamma, \delta \neq \beta} \alpha_{\gamma \delta} b_{\gamma} b_{\delta}-\cdots-\sum_{\gamma, \delta, \ldots, \nu \neq \beta} \alpha_{\gamma \delta \cdots \nu} b_{\gamma} b_{\delta} \cdots b_{\nu} $$ of the subalgebra $\mathcal{B}_{n}$, has degree less than $k_{n}$, and thus this element already belongs to the subalgebra $\mathcal{B}_{n-1}$, which leads to a contradiction with the linear independence of the cosets from which we chose the elements of $\mathcal{M}_{n}$. Requirement (1) for the set $\mathcal{M}$ has been proved. To prove that requirement (2) holds, we observe that the subalgebra $\mathcal{B}_{n}$ is generated by the subalgebra $\mathcal{B}_{n-1}$ and the set $\mathcal{M}_{n}$, from which it follows by induction that the subalgebra $\mathcal{B}_{n}$ is generated by the set $\bigcup_{k=1}^{n} \mathcal{M}_{k}$ for all $n$. Since for each $c \in \mathcal{B}$ there exists a natural number $q$ such that $c \in \mathcal{B}_{q}$, requirement (2) has been proved. By a nonassociative polynomial we mean an element of the free nonassociative algebra $S$ over the field $P$ with a countably infinite set of free generators $x_{1}, x_{2}$, $\ldots$ Let $\mathcal{S}$ be the free Lie algebra over the same field with free generators $a_{1}$, $a_{2}, \ldots$, where regular words in $\mathcal{S}$ have been defined in some way. There exists a natural homomorphism of $S$ onto $\mathcal{S}$ that sends the polynomial $f\left(x_{i_{1}}, x_{i_{2}}, \ldots\right)$ to the element $f\left(a_{i_{1}}, a_{i_{2}}, \ldots\right)$. We will call two polynomials in $S$ equivalent if their images in $\mathcal{S}$ are equal. We will call a polynomial $f\left(x_{i_{1}}, x_{i_{2}}, \ldots\right)$ non-trivial if its image $f\left(a_{i_{1}}, a_{i_{2}}, \ldots\right)$ is nonzero. Let $\varphi\left(a_{i_{1}}, a_{i_{2}}, \ldots\right)$ be the regular form of this image. Then the polynomial $\varphi\left(x_{i_{1}}, x_{i_{2}}, \ldots\right)$ equivalent to the polynomial $f\left(x_{i_{1}}, x_{i_{2}}, \ldots\right)$ will be called regular. Clearly, any part of a regular polynomial is non-trivial. Theorem 2. Any subalgebra $\mathcal{B}$ of a free Lie algebra $\mathcal{A}$ is free. Suppose we are given a free Lie algebra $\mathcal{A}$ over the field $P$ with the set $R$ of free generators, and a subalgebra $\mathcal{B}$. According to Lemma 4 , we choose a set $\mathcal{M}$ and we will prove that it is independent. Assume that for some finite system of elements $b_{1}, b_{2}, \ldots, b_{q}$ in $\mathcal{M}$, there exists a non-trivial relation $F\left(b_{1}, b_{2}, \ldots, b_{q}\right)=0$, i.e., $F\left(x_{1}, x_{2}, \ldots, x_{q}\right)$ is a nontrivial polynomial which we may take to be regular; from this we will derive a contradiction. We may assume that $n\left(b_{i}\right) \leq n\left(b_{j}\right)$ for $i2$ there is some arrangement of brackets. Repeating verbatim what was said above about equation (4), we will assume that the element $c_{j}$ and all elements $c_{k_{1}}$ that occur in the first summation have the same degree, and all factors in the second and following summations on the right-hand side have strictly smaller degrees. Let $c_{\ell}$ have the greatest index among the elements $c_{j}, c_{k_{1}}$. Then, replacing all $c_{i}$ by their expressions in terms of $b_{i}^{\prime}$, we obtain that $b_{i}^{\prime}$ belongs to the subalgebra generated by the other elements of the set $\mathcal{M}_{1}$, which contradicts Lemma 5. This completes the proof. Lemma 7. Under the conditions of Lemma 6, there exists a set $\mathcal{M}_{2}$ of elements which satisfy requirement (1) of Lemma 4, are homogeneous in each element of $R$, and satisfy some non-trivial relation. We choose arbitrarily some generator $a_{\alpha} \in R$ from among the elements of the set $\mathcal{M}_{1}$. Each element $b_{i}^{\prime} \in \mathcal{M}_{1}$ can be written in the form $$ b_{i}^{\prime}=b_{i 1}+b_{i 2}+\cdots+b_{i n_{i}} $$ where $b_{i k}$ is the part of the element $b_{i}^{\prime}$ that has degree $k$ relative to $a_{\alpha}(i=$ $\left.1,2, \ldots, q ; k=0,1, \ldots, n_{i}\right)$. If $b_{2 n_{2}}$ belongs to the subalgebra generated by the element $b_{1 n_{1}}$, i.e., $b_{2 n_{2}}=\gamma b_{1 n_{1}}, \gamma \in P$, then we replace the element $b_{2}^{\prime}$ in $\mathcal{M}_{1}$ by the element $b_{2}^{\prime}-\gamma b_{1}^{\prime}$ and denote the resulting set $\mathcal{M}_{12}$, using for symmetry the notation $\mathcal{M}_{11}=\mathcal{M}_{1}$; otherwise, we set $\mathcal{M}_{12}=\mathcal{M}_{11}$. Suppose the sets $\mathcal{M}_{1 r}$ $(r=1,2, \ldots, \ell ; \ell(1 ; 1 ; \ldots ; 1)$; this means that some $\nu_{k}>1$. Then, in the element $b_{k}^{\prime}$, we can find a generator $a_{\lambda}$ that is not one of the $b_{m}^{\prime}$, since otherwise requirement (1) of Lemma 4 would be violated. Let us reorder the generators to make $a_{\lambda}$ the smallest if this is not already the case, and rewrite all $b_{i}^{\prime}$ in regular form relative to some new definition of regular words that depends on this order. After this, we subject the words in the elements of the set $\mathcal{M}_{1}$ to $a_{\lambda}$-factorization. By Lemma 3, $a_{\lambda}$-irreducible words form an independent set; thus all our considerations can be transferred to the free Lie algebra $\mathcal{A}_{a_{\lambda}}$ generated by the set $K_{a_{\lambda}}$ of $a_{\lambda}$-irreducible words. Since $a_{\lambda}$ is the smallest of the generators, all other generators will be $a_{\lambda}$-irreducible; therefore, the degree of each word relative to the new system of free generators of $\mathcal{A}_{a_{\lambda}}$ will be equal to the difference between its degree relative to the old system of free generators of the algebra $\mathcal{A}$ and its degree relative to $a_{\lambda}$. It follows that the elements of $\mathcal{M}_{1}$ which are homogeneous in each of the old generators will also be homogeneous relative to the new systems of generators, but the set $\mathcal{M}_{1}$ itself will have a smaller height. Obviously, the height will not become zero and also the set will retain a non-trivial relation. This contradicts the inductive hypothesis and consequently proves the theorem. The theorem on subalgebras of free Lie algebras proved above cannot be transferred to rings, since for example the subring, of the free Lie ring with generators $a$ and $b$, generated by the elements $2 a, b, a b$ is not free because the generators $2 a, b, a b$ satisfy the relation $$ (2 a) b-2(a b)=0 $$ and as can be easily seen there is no other system of generators for this subring that would not satisfy a non-trivial relation. ## References [1] M. Hall, A basis for free Lie rings and higher commutators in free groups, Proc. Amer. Math. Soc. 1 (1950) 575-581. [2] A.G. Kurosh, Nonassociative free algebras and free products of algebras, Mat. Sbornik N.S. 20 (1947) 239-262. [3] A.I. Malcev, On algebras defined by identical relations, Mat. Sbornik N.S. 26 (1950) $19-33$. # On the Representation of Lie Rings in Associative Rings A.I. Shirshov V.M. Kurochkin [1] has formulated the following theorem: Every $\Sigma$-operator Lie ring $L$ has a faithful representation in an associative $\Sigma$-operator ring $\mathcal{A}$, where $\Sigma$ is an arbitrary domain of operators for the ring L. In a subsequent note [2], V.M. Kurochkin pointed out the insufficient rigor of the proof he proposed for this theorem. In the present paper, an example is constructed which demonstrates that, for the above formulation, the theorem is not valid. Consider a linear space $A$ with basis elements $a_{i}(i=1,2, \ldots, 13)$ over the field $G F(2)$. We make the space $A$ into a ring by defining multiplication according to the following formulas: $$ \begin{aligned} & a_{1} a_{2}=a_{2} a_{1}=a_{11} ; \quad a_{1} a_{3}=a_{3} a_{1}=a_{13} ; \quad a_{2} a_{3}=a_{3} a_{2}=a_{12} \\ & a_{1} a_{8}=a_{8} a_{1}=a_{2} a_{6}=a_{6} a_{2}=a_{3} a_{5}=a_{5} a_{3}=a_{10} \end{aligned} $$ and in all remaining cases $a_{i} a_{j}=0$. Since the following equations hold identically as a consequence of the multiplication table, $$ x^{2}=0 ; \quad(x y) z=0 $$ the ring $A$ is a Lie ring. Now let $\Sigma$ be the linear space over the same field with basis elements $e_{i}$ $(i=0,1,2,3)$. Define a multiplication in $\Sigma$ as follows: $$ e_{i} e_{0}=e_{0} e_{i}=e_{i}, i=0,1,2,3 ; \quad e_{i} e_{j}=0, i, j \neq 0 $$ Define an action of the elements of $\Sigma$ on the elements of $A$ in the following way: $$ \begin{aligned} & e_{0} a_{i}=a_{i}, i=1,2, \ldots, 13 \\ & e_{1} a_{1}=a_{4} ; e_{1} a_{2}=a_{5} ; e_{1} a_{3}=a_{6} ; e_{1} a_{12}=a_{10} ; e_{1} a_{k}=0,31$. Among the most important classes of algebras, there remain only the commutative and anticommutative algebras. In the present paper, it is proved that for the free algebras of these two classes, the corresponding problem has a positive solution. For brevity and convenience of exposition, we will call commutative algebras $C$-algebras and anticommutative algebras $A C$-algebras. Analogously to the definitions of A.I. Malcev [3] we call an algebra $\mathcal{A}$ over a field $P$ a free $\varepsilon$-algebra where $\varepsilon=C$ or $\varepsilon=A C$ if it is defined by some set $R$ of generators and by the identical relation $$ x y+\delta y x=0 $$ where $\delta=-1$ for $\varepsilon=C$ and $\delta=+1$ for $\varepsilon=A C$, and also for $\varepsilon=A C$ we will assume ${ }^{1}$ that the characteristic of $P$ is not 2 since this case will be included in the case $\varepsilon=C$. In the proof of Theorem 1 below, we use a method that is similar to Hall's method in [1], and in the proof of Theorem 2 below, we partially use the methods[^20]of A.G. Kurosh [2] and of the present author [4]. The present work can be studied independently of the above-mentioned papers, although it can be regarded as a sequel to the present author's work [4]. The present work was carried out under the supervision of A.G. Kurosh, to whom the author expresses his deep gratitude. 2. Let $R=\left\{a_{\alpha}\right\}$ be some set of symbols where $\alpha$ takes values in some non-empty set of indices. Consider nonassociative words of various lengths formed from these symbols, in the sense of the definitions given in the work of A.G. Kurosh [2]; we will call them $R$-words or simply words. Definition. Words of length 1 will be called $\varepsilon$-regular and ordered arbitrarily. Assuming that $\varepsilon$-regular words of length less than $n, n>1$, have been already defined and ordered in such a way that words of smaller length precede words of greater length, a word $w$ of length $n$ will be called $\varepsilon$-regular if 1) $w=u v$ where $u$ and $v$ are $\varepsilon$-regular words; 2) $u \geq v$ for $\varepsilon=C$ and $u>v$ for $\varepsilon=A C$. We order arbitrarily the $\varepsilon$-regular words of length $n$ defined in this way, and declare them to be greater than regular words of smaller length. The symbols $<,>, \leq, \geq$ as applied to $\varepsilon$-regular words in the above definition, as well as in the remainder of this paper, will be understood in the sense of the ordering of these words. Theorem 1. The collection of all $\varepsilon$-regular words for $\varepsilon=C, A C$ forms a basis of the free $\varepsilon$-algebra $\mathcal{A}$ with the system of free generators $R$. We demonstrate a method that allows us to assign uniquely, to each word $w$ of the free $\varepsilon$-algebra $\mathcal{A}$, some element $w^{*}$ of the same algebra such that $$ w^{*}=w \text { in the algebra } \mathcal{A} $$ where $w^{*}$ is either an $\varepsilon$-regular word with coefficient +1 or -1 , or 0 . For words of length 1 , we set $w^{*}=w$. Suppose such a method is already defined for words of length less than $n$, and let $w$ be a word of length $n, n>1$. Then $w=u v$. We set $$ \begin{aligned} & w^{*}=u^{*} v^{*}, \text { if } u^{*} \geq v^{*} \text { in case } \varepsilon=C, \text { or } u^{*}>v^{*} \text { in case } \varepsilon=A C \\ & w^{*}=0 \text { if } u^{*}=v^{*} \text { in case } \varepsilon=A C \\ & w^{*}=-\delta v^{*} u^{*} \text { if } u^{*}j\right)$ which satisfy property $A$ and some nontrivial relation $f\left(b_{1}, b_{2}, \ldots, b_{q}\right)=0$, then the elements of the finite set $\mathcal{M}=\left\{c_{i}\right\}$ $(i=1,2, \ldots, q)$ that have the form $c_{i}=b_{i}+w_{i}$, where $w_{i}$ is an element of the subalgebra generated by the elements $b_{k}(kj$ either $n\left(b_{i}\right)>n\left(b_{j}\right)$ or $\overline{b_{i}} \geq \overline{b_{j}}$ where $\overline{b_{i}}, \overline{b_{j}}$ are the $\varepsilon$-regular words of the leading terms of the elements $b_{i}, b_{j}$. We will show that using the lemma we can obtain $\overline{b_{i}}>\overline{b_{j}}$ for $i>j$. Separate in $\mathcal{M}_{1}$ the subset $\mathcal{M}_{1 k}$ of elements of degree $k$. Consider in $\mathcal{M}_{1 k}$ the subset $\overline{\mathcal{M}_{1 k}}$ of elements with the greatest leading terms (up to a coefficient from the field $P$ ). Let $$ \overline{\mathcal{M}_{1 k}}=\left\{b_{i}\right\}\left(i=i_{k}, i_{k}+1, \ldots, i_{k}+q_{k}\right) $$ Replacing in $\mathcal{M}_{1 k}$ the subset $\overline{\mathcal{M}_{1 k}}$ by the set of elements $$ b_{i_{k}}, b_{i_{k}+1}-\alpha_{1} b_{i_{k}}, b_{i_{k}+2}-\alpha_{2} b_{i_{k}}, \ldots, b_{i_{k}+q_{k}}-\alpha_{q_{k}} b_{i_{k}} $$ where $\alpha_{s}\left(s=1,2, \ldots, q_{k}\right)$ are the elements of the field $P$ chosen such that in the differences above the leading terms cancel, we obtain that in the set $\mathcal{M}_{1 k}$ there will be only one element with leading term $\overline{b_{i_{k}}}$ and the leading terms of all other elements will be less than $\overline{b_{i_{k}}}$. Doing the same with the set $\left\{b_{i_{1}+s}-\alpha_{s} b_{i_{k}}\right\}$ $\left(s=1,2, \ldots, q_{k}\right)$ and so on, we transform the set $\mathcal{M}_{1 k}$ into a set in which all leading terms are distinct. We perform the same transformations for all possible $k$. Obviously, these transformations conform to the requirements of the lemma. If it now turns out that some term $\overline{\bar{w}}$ of the highest part of some element $w$ of the resulting set can be represented as a product of leading terms of other elements of the set, then obviously the latter terms will not have greater degree. Therefore we can eliminate the term $\overline{\bar{w}}$ in $w$ by subtracting from $w$ the product of the corresponding elements with the appropriate arrangement of parentheses. We assume by induction that the elements of the set under consideration that precede the element $w$ are such that the terms of their highest parts can no longer be represented as products of leading terms of other elements. It is clear that, even if after performing the subtraction we obtain new terms that can be represented as products of leading terms of other elements, then the number of such factors in such terms is strictly less than the corresponding number for the term $\overline{\bar{w}}$. The proof can now be completed by a straightforward induction. Let us now prove that the properties satisfied by the set $\mathcal{N}$ are contradictory. Indeed, let $\bar{f}=0$ be a non-trivial relation satisfied by the elements of the set $\mathcal{N}$, and let $$ e=\alpha b_{i_{1}} b_{i_{2}} \cdots b_{i_{s}}, \alpha \in P, b_{i_{k}} \in \mathcal{N}(k=1,2, \ldots, s) $$ where parentheses are arranged in a certain way, be one of the terms of the regular polynomial $\bar{f}$; this term is chosen from among the terms for which the number $n=\sum_{k=1}^{s} n\left(b_{i_{k}}\right)$ is maximal, in such a way that the number $s$ is maximal. We show that, when the word $$ \bar{e}=\overline{b_{i_{1}}} \overline{b_{i_{2}}} \cdots \overline{b_{i_{s}}} $$ where $\overline{b_{i_{k}}}$ is the leading term of the element $b_{i_{k}}$ and parentheses are arranged in the same way as before, is rewritten in $\varepsilon$-regular form $\bar{e}^{*}$, there will be no such term among the other $\varepsilon$-regular words obtained by representing the left-hand side of the non-trivial relation $\bar{f}=0$ as a linear combination of $\varepsilon$-regular $R$-words. Indeed, such a word could only appear after rewriting some product of terms of highest parts of elements of $\mathcal{N}$ in $\varepsilon$-regular form. Assume that there is a term, $$ \overline{\bar{m}}=\beta \overline{\overline{b_{j_{1}}}} \overline{\overline{b_{j_{2}}}} \cdots \overline{\overline{b_{j_{r}}}} $$ where $\overline{\overline{b_{j_{k}}}}$ is some term in the highest part of the element $b_{j_{k}}$, such that $\overline{\bar{m}}^{*}$ and $\bar{e}^{*}$ are similar terms. Then, since all $\overline{\overline{b_{j_{k}}}}$ and $\overline{b_{i_{k}}}$ are assumed to be $\varepsilon$-regular, from the process of constructing $w^{*}$ from $w$ it follows that $\overline{\bar{m}}^{*}$ can be represented as a product of the same words $\overline{\overline{b_{j_{1}}}}, \ldots, \overline{\overline{b_{j_{r}}}}$ with possibly a different order and a different arrangement of parentheses. The same applies to the term $\bar{e}^{*}$. If some term $\overline{\overline{b_{j_{k}}}}$ is not in fact the leading term of the element $b_{j_{k}}$, then it cannot be represented as a product of leading terms of the elements of $\mathcal{N}$ (we recall that analogous statements are made up to a factor from the field $P$ ); therefore, from the similarity of $\bar{e}^{*}$ and $\bar{m}^{*}$, it follows that $b_{j_{k}}$ taken in a product with other terms $\overline{b_{j_{t}}}$ must give the leading term $\overline{b_{i_{g}}}$; but from here it follows that $r>s$ which is impossible. Therefore, all $\overline{\overline{b_{j_{k}}}}$ are in fact the leading terms of the corresponding elements. On the other hand, from the equation $$ (\alpha \bar{e}-\overline{\bar{m}})^{*}=0, \alpha \in P $$ it follows that $$ \left(\alpha_{1} e-m\right)^{*}=0, \alpha_{1} \in P $$ where $m=\beta b_{j_{1}} b_{j_{2}} \cdots b_{j_{r}}$ is the term of the polynomial $\bar{f}$ from which the term $\overline{\bar{m}}$ could be obtained. Therefore, since the polynomial $\bar{f}$ is $\varepsilon$-regular, $e$ and $m$ are similar terms, which is a contradiction. This completes the proof of Theorem 2. ## References [1] M. Hall, A basis for free Lie rings and higher commutators in free groups, Proc. Amer. Math. Soc. 1 (1950) 575-581. [2] A.G. Kurosh, Nonassociative free algebras and free products of algebras, Mat. Sbornik N.S. 20 (1947) 239-262. [3] A.I. Malcev, On algebras defined by identical relations, Mat. Sbornik N.S. 26 (1950) 19-33. [4] A.I. Shirshov, Subalgebras of free Lie algebras, Mat. Sbornik N.S. 33 (1953) 441-45. # On Special $J$-rings A.I. Shirshov ## 1. Introduction A commutative ring such that for every pair of elements $a$ and $b$ the following equation holds, $$ J_{0}\{a, b\} \equiv\left(a^{2} b\right) a-a^{2}(b a)=0 $$ is called a Jordan ring ${ }^{1}$. In the first four sections of this paper, we will consider Jordan algebras ${ }^{2}$ over an arbitrary ring of coefficients $\Sigma$, assuming only that $\Sigma$ is a unital ring and that for each element $a$ in the Jordan algebra there exists a unique element $b$ such that $2 b=a$. Clearly, in this case the equation $2 a=0$ implies $a=0$. In such Jordan algebras, i.e., Jordan algebras without elements of order 2 in the additive group, the following equations hold: $$ \begin{aligned} & J_{1}\{x, y, z, t\} \equiv \\ & \quad[(y z) x] t+[(t y) x] z+[(z t) x] y-(y z)(x t)-(t y)(x z)-(z t)(x y)=0 \\ & J_{2}\{x, y, z, t\} \equiv \\ & \quad[(y z) x] t+[(t y) x] z+[(z t) x] y-[(x z) y] t-[(t x) y] z-[(z t) y] x=0 \end{aligned} $$ The validity of equation (2) follows from the relation $$ \begin{aligned} & J_{0}\{y+z+t, x\}-J_{0}\{-y+z+t, x\}-J_{0}\{y-z+t, x\}-J_{0}\{y+z-t, x\} \\ & =8 J_{1}\{x, y, z, t\} \end{aligned} $$ which can be verified by direct computation, and then equation (3) follows from (2) using the relation $$ J_{2}\{x, y, z, t\}=J_{1}\{x, y, z, t\}-J_{1}\{y, x, z, t\} $$ Mat. Sbornik N.S. 38 (80), (1956), no. 2, 149-166. (c) 2009 Translated from the Russian original by M.R. Bremner and M.V. Kochetov. ${ }^{1}$ Literally, "J-ring". We adopt the modern terminology, "Jordan ring" . [Translators] ${ }^{2}$ Literally, "Jordan rings with an arbitrary ring $\Sigma$ of operators". [Translators] Jordan algebras also satisfy the relation $$ \left(b a^{s}\right) a^{t}=\left(b a^{t}\right) a^{s} $$ which generalizes equation (1). Indeed, suppose that relation (4) holds for exponents $s_{1}$ and $t_{1}$ such that $s_{1}+t_{1}m$. We can do this without loss of generality, because in the contrary case, we can consider $\bar{\alpha}$ instead of $\alpha$. Using hypothesis 2) we obtain: $$ \begin{aligned} & \alpha^{*} \circ \beta^{*}=\left(a^{s} D a^{m}\right)^{*} \circ a^{t} \\ & \left.=a^{t} \circ\left\{2 a^{m} \circ\left[a^{m} \circ\left(a^{s-m} D\right)\right]-a^{2 m} \circ\left(a^{s-m} D\right)\right]\right\}^{*} \\ & =2 a^{t} \circ\left\{a^{m} \circ\left[a^{m} \circ\left(a^{s-m} D\right)^{*}\right]\right\}-a^{t} \circ\left[a^{2 m} \circ\left(a^{s-m} D\right)^{*}\right] \\ & =J_{2}\left\{a^{m},\left(a^{s-m} D\right)^{*}, a^{t}, a^{m}\right\}+2 a^{m+t} \circ\left[a^{m} \circ\left(a^{s-m} D\right)^{*}\right]-a^{2 m+t} \circ\left(a^{s-m} D\right)^{*} \\ & =\left(a^{s} D\right)^{*} \circ a^{m+t}+\left(a^{s-m} D a^{m}\right)^{*} \circ a^{m+t}-a^{2 m+t} \circ\left(a^{s-m} D\right)^{*} . \end{aligned} $$ From equation (19) it follows that the proof can be completed by induction on the degree of $\beta$, with constant sums of heights and degrees of $\alpha$ and $\beta$. Assuming that the lemma holds for $t^{\prime}>t$, we have: $$ \left(a^{s-m} D a^{m}\right)^{*} \circ a^{m+t}=\frac{1}{2}\left(a^{s+t} D a^{m}\right)^{*}+\frac{1}{2}\left(a^{s-m} D a^{2 m+t}\right)^{*} $$ From inductive hypothesis 1) it follows that: $$ \left(a^{s} D\right)^{*} \circ a^{m+t}=\frac{1}{2}\left(a^{m+t+s} D\right)^{*}+\frac{1}{2}\left(a^{s} D a^{m+t}\right)^{*} $$ and $$ a^{2 m+t} \circ\left(a^{s-m} D\right)^{*}=\frac{1}{2}\left(a^{m+t+s} D\right)^{*}+\frac{1}{2}\left(a^{s-m} D a^{2 m+t}\right)^{*} $$ Using equations (20), (21) and (22), we obtain from (19): $$ \alpha^{*} \circ \beta^{*}=\frac{1}{2}\left(a^{s+t} D a^{m}\right)^{*}+\frac{1}{2}\left(a^{s} D a^{m+t}\right)^{*}=(\alpha \circ \beta)^{*} $$ as desired. Remark. The sum of heights in Case 1 is odd, and in Case 2 is even. From transformations (17) through (22) it is clear that the proof in Case 2 reduces to Case 1 with the sum of heights being smaller by 1 . Therefore the validity of the Main Lemma for Case 2 with the sum of the heights of $\alpha$ and $\beta$ equal to $2 \ell$ can be assumed as soon as the validity is assumed for Case 1 with the corresponding sum equal to $2 \ell-1$. This remark will be needed in the proof of Case 5 . 4.3. Case 3: $\alpha=a^{m} b^{s} D b^{r} a^{t}, \beta=b^{n}$ First we consider the easier special case when the word $D$ is empty. Let $\alpha_{1}=$ $a^{m} b^{s} a^{t}$. Then from equations (2), (4), and the definitions of the operations, it follows that $$ \begin{aligned} &\left(\alpha_{1} \circ \beta\right)^{*}=\frac{1}{2}\left(a^{m} b^{s} a^{t} b^{n}\right)^{*}+\frac{1}{2}\left(b^{n} a^{m} b^{s} a^{t}\right)^{*} \\ &= a^{m} \circ\left[b^{n} \circ\left(b^{s} \circ a^{t}\right)\right]+b^{n} \circ\left[a^{m} \circ\left(b^{s} \circ a^{t}\right)\right]-\left(b^{n} \circ a^{m}\right) \circ\left(b^{s} \circ a^{t}\right) \\ & \quad-\frac{1}{2} b^{n+s} \circ a^{m+t}+b^{n} \circ\left[a^{t} \circ\left(a^{m} \circ b^{s}\right)\right]+a^{t} \circ\left[b^{n} \circ\left(a^{m} \circ b^{s}\right)\right] \\ &-\left(b^{n} \circ a^{t}\right) \circ\left(b^{s} \circ a^{m}\right)-\frac{1}{2} b^{n+s} \circ a^{m+t} \\ &= J_{1}\left\{b^{n}, b^{s}, a^{t}, a^{m}\right\}-b^{s} \circ\left(b^{n} \circ a^{t+m}\right)+2 b^{n} \circ\left[a^{m} \circ\left(b^{s} \circ a^{t}\right)\right] \\ &= 2\left[a^{m} \circ\left(b^{s} \circ a^{t}\right)\right] \circ b^{n}-\left(a^{t+m} \circ b^{s}\right) \circ b^{n}=\alpha_{1}^{*} \circ \beta^{*}, \end{aligned} $$ as desired. In the general case, the proof is much longer. Using inductive hypothesis 1), the definitions of the operations, and equation (4), we obtain $$ \begin{aligned} &(\alpha \circ \beta)^{*}-\alpha^{*} \circ \beta^{*}=\left[\left(a^{m} b^{s} D b^{r} a^{t}\right) \circ b^{n}\right]^{*}-\left(a^{m} b^{s} D b^{r} a^{t}\right)^{*} \circ b^{n} \\ &= \frac{1}{2}\left(a^{m} b^{s} D b^{r} a^{t} b^{n}\right)^{*}+\frac{1}{2}\left(b^{n} a^{m} b^{s} D b^{r} a^{t}\right)^{*}-\left(a^{m} b^{s} D b^{r} a^{t}\right)^{*} \circ b^{n} \\ &= a^{m} \circ\left[b^{n} \circ\left(b^{s} D b^{r} a^{t}\right)^{*}\right]+b^{n} \circ\left[a^{m} \circ\left(b^{s} D b^{r} a^{t}\right)^{*}\right]-\left(b^{n} \circ a^{m}\right) \circ\left(b^{s} D b^{r} a^{t}\right)^{*} \\ &-\frac{1}{2}\left(b^{n+s} D b^{r} a^{t+m}\right)^{*}+b^{n} \circ\left[a^{t} \circ\left(a^{m} b^{s} D b^{r}\right)^{*}\right]+a^{t} \circ\left[b^{n} \circ\left(a^{m} b^{s} D b^{r}\right)^{*}\right] \\ &-\left(a^{t} \circ b^{n}\right) \circ\left(a^{m} b^{s} D b^{r}\right)^{*}-\frac{1}{2}\left(a^{m+t} b^{s} D b^{r+n}\right)^{*}-b^{n} \circ\left[a^{m} \circ\left(b^{s} D b^{r} a^{t}\right)^{*}\right] \\ &-b^{n} \circ\left[a^{t} \circ\left(a^{m} b^{s} D b^{r}\right)^{*}\right]+b^{n} \circ\left[a^{m+t} \circ\left(b^{s} D b^{r}\right)^{*}\right] \\ &= a^{m} \circ\left[b^{n} \circ\left(b^{s} D b^{r} a^{t}\right)^{*}\right]-\left(b^{n} \circ a^{m}\right) \circ\left(b^{s} D b^{r} a^{t}\right)^{*}+a^{t} \circ\left[b^{n} \circ\left(a^{m} b^{s} D b^{r}\right)^{*}\right] \\ &-\left(a^{t} \circ b^{n}\right) \circ\left(a^{m} b^{s} D b^{r}\right)^{*}-\frac{1}{2}\left(b^{n+s} D b^{r} a^{t+m}\right)^{*}-\frac{1}{2}\left(a^{m+t} b^{s} D b^{r+n}\right)^{*} \\ &+b^{n} \circ\left[a^{m+t} \circ\left(b^{s} D b^{r}\right)^{*}\right] \end{aligned} $$ $$ \begin{aligned} & =a^{m} \circ\left[b^{n} \circ\left(b^{s} D b^{r} a^{t}\right)^{*}\right]-\left(b^{n} \circ a^{m}\right) \circ\left(b^{s} D b^{r} a^{t}\right)^{*} \\ & +2 a^{t} \circ\left\{b^{n} \circ\left[a^{m} \circ\left(b^{s} D b^{r}\right)^{*}\right]\right\}-a^{t} \circ\left[b^{n} \circ\left(b^{s} D b^{r} a^{m}\right)^{*}\right] \\ & -2\left(a^{t} \circ b^{n}\right) \circ\left[a^{m} \circ\left(b^{s} D b^{r}\right)^{*}\right]+\left(a^{t} \circ b^{n}\right) \circ\left(b^{s} D b^{r} a^{m}\right)^{*} \\ & -\frac{1}{2}\left(b^{n+s} D b^{r} a^{t+m}\right)^{*}-\frac{1}{2}\left(a^{m+t} b^{s} D b^{r+n}\right)^{*}+b^{n} \circ\left[a^{m+t} \circ\left(b^{s} D b^{r}\right)^{*}\right] \\ & =2 a^{m} \circ\left\langle b^{n} \circ\left\{b^{s} \circ\left[a^{t} \circ\left(D b^{r}\right)^{*}\right]\right\}\right\rangle+2 a^{m} \circ\left\langle b^{n} \circ\left\{a^{t} \circ\left[b^{s} \circ\left(D b^{r}\right)^{*}\right]\right\}\right\rangle \\ & -2 a^{m} \circ\left\{b^{n} \circ\left[\left(a^{t} \circ b^{s}\right) \circ\left(D b^{r}\right)^{*}\right]\right\}-2\left(a^{m} \circ b^{n}\right) \circ\left\{b^{s} \circ\left[a^{t} \circ\left(D b^{r}\right)^{*}\right]\right\} \\ & -2\left(a^{m} \circ b^{n}\right) \circ\left\{a^{t} \circ\left[b^{s} \circ\left(D b^{r}\right)^{*}\right]\right\}+2\left(a^{m} \circ b^{n}\right) \circ\left[\left(a^{t} \circ b^{s}\right) \circ\left(D b^{r}\right)^{*}\right] \\ & -2 a^{t} \circ\left\langle b^{n} \circ\left\{b^{s} \circ\left[a^{m} \circ\left(D b^{r}\right)^{*}\right]\right\}\right\rangle-2 a^{t} \circ\left\langle b^{n} \circ\left\{a^{m} \circ\left[b^{s} \circ\left(D b^{r}\right)^{*}\right]\right\}\right\rangle \\ & +2 a^{t} \circ\left\{b^{n} \circ\left[\left(a^{m} \circ b^{s}\right) \circ\left(D b^{r}\right)^{*}\right]\right\}+2\left(a^{t} \circ b^{n}\right) \circ\left\{b^{s} \circ\left[a^{m} \circ\left(D b^{r}\right)^{*}\right]\right\} \\ & +2\left(a^{t} \circ b^{n}\right) \circ\left\{a^{m} \circ\left[b^{s} \circ\left(D b^{r}\right)^{*}\right]\right\}-2\left(a^{t} \circ b^{n}\right) \circ\left[\left(a^{m} \circ b^{s}\right) \circ\left(D b^{r}\right)^{*}\right] \\ & +2 a^{t} \circ\left\{b^{n} \circ\left[a^{m} \circ\left(b^{s} D b^{r}\right)^{*}\right]\right\}-2\left(a^{t} \circ b^{n}\right) \circ\left[a^{m} \circ\left(b^{s} D b^{r}\right)^{*}\right] \\ & -\frac{1}{2}\left(b^{n+s} D b^{r} a^{t+m}\right)^{*}-\frac{1}{2}\left(a^{m+t} b^{s} D b^{r+n}\right)^{*}+b^{n} \circ\left[a^{m+t} \circ\left(b^{s} D b^{r}\right)^{*}\right] \\ & -a^{m} \circ\left[b^{n} \circ\left(a^{t} D b^{r+s}\right)^{*}\right]+a^{t} \circ\left[b^{n} \circ\left(a^{m} D b^{r+s}\right)^{*}\right] \\ & +\left(a^{m} \circ b^{n}\right) \circ\left(a^{t} D b^{r+s}\right)^{*}-\left(a^{t} \circ b^{n}\right) \circ\left(a^{m} D b^{r+s}\right)^{*} \\ & =2 J_{1}\left\{b^{n}, a^{m}, b^{s}, a^{t} \circ\left(D b^{r}\right)^{*}\right\}-2 b^{s} \circ\left\langle b^{n} \circ\left\{a^{m} \circ\left[a^{t} \circ\left(D b^{r}\right)^{*}\right]\right\}\right\rangle \\ & -2\left[\left(a^{m} \circ b^{s}\right) \circ b^{n}\right] \circ\left[a^{t} \circ\left(D b^{r}\right)^{*}\right]+2 b^{n+s} \circ\left\{a^{m} \circ\left[a^{t} \circ\left(D b^{r}\right)^{*}\right]\right\} \\ & +2\left\{b^{n} \circ\left[a^{t} \circ\left(D b^{r}\right)^{*}\right]\right\} \circ\left(a^{m} \circ b^{s}\right)-2 a^{t} \circ\left\langle b^{n} \circ\left\{a^{m} \circ\left[b^{s} \circ\left(D b^{r}\right)^{*}\right]\right\}\right. \\ & +2\left(a^{t} \circ b^{n}\right) \circ\left\{a^{m} \circ\left[b^{s} \circ\left(D b^{r}\right)^{*}\right]\right\}-2 J_{1}\left\{b^{n}, a^{m}, a^{t} \circ b^{s},\left(D b^{r}\right)^{*}\right\} \\ & +2\left(a^{t} \circ b^{s}\right) \circ\left\{b^{n} \circ\left[a^{m} \circ\left(D b^{r}\right)^{*}\right]\right\}+2\left\{b^{n} \circ\left[a^{m} \circ\left(a^{t} \circ b^{s}\right)\right]\right\} \circ\left(D b^{r}\right)^{*} \\ & -2\left[\left(a^{t} \circ b^{s}\right) \circ b^{n}\right] \circ\left[a^{m} \circ\left(D b^{r}\right)^{*}\right]-2\left[a^{m} \circ\left(a^{t} \circ b^{s}\right)\right] \circ\left[b^{n} \circ\left(D b^{r}\right)^{*}\right] \\ & -2 J_{1}\left\{b^{n}, a^{t}, b^{s}, a^{m} \circ\left(D b^{r}\right)^{*}\right\}+2 b^{s} \circ\left\langle b^{n} \circ\left\{a^{t} \circ\left[a^{m} \circ\left(D b^{r}\right)^{*}\right]\right\}\right\rangle \\ & +2\left[\left(a^{t} \circ b^{s}\right) \circ b^{n}\right] \circ\left[a^{m} \circ\left(D b^{r}\right)^{*}\right]-2 b^{n+s} \circ\left\{a^{t} \circ\left[a^{m} \circ\left(D b^{r}\right)^{*}\right]\right\} \\ & -2\left\{b^{n} \circ\left[a^{m} \circ\left(D b^{r}\right)^{*}\right]\right\} \circ\left(a^{t} \circ b^{s}\right)+2 a^{m} \circ\left\langle b^{n} \circ\left\{a^{t} \circ\left[b^{s} \circ\left(D b^{r}\right)^{*}\right]\right\}\right\rangle \\ & -2\left(a^{m} \circ b^{n}\right) \circ\left\{a^{t} \circ\left[b^{s} \circ\left(D b^{r}\right)^{*}\right]\right\}+2 J_{1}\left\{b^{n}, a^{t}, a^{m} \circ b^{s},\left(D b^{r}\right)^{*}\right\} \\ & -2\left(a^{m} \circ b^{s}\right) \circ\left\{b^{n} \circ\left[a^{t} \circ\left(D b^{r}\right)^{*}\right]\right\}-2\left\{b^{n} \circ\left[a^{t} \circ\left(a^{m} \circ b^{s}\right)\right]\right\} \circ\left(D b^{r}\right)^{*} \\ & +2\left[\left(a^{m} \circ b^{s}\right) \circ b^{n}\right] \circ\left[a^{t} \circ\left(D b^{r}\right)^{*}\right]+2\left[a^{t} \circ\left(a^{m} \circ b^{s}\right)\right] \circ\left[b^{n} \circ\left(D b^{r}\right)^{*}\right] \\ & +2 a^{t} \circ\left\{b^{n} \circ\left[a^{m} \circ\left(b^{s} D b^{r}\right)^{*}\right]\right\}-2\left(a^{t} \circ b^{n}\right) \circ\left[a^{m} \circ\left(b^{s} D b^{r}\right)^{*}\right] \\ & -\frac{1}{2}\left(b^{n+s} D b^{r} a^{t+m}\right)^{*}-\frac{1}{2}\left(a^{m+t} b^{s} D b^{r+n}\right)^{*}+b^{n} \circ\left[a^{m+t} \circ\left(b^{s} D b^{r}\right)^{*}\right] \\ & -a^{m} \circ\left[b^{n} \circ\left(a^{t} D b^{r+s}\right)^{*}\right]+\left(a^{m} \circ b^{n}\right) \circ\left(a^{t} D b^{r+s}\right)^{*} \\ & +a^{t} \circ\left[b^{n} \circ\left(a^{m} D b^{r+s}\right)^{*}\right]-\left(a^{t} \circ b^{n}\right) \circ\left(a^{m} D b^{r+s}\right)^{*} \end{aligned} $$ $$ \begin{aligned} & =-2 a^{t} \circ\left\langle b^{n} \circ\left\{a^{m} \circ\left[b^{s} \circ\left(D b^{r}\right)^{*}\right]\right\}\right\rangle+2\left(a^{t} \circ b^{n}\right) \circ\left\{a^{m} \circ\left[b^{s}\left(D b^{r}\right)^{*}\right]\right\} \\ & +2 a^{m} \circ\left\langle b^{n} \circ\left\{a^{t} \circ\left[b^{s} \circ\left(D b^{r}\right)^{*}\right]\right\}\right\rangle-2\left(a^{m} \circ b^{n}\right) \circ\left\{a^{t} \circ\left[b^{s} \circ\left(D b^{r}\right)^{*}\right]\right\} \\ & +2 a^{t} \circ\left\{b^{n} \circ\left[a^{m} \circ\left(b^{s} D b^{r}\right)^{*}\right]\right\}-2\left(a^{t} \circ b^{n}\right) \circ\left[a^{m} \circ\left(b^{s} D b^{r}\right)^{*}\right] \\ & -\frac{1}{2}\left(b^{n+s} D b^{r} a^{t+m}\right)^{*}-\frac{1}{2}\left(a^{m+t} b^{s} D b^{r+n}\right)^{*}+b^{n} \circ\left[a^{m+t} \circ\left(b^{s} D b^{r}\right)^{*}\right] \\ & -a^{m} \circ\left[b^{n} \circ\left(a^{t} D b^{r+s}\right)^{*}\right]+\left(a^{m} \circ b^{n}\right) \circ\left(a^{t} D b^{r+s}\right)^{*} \\ & +a^{t} \circ\left[b^{n} \circ\left(a^{m} D b^{r+s}\right)^{*}\right]-\left(a^{t} \circ b^{n}\right) \circ\left(a^{m} D b^{r+s}\right)^{*} \\ & =-2 a^{t} \circ\left\langle b^{n} \circ\left\{a^{m} \circ\left[b^{s} \circ\left(D b^{r}\right)^{*}\right]\right\}\right\rangle+2\left(a^{t} \circ b^{n}\right) \circ\left\{a^{m} \circ\left[b^{s} \circ\left(D b^{r}\right)^{*}\right]\right\} \\ & +2 J_{1}\left\{b^{n}, a^{t}, a^{m}, b^{s} \circ\left(D b^{r}\right)^{*}\right\}-2 a^{t} \circ\left\langle b^{n} \circ\left\{a^{m} \circ\left[b^{s} \circ\left(D b^{r}\right)^{*}\right]\right\}\right\rangle \\ & -2\left(a^{m+t} \circ b^{n}\right) \circ\left[b^{s} \circ\left(D b^{r}\right)^{*}\right]+2\left(a^{t} \circ b^{n}\right) \circ\left\{a^{m} \circ\left[b^{s} \circ\left(D b^{r}\right)^{*}\right]\right\} \\ & +2 a^{m+t} \circ\left\{b^{n} \circ\left[b^{s} \circ\left(D b^{r}\right)^{*}\right]\right\}+2 a^{t} \circ\left\{b^{n} \circ\left[a^{m} \circ\left(b^{s} D b^{r}\right)^{*}\right]\right\} \\ & -2\left(a^{t} \circ b^{n}\right) \circ\left[a^{m} \circ\left(b^{s} D b^{r}\right)^{*}\right]-\frac{1}{2}\left(b^{n+s} D b^{r} a^{t+m}\right)^{*}-\frac{1}{2}\left(a^{m+t} b^{s} D b^{r+n}\right)^{*} \\ & +b^{n} \circ\left[a^{m+t} \circ\left(b^{s} D b^{r}\right)^{*}\right]-a^{m} \circ\left[b^{n} \circ\left(a^{t} D b^{r+s}\right)^{*}\right]+\left(a^{m} \circ b^{n}\right) \circ\left(a^{t} D b^{r+s}\right)^{*} \\ & +a^{t} \circ\left[b^{n} \circ\left(a^{m} D b^{r+s}\right)^{*}\right]-\left(a^{t} \circ b^{n}\right) \circ\left(a^{m} D b^{r+s}\right)^{*} \\ & =-2 a^{t} \circ\left\{b^{n} \circ\left[a^{m} \circ\left(D b^{r+s}\right)^{*}\right]\right\}+2\left(a^{t} \circ b^{n}\right) \circ\left[a^{m} \circ\left(D b^{r+s}\right)^{*}\right] \\ & -2\left(a^{m+t} \circ b^{n}\right) \circ\left[b^{s} \circ\left(D b^{r}\right)^{*}\right]+2\left(a^{m+t} \circ\left\{b^{n} \circ\left[b^{s} \circ\left(D b^{r}\right)^{*}\right]\right\}\right. \\ & -\frac{1}{2}\left(b^{n+s} D b^{r} a^{t+m}\right)^{*}-\frac{1}{2}\left(a^{m+t} b^{s} D b^{r+m}\right)^{*}+b^{n} \circ\left[a^{m+t} \circ\left(b^{s} D b^{r}\right)^{*}\right] \\ & -a^{m} \circ\left[b^{n} \circ\left(a^{t} D b^{r+s}\right)^{*}\right]+\left(a^{m} \circ b^{n}\right) \circ\left(a^{t} D b^{r+s}\right)^{*} \\ & +a^{t} \circ\left[b^{n} \circ\left(a^{m} D b^{r+s}\right)^{*}\right]-\left(a^{t} \circ b^{n}\right) \circ\left(a^{m} D b^{r+s}\right)^{*} \\ & =\frac{1}{4}\left[-\left(a^{t} b^{n} a^{m} D b^{r+s}\right)^{*}-\left(a^{t} b^{n} D b^{s+r} a^{m}\right)^{*}-\left(a^{t+m} D b^{r+s+n}\right)^{*}\right. \\ & -\left(a^{t} D b^{r+s} a^{m} b^{n}\right)^{*}-\left(b^{n} a^{m} D b^{r+s} a^{t}\right)^{*}-\left(b^{n} D b^{r+s} a^{m+t}\right)^{*} \\ & -\left(a^{m} D b^{r+s+n} a^{t}\right)^{*}-\left(D b^{r+s} a^{m} b^{n} a^{t}\right)^{*}+\left(a^{t} b^{n} a^{m} D b^{r+s}\right)^{*} \\ & +\left(a^{t} b^{n} D b^{r+s} a^{m}\right)^{*}+\left(b^{n} a^{t+m} D b^{r+s}\right)^{*}+\left(b^{n} a^{t} D b^{r+s} a^{m}\right)^{*} \\ & +\left(a^{m} D b^{r+s} a^{t} b^{n}\right)^{*}+\left(D b^{r+s} a^{m+t} b^{n}\right)^{*}+\left(a^{m} D b^{r+s+n} a^{t}\right)^{*} \\ & +\left(D b^{r+s} a^{m} b^{n} a^{t}\right)^{*}-\left(a^{m+t} b^{n+s} D b^{r}\right)^{*}-\left(b^{n} a^{m+t} b^{s} D b^{r}\right)^{*} \\ & -\left(a^{m+t} b^{n} D b^{r+s}\right)^{*}-\left(b^{n} a^{m+t} D b^{r+s}\right)^{*}-\left(b^{s} D b^{r} a^{m+t} b^{n}\right)^{*} \\ & -\left(b^{s} D b^{r+n} a^{m+t}\right)^{*}-\left(D b^{r+s} a^{m+t} b^{n}\right)^{*}-\left(D b^{r+s+n} a^{m+t}\right)^{*} \\ & +\left(a^{m+t} b^{n+s} D b^{r}\right)^{*}+\left(a^{m+t} b^{n} D b^{r+s}\right)^{*}+\left(a^{m+t} b^{s} D b^{r+n}\right)^{*} \\ & +\left(a^{m+t} D b^{r+s+n}\right)^{*}+\left(b^{n+s} D b^{r} a^{m+t}\right)^{*}+\left(b^{n} D b^{r+s} a^{m+t}\right)^{*} \\ & +\left(b^{s} D b^{r+n} a^{m+t}\right)^{*}+\left(D b^{r+s+n} a^{m+t}\right)^{*}-2\left(b^{n+s} D b^{r} a^{t+m}\right)^{*} \\ & -2\left(a^{m+t} b^{s} D b^{r+n}\right)^{*}+\left(b^{n} a^{m+t} b^{s} D b^{r}\right)^{*}+\left(b^{n+s} D b^{r} a^{m+t}\right)^{*} \end{aligned} $$ $$ \begin{aligned} & +\left(a^{m+t} b^{s} D b^{r+n}\right)^{*}+\left(b^{s} D b^{r} a^{m+t} b^{n}\right)^{*}-\left(a^{m} b^{n} a^{t} D b^{r+s}\right)^{*} \\ & -\left(a^{m+t} D b^{r+s+n}\right)^{*}-\left(b^{n} a^{t} D b^{r+s} a^{m}\right)^{*}-\left(a^{t} D b^{r+s+n} a^{m}\right)^{*} \\ & +\left(a^{m} b^{n} a^{t} D b^{r+s}\right)^{*}+\left(b^{n} a^{m+t} D b^{r+s}\right)^{*}+\left(a^{t} D b^{r+s} a^{m} b^{n}\right)^{*} \\ & +\left(a^{t} D b^{r+s+n} a^{m}\right)^{*}+\left(a^{t} b^{n} a^{m} D b^{r+s}\right)^{*}+\left(a^{t+m} D b^{r+s+n}\right)^{*} \\ & +\left(b^{n} a^{m} D b^{r+s} a^{t}\right)^{*}+\left(a^{m} D b^{r+s+n} a^{t}\right)^{*}-\left(a^{t} b^{n} a^{m} D b^{r+s}\right)^{*} \\ & -\left(b^{n} a^{t+m} D b^{r+s}\right)^{*}-\left(a^{m} D b^{r+s} a^{t} b^{n}\right)^{*}-\left(a^{m} D b^{r+s+n} a^{t}\right)^{*} \end{aligned} $$ $$ =0 $$ as was to be established. 4.4. Case 4: $\alpha=a^{m} D b^{n}, \beta=a^{t} b^{q}$ From the definition of operation $*$ it follows that $$ \begin{aligned} \left(b^{q} a^{m} D b^{n} a^{t}\right)^{*}= & 2 b^{q} \circ\left[a^{t} \circ\left(a^{m} D b^{n}\right)^{*}\right]+2 a^{t} \circ\left[b^{q} \circ\left(a^{m} D b^{n}\right)^{*}\right] \\ & -2\left(a^{t} \circ b^{q}\right) \circ\left(a^{m} D b^{n}\right)^{*}-\left(a^{m+t} D b^{n+q}\right)^{*} . \end{aligned} $$ From this equation we have: $$ \begin{aligned} \alpha^{*} \circ \beta^{*}= & \left(a^{m} D b^{n}\right)^{*} \circ\left(a^{t} \circ b^{q}\right) \\ = & b^{q} \circ\left[a^{t} \circ\left(a^{m} D b^{n}\right)^{*}\right]+a^{t} \circ\left[b^{q} \circ\left(a^{m} D b^{n}\right)^{*}\right] \\ & -\frac{1}{2}\left(a^{m+t} D b^{n+q}\right)^{*}-\frac{1}{2}\left(b^{q} a^{m} D b^{n} a^{t}\right)^{*} \end{aligned} $$ Using inductive hypothesis 1), and the relation proved in Case 3, we obtain the equations $$ \begin{aligned} & b^{q} \circ\left[a^{t} \circ\left(a^{m} D b^{n}\right)^{*}\right]=b^{q} \circ\left(a^{t} \circ a^{m} D b^{n}\right)^{*}=\left[b^{q} \circ\left(a^{t} \circ a^{m} D b^{n}\right)\right]^{*} \\ & =\frac{1}{4}\left(b^{q} a^{t+m} D b^{n}\right)^{*}+\frac{1}{4}\left(b^{q} a^{m} D b^{n} a^{t}\right)^{*}+\frac{1}{4}\left(a^{t+m} D b^{n+q}\right)^{*}+\frac{1}{4}\left(a^{m} D b^{n} a^{t} b^{q}\right)^{*} \\ & a^{t} \circ\left[b^{q} \circ\left(a^{m} D b^{n}\right)^{*}\right]=\left[a^{t} \circ\left(b^{q} \circ a^{m} D b^{n}\right)\right]^{*} \\ & =\frac{1}{4}\left(a^{t} b^{q} a^{m} D b^{n}\right)^{*}+\frac{1}{4}\left(a^{t+m} D b^{n+q}\right)^{*}+\frac{1}{4}\left(b^{q} a^{m} D b^{n} a^{t}\right)^{*}+\frac{1}{4}\left(a^{m} D b^{n+q} a^{t}\right)^{*} \end{aligned} $$ From equations (23), (24) and (25) it follows that $$ \begin{aligned} \alpha^{*} \circ \beta^{*} & =\frac{1}{4}\left[\left(b^{q} a^{t+m} D b^{n}\right)^{*}+\left(a^{m} D b^{n} a^{t} b^{q}\right)^{*}+\left(a^{t} b^{q} a^{m} D b^{n}\right)^{*}+\left(a^{m} D b^{n+q} a^{t}\right)^{*}\right] \\ & =(\alpha \circ \beta)^{*} \end{aligned} $$ Clearly, the same proof is valid if the word $D$ is empty. 4.5. Case 5: $\alpha=a^{m} D a^{n}, \beta=a^{p} b^{q}$ 4.5.1. Step 1. First of all we prove that the lemma holds if $m=n$. Using inductive hypothesis 1) and the relation proved in Case 1, we have: $$ \alpha^{*} \circ \beta^{*}=\left(a^{n} D a^{n}\right)^{*} \circ\left(a^{p} \circ b^{q}\right)=\left[a^{n} \circ\left(a^{n} D+D a^{n}\right)-a^{2 n} \circ D\right]^{*} \circ\left(a^{p} \circ b^{q}\right) $$ $$ \begin{aligned} = & {\left[a^{n} \circ\left(a^{n} D+D a^{n}\right)^{*}\right] \circ\left(a^{p} \circ b^{q}\right)-\left(a^{2 n} \circ D^{*}\right) \circ\left(a^{p} \circ b^{q}\right) } \\ = & 2\left[a^{n} \circ\left(a^{n} \circ D^{*}\right)\right] \circ\left(a^{p} \circ b^{q}\right)-\left(a^{2 n} \circ D^{*}\right) \circ\left(a^{p} \circ b^{q}\right) \\ = & 2 J_{2}\left\{a^{n}, D^{*}, a^{n}, a^{p} \circ b^{q}\right\}-2\left\{a^{n} \circ\left[a^{n} \circ\left(a^{p} \circ b^{q}\right)\right]\right\} \circ D^{*} \\ & -2\left\{a^{n} \circ\left[D^{*} \circ\left(a^{p} \circ b^{q}\right)\right]\right\} \circ a^{n}+4\left\{D^{*} \circ\left[a^{n} \circ\left(a^{p} \circ b^{q}\right)\right]\right\} \circ a^{n} \\ & +\left(a^{2 n} \circ D^{*}\right) \circ\left(a^{p} \circ b^{q}\right) \\ = & -2\left\{a^{n} \circ\left[D^{*} \circ\left(a^{p} \circ b^{q}\right)\right]\right\} \circ a^{n}+4\left\{D^{*} \circ\left[a^{n} \circ\left(a^{p} \circ b^{q}\right)\right]\right\} \circ a^{n} \\ & +\left(a^{2 n} \circ D^{*}\right) \circ\left(a^{p} \circ b^{a}\right)-J_{1}\left\{a^{n}, a^{n}, a^{p}, b^{q}\right\} \circ D^{*}+\left(b^{q} \circ a^{2 n+p}\right) \circ D^{*} \\ & -2\left[a^{n+p} \circ\left(a^{n} \circ b^{q}\right)\right] \circ D^{*}-\left[a^{2 n} \circ\left(a^{p} \circ b^{q}\right)\right] \circ D^{*} \\ = & {\left[-2\left\{a^{n} \circ\left[D \circ\left(a^{p} \circ b^{q}\right)\right] \circ a^{n}+4\left\{D \circ\left[a^{n} \circ\left(a^{p} \circ b^{q}\right)\right]\right\} \circ a^{n}\right.\right.} \\ & +\left(a^{2 n} \circ D\right) \circ\left(a^{p} \circ b^{q}\right)-J_{1}\left\{a^{n}, a^{n}, a^{p}, b^{q}\right\} \circ D \\ & \left.+\left(b^{q} \circ a^{2 n+p}\right) \circ D-2\left[a^{n+p} \circ\left(a^{n} \circ b^{q}\right)\right] \circ D-\left[a^{2 n} \circ\left(a^{p} \circ b^{q}\right)\right] \circ D\right]^{*} \\ = & {\left[-2\left\{a^{n} \circ\left[a^{n} \circ\left(a^{p} \circ b^{q}\right)\right]\right\} \circ D-2\left\{a^{n} \circ\left[D \circ\left(a^{p} \circ b^{q}\right)\right]\right\} \circ a^{n}\right.} \\ & \left.+4\left\{D \circ\left[a^{n} \circ\left(a^{p} \circ b^{q}\right)\right]\right\} \circ a^{n}+\left(a^{2 n} \circ D\right) \circ\left(a^{p} \circ b^{q}\right)\right] \\ = & {\left[-2 J_{2}\left\{a^{n}, D, a^{n}, a^{p} \circ b^{q}\right\}+2\left[a^{n} \circ\left(a^{n} \circ D\right)\right] \circ\left(a^{p} \circ b^{q}\right)\right.} \\ & \left.-\left(a^{2 n} \circ D\right) \circ\left(a^{p} \circ b^{q}\right)\right]^{*} \\ = & \left\{\left[2 a^{n} \circ\left(a^{n} \circ D\right)-a^{2 n} \circ D\right] \circ\left(a^{p} \circ b^{q}\right)\right\}^{*}=\left[a^{n} D a^{n} \circ\left(a^{p} \circ b^{q}\right)\right]{ }^{*} \\ = & \left(\alpha \circ a^{p} b^{q}\right)^{*}=(\alpha \circ \beta)^{*} . \end{aligned} $$ 4.5.2. Step 2. Now suppose that the lemma holds for some pair of words $\alpha_{1}=$ $a^{t} D a^{r}, \beta_{1}=a^{k} b^{s}$. We will show that in this case the lemma also holds for the words $\alpha_{2}=a^{t} D a^{k}, \beta_{2}=a^{r} b^{s}$. Indeed, $$ \begin{aligned} \alpha_{2}^{*} \circ & \beta_{2}^{*}=\left(a^{t} D a^{k}\right)^{*} \circ\left(a^{r} \circ b^{s}\right) \\ = & 2\left[\left(a^{t} D\right)^{*} \circ a^{k}\right] \circ\left(a^{r} \circ b^{s}\right)-\left(a^{t+k} D\right)^{*} \circ\left(a^{r} \circ b^{s}\right) \\ = & -2 J_{1}\left\{\left(a^{t} D\right)^{*}, a^{k}, a^{r}, b^{s}\right\}+2\left[\left(a^{t} D\right)^{*} \circ a^{k+r}\right] \circ b^{s}+2\left[\left(a^{t} D\right)^{*} \circ\left(a^{k} \circ a^{s}\right)\right] \circ a^{r} \\ & +2\left[\left(a^{t} D\right)^{*} \circ\left(a^{r} \circ b^{s}\right)\right] \circ a^{k}-2\left[\left(a^{t} D\right)^{*} \circ b^{s}\right] \circ a^{k+r} \\ & -2\left[\left(a^{t} D\right)^{*} \circ a^{r}\right] \circ\left(a^{k} \circ b^{s}\right)-\left(a^{t+k} D\right)^{*} \circ\left(a^{r} \circ b^{s}\right) \\ = & {\left[-2 J_{1}\left\{a^{t} D, a^{k}, a^{r}, b^{s}\right\}+2\left(a^{t} D \circ a^{k+r}\right) \circ b^{s}+2\left[a^{t} D \circ\left(a^{k} \circ b^{s}\right)\right] \circ a^{r}\right.} \\ & +2\left[a^{t} D \circ\left(a^{r} \circ b^{s}\right)\right] \circ a^{k}-2\left(a^{t} D \circ b^{s}\right) \circ a^{k+r}-\left(a^{t+r} D\right) \circ\left(a^{k} \circ b^{s}\right) \\ & \left.-\left(a^{t+k} D\right) \circ\left(a^{r} \circ b^{s}\right)\right]^{*}-\left(a^{t} D a^{r}\right)^{*} \circ\left(a^{k} \circ b^{s}\right) \\ = & -\alpha_{1}^{*} \circ \beta_{1}^{*}+\left[2\left(a^{t} D \circ a^{r}\right) \circ\left(a^{k} \circ b^{s}\right)+2\left(a^{t} D \circ a^{k}\right) \circ\left(a^{r} \circ b^{s}\right)\right. \\ & \left.-\left(a^{t+r} D\right) \circ\left(a^{k} \circ b^{s}\right)-\left(a^{t+k} D\right) \circ\left(a^{r} \circ b^{s}\right)\right]^{*} \\ = & -\alpha_{1}^{*} \circ \beta_{1}^{*}+\left[a^{t} D a^{r} \circ\left(a^{k} \circ b^{s}\right)+a^{t} D a^{k} \circ\left(a^{r} \circ b^{s}\right)\right]^{*} \\ = & -\alpha_{1}^{*} \circ \beta_{1}^{*}+\left(\alpha_{1} \circ \beta_{1}\right)^{*}+\left(\alpha_{2} \circ \beta_{2}\right)^{*}=\left(\alpha_{2} \circ \beta_{2}\right)^{*} . \end{aligned} $$ The claim is proved. 4.5.3. Step 3. Finally we prove that if the lemma holds for some words $\alpha_{3}=$ $a^{2 s} D a^{r}, \beta_{3}=a^{p} b^{q}$ then it also holds for the words $\alpha_{4}=a^{s} D a^{r+s}$ and $\beta_{3}$. Indeed, $$ \begin{aligned} & \alpha_{4}^{*} \circ \beta_{3}^{*}=\left(a^{s} D a^{r+s}\right)^{*} \circ\left(a^{p} \circ b^{q}\right)=2\left\{a^{s} \circ\left[a^{s} \circ\left(D a^{r}\right)^{*}\right]\right\} \circ\left(a^{p} \circ b^{q}\right) \\ &= 2 J_{2}\left\{a^{s}, a^{p} \circ b^{q}, a^{s},\left(D a^{r}\right)^{*}\right\}-2\left\{a^{s} \circ\left[\left(a^{p} \circ b^{q}\right) \circ\left(D a^{r}\right)^{*}\right]\right\} \circ a^{s} \\ &-2\left\{a^{s} \circ\left[a^{s} \circ\left(a^{p} \circ b^{q}\right)\right]\right\} \circ\left(D a^{r}\right)^{*}+4\left\{\left(a^{p} \circ b^{q}\right) \circ\left[a^{s} \circ\left(D a^{r}\right)^{*}\right]\right\} \circ a^{s} \\ &+2\left[\left(a^{p} \circ b^{q}\right) \circ a^{2 s}\right] \circ\left(D a^{r}\right)^{*}-\left[a^{2 s} \circ\left(D a^{r}\right)^{*}\right] \circ\left(a^{p} \circ b^{q}\right) \\ &=-2\left\{a^{s} \circ\left[\left(a^{p} \circ b^{q}\right) \circ\left(D a^{r}\right)^{*}\right]\right\} \circ a^{s}+4\left\{\left(a^{p} \circ b^{q}\right) \circ\left[a^{s} \circ\left(D a^{r}\right)^{*}\right]\right\} \circ a^{s} \\ &-\left[a^{2 s} \circ\left(D a^{r}\right)^{*}\right] \circ\left(a^{p} \circ b^{q}\right)-J_{1}\left\{a^{s}, a^{s}, a^{p}, b^{q}\right\} \circ\left(D a^{r}\right)^{*} \\ &+\left(b^{q} \circ a^{2 s+p}\right) \circ\left(D a^{r}\right)^{*}-2\left[\left(a^{s} \circ b^{q}\right) \circ a^{s+p}\right] \circ\left(D a^{r}\right)^{*} \\ &+\left[\left(a^{p} \circ b^{q}\right) \circ a^{2 s}\right] \circ\left(D a^{r}\right)^{*} \\ &=-2\left\{a^{s} \circ\left[\left(a^{p} \circ b^{q}\right) \circ\left(D a^{r}\right)^{*}\right]\right\} \circ a^{s}+4\left\{\left(a^{p} \circ b^{q}\right) \circ\left[a^{s} \circ\left(D a^{r}\right)^{*}\right]\right\} \circ a^{s} \\ &-\left[a^{2 s} \circ\left(D a^{r}\right)^{*}\right] \circ\left(a^{p} \circ b^{q}\right)+\left(b^{q} \circ a^{2 s+p}\right) \circ\left(D a^{r}\right)^{*} \\ &-2 J_{2}\left\{a^{s+p}, b^{q}, a^{s},\left(D a^{r}\right)^{*}\right\}+J_{2}\left\{a^{2 s}, b^{q}, a^{p},\left(D a^{r}\right)^{*}\right\} \\ &+2\left\{a^{s+p} \circ\left[b^{q} \circ\left(D a^{r}\right)^{*}\right]\right\} \circ a^{s}+2\left\{a^{s+p} \circ\left[a^{s} \circ\left(D a^{r}\right)^{*}\right]\right\} \circ b^{q} \\ &-2\left(b^{q} \circ a^{2 s+p}\right) \circ\left(D a^{r}\right)^{*}-2\left\{b^{q} \circ\left[a^{s+p} \circ\left(D a^{r}\right)^{*}\right]\right\} \circ a^{s} \\ &-2\left\{b^{q} \circ\left[a^{s} \circ\left(D a^{r}\right)^{*}\right]\right\} \circ a^{s+p}-\left\{a^{2 s} \circ\left[b^{q} \circ\left(D a^{r}\right)^{*}\right]\right\} \circ a^{p} \\ &-\left\{a^{2 s} \circ\left[a^{p} \circ\left(D a^{r}\right)^{*}\right]\right\} \circ b^{q}+\left(b^{q} \circ a^{2 s+p}\right) \circ\left(D a^{r}\right)^{*} \\ &+\left\{b^{q} \circ\left[a^{2 s} \circ\left(D a^{r}\right)^{*}\right]\right\} \circ a^{p}+\left\{b^{q} \circ\left[a^{p} \circ\left(D a^{r}\right)^{*}\right]\right\} \circ a^{2 s} . \end{aligned} $$ Using inductive hypothesis 2) we can move the symbol $*$ outside the braces in the first two monomials of the right-hand side of equation (26). As a result we obtain the monomials $$ \left\{a^{s} \circ\left[\left(a^{p} \circ b^{q}\right) \circ\left(D a^{r}\right)\right]\right\}^{*} \circ a^{s} \quad \text { and } \quad\left\{\left(a^{p} \circ b^{q}\right) \circ\left[a^{s} \circ\left(D a^{r}\right)\right]\right\}^{*} \circ a^{s} $$ After performing all the $\circ$ operations inside the braces, we obtain, either monomials whose heights will not exceed one less than the sum of the heights of $\alpha$ and $\beta$, or words whose heights are equal to the sum of the heights of the words $\alpha$ and $\beta$ but which together with the word $a^{s}$ form a pair of the form considered in Case 2. Using the cases already established, and the remark in Case 2, we conclude that the monomials (27) are equal respectively to the monomials $$ \left\langle\left\{a^{s} \circ\left[\left(a^{p} \circ b^{q}\right) \circ D a^{r}\right]\right\} \circ a^{s}\right\rangle^{*} \quad \text { and } \quad\left\langle\left\{\left(a^{p} \circ b^{q}\right) \circ\left[a^{s} \circ D a^{r}\right]\right\} \circ a^{s}\right\rangle^{*} $$ Since it is obvious that $$ \begin{aligned} & {\left[a^{2 s} \circ\left(D a^{r}\right)^{*}\right] \circ\left(a^{p} \circ b^{q}\right)=\left[a^{2 s} \circ D a^{r}\right]^{*} \circ\left(a^{p} \circ b^{q}\right)} \\ & =\frac{1}{2}\left(a^{2 s} D a^{r}\right)^{*} \circ\left(a^{p} \circ^{q}\right)+\frac{1}{2}\left(D a^{2 s+r}\right)^{*} \circ\left(a^{p} \circ b^{q}\right), \end{aligned} $$ for the right-hand side of equation (26), using the cases established earlier or inductive hypothesis 1 ), we can move the operation $*$ outside the parentheses everywhere except in the term $$ \frac{1}{2}\left(a^{2 s} D a^{r}\right)^{*} \circ\left(a^{p} b^{q}\right) $$ We do this, and then perform the transformations done in (26) in the reverse order: $$ \begin{aligned} & \alpha_{4}^{*} \circ \beta_{3}^{*}=\left\langle-2\left\{a^{s} \circ\left[\left(a^{p} \circ b^{q}\right) \circ\left(D a^{r}\right)\right]\right\} \circ a^{s}+4\left\{\left(a^{p} \circ b^{q}\right) \circ\left[a^{s} \circ D a^{r}\right]\right\} \circ a^{s}\right. \\ &-\frac{1}{2} D a^{2 s+r} \circ\left(a^{p} \circ b^{q}\right)+\left(b^{q} \circ a^{2 s+p}\right) \circ D a^{r}-2 J_{2}\left\{a^{s+p}, b^{q}, a^{s}, D a^{r}\right\} \\ &+J_{2}\left\{a^{2 s}, b^{q}, a^{p}, D a^{r}\right\}+2\left\{a^{s+p} \circ\left[b^{q} \circ D a^{r}\right]\right\} \circ a^{s}+2\left\{a^{s+p} \circ\left[a^{s} \circ D a^{r}\right]\right\} \circ b^{q} \\ &-2\left(b^{q} \circ a^{2 s+p}\right) \circ D a^{r}-2\left[b^{q} \circ\left(a^{s+p} \circ D a^{r}\right)\right] \circ a^{s}-2\left[b^{q} \circ\left(a^{s} \circ D a^{r}\right)\right] \circ a^{s+p} \\ &-\left[a^{2 s} \circ\left(b^{q} \circ D a^{r}\right)\right] \circ a^{p}-\left[a^{2 s} \circ\left(a^{p} \circ D a^{r}\right)\right] \circ b^{q}+\left(b^{q} \circ a^{2 s+p}\right) \circ D a^{r} \\ &\left.+\left[b^{q} \circ\left(a^{2 s} \circ D a^{r}\right)\right] \circ a^{p}+\left[b^{q} \circ\left(a^{p} \circ D a^{r}\right)\right] \circ a^{2 s}\right\rangle^{*}-\frac{1}{2}\left(a^{2 s} D a^{r}\right)^{*} \circ\left(a^{p} \circ b^{q}\right) \\ &=\left\langle-2\left\{a^{s} \circ\left[\left(a^{p} \circ b^{q}\right) \circ D a^{r}\right]\right\} \circ a^{s}+4\left[\left(a^{p} \circ b^{q}\right) \circ\left(a^{s} \circ D a^{r}\right)\right] \circ a^{s}\right. \\ &-\frac{1}{2} D a^{2 s+r} \circ\left(a^{p} \circ b^{q}\right)+\left(b^{q} \circ a^{2 s+p}\right) \circ D a^{r}-2\left[a^{s+p} \circ\left(b^{q} \circ a^{s}\right)\right] \circ D a^{r} \\ &\left.+\left[a^{2 s} \circ\left(b^{q} \circ a^{p}\right)\right] \circ D a^{r}\right\rangle^{*}-\frac{1}{2} \alpha_{3}^{*} \circ \beta_{3}^{*} \\ &=\left\langle-2\left\{a^{s} \circ\left[\left(a^{p} \circ b^{q}\right) \circ D a^{r}\right]\right\} \circ a^{s}+4\left[\left(a^{p} \circ b^{q}\right) \circ\left(a^{s} \circ D a^{r}\right)\right] \circ a^{s}\right. \\ &-\frac{1}{2} D a^{2 s+r} \circ\left(a^{p} \circ b^{q}\right)+J_{1}\left\{a^{s}, a^{s}, a^{p}, b^{q}\right\} \circ D a^{r} \\ &\left.-2\left\{a^{s} \circ\left[a^{s} \circ\left(a^{p} \circ b^{q}\right)\right]\right\} \circ D a^{r}+2\left[a^{2 s} \circ\left(b^{q} \circ a^{p}\right)\right] \circ D a^{r}\right\rangle-\frac{1}{2} \alpha_{3}^{*} \circ \beta_{3}^{*} \\ &=\left\langle-2 J_{2}\left\{a^{s}, a^{p} \circ b^{q}, a^{s}, D a^{r}\right\}+2\left[a^{s} \circ\left(a^{s} \circ D a^{r}\right)\right] \circ\left(a^{p} \circ b^{q}\right)\right. \\ &\left.-\frac{1}{2} D a^{2 s+r} \circ\left(a^{p} \circ b^{q}\right)\right\rangle^{*}-\frac{1}{2} \alpha_{3}^{*} \circ \beta_{3}^{*} \\ &= \frac{1}{2}\left[a^{2 s} D a^{r} \circ\left(a^{p} \circ b^{q}\right)\right]^{*}+\left[a^{s} D a^{r+s} \circ\left(a^{p} \circ b^{q}\right)\right]{ }^{*}-\frac{1}{2} \alpha_{3}^{*} \circ \beta_{3}^{*} \\ &= \frac{1}{2}\left(\alpha_{3} \circ \beta_{3}\right)^{*}+\left(\alpha_{4} \circ \beta_{3}\right)^{*}-\frac{1}{2} \alpha_{3}^{*} \circ \beta_{3}^{*}=\left(\alpha_{4} \circ \beta_{3}\right)^{*} . \end{aligned} $$ ### 4.5.4. Step 4 . Definition. By the $\delta$-transformation of a pair of natural numbers $t$ and $s, t>s$, we will mean the transformation that replaces this pair by the pair $t-s, 2 s$. Lemma 5. Starting with an arbitrary triple $n, p, q$ of natural numbers, and using a finite number of $\delta$-transformations, we can pass to another triple of natural numbers at least two of which are equal. Proof. Let $\gamma$ be the greatest natural number such that at least one of the numbers $n+p, n+q, p+q$ is divisible by $2^{\gamma}$. The proof will be complete if we can show that, in the case where $n, p, q$ are pairwise distinct, the number $\gamma$ can be increased by one by $\delta$-transformations. Obviously, $\gamma>0$. First we show that if the sum of $n$ and $p$ is divisible by $2^{\gamma}$ then by $\delta$-transformations we can replace them by a pair of numbers such that either they are equal or they are both are divisible by $2^{\gamma}$. Let $$ n+p=2^{\gamma}(2 s-1), \quad n>p, \quad p=2^{\mu}(2 q-1), \quad \mu<\gamma $$ Then after one $\delta$-transformation both resulting numbers will be divisible by $2^{\mu+1}$. Clearly, for this argument we need simultaneously $n \neq p$ and $\mu<\gamma$. It is therefore obvious that after a finite number of steps we will arrive at a pair of numbers that are either equal or both divisible by $2^{\gamma}$. On the basis of the preceding argument, we may assume that two of the given three numbers, say $n$ and $p$, are divisible by $2^{\gamma}$. Clearly, one of the numbers $n$ and $p$ is divisible by $2^{\gamma+1}$ since otherwise their sum would be divisible by $2^{\gamma+1}$. Without loss of generality, we may assume that the greater of the numbers $n$ and $p$ is divisible by $2^{\gamma+1}$, since in the contrary case this can be easily obtained by doubling the smaller of the numbers $n$ and $p$ sufficiently many times at the expense of the greater. On the basis of the above arguments, we may assume that $$ n>p, \quad n+p=2^{\gamma}(2 s-1), \quad n=2^{\gamma+1} k $$ As to the number $q$, there are two possible cases: 1) $q>p$ : Then, replacing the pair $q, p$ by the pair $2 p, q-p$ we see that the number $2 p$ is divisible by $2^{\gamma+1}$ and therefore the sum $n+2 p$ is also divisible by $2^{\gamma+1}$ 2) $qa_{j} \text { if } i>j $$ Definition 1. A word of the form ${ }^{1} \alpha=a_{k} \cdots a_{k} a_{i_{1}} a_{i_{2}} \cdots a_{i_{s}}$ where $i_{t} \neq k(t=$ $1,2, \ldots, s), s \geq 1$ will be called $a_{k}$-irreducible. Definition 2. A representation of the word $\beta$ (if possible) as the product of a number of $a_{k}$-irreducible words will be called an $a_{k}$-factorization of the word $\beta$.[^24] It is easy to see that for a word $\beta$ there exists an $a_{k}$-factorization, which is moreover unique, if and only if $\beta$ starts with the symbol $a_{k}$ and ends with a symbol different from $a_{k}$. The following is an example of an $a_{3}$-factorization of a word on three symbols: $$ \left(a_{3} a_{3} a_{2} a_{1} a_{1} a_{2} a_{1}\right)\left(a_{3} a_{1}\right)\left(a_{3} a_{3} a_{3} a_{1} a_{1} a_{2}\right)\left(a_{3} a_{1} a_{2}\right) $$ On the set of all associative words in the elements of the set $R$, we introduce a partial order: for words $\alpha$ and $\beta$ of the same length we declare $\alpha>\beta$ if this relation holds in the lexicographical sense. We order lexicographically the set $T$ of all $a_{k}$-irreducible words; when the word $\alpha$ is the beginning of the word $\beta$ (i.e., $\left.\beta=\alpha a_{i_{1}} a_{i_{2}} \cdots a_{i_{m}}, i_{t} \neq k, t=1,2, \ldots, m\right)$ we declare $\alpha>\beta$. Definition 3. The associative word $\gamma$ will be called $n$-decomposable if it can be represented as the product of $n$ subwords in such a way that, for any non-identity permutation of these subwords, the resulting associative word is strictly less than $\gamma$. For example, the word $a_{3} a_{1} a_{2} a_{2} a_{1} a_{1} a_{2} a_{1} a_{1} a_{1}$ is 3 -decomposable and admits several 3-decompositions: $$ \begin{array}{ll} \left(a_{3} a_{1}\right)\left(a_{2} a_{2} a_{1} a_{1}\right)\left(a_{2} a_{1} a_{1} a_{1}\right), & \left(a_{3} a_{1} a_{2}\right)\left(a_{2} a_{1} a_{1}\right)\left(a_{2} a_{1} a_{1} a_{1}\right) \\ \left(a_{3}\right)\left(a_{1} a_{2} a_{2} a_{1} a_{1} a_{2}\right)\left(a_{1} a_{1} a_{1}\right), & \text { etc.; } \end{array} $$ the word $a_{1} a_{2} a_{1} a_{3} a_{2} a_{1} a_{2} a_{3} a_{2}$ is not 2-decomposable. The words that admit $a_{k}$-factorization can be considered as words formed from the elements of the set $T$. In this case also, it makes sense to consider $n$-decomposable words. In the rest of the paper, where it could lead to confusion, we will speak about $n_{R}$-decomposable or $n_{T}$-decomposable words, specifying which set of symbols is to be regarded as generators. When we consider words formed from elements of the set $T$, we will call them $T$-words (as opposed to $R$-words); analogously, we will use the terms $T$-length and $R$-length. Lemma 1. For any associative $T$-word $\alpha, n_{T}$-decomposability implies $n_{R}$-decomposability. Proof. Let $\alpha=\alpha_{1} \alpha_{2} \cdots \alpha_{n}$ be an $n_{T}$-decomposition of $\alpha$; then $\alpha, \alpha_{1}, \ldots, \alpha_{n}$ admit an $a_{k}$-factorization. From Definition 3 it follows that $\alpha>\alpha_{i_{1}} \alpha_{i_{2}} \cdots \alpha_{i_{n}}$ in the sense of the set $T$ whenever $\left(i_{1}, i_{2}, \ldots, i_{n}\right)$ is a non-identity permutation of the symbols $1,2, \ldots, n$. It is easy to see that this relation also holds in the sense of the set $R$. Therefore, this $n_{T}$-decomposition is also an $n_{R}$-decomposition. The lemma has been proved. Lemma 2. If the word $\alpha$ is $(n-1)_{T}$-decomposable, then the word $\alpha a_{k}$ is $n_{R}$-decomposable. Proof. Lemma 1 implies the existence of the following $(n-1)_{R}$-decomposition of the word $\alpha$ : $$ \alpha=\left(a_{k} a_{i_{1}} \cdots a_{i_{1}}^{\prime}\right)\left(a_{k} a_{i_{2}} \cdots a_{i_{2}}^{\prime}\right) \cdots\left(a_{k} a_{i_{n-1}} \cdots a_{i_{n-1}}^{\prime}\right) $$ where $a, a^{\prime} \in R, a_{i_{t}}^{\prime} \neq a_{k}(t=1,2, \ldots, n-1)$. We will prove that for the word $\alpha a_{k}$ we have the following $n_{R}$-decomposition: $$ \alpha a_{k}=\left(a_{k}\right)\left(a_{i_{1}} \cdots a_{i_{1}}^{\prime} a_{k}\right)\left(a_{i_{2}} \cdots a_{i_{2}}^{\prime} a_{k}\right) \cdots\left(a_{i_{n-1}} \cdots a_{i_{n-1}}^{\prime} a_{k}\right) $$ Indeed, any permutation of the factors of $\alpha a_{k}$ that fixes the first factor $a_{k}$, transforms $\alpha a_{k}$ into $\alpha^{\prime} a_{k}$ where $\alpha^{\prime}$ is obtained by some permutation of the factors in the given $(n-1)_{T}$-decomposition of $\alpha$. Therefore, $\alpha>\alpha^{\prime}$ and $\alpha a_{k}>\alpha^{\prime} a_{k}$. Now, if we consider permutations that move the symbol $a_{k}$ from the first position, then it is obvious that the result of applying such a permutation to $\alpha a_{k}$ will start with a strictly smaller number of symbols $a_{k}$ as compared to $\alpha a_{k}$. Thus, it will be strictly less than $\alpha a_{k}$. The lemma has been proved. Lemma 3. For any three natural numbers $k$, $s, n$ there exists a natural number $N(k, s, n)$ such that in any associative word of length $N(k, s, n)$ in $k$ ordered symbols there exists either a subword repeated $s$ times consecutively or an $n$-decomposable subword (or both). Proof. It is easy to see that the natural numbers $N(k, s, 1)$ and $N(1, s, n)$ satisfying the conditions of the lemma exist for any $k, s, n$. Suppose we are given some natural numbers $k$ and $n$. We make the inductive assumption that there exist natural numbers $N(k-1, s, n)$ and $N(k, s, n-1)$ satisfying the conditions of the lemma for all natural numbers $k$ and $s$. Consider an arbitrary associative word $\alpha$ of length $$ [s+N(k-1, s, n)]\left[N\left(k^{N(k-1, s, n)+s}, s, n-1\right)+1\right] $$ in elements of our familiar set $R$. If, at the beginning of $\alpha$ there is a number of the symbols $a_{i}$ other than $a_{k}$, and their number is not less than $N(k-1, s, n)$, then we can apply the inductive hypothesis to the subword $\alpha^{\prime}$ that is at the beginning of the word $\alpha$ and depends only on $k-1$ symbols. Therefore, we may assume that the length of the word $\alpha^{\prime}$ (if it exists) is less than $N(k-1, s, n)$. At the end of the word $\alpha$ there may be a subword $\alpha^{\prime \prime}=a_{k} a_{k} \cdots a_{k}$. We may suppose that if $\alpha^{\prime \prime}$ exists then its length is less than $s$, for in the contrary case the conclusion of the lemma would hold. Removing the words $\alpha^{\prime}$ and $\alpha^{\prime \prime}$ (if they exist) we obtain a subword $\alpha_{1}$ whose length is greater than $$ [s+N(k-1, s, n)] N\left(k^{N(k-1, s, n)+s}, s, n-1\right) $$ Having performed $a_{k}$-factorization of the word $\alpha_{1}$, we may assume in addition that the length of each $a_{k}$-irreducible word that occurs in this $a_{k}$-factorization is less than the number $s+N(k-1, s, n)$, for in the contrary case such a word would contain either $s$ consecutive symbols $a_{k}$ or a subword of length $N(k-1, s, n)$ not containing the symbol $a_{k}$. It is easy to see that there exist no more than $k^{N(k-1, s, n)+s}$ distinct $a_{k}$-irreducible words with the above-mentioned restriction on length. We will regard the word $\alpha_{1}$ as a $T$-word. Since its $T$-length is strictly greater than $N\left(k^{N(k-1, s, n)+s}, s, n-1\right)$, in $\alpha_{1}$ there exists either a subword repeated $s$ times consecutively or an $(n-1)_{T}$-decomposable subword $\beta$. If this second alternative holds, then by the strict inequality for the length of $\alpha_{1}$ we may assume that the subword $\beta$ is immediately followed by the symbol $a_{k}$. By Lemma 2 the subword $\beta a_{k}$ is $n_{R}$-decomposable. In this case, as well as obviously in the case when the first alternative holds, the conclusion of the lemma is true. Therefore we set $$ N(k, s, n)=[s+N(k-1, s, n)]\left[N\left(k^{N(k-1, s, n)+s}, s, n-1\right)+1\right] $$ This completes the proof of Lemma 3. Definition 4. An element $b$ of the free associative $\operatorname{ring} \mathcal{A}$ with the set $R$ of generators will be called a Jordan polynomial if there exists a natural number $t$ such that the element $2^{t} b$ can be represented as a polynomial in the elements of $R$ with respect to addition and the Jordan multiplication $a \circ b=a b+b a$. For example, the element $a_{1} a_{2} a_{1}$ is a Jordan polynomial in the sense of Definition 4 , because $2^{2} a_{1} a_{2} a_{1}=2 a_{1} \circ\left(a_{1} \circ a_{2}\right)-\left(a_{1} \circ a_{1}\right) \circ a_{2}$. Definition 5. An associative word $\alpha$ in the elements of $R$ will be called special if there exists a homogeneous Jordan polynomial $b_{\alpha}$ such that the highest word of $b_{\alpha}$ is $\alpha$, and this occurs in $b_{\alpha}$ with coefficient of the form $2^{t}(t=0,1, \ldots)$. Lemma 4. Every $T$-word $\alpha$ is special (relative to the set $R$ ). Proof. If the $T$-length of $\alpha$ equals 1, i.e., $$ \alpha=a_{k} a_{k} \cdots a_{k} a_{i_{1}} a_{i_{2}} \cdots a_{i_{m}}\left(i_{r} \neq k ; r=1,2, \ldots, m\right) $$ then $b_{\alpha}=\left[\cdots\left[\cdots\left(a_{k} \circ a_{k}\right) \circ \cdots \circ a_{k}\right] \circ a_{i_{1}}\right] \circ \cdots a_{i_{m}}$. Suppose the statement of the lemma has been proved for $T$-words whose $T$-length is strictly less than the $T$-length of $\alpha$ (which is greater than 1 ). Then, $$ \alpha=\beta a_{k} a_{k} \cdots a_{k} a_{i_{1}} a_{i_{2}} \cdots a_{i_{m}}\left(i_{r} \neq k ; r=1,2, \ldots, m\right) $$ where $\beta$ is a $T$-word to which the inductive hypothesis applies. Let $b_{\beta}$ be a Jordan polynomial that corresponds to $\beta$. Then a simple calculation shows that we may take as $b_{\alpha}$ the Jordan polynomial $$ \begin{aligned} & {\left[\cdots\left[\left[b_{\beta} \circ\left[\left[\cdots\left(a_{k} \circ a_{k}\right) \circ \cdots \circ a_{k}\right] \circ a_{i_{1}}\right]\right] \circ a_{i_{2}}\right] \cdots\right] \circ a_{i_{m}} } \\ + & {\left[\cdots\left[\left[\left[b_{\beta} \circ\left[\cdots\left(a_{k} \circ a_{k}\right) \circ \cdots \circ a_{k}\right]\right] \circ a_{i_{1}}\right] \circ a_{i_{2}}\right] \cdots\right] \circ a_{i_{m}} } \\ - & {\left[\cdots\left[\left[\left(b_{\beta} \circ a_{i_{1}}\right) \circ\left[\cdots\left(a_{k} \circ a_{k}\right) \circ \cdots \circ a_{k}\right]\right] \circ a_{i_{2}}\right] \cdots\right] \circ a_{i_{m}} . } \end{aligned} $$ The lemma has been proved. Consider an arbitrary algebra $K$ which will in general be nonassociative. Let $\Gamma$ be a subsemigroup of the additive group of $K$, and suppose that the elements of $\Gamma$ satisfy the following homogeneous identical relation (in $K$ ): $$ f\left(\gamma_{1}^{p_{1}}, \gamma_{2}^{p_{2}}, \ldots, \gamma_{k}^{p_{k}}\right)=0, \text { for all } \gamma_{i} \in \Gamma $$ Here, $f\left(x_{1}^{p_{1}}, x_{2}^{p_{2}}, \ldots, x_{k}^{p_{k}}\right)$ denotes a (nonassociative) homogeneous polynomial in the variables $x_{i}(i=1,2, \ldots, k)$, in each of whose monomials $x_{i}$ occurs $p_{i}$ times, and whose coefficients can be taken to be elements of an arbitrary associative ring $^{2} \Sigma$. Definition 6. By the multilinear polynomial $$ \bar{f}\left(x_{11}, \ldots, x_{1 p_{1}}, x_{21}, \ldots, x_{2 p_{2}}, \ldots, x_{k 1}, \ldots, x_{k p_{k}}\right) $$ corresponding to the polynomial $$ f\left(x_{1}^{p_{1}}, x_{2}^{p_{2}}, \ldots, x_{k}^{p_{k}}\right) $$ we mean the polynomial obtained from $f$ by first replacing each variable $x_{i}$ by one of the variables $x_{i s}$ so that in each monomial exactly one $x_{i s}$ occurs, and then summing over all permutations of the symbols $x_{i 1}, x_{i 2}, \ldots, x_{i p_{i}}$ for all $i=$ $1,2, \ldots, k$. For example, if $$ f\left(x_{1}^{3}, x_{2}^{2}\right)=\left[\left(x_{1} x_{2}\right) x_{1}\right]\left(x_{1} x_{2}\right) $$ then $$ \begin{aligned} & \bar{f}\left(x_{11}, x_{12}, x_{13}, x_{21}, x_{22}\right)= \\ & {\left[\left(x_{11} x_{21}\right) x_{12}\right]\left(x_{13} x_{22}\right)+\left[\left(x_{11} x_{22}\right) x_{12}\right]\left(x_{13} x_{21}\right)+\left[\left(x_{11} x_{21}\right) x_{13}\right]\left(x_{12} x_{22}\right)} \\ & +\left[\left(x_{11} x_{22}\right) x_{13}\right]\left(x_{12} x_{21}\right)+\left[\left(x_{12} x_{21}\right) x_{11}\right]\left(x_{13} x_{22}\right)+\left[\left(x_{12} x_{22}\right) x_{11}\right]\left(x_{13} x_{21}\right) \\ & +\left[\left(x_{12} x_{21}\right) x_{13}\right]\left(x_{11} x_{22}\right)+\left[\left(x_{12} x_{22}\right) x_{13}\right]\left(x_{11} x_{21}\right)+\left[\left(x_{13} x_{21}\right) x_{11}\right]\left(x_{12} x_{22}\right) \\ & +\left[\left(x_{13} x_{22}\right) x_{11}\right]\left(x_{12} x_{21}\right)+\left[\left(x_{13} x_{21}\right) x_{12}\right]\left(x_{11} x_{22}\right)+\left[\left(x_{13} x_{22}\right) x_{12}\right]\left(x_{11} x_{21}\right) \end{aligned} $$ Lemma 5. For arbitrary elements $\gamma_{i j}\left(i=1,2, \ldots, k ; j=1,2, \ldots, p_{i}\right)$ of the semigroup $\Gamma$ in $K$, the following relation holds: $$ \bar{f}\left(\gamma_{11}, \ldots, \gamma_{1 p_{1}}, \gamma_{21}, \ldots, \gamma_{2 p_{2}}, \ldots, \gamma_{k 1}, \ldots, \gamma_{k p_{k}}\right)=0 $$ Proof. Suppose that $$ p_{1}=p_{2}=\cdots=p_{s-1}=1, p_{s}>1 $$ From the properties of the semigroup $\Gamma$ it follows that the polynomial $$ \begin{aligned} & f\left(x_{1}, x_{2}, \ldots, x_{s-1},\left(x_{s 1}+x_{s 2}+\cdots+x_{s p_{s}}\right)^{p_{s}}, x_{s+1}^{p_{s+1}}, \ldots, x_{k}^{p_{k}}\right) \\ & -\sum_{q=1}^{p_{s}} f\left(x_{1}, x_{2}, \ldots, x_{s-1},\left[\left(\sum_{j=1}^{p_{s}} x_{s j}\right)-x_{s q}\right]^{p_{s}}, x_{s+1}^{p_{s+1}}, \ldots, x_{k}^{p_{k}}\right) \\ & +\sum_{p_{s} \geq q_{1}>q_{2} \geq 1} f\left(x_{1}, x_{2}, \ldots, x_{s-1},\left[\left(\sum_{j=1}^{p_{s}} x_{s j}\right)-x_{s q_{1}}-x_{s q_{2}}\right]^{p_{s}}, x_{s+1}^{p_{s+1}}, \ldots, x_{k}^{p_{k}}\right) \\ & -\cdots+(-1)^{p_{s}-1} \sum_{t=1}^{p_{s}} f\left(x_{1}, x_{2}, \ldots, x_{s-1}, x_{t}^{p_{s}}, x_{s+1}^{p_{s+1}}, \ldots, x_{k}^{p_{k}}\right) \end{aligned} $$ vanishes, if the variables are replaced by arbitrary elements of $\Gamma$.[^25] Now a simple calculation performed for each monomial of the polynomial $f$ shows that the polynomial above is linear in each variable $x_{s i}\left(i=1,2, \ldots, p_{s}\right)$, and can be obtained from $f$ by first replacing each occurrence of the variable $x_{s}$ in each term by one of the variables $x_{s i}$ so that in each monomial of $f$ exactly one $x_{s i}$ occurs, and then summing over all permutations of the symbols $x_{s 1}, x_{s 2}, \ldots, x_{s p_{s}}$. Performing this construction consecutively for all $s$ from 1 to $k$, we obtain the desired result. This completes the proof of the lemma. Remark. This rather simple statement, in a weaker formulation, has appeared many times already in algebraic papers, but usually it was proved for algebras over a field (see, for example, [6]) with some restrictions on the field. ## 3. Semispecial Jordan rings and algebras Consider a semispecial Jordan ring $I$, i.e., a ring embeddable in some associative ring $A_{0}(I)$ such that the set of elements corresponding to the elements of $I$ forms a Jordan ring isomorphic to $I$ with respect to addition and the Jordan multiplication $a \circ b=a b+b a$. If, for some element $c$ of $I$ there exists a natural number $n(c)$ such that $c^{n(c)-1} \neq 0$ and $c^{n(c)}=0$, then we will call $c$ as usual a nilpotent element of index $n(c)$. Definition 7. If all elements of the ring $I$ are nilpotent, and their indices are uniformly bounded, then we will say that $I$ is a Jordan nil-ring of bounded index. Definition 8. An arbitrary ring $S$ is called nilpotent if there exists a natural number $N(S)$ such that the product of any $N(S)$ elements of $S$, with any arrangement of brackets, is equal to zero. Theorem 1. Any semispecial Jordan nil-ring of bounded index with finitely many generators, and without elements of order 2 in the additive group, is nilpotent. Definition 9. The intersection of all subrings of $A_{0}(I)$ that contain $I$ will be called an enveloping associative ring $A(I)$ of the semispecial Jordan ring $I$. It is easy to see that the enveloping ring $A(I)$ is the subring generated in $A_{0}(I)$ by an arbitrary set of generators of $I$. The validity of Theorem 1 will follow from Theorem 2, which generalizes a theorem of Levitzki [5] (generally speaking). Theorem 2. Any enveloping associative ring $A(I)$, without elements of order 2 in the additive group, of a semispecial Jordan nil-ring I of bounded index with a finite number of generators, is nilpotent. Proof. Suppose the ring $I$ has $R=\left\{a_{i}\right\}(i=1,2, \ldots, k)$ as a set of generators. We will regard the same set $R$ as a set of generators of $A(I)$. We will carry out the proof of Theorem 2 by induction, assuming its validity in the case when the number of generators of $I$ equals $k-1$. Consider an arbitrary $R$-word $\alpha$ of length $m[N(M, n, n)+2]$ where $m$ is the maximal length of nonzero $a_{k}$-irreducible words (here we are using the inductive hypothesis), $M$ is the number of such words, and $n$ is a bound on the indices of the elements of $I$. Then, in the word $\alpha$ we can find a subword $\beta$ that is a $T$-word and has $T$-length equal to $N(M, n, n)$. By Lemma 3, in the word $\beta$ there exists either a subword repeated $n$ times consecutively, or an $n$-decomposable subword $\gamma$. We will consider both possibilities one after the other. 1. $\beta=\beta_{1} \underbrace{\gamma \gamma \cdots \gamma}_{n \text { times }} \beta_{2}$. By Lemma 4 , the word $\gamma$ is special. Thus, there exists a natural number $p$ such that $2^{p} \gamma$ is the highest term of a Jordan polynomial $b_{\gamma}$. Since $b_{\gamma}^{n}=0$, the element $2^{n p} \beta$ can be written as a linear combination with integral coefficients of words of the same $R$-length that strictly precede the word $\beta$. Therefore $2^{n p} \alpha$ can also be expressed in a similar way. 2. $\beta=\beta_{1} \gamma_{1} \gamma_{2} \cdots \gamma_{n} \beta_{2}$. The elements of $I$ form a subgroup of the additive subgroup of $A(I)$. By Lemma 5 , the relation $x_{1}^{n}=0$ that holds in $A(I)$ for the elements of $I$, implies the relation $\sum_{p} x_{i_{1}} x_{i_{2}} \cdots x_{i_{n}}=0$, where the summation extends over all permutations $\left(i_{1}, i_{2}, \ldots i_{n}\right)$ of the symbols $1,2, \ldots, n$. By Lemma 4, the elements $\gamma_{i}$ are special, and thus, up to a factor of the form $2^{s}$, each element $\gamma_{i}$ is the highest term of a Jordan polynomial $b_{\gamma_{i}}$. Using the definition of $n$-decomposition, and the defining property of the Jordan polynomials $b_{\gamma_{i}}$, we see that the relation $\sum_{p} b_{\gamma_{\gamma_{1}}} b_{\gamma_{i_{2}}} \cdots b_{\gamma_{i_{n}}}=0$ implies that the element $2^{s} \beta$, for some non-negative integer $s$, can be expressed as a linear combination with integral coefficients of words preceding $\beta$. Therefore, $2^{s} \alpha$ can also be expressed in a similar way. Thus, we have arrived at the conclusion that either $\alpha=0$ or the element $2^{s} \alpha$ can be expressed as a linear combination with integral coefficients of words that have the same $R$-length as $\alpha$ but precede $\alpha$. Since a decreasing sequence of words of the same length must terminate, it follows that for some non-negative integer $s_{1}$, we have the equality $2^{s_{1}} \alpha=0$; the absence of elements of order 2 in the additive group of $A(I)$ implies that $\alpha=0$. Theorems 2 and 1 have been proved. Without changing the notation, we will now assume that $I$ is a special algebraic Jordan algebra over a field $F$ of characteristic different from 2 and that the degrees of the elements of $I$ are bounded by $n$. In other words, each element of $I$ is a root of some (associative) polynomial of degree $n$ in one variable $x$ with coefficients from $F$ (compare [4]). Let $P_{t}\left(x_{1}, x_{2}, \ldots, x_{t}\right)=\sum \pm x_{i_{1}} x_{i_{2}} \cdots x_{i_{t}}$ be the alternating sum of the $n$ ! terms that are obtained from the product $x_{1} x_{2} \cdots x_{t}$ by all possible permutations of the factors; the sign of each term depends on the parity (even + or odd - ) of the corresponding permutation. Lemma 6. For any elements $a, b_{1}, b_{2}, \ldots, b_{n-1}$ of the algebra $I$, the following equation holds in any enveloping associative algebra $A(I)$ : $$ P_{2 n-1}\left(a, a^{2}, \ldots, a^{n}, b_{1}, b_{2}, \ldots, b_{n-1}\right)=0 $$ Proof. It is easy to see that each alternating sum $P_{t}$ of the above form equals zero if any two of the arguments are equal. On the other hand, by assumption, for each element $a \in I$ there exist elements $\delta_{i}(a) \in F$ such that $$ a^{n}=\delta_{1}(n) a^{n-1}+\delta_{2}(n) a^{n-2}+\cdots $$ To complete the proof of Lemma 6, we substitute the above expression for $a_{n}$ into the left-hand side of the desired equation. The equation just proved is not trivial, i.e., it does not hold in all associative algebras. Indeed, the term $a b_{1} a^{2} b_{2} \cdots a^{n-1} b_{n-1} a^{n}$, for example, appears only once. Theorem 3. Any enveloping associative algebra $A(I)$ of a special algebraic Jordan algebra $I$ of bounded degree over a field $F$ of characteristic $\neq 2$, is locally finite, i.e., each finite subset of its elements generates a subalgebra of finite dimension. Proof. Any subalgebra $A_{Q}(I)$ of $A(I)$, that has a finite number of generators, is contained in a subalgebra $A_{R}(I)$ whose set of generators $R=\left\{a_{i}\right\}(i=1,2, \ldots, k)$ consists of elements of $I$. We will prove the finiteness of the dimension of $A_{R}(I)$ by induction on $k$. Assume that subalgebras generated in $A(I)$ by $k-1$ elements of $I$ have finite dimension. Then, there exists a natural number $m$ such that each word of length $\geq m$ formed from elements of the set $R^{\prime}=R \backslash\left\{a_{k}\right\}$ can be expressed as a linear combination of words of smaller length. Consider an $R$-word $\alpha$ of length $$ (m+n)\left[N\left(M, n, \frac{1}{2}\left(n^{2}+3 n-2\right)\right)+1\right] $$ where $M$ is the number of distinct $a_{k}$-irreducible words that cannot be represented as linear combinations of $R$-words of smaller $R$-length, and $n$ is a bound on the degrees of the elements of $I$. Theorem 3 will be proved if we can show that $\alpha$ can be represented as a linear combination of words of smaller $R$-length. If $\alpha=\alpha^{\prime} \beta \alpha^{\prime \prime}$ where $\alpha^{\prime}$ is an $R^{\prime}$-word, $\beta$ is a $T$-word, and $\alpha^{\prime \prime}=a_{k} a_{k} \cdots a_{k}$, then we may assume that the $R$-lengths of the words $\alpha^{\prime}$ and $\alpha^{\prime \prime}$ are less than (respectively) $m$ and $n$, because in the contrary case there would be nothing to prove. Then, the $R$-length of $\beta$ is greater than $$ (m+n) N\left(M, n, \frac{1}{2}\left(n^{2}+3 n-2\right)\right) $$ We may assume that each of the $a_{k}$-irreducible words that occur in $\beta$ cannot be represented as a linear combination of $R$-words of smaller $R$-length. Each such word has $R$-length less than $m+n$. Thus, the $T$-length of $\beta$ is greater than $$ N\left(M, n, \frac{1}{2}\left(n^{2}+3 n-2\right)\right) $$ By Lemma 3 we can claim that in the word $\beta$ there exists either a $T$-subword repeated $n$ times consecutively or a $\frac{1}{2}\left(n^{2}+3 n-2\right)$-decomposable $T$-subword. We will consider separately both possibilities. 1. $\beta=\beta_{1} \gamma_{1} \gamma_{1} \cdots \gamma_{1} \beta_{2}$. Using the algebraicity of the Jordan polynomial $b_{\gamma_{1}}$ defined analogously to how it was done in the proof of Theorem 2 , we obtain an expression of $\beta$ (and thus also of $\alpha$ ) as a linear combination of preceding words (in the sense of lexicographical order) and words of smaller $R$-length. 2. $\beta=\beta_{1} \gamma_{1} \gamma_{2} \cdots \gamma_{n^{\prime}} \beta_{2}$ for $n^{\prime}=\frac{1}{2}\left(n^{2}+3 n-2\right)$. By Lemmas 6 and 5 , for the Jordan polynomials $b_{\gamma_{i_{s}}}\left(s=1,2, \ldots, n^{\prime}\right)$ we have a non-linear relation of degree $n^{\prime}=(1+2+\cdots+n)+(n-1)$. From this it follows that the product $b_{\gamma_{1}} b_{\gamma_{2}} \cdots b_{\gamma_{n}}$, can be expressed as a linear combination of products obtained from it by permuting the factors. As in the proof of Theorem 2, we conclude that it is possible to express the word $\beta$, and thus also $\alpha$, as a linear combination of preceding words. Applying the argument repeatedly to the words produced, we will obtain in the end an expression of $\alpha$ as a linear combination of words of smaller $R$-length. This completes the proof of the theorem. The following result is an obvious consequence of Theorem 3: Theorem 4. Any special algebraic Jordan algebra of bounded degree, over a field $F$ of characteristic $\neq 2$, is locally finite. Remark 1. The question remains open, whether we can remove the hypotheses of semispeciality and speciality in Theorems 1 and 4 . However, from the work of the present author [8] and Theorems 1 and 4, it follows that any two elements generate a nilpotent subring (respectively a subalgebra of finite dimension) in a Jordan nilring of bounded index (respectively in an algebraic Jordan algebra of bounded degree) under the same restriction on the additive group of the ring (respectively the characteristic of the base field of the algebra). Remark 2. The restrictions on the additive group (respectively on the characteristic of the field) are essential, as shown already by the example of the free Lie algebra on two generators over a field of characteristic 2 , which is a semispecial Jordan algebra by Birkhoff and Witt (see [2] and [9]) but has infinite dimension. ## 4. Right alternative and alternative rings and algebras It is well known that a ring $S$ is called right alternative (respectively, left-alternative) if for any two elements $a$ and $b$ we have $(a b) b=a(b b)$ (respectively, $b(b a)=$ $(b b) a)$. A ring that is simultaneously right and left alternative is called alternative. It is known [7] that, under the operation of addition and Jordan multiplication $a \circ b=a b+b a$, the elements of a right alternative ring form a semispecial Jordan ring. Lemma 5 implies the following well-known multilinear relation: $$ (a b) c+(a c) b=a(b c)+a(c b) $$ for all elements $a, b$ and $c$ of a right alternative ring $S$. Fixing a set of generators $R$ of the right alternative ring $S$ and assuming that $S$ has no elements of order 2 in its additive group, we transfer Definition 4 to the elements of the right alternative ring. For example, the element $\left(a_{1} a_{2}\right) a_{1}$ is a Jordan polynomial since using relation (1) we can easily verify that $$ 2^{2}\left(a_{1} a_{2}\right) a_{1}=2 a_{1} \circ\left(a_{2} \circ a_{1}\right)-\left(a_{1} \circ a_{1}\right) \circ a_{2} $$ on the other hand, the element $a_{1}\left(a_{2} a_{1}\right)$ is not a Jordan polynomial. Definition 10. Let $a_{i_{1}} a_{i_{2}} \cdots a_{i_{s}}$ be an associative word in the elements of the set $R$. Then we set $$ \left\langle a_{i_{1}} a_{i_{2}} \cdots a_{i_{s}}\right\rangle=\left\{\cdots\left[\left(a_{i_{1}} a_{i_{2}}\right) a_{i_{3}}\right] a_{i_{4}} \cdots\right\} a_{i_{s}} $$ We extend the operation \langle\rangle to nonassociative words by ignoring the existing arrangement of parentheses, and then to linear combinations of those words. For example, $$ \langle(a b)(c d)+m[n(p q)]\rangle=[(a b) c] d+[(m n) p] q $$ We will indicate by a bar over some subword or element that this subword or element is considered as a generator and is not subjected to change. For example, $$ \langle[(a b) \overline{(c d)}](m n)\rangle=\{[(a b)(c d)] m\} n=\langle\overline{[(a b)(c d)]}(m n)\rangle $$ and $$ \langle[(a b)(c d)] \overline{(m n)}\rangle=\{[(a b) c] d\}(m n) $$ If an element $q$ of the free nonassociative ring on the set of generators $R$ lies in the ideal generated by the element of the form $(a b) b-a(b b)$, then obviously $\langle q\rangle=0$. Lemma 7. If $m$ is an element of a right alternative ring $S$ that has no elements of order 2 in the additive group, and $d$ is a Jordan polynomial, then we have the equation: $$ m d=\langle\bar{m} d\rangle $$ Proof. By the last remark, it suffices to prove the lemma under the assumption that $d$ is a Jordan monomial, i.e., it can be written as the Jordan product of some factors from $R$. If $d$ has degree 1 , i.e., is an element of $R$, then there is nothing to prove. Suppose $d$ has degree $n>1$, and for lower degrees the statement has already been proved. Then $d=d_{1} \circ d_{2}$, where $d_{1}$ and $d_{2}$ are Jordan monomials to which we can apply the inductive hypothesis. Then $$ \begin{aligned} m d & =m\left(d_{1} d_{2}\right)+m\left(d_{2} d_{1}\right)=\left(m d_{1}\right) d_{2}+\left(m d_{2}\right) d_{1}=\left\langle\bar{m} d_{1}\right\rangle d_{2}+\left\langle\bar{m} d_{2}\right\rangle d_{1} \\ & =\left\langle\left(\bar{m} d_{1}\right) d_{2}\right\rangle+\left\langle\left(\bar{m} d_{2}\right) d_{1}\right\rangle=\left\langle\bar{m}\left(d_{1} \circ d_{2}\right)\right\rangle=\langle\bar{m} d\rangle \end{aligned} $$ Here we have used equation (1), the inductive hypothesis, and the linearity of the operation \langle\rangle . This completes the proof. Lemma 7 and the fact proved above that the element $\left(a_{1} a_{2}\right) a_{1}$ is a Jordan polynomial, imply under our assumptions the following well-known equation: $$ a[(b c) b]=[(a b) c] b, $$ for all elements $a, b$ and $c$ of $S$. Lemma 8. Under the assumptions of Lemma 7, we have $d=\langle d\rangle$. Proof. Using the method of the proof of Lemma 7 and the lemma itself, we obtain this series of equations: $$ d=d_{1} \circ d_{2}=d_{1} d_{2}+d_{2} d_{1}=\left\langle\overline{d_{1}} d_{2}\right\rangle+\left\langle\overline{d_{2}} d_{1}\right\rangle=\left\langle d_{1} d_{2}\right\rangle+\left\langle d_{2} d_{1}\right\rangle=\langle d\rangle $$ which complete the proof. Definition 11. A monomial $q$ of the free nonassociative ring with the set of generators $R=\left\{a_{i}\right\}(i=1,2, \ldots, k)$ is called an $r_{1}$-word if $q=\langle q\rangle$. By induction we define an $r_{i}$-word to be an $r_{1}$-word in $r_{i-1}$-words. For example, the words $$ \left\{\left[\left(a_{1} a_{2}\right) a_{3}\right] a_{4}\right\} a_{5} \quad \text { and } \quad\left(\left\{\left(a_{1} a_{2}\right)\left[\left(a_{2} a_{1}\right) a_{3}\right]\right\} a_{4}\right)\left(a_{1} a_{3}\right) $$ are respectively $r_{1}$ - and $r_{2}$-words. Lemma 9. Every element b, of an alternative ring $C$ that has no elements of order 2 in its additive group, can be represented as a linear combination with integer coefficients of $r_{2}$-words in any set $R$ of generators of $C$. Proof. Obviously, it suffices to prove the lemma assuming that $b$ is a monomial. For monomials of degree $\leq 3$ the statement of the lemma is trivial. Suppose that the lemma has been proved for degrees $1$. Using cyclic permutations of the generators, we can form $m$ different words from the word $b$, namely $b=b_{0}, b_{1}, \ldots, b_{m-1}$. We can order these words lexicographically: $b_{i_{0}}>b_{i_{1}}>\cdots>b_{i_{m-1}}$. Obviously, the word $b^{2^{n}}$ can be written in the form $b^{2^{n}}=c b_{i_{0}}^{\prime} b_{i_{1}}^{\prime} \cdots b_{i_{m-1}}^{\prime}$, where each of the words $b_{i}^{\prime}$ has $b_{i}$ as an initial subword. Furthermore, it is obvious that the subword $b_{i_{0}}^{\prime} b_{i_{1}}^{\prime} \cdots b_{i_{m-1}}^{\prime}$ is $m$-decomposable, and consequently, it contains an $n$-decomposable subword. By relation (1), every $n$-decomposable word can be represented as a linear combination of (lexicographically) smaller words. From this, it follows that every word of length $N$ in the generators $a_{i}$ is equal to a linear combination of words that have the same content relative to the generators but contain subwords of the form $b^{2^{n}}$ where $b$ has length $m \geq m^{\prime}$ and the word $b^{\prime}$ is not an initial subword of $b$. Since the set of possibilities for the words $b$ and $b^{\prime}$ is finite, it easily follows that there exists a sufficiently large natural number $M$ such that every word $\bar{s}$ of height $M$ relative to some set of words of length $N(k, s, n)\left[6\right.$, Lemma 3], where $n$ is the degree ${ }^{2}$ of the identical relation that holds in $K$, and $s \geq 2 n$ is the upper bound on the degrees of all $r_{1}$-words $v$ that correspond to subwords $\bar{v}$ of $\bar{w}$ formed by $\lambda$-irreducible subwords for which $d_{\lambda}(v)u_{2} u_{1}$ for any factorization $u=u_{1} u_{2}$ where $u_{1}$ and $u_{2}$ are nonempty. For example, the word $a_{3} a_{3} a_{2} a_{3} a_{2} a_{1}$ is regular because it is greater than the words $a_{3} a_{2} a_{3} a_{2} a_{1} a_{3}, a_{2} a_{3} a_{2} a_{1} a_{3} a_{3}, a_{3} a_{2} a_{1} a_{3} a_{3} a_{2}$, etc. If $u$ and $v$ are regular words and $u=v v_{1}$, then we will define $v>u$. Remark. If $u=v v_{1}$ is a regular word, then $u>v_{1}$ since $v_{1}$ cannot coincide with any initial subword of $u$. Definition 2. A nonassociative $R$-word [ $u$ ] will be called regular if (1) the associative word $u$, obtained by omitting the parentheses, is regular; and (2) if $[u]=[v][w]$ then $[v]$ and $[w]$ are regular words; and (3) if $[u]=\left[\left[v_{1}\right]\left[v_{2}\right]\right][w]$ then $v_{2} \leq w$. It is easy to see that regular words are defined inductively, and that one can determine effectively whether a given nonassociative word is regular or not. We also remark that in Condition (2) it is implicit by Condition (1) that $v>w$. Lemma 1. In any regular associative word, one can place parentheses in one and only one way such that the resulting nonassociative word is regular. Proof. Suppose the lemma is proved for words whose lengths are less than $n$. Suppose that a given regular associative word $u$ of length $n>1$ contains an element $a_{\beta} \in R$ that is less than all the other elements of $R$ occurring in $u$. Then it is obvious that the word $u$ begins with an element of $R$ that is greater than $a_{\beta}$. From Definition 2 it follows that for any placement of parentheses in the word $u$ that results in a regular nonassociative word, only one placement of parenthesis is possible for subwords of the form $a_{\gamma} a_{\beta} a_{\beta} \cdots a_{\beta}$ : $$ \left\{\cdots\left[\left(a_{\gamma} a_{\beta}\right) a_{\beta}\right] \cdots\right\} a_{\beta} \quad\left(a_{\gamma}>a_{\beta}\right) $$ Replacing in the word $[u]$ every subword of the form $$ [\cdots(a_{\gamma} \underbrace{\left.\left.a_{\beta}\right) a_{\beta} \cdots\right] a_{\beta}}_{k \text { times }}, $$ by the symbol $a_{\gamma}^{k}$, and setting $a_{\gamma}^{k}>a_{\delta}^{\ell}$ if either $a_{\gamma}>a_{\delta}$ or $\gamma=\delta, k<\ell$, we obtain a new regular word $[\bar{u}]$ in the symbols $a_{\gamma}^{k}(k=0,1,2, \ldots), a_{\gamma}^{0}=a_{\gamma}$. If the conclusion of the lemma did not hold for the word $[u]$, then obviously it would not hold for the word $\bar{u}$ either. However, by the inductive hypothesis, this is impossible. The proof is complete. By virtue of the one-to-one correspondence between regular associative and nonassociative words that has just been established, we will retain the symbol $[u]$ to denote the regular nonassociative word corresponding to the regular associative word $u$. We denote by $L_{\Sigma R}$ the free Lie algebra over $\Sigma$ with free generating set $R$. Lemma 2. Every element of the free Lie algebra $L_{\Sigma R}$ over $\Sigma$ with free generating set $R$ can be represented as a linear combination of regular words with coefficients from $\Sigma$. Proof. Obviously, it suffices to prove the lemma only for words in the elements of the set $R$. Suppose a word $v$ has length $n$, and that the lemma has been proved for words of smaller length. Then $$ v=u w=\sum_{i} \sum_{k} \sigma_{i k}\left[u_{i}\right]\left[w_{k}\right] $$ where $\sigma_{i k} \in \Sigma$, and $u_{i}$ and $w_{k}$ are regular words with $u_{i}>w_{k}$. If $$ \left[u_{i}\right]\left[w_{k}\right]=\left[\left[u_{i_{1}}\right]\left[u_{i_{2}}\right]\right]\left[w_{k}\right] \text { and } u_{i_{2}}>w_{k} $$ then obviously $$ \left[u_{i}\right]\left[w_{k}\right]=\left[\left[u_{i_{1}}\right]\left[w_{k}\right]\right]\left[u_{i_{2}}\right]+\left[u_{i_{1}}\right]\left[\left[u_{i_{2}}\right]\left[w_{k}\right]\right] $$ If we now assume in addition that the associative words, obtained by omitting parentheses in the regular words that occur in the expressions for $\left[u_{i_{1}}\right]\left[w_{k}\right]$ and $\left[u_{i_{2}}\right]\left[w_{k}\right]$, are greater than $w_{k}$, then the proof will be complete by induction on the smallest factor. Lemma 3. If we write the regular word $[v] \in \mathfrak{A}_{\Sigma R}^{(-)}$as an element of the associative algebra $\mathfrak{A}_{\Sigma R}$, then in this expression $v$ will appear with coefficient 1 and all other associative words that occur will be less than $v$. Proof. For words of length 1, Lemma 3 is trivially valid. Suppose it is valid for words of lengths less than $n$. If $[v]$ is a word of length $n>1$ then $[v]=[u][w]$. If we denote by $\bar{t}$ the associative expression for a Lie word $t$, then obviously $$ \overline{[v]}=\overline{[u]} \overline{[w]}-\overline{[w]} \overline{[u]} $$ Since $u>w$ and (by the inductive hypothesis) the maximal words in the expressions $\overline{[u]} \overline{[w]}, \overline{[w]} \overline{[u]}$ are equal respectively to the words $u w, w u$ and have coefficient 1 , it follows that the maximal word occurring in $\overline{[v]}$ is equal to $u w=v$ and has coefficient 1 . The proof is complete. Theorem 1. The rings $L_{\Sigma R}$ and $\mathfrak{A}_{\Sigma R}^{(-)}$are isomorphic. Proof. Let the element $\ell \in L_{\Sigma R}$ be sent to the element $\bar{\ell}$, under the homomorphism $\varphi$ of the ring $L_{\Sigma R}$ onto the ring $\mathfrak{A}\left(\frac{)}{\Sigma R}\right.$ extending the correspondence between the generators. If $\ell \neq 0$, then by Lemma 2 we can assume that the element $\ell$ is written as a linear combination of regular words, and the coefficient $\sigma$ of the maximal word $\left[\ell_{1}\right]$ is not zero. Then by Lemma 3, we have $\bar{\ell} \neq 0$ since the word $\ell_{1}$ in the element $\bar{\ell}$ appears with the same coefficient $\sigma$. The proof is complete. In $\S 4$ we will need the following result. Lemma 4. Suppose that a regular associative $R$-word $u$ has the form $u=\alpha \ell \beta$ where $\ell$ is a regular subword; the words $\alpha$ and $\beta$ may be empty. Then in the placement of parentheses in the word $[u]$, one pair of parentheses will occur in the position $\alpha\left(\ell \beta_{1}\right) \beta_{2}$ where $\beta_{1} \beta_{2}=\beta$ and each of the words $\beta_{1}, \beta_{2}$ may be empty. Furthermore, parentheses can be placed in the regular word $\ell \beta_{1}$ as follows: $$ \left\{\cdots\left[\left(\ell \beta_{1}^{(1)}\right) \beta_{1}^{(2)}\right] \cdots\right\} \beta_{1}^{(s)} $$ where $\beta_{1}^{(i)}$ are regular words with $\beta_{1}^{(1)} \leq \beta_{1}^{(2)} \leq \cdots \leq \beta_{1}^{(s)}$, and in each of the words $\ell, \beta_{1}^{(i)}$ parentheses are placed in the unique way prescribed by Lemma 1, and ${ }^{1}$ the maximal (associative) word of the resulting expression $$ \left(\alpha\left\{\cdots\left[\left(\ell \beta_{1}^{(1)}\right) \beta_{1}^{(2)}\right] \cdots\right\} \beta_{1}^{(s)}\right) \beta_{2} $$ is equal to $u$. Proof. Let $a_{\beta}$ be the smallest of the generators that occurs in $u$. If $\ell$ has length 1 then there is nothing to prove. Suppose that the lemma is valid if $u$ has length less than $n$ where $n>1$. If $u$ has length $n$, then (as in the proof of Lemma 1) we represent it as a word in the symbols $a_{\gamma}^{k}$. Assuming that the length of $\ell$ is greater than 1 , we note that it starts with a symbol other than $a_{\beta}$, and in the new representation it will be replaced by a new word $\ell_{1}$ which, regarded as an $R$-word, can differ by several factors $a_{\beta}$ appended on the right. It is easy to see that the $R$-word $\ell_{1}$ will be regular. Considering the words $u$ and $\ell_{1}$ as words in the symbols $a_{\gamma}^{k}$, we find ourselves in a situation where we can apply the inductive hypothesis. The remainder of the argument is obvious, and this completes the proof. To conclude this section, we will show how Theorem 1 implies Witt's formula [10] for the rank of the homogeneous submodule of degree $q$ in the free Lie algebra. Definition 3. An associative word $v$ is called periodic if it can be written as the product of $k(k>1)$ equal words. Two associative words $u$ and $w$ are called cyclically comparable if there exist representations $u=u_{1} u_{2}, w=w_{1} w_{2}$ such that $u_{1}=w_{2}, u_{2}=w_{1}$. It is easy to see that the set of all associative words is partitioned into disjoint classes of cyclically comparable words. The following statements are trivial. Lemma 5. Each class of cyclically comparable non-periodic words contains one and only one regular word. Lemma 6. No class of cyclically comparable periodic words contains a regular word. Let $\psi_{q}(n)$ be the rank of the submodule of homogeneous polynomials of degree $q$ in the free Lie algebra on $n$ generators. The number $\psi_{q}(n)$ coincides with[^31]the number of regular words of length $q$ in $n$ symbols. From Lemmas 5 and 6 , we obtain the following equation: $$ n^{q}=q \psi_{q}(n)+d_{1} \psi_{d_{1}}(n)+\cdots+d_{s} \psi_{d_{s}}(n) $$ where $n^{q}$ is the number of all associative words of length $q$ in $n$ symbols, and the $d_{i}$ are the divisors of $q$ (other than $q$ itself). The Dedekind inversion principle ${ }^{2}$ immediately gives Witt's formula: $$ \psi_{n}(q)=\frac{1}{q} \sum_{s \mid q} \mu(s) n^{q / s} $$ where $\mu(s)$ is the Möbius function. ## 3. Free restricted Lie rings Suppose that the characteristic of the coefficient ring $\Sigma$ is a prime number $p$. The associative ring $\mathfrak{A}_{\Sigma R}$ that was considered in $\S 1$ is obviously a ring of characteristic $p$. It is known [5] that in this case the element $(a+b)^{p}-a^{p}-b^{p}=\varphi(a, b)$ of the ring $\mathfrak{A}_{\Sigma R}$ is a Lie polynomial in the elements $a$ and $b$. Definition 4. A Lie algebra $L$ over $\Sigma$ in which a unary operation $x^{[p]}$ is defined is called a restricted Lie algebra if $$ (a+b)^{[p]}=a^{[p]}+b^{[p]}+\varphi(a, b), \quad a \cdot b^{[p]}=[\cdots(a \cdot \underbrace{b) \cdot b \cdots] b}_{p \text { times }}, \quad(\sigma a)^{[p]}=\sigma^{p} a^{[p]} $$ for all elements $a, b \in L$ and $\sigma \in \Sigma$. Obviously any associative algebra over $\Sigma$ becomes a restricted Lie algebra with respect to addition and the operations $a \circ b=a b-b a, a^{[p]}=a^{p}$. In the free ring $\mathfrak{A}_{\Sigma R}$, the set $R$ generates a restricted Lie algebra $\mathfrak{A}_{\Sigma R}^{(p)}$. We introduce the following notation: $$ x^{\left[p^{k}\right]}=[\cdots(x_{k \text { times }}^{[p]} \underbrace{[p]} $$ Lemma 7. Every element of an arbitrary restricted Lie algebra A over $\Sigma$ with generating set $R$ can be written as a linear combination with coefficients in $\Sigma$ of elements of the form $u^{\left[p^{k}\right]}(k=0,1,2, \ldots)$ where $u$ is a regular nonassociative word. The proof of this result follows immediately from Definition 4 and Lemma 2. Definition 5. An associative word $v$ is called $p$-regular if it has the form $u^{p^{k}}(k=$ $0,1,2, \ldots)$ where $u$ is a regular word.[^32] Definition 6. Elements of the ring $\mathscr{A}_{\Sigma R}^{(p)}$ that have the form $[u]^{p^{k}}$, where $[u]$ is a regular nonassociative $R$-word relative to the operation $a \circ b=a b-b a$, are called $p$-regular elements. Lemma 8. The set of $p$-regular elements of $\mathfrak{A}_{\Sigma R}^{(p)}$ is linearly independent over $\Sigma$. Proof. Obviously, the leading term of the polynomial which is the associative expansion of the $p$-regular element $[u]^{p^{k}}$ will be the $p$-regular associative word $u^{p^{k}}$. Therefore distinct $p$-regular elements correspond to distinct maximal words. From this the lemma follows. Lemmas 7 and 8 immediately imply the following result. Theorem 2. The algebra $\mathfrak{A}_{\Sigma R}^{(p)}$ is a free restricted Lie algebra over $\Sigma$ with generating set $R$ and a basis consisting of the p-regular elements. From the above constructions we immediately obtain an algorithm that allows us to determine, for a given element $a$ of the algebra $\mathfrak{A}_{\Sigma R}$, whether or not it belongs to the algebras $\mathfrak{A}_{\Sigma R}^{(-)}$or $\mathfrak{A}_{\Sigma R}^{(p)}$. For this determination, one should separate the lexicographically maximal monomial $\sigma u$ in the expression of the element $a$. If the word $u$ is not regular (respectively, $p$-regular) then the corresponding membership question is answered in the negative. If the word is regular (respectively, $p$-regular) then subtracting from $a$ the element $\sigma[u]$ (respectively, $\sigma\left[u_{1}\right]^{p^{k}}$ ) where $[u],\left[u_{1}\right]$ are the corresponding regular nonassociative words, we obtain an element $a_{1}$ whose maximal monomial will be less than the monomial $\sigma u$. After a finite number of steps this process will terminate. From this algorithm one can obtain the following criterion of Friedrichs [4]. Theorem 3. An element $f\left(a_{1}, a_{2}, \ldots, a_{s}\right)$ of the algebra $\mathfrak{A}_{\Sigma R}$ belongs $^{3}$ to $\mathfrak{A}_{\Sigma R}^{(p)}$ if and only if the relations $a_{i} a_{j}^{\prime}=a_{j}^{\prime} a_{i}$ imply the equation ${ }^{4}$ $$ f\left(a_{1}+a_{1}^{\prime}, a_{2}+a_{2}^{\prime}, \ldots, a_{s}+a_{s}^{\prime}\right)=f\left(a_{1}, a_{2}, \ldots, a_{s}\right)+f\left(a_{1}^{\prime}, a_{2}^{\prime}, \ldots, a_{s}^{\prime}\right) $$ Proof. The proof of the necessity of the conditions is by induction and is almost trivial. Let us prove the sufficiency for the case of characteristic 0 (the proof of the general case is similar). Let $d$ be an element of $\mathfrak{A}_{\Sigma R}$ that does not belong to $\mathfrak{A}_{\Sigma R}^{(-)}$. Then, after a finite number of steps of the above-mentioned algorithm, we will obtain an element $d_{i}$ whose leading term is $\sigma u_{i}$ where the word $u_{i}$ is not regular. Then $u_{i}=v w$ where $w v \geq u_{i}$; and ${ }^{5} w v$ is maximal among the words that are cyclically comparable with $u_{i}$. It is easy to see, however, that in the expression $$ d_{i}\left(a_{1}+a_{1}^{\prime}, a_{2}+a_{2}^{\prime}, \ldots, a_{s}+a_{s}^{\prime}\right)-d_{i}\left(a_{1}, a_{2}, \ldots, a_{s}\right)-d_{i}\left(a_{1}^{\prime}, a_{2}^{\prime}, \ldots, a_{s}^{\prime}\right) $$[^33]the element $$ v\left(a_{1}, \ldots, a_{s}\right) w\left(a_{1}^{\prime}, \ldots, a_{s}^{\prime}\right)=w\left(a_{1}^{\prime}, \ldots, a_{s}^{\prime}\right) v\left(a_{1}, \ldots, a_{s}\right) $$ occurs with coefficient $\sigma \neq 0$. The proof is complete. ## 4. Theorems on embeddings of Lie algebras and restricted Lie algebras In what follows we will denote by $L$ a Lie algebra over an arbitrary field or a restricted Lie algebra over a field of characteristic $p>0$. Our task is to demonstrate the possibility of embedding $L$ into an appropriate algebra with two generators under certain assumptions of countability, and then to generalize this result. Let $A$ be the free associative algebra on two generators $a$ and $b$. Lemma 9. The elements $$ d_{k}=[a \circ\{[\cdots(a \circ \underbrace{b) \circ b \cdots] \circ b\}}_{k \text { times }} \circ(a \circ b) \quad(k=1,2, \ldots), $$ of A generate (under the operations $a \circ b$ and $a^{[p]}$ ) a free Lie algebra (respectively a free restricted Lie algebra) $L(a, b)$, and constitute a set $T$ of free generators. Proof. We order the set $T$ by setting $d_{k}>d_{s}$ for $kr)$ and $\ell_{2 j}=q^{n}$. Then we can reduce the number of the words $t_{s}$ by using the equations $$ \begin{aligned} \ell_{j} \ell_{3 j} & =\ell_{j} q^{p^{s}-n}=\sum_{t=0}^{p^{s}-n-1} q^{t}(\ell \circ q) q^{p^{s}-n-t-1}+q^{p^{s}-n} \ell_{j}=\omega_{1}+q^{p^{s}-n} \ell_{j} \\ & =\omega_{1}+q^{p^{s}-n} \bar{\ell}_{j}^{p^{s-r}-1} \ell_{j}=\omega_{1}+q^{p^{r}-n}\left(\bar{\ell}_{j}^{p^{s-r}}-\sum_{i} \varepsilon_{i} \ell_{j}\right) \\ & =q^{p^{r}-n} \ell_{j}^{p_{j}^{s-r}}+\omega_{2}=\ell_{1 j} \ell_{k}+q^{p^{r}-n}\left(\ell_{j}^{p^{s-r}}-\ell_{k}\right)+\omega_{2}=\ell_{1 j} \ell_{k}+\omega_{3} \end{aligned} $$ where $\omega_{i}$, as well as $\varepsilon_{i} \ell_{j}$, are elements of the ideal $J_{1}$ with smaller leading terms. Considering the remaining possible cases, including those in which one of the words $\overline{\ell_{j}}$ or $\overline{\ell_{k}}$ is regular and the other is $p$-regular but not regular, by analogous arguments we can reduce the number of words $t_{s}$. Having reduced this number to 1, we will be under the conditions of Case 1 . These arguments imply that after a finite number of steps we will express $\ell$ as an element of the ideal $J$. The proof is complete. Theorem 4. Every Lie algebra or restricted Lie algebra of at most countable rank can be isomorphically embedded into an appropriate algebra with two generators over the same field. Theorem 5. Any Lie algebra (respectively restricted Lie algebra) can be isomorphically embedded into a Lie algebra (respectively restricted Lie algebra) with the property that every subalgebra of countable rank is contained in a subalgebra with two generators. Theorems 4 and 5 are corollaries of Lemma 10 as well as Theorems 1 and 2 of [8]; it is necessary to remark that although the statements of the latter Theorems do not formally include the case of restricted Lie algebras, the given proofs also remain valid in this case without any changes. It is easy to see that the algebras obtained here are automatically represented in an associative algebra. Therefore, the proof given here also contains a proof of the Birkhoff-Witt theorem [1], [10] and the theorem of Jacobson [5]. ## References [1] G. Birkhoff: Representability of Lie algebras and Lie groups by matrices. Annals of Math. 38 (1937) 526-532. [2] P.M. Cohn: Sur le critère de Friedrichs pour les commutateurs dans une algèbre associative libre. C. R. Acad. Sci. Paris 239 (1954) 743-745. [3] E.B. Dynkin: Evaluation of the coefficients in the Campbell-Hausdorff formula. Doklady Akad. Nauk USSR 57 (1947) 323-326. [4] K.O. Friedrichs: Mathematical aspects of the quantum theory of fields, V. Comm. Pure Appl. Math. 6 (1953) 1-72. [5] N. Jacobson: Restricted Lie algebras of characteristic p. Trans. Amer. Math. Soc. 50 (1941) 15-25. [6] R.C. Lyndon: A theorem of Friedrichs, Michigan Math. J. 3 (1955-56) 27-29. [7] A.I. Shirshov: On the representation of Lie rings in associative rings. Uspekhi Mat. Nauk 8 (1953) 173-175. [8] A.I. Shirshov: Some theorems on embedding of rings. Mat. Sbornik 40 (1956) 65-72. [9] F. Wever: Operatoren in Lieschen Ringen. J. reine angew. Math. 189 (1947) 44-55. [10] E. Witt: Treue Darstellung Lieschen Ringen. J. reine angew. Math. 177 (1937) 152160 . # On a Problem of Levitzki A.I. Shirshov An associative ring $S$ is called a nil-ring if every element of $S$ is nilpotent. Levitzki [4] posed the following problem: Is every nil-ring nilpotent? This problem was solved in the affirmative by Levitzki himself [5] for the case in which the elements of $S$ have globally bounded indices of nilpotency. Later, Kaplansky [2], who was investigating the more general problem of Kurosh [3], extended the result of Levitzki to nil-rings with polynomial identities. In the present note an affirmative solution is given to Levitzki's problem for the wider class of rings introduced by Drazin $[1]$. Let $\Lambda=\left\{\lambda_{i}\right\}, i=1,2, \ldots, h$ be some set of variables, and let $\pi(\lambda)=$ $\lambda_{i_{1}} \lambda_{i_{2}} \cdots \lambda_{i_{k}}$ be some monomial in these variables. Denote by $T_{\pi}(\lambda)$ the set of all monomials in $\Lambda$ of degree $\geq k$ and distinct from $\pi(\lambda)$. For any sequence of elements $\left\{x_{i}\right\}, i=1,2, \ldots, h$, of the ring $S$, we denote by $\pi(x)$ the element $x_{i_{1}} x_{i_{2}} \cdots x_{i_{k}}$ and by $T_{\pi}(x)$ the set of all elements of $S$ obtained by replacing the variables $\lambda_{i}$ by the corresponding elements $x_{i}$ in each monomial of $T_{\pi}(\lambda)$. If there exists a monomial $\pi(\lambda)$, such that for any collection of elements $x_{i}$, $i=1,2, \ldots, h$, of the ring $S$ the element $\pi(x)$ belongs to the right ideal generated by $T_{\pi}(x)$, then the monomial $\pi(\lambda)$ is called a strongly pivotal monomial of $S$, and $S$ is called a ring with strongly pivotal monomial. For brevity, we will call such rings $S P$-rings. Drazin [1] has shown that the class of $S P$-rings contains the rings with minimum condition on right ideals and the rings with polynomial identity. In the same paper it was shown that for any $S P$-ring the monomial $\pi(\lambda)$ can be assumed to be linear in each variable $\lambda_{i}$. Under some strong restrictions, Drazin, using essentially the methods of Kaplansky, gave an affirmative solution to the problem of Kurosh for $S P$-algebras, i.e., he proved local finiteness of algebraic $S P$-algebras of a particular type. However, Drazin himself points out the difficulties that did not allow him to solve even the Levitzki problem for $S P$-rings without additional restrictions. Doklady Akad. Nauk SSSR 120, (1958), no. 1, 41-42. (c) 2009 Translated from the Russian original by M.R. Bremner and M.V. Kochetov. If a strongly pivotal monomial $\pi(\lambda)$, which in the sequel will be assumed linear in each variable $\lambda_{i}$, has degree $t$, then the $S P$-ring $S$ will be called an $S P$-ring of degree $t$. Lemma. Let $S$ be a nil SP-ring of degree $t$, and let $I$ be the ideal generated by the elements $a_{i}^{t}$ where $a_{i}, i=1,2, \ldots, n$, is some fixed set of elements of $S$. Then for any natural number $q>t$ there exists a natural number $k=k(q)$ such that the ideal $I^{k}$ is contained in the ideal generated by the elements $a_{i}^{q}$. Proof. Suppose that there exists a natural number $r$ such that the ideal $I^{r}$ is contained in the ideal generated by the elements $a_{i}^{m}, i=1,2, \ldots, n$, for some fixed $m \geq t$. In order to prove the lemma we will show that there exists a natural number $r_{1}$ such that the ideal $I^{r_{1}}$ is contained in the ideal generated by the elements $a_{i}^{m+1}$. Every element of the ideal $I^{r(n t+1)}$ can be written as a sum of products of $n t+1$ elements of the form $\alpha a_{j}^{m} \beta$ where $\alpha$ and $\beta$ are monomials in the generators of $S$. In each such product there exists an element $a_{j}^{m}$ that occurs at least $t+1$ times. Therefore, each such product can be written in the form $$ \begin{aligned} c_{1} D c_{t+2} & =c_{1} d_{1} d_{2} \cdots d_{t} c_{t+2} \\ & =c_{1}\left(a_{j}^{m} c_{2} a_{j}\right)\left(a_{j}^{m-1} c_{3} a_{j}^{2}\right)\left(a_{j}^{m-2} c_{4} a_{j}^{3}\right) \cdots\left(a_{j}^{m-t+1} c_{t+1} a_{j}^{t}\right) c_{t+2} \end{aligned} $$ By assumption, the monomial $D$ belongs to the right ideal generated by all possible products of its factors $d_{1}, d_{2}, \ldots, d_{t}$ which are distinct from $D$ itself and have total degree (with respect to the elements $d_{i}$ ) greater than or equal to that of $D$. For any other monomial of degree $t$ in the elements $d_{i}$, there exist two adjacent elements $d_{j_{1}}$ and $d_{j_{2}}$ with $j_{1} \geq j_{2}$. In each such case, in the corresponding segment, there is a word $$ \begin{aligned} d_{j_{1}} d_{j_{2}} & =a_{j}^{m-j_{1}+1} c_{j_{1}+1} a_{j}^{j_{1}} a_{j}^{m-j_{2}+1} c_{j_{2}+1} a_{j}^{j_{2}} \\ & =a_{j}^{m-j_{1}+1} c_{j_{1}+1} a_{j}^{m+1+\left(j_{1}-j_{2}\right)} c_{j_{2}+1} a_{j}^{j_{2}} \end{aligned} $$ It is easy to see that all such elements belong to the ideal generated by $a_{j}^{m+1}$. From this it follows that $c_{1} D=\omega_{1}+c_{1} D q$ where $\omega_{1}$ is an element of the ideal generated by the element $a_{j}^{m+1}$. But then $$ \begin{aligned} c_{1} D & =\omega_{1}+\omega_{1} q+c_{1} D q^{2}=\omega_{1}+\omega_{1} q+\omega_{1} q^{2}+c_{1} D q^{3}=\cdots \\ & =\omega_{1}+\omega_{1} q+\omega_{1} q^{2}+\cdots+\omega_{1} a^{\ell}+c_{1} D q^{\ell+1} \end{aligned} $$ for any $\ell$. The lemma now follows from nilpotency of the element $q$. For the number $r_{1}$ we can take $r(n t+1)$. Theorem. Any nil SP-ring is locally nilpotent. Proof. Let $S$ be a nil $S P$-ring of degree $t$ with a finite number of generators, and let $J$ be the ideal generated by all possible elements $a^{t}, a \in S$. The quotient ring $S / J$ is nilpotent by Levitzki's theorem [5], and this means that there exists a natural number $M$ such that any element of the form $b_{i_{1}} b_{i_{2}} \cdots b_{i_{M}}$, where the $b_{i_{s}}$ are the generators of $S$, belongs to the ideal $J$. Since there is only a finite number of elements of the form $b_{i_{1}} b_{i_{2}} \cdots b_{i_{M}}$, the ideal $S^{M}$ is contained in some ideal $J_{1}$ which is contained in $J$ and is generated by some finite set of elements $a_{i}^{t}$. The lemma implies nilpotency of the ideal $J_{1}$, and hence of the ring $S$. ## References [1] M.P. Drazin, A generalization of polynomial identities in rings, Proc. Amer. Math. Soc. 8 (1957) 352-361. [2] I. Kaplansky, Topological representation of algebras II, Trans. Amer. Math. Soc. 68 (1950) $62-75$. [3] A.G. Kurosh, Ringtheoretische Probleme, die mit dem Burnsideschen Problem über periodische Gruppen in Zusammenhang stehen, Izvestiya Akad. Nauk USSR Ser. Mat. 5 (1941) 233-240. [4] J. Levitski, On the radical of a general ring, Bull. Amer. Math. Soc. 49 (1943) 462-466. [5] J. Levitski, On a problem of A. Kurosch, Bull. Amer. Math. Soc. 52 (1946) 1033-1035. # Some Problems in the Theory of Rings that are Nearly Associative A.I. Shirshov The words "some problems" in the title of this article mean primarily that the article considers absolutely no results about algebras of finite dimension. Among other questions that remain outside the scope of the article, we mention, for example, various theorems about decomposition of algebras (see for example [47, 70]) which are closely related to the theory of algebras of finite dimension. The author is grateful to A.G. Kurosh and L.A. Skornyakov who got acquainted with the first draft of the manuscript and made a series of very valuable comments. ## 1. Introduction 1. Until recently the theory of rings and algebras was regarded exclusively as the theory of associative rings and algebras. This was a result of the fact that the first rings encountered in the course of the development of mathematics were associative (and commutative) rings of numbers and rings of functions, and also associative rings of endomorphisms of Abelian groups, in particular, rings of linear transformations of vector spaces. In the survey article by A.G. Kurosh [40] he persuasively argued that the contemporary theory of associative rings is only a part of a general theory of rings, although it continues to play a very important role in mathematics. The present article, in contrast to the article of A.G. Kurosh, is dedicated to a survey of one part of the theory of rings: precisely, the theory of rings, which although nonassociative, are more or less connected with associative rings. More precise connections will be mentioned during the discussion of particular classes of rings.[^36] Because the classes of rings that are studied in this article were mentioned to some extent in the article of A.G. Kurosh, there is some intersection in the content of these two articles. In what follows, the author assumes that the following notions are understood: rings, algebras, ideals, quotient rings, rings with a domain $\Sigma$ of operators (or $\Sigma$-operator rings ${ }^{1}$ ). These notions and also some other main notions of the theory of rings can be found in the same article by A.G. Kurosh. 2. We briefly describe the origins of the theory of nonassociative rings. Examples of such rings were known a long time ago. The nonassociativity of the vector product of 3-dimensional vectors was known in mechanics. With this operation and vector addition the collection of vectors is a Lie ring. Another very beautiful example is the algebra of so-called Cayley numbers, which have been used in different parts of mathematics. The development of the theory of continuous groups in general and Lie groups in particular contributed to the study of Lie algebras of finite dimension, which are closely connected to Lie groups. Another connection between Lie algebras and groups which appears to be very fruitful has been studied in the works of W. Magnus [45], I.N. Sanov [50], A.I. Kostrikin [35] and others. There is an interesting relationship between associative rings on the one hand and Lie rings and Jordan rings ${ }^{2}$ on the other hand, constructed by the introduction of a new operation on an associative ring. This relationship, in addition to giving certain information about Lie rings and Jordan rings, allows us to study associative rings themselves from some new directions. 3. Because there are differences between the properties of rings in different classes, there are few results which have a universal character. We will describe some of them. Let $A$ be an associative ring, and let $a$ be some element of the ring $A$. It is possible to connect with this element a new operation of "multiplication" which is defined by $x \cdot y=a x y$. It is easy to check that the set of elements of the ring $A$ forms, under this operation and addition, a ring (in general, already nonassociative), which we will denote by $A(a)$. In [48] A.I. Malcev proved that any ring is isomorphic to some subring of a ring of the form $A(a)$. Let the additive group of an associative ring be decomposed into the direct sum of subgroups $A_{1}$ and $A_{2}$. Then every element $a \in A$ allows a unique representation of the form $a=a_{1}+a_{2}$. Under the operations of "multiplication" $x \cdot y=(x y)_{1}$ and addition the set of elements of the ring $A$ is a ring (in general, nonassociative). We denote this ring by $A^{\prime}$. In [66] L.A. Skornyakov proved that any ring is isomorphic to some subring of a ring of the form $A^{\prime}$. The preceding results of Malcev and Skornyakov indicate the possibility of developing the entire theory of rings in terms of associative rings. However, nobody until now has been able to get any precise theorems about rings of some class based[^37]on this method. Among the reasons for this is the fact that we cannot transfer the properties of $A$ to $A(a)$ and $A^{\prime}$. So, for example, if $A$ is a Lie ring, then the rings $A(a)$ and $A^{\prime}$ may not be Lie rings. The results and problems that correspond to different classes of rings are formulated very differently and require specific methods, and because of this it is difficult to imagine the development of the entire theory of rings from the theory of one specific, sufficiently studied class. 4. In the theory of rings, as in the theory of groups and other algebraic systems, free systems play an important role: free rings, free associative rings, free Lie rings, etc. Let $\nu$ be a cardinal number. The free ring (free associative ring, free Lie ring, etc.) on $\nu$ generators is a ring (associative ring, Lie ring, etc.) which has a system $S$ of generators of cardinality $\nu$ such that any mapping from $S$ onto any system of generators of any ring (associative ring, Lie ring, etc.) can be extended to a homomorphism of rings. The free ring $A_{\nu}$ with the set $S$ of generators of cardinality $\nu$ can be built constructively by the following steps. We will call the elements of the set $S$ words of length 1 . If $\alpha$ and $\beta$ are words of lengths $m$ and $n$ (respectively) then the symbol $(\alpha)(\beta)$ will be called a word of length $m+n$; furthermore, we will consider two words $(\alpha)(\beta)$ and $\left(\alpha_{1}\right)\left(\beta_{1}\right)$ to be equal if and only if $\alpha=\alpha_{1}$ and $\beta=\beta_{1}$. The collection of finite sums of the form $\sum_{s} k_{s} \gamma_{s}$ where $k_{s}$ is an integer and $\gamma_{s}$ is a word (we assume $\gamma_{s} \neq \gamma_{t}$ when $s \neq t$ ) becomes a ring, which we will denote by $A_{\nu}$, when we define the operations as follows: $$ \begin{aligned} \sum_{s} k_{s} \gamma_{s}+\sum_{s} l_{s} \gamma_{s} & =\sum_{s}\left(k_{s}+l_{s}\right) \gamma_{s} \\ \sum_{s} k_{s} \gamma_{s} \cdot \sum_{t} l_{t} \gamma_{t} & =\sum_{s, t} k_{s} l_{t}\left(\gamma_{s}\right)\left(\gamma_{t}\right) \end{aligned} $$ It is easy to check that the ring $A_{\nu}$ satisfies the above-formulated definition, and that any ring that satisfies that definition is isomorphic to $A_{\nu}$. If the symbols $k_{s}$ are allowed to come from some associative ring $\Sigma$ and we define $$ k \sum_{s} k_{s} \gamma_{s}=\sum_{s}\left(k k_{s}\right) \gamma_{s}, k \in \Sigma $$ then the ring $A_{\nu}$ will be a free $\Sigma$-operator ring with $\nu$ generators in the sense of $\Sigma$-operator homomorphisms. If, furthermore, $\Sigma$ is a field, then $A_{\nu}$ is a free algebra with $\nu$ generators over the field $\Sigma$. In the works of Kurosh [39,41] it was proved that any subalgebra of a free algebra is again free, and some generalizations of this result to free sums of algebras were given. A.I. Zhukov [74] solved positively the word problem ${ }^{3}$ for algebras $^{4}$ with[^38]a finite number of generators and a finite number of defining relations which is analogous to the famous word problem in the theory of groups. 5. With additional axioms, or so-called identical relations, we may define various classes of rings. The general method applied to this problem is as follows. Let $A_{\omega}$ be the free ring with a countably infinite number of generators $x_{i}$ $(i=1,2, \ldots)$. In the ring $A_{\omega}$ we consider a subset $Q$. Any ring $C$ which satisfies the condition that any substitution of any elements of $C$ into the generators $x_{i}$ in any element of the set $Q$ gives zero, will be regarded as belonging to the class defined by the set $Q$, or simply to the class of $Q$-rings. If in some free ring $A_{\nu}$ we take the ideal $J$ generated by the elements obtained by substituting all the elements of $A_{\nu}$ into the generators $x_{i}$ in the elements of $Q$, then the quotient ring $D=A_{\nu} / J$ will be isomorphic to the free $Q$-ring in the sense given earlier. For example, if the set $Q$ consists of the single element $\left(x_{1} x_{2}\right) x_{3}-x_{1}\left(x_{2} x_{3}\right)$ then we obtain the class of associative rings. If the set $Q$ consists of elements $q_{\alpha}$, then it is sometimes said that the class of $Q$-rings is defined by the identical relations $q_{\alpha}=0$. The same concepts can be defined in a very similar way for $\Sigma$-operator $Q$-rings. For the case when the set $Q$ is finite, Yu.I. Sorkin [69] showed that the corresponding class of rings can be given with the help of one ternary operation (that is, defined on ordered triples of elements) and one relation which this operation must satisfy. ## 2. Alternative rings 1. It is known that the field of complex numbers can be represented as the collection of pairs of real numbers with the natural addition and the familiar definition of multiplication. If on the Abelian group of ordered pairs $(p, q)$ of complex numbers with coordinate-wise addition is defined an operation of multiplication by the formula $$ \left(p_{1}, q_{1}\right) \cdot\left(p_{2}, q_{2}\right)=\left(p_{1} p_{2}-\overline{q_{2}} q_{1}, q_{2} p_{1}+q_{1} \overline{p_{2}}\right) $$ where $\overline{p_{2}}$ and $\overline{q_{2}}$ are the complex conjugates of the complex numbers $p_{2}$ and $q_{2}$, then one can easily check that with respect to these operations the set we are considering is a ring. In this ring it happens that the equations $A X=B$ and $X C=D$ have a uniquely determined solution when $A \neq 0, C \neq 0$ and so this ring is the (associative but not commutative) division ring of real quaternions. If in equation (1) we replace the symbols $p_{i}$ and $q_{i}$ by real quaternions, and we understand $\bar{p}$ to be the quaternion conjugate of the quaternion $p=(a, b)$ - that is, $\bar{p}=(\bar{a},-b)$ - then the pairs of quaternions become a ring with respect to these operations, which in this case is a nonassociative division ring. If for every real number $\alpha$ and pair $(p, q)$ we define $\alpha(p, q)=(\alpha p, \alpha q)$, then the additive groups of the above division rings become vector spaces over the field of real numbers with corresponding dimensions 4 and 8 , and the division rings become algebras over the field of real numbers. The constructed nonassociative algebra of dimension 8 over the field of real numbers is called the algebra of Cayley numbers. In what follows we will denote it by $R_{8}$. 2. The associator of the elements $a, b, c$ in any ring is defined to be the element $$ [a, b, c]=(a b) c-a(b c) $$ The algebra $R_{8}$ satisfies the following identical relations, $$ \begin{aligned} & {[x, y, y]=0} \\ & {[x, x, y]=0} \\ & {[x, y, x]=0} \end{aligned} $$ each of which is implied by the other two. Rings in which the identical relations (2)-(4) are satisfied are called alternative. A more general class of 8-dimensional alternative algebras was studied by Dickson. These algebras received the name Cayley-Dickson algebras. In this and the following section (if this is not stated explicitly) for simplicity of language we will assume that the additive groups of the rings do not contain elements of order 2 . We next list some identical relations that hold in every alternative ring: $$ \begin{aligned} {[(x y) z] y } & =x[(y z) y] \\ y[z(y x)] & =[y(z y)] x \\ (x y)(z x) & =x[(y z) x] \end{aligned} $$ To prove relation (5) we notice that substitution of $y+z$ for $y$ in equation (2) leads to the equation $$ [x, y, z]=-[x, z, y] $$ Using equations (2) and (8) gives $$ \begin{aligned} 2 x[(y z) y]= & x[2(y z) y+[z, y, y]-[y, z, y]-[y, y, z]] \\ = & x\left[(y z) y+(z y) y-z y^{2}+y(z y)-y^{2} z+y(y z)\right] \\ = & {[x(y z)] y+(x y)(y z)-[x, y z, y]-[x, y, y z]+[x(z y)] y+(x y)(z y) } \\ & -[x, z y, y]-[x, y, z y]+\left[x, z, y^{2}\right]+\left[x, y^{2}, z\right]-(x z) y^{2}-\left(x y^{2}\right) z \\ = & {[x(y z)+x(z y)] y+(x y)(y z+z y)-[(x z) y] z-[(x y) y] z } \\ = & 2[(x y) z] y . \end{aligned} $$ Thus equation (5) is proved, and for its proof we used only equation (2). From this it follows that equation (5) holds in any ring which satisfies equation (2), that is, in any so-called right alternative ring. The proofs of equations (6) and (7) are left to the reader. 3. Let us notice one property of alternative rings, which makes them close to associative rings. Let $a$ and $b$ be two elements of some alternative ring $A$, and let $D$ be the subring of the ring $A$ generated by the elements $a$ and $b$. It happens that the ring $D$ is associative. To prove this proposition it is enough to show that any two elements of the ring $D$ obtained by different parenthesizations of an associative monomial in $a$ and $b$ are equal. Let $c$ be some associative monomial as described. We denote by $\langle c\rangle$ the nonassociative monomial obtained from the monomial $c$ by the following parenthesization: when $c=c_{1} a$ or $c=c_{1} b$ we let $\langle c\rangle=\left(\left\langle c_{1}\right\rangle\right) a$ or $\langle c\rangle=\left(\left\langle c_{1}\right\rangle\right) b$, respectively; and $\langle a\rangle=a,\langle b\rangle=b$. For example, $\left\langle a^{2} b a b^{2}\right\rangle=((((a a) b) a) b) b$. If $d$ is a nonassociative monomial with some parenthesization, then we will denote by $\bar{d}$ the associative monomial obtained by removing the parentheses from $d$. The associativity of the ring $D$ is equivalent to the equation $d=\langle\bar{d}\rangle$ holding where $d$ is any nonassociative monomial in the generators $a$ and $b$. The last equality, which is obvious if the degree of the monomial $d$ in $a$ and $b$ is less than or equal to 3 , will be proved by induction on the degree of $d$. Let the degree of the monomial $d$ be greater than 3: $d=d_{1} d_{2}, d_{1}=a\left\langle\overline{d_{3}}\right\rangle$, and we assume that the equality to be proved holds for monomials with lower degree. Then we have the following cases: (i) $\quad d_{2}=\left\langle\overline{d_{4}}\right\rangle a, \quad d=\left(a\left\langle\overline{d_{3}}\right\rangle\right)\left(\left\langle\overline{d_{4}}\right\rangle a\right)=\left[a\left(\left\langle\overline{d_{3}}\right\rangle\left\langle\overline{d_{4}}\right\rangle\right)\right] a=\langle\bar{d}\rangle$, where we have used equation (7). If the monomial $\left\langle\overline{d_{3}}\right\rangle$ is empty, then the proof works using equation (4). (ii) $$ d_{2}=\left(b\left\langle\overline{d_{4}}\right\rangle\right) b, \quad d=\left(a\left\langle\overline{d_{3}}\right\rangle\right)\left[\left(b\left\langle\overline{d_{4}}\right\rangle\right) b\right]=\left[\left(d_{1} b\right)\left\langle\overline{d_{4}}\right\rangle\right] b=\langle\bar{d}\rangle $$ where equation (5) was used. Finally, $$ \text { (iii) } \begin{aligned} d_{2} & =\left(a\left\langle\overline{d_{4}}\right\rangle\right) b \\ d & =\left(a\left\langle\overline{d_{3}}\right\rangle\right)\left[\left(a\left\langle\overline{d_{4}}\right\rangle\right) b\right] \\ & =-\left(a\left\langle\overline{d_{3}}\right\rangle\right)\left[b\left(a\left\langle\overline{d_{4}}\right\rangle\right)\right]+\left[\left(a\left\langle\overline{d_{3}}\right\rangle\right)\left(a\left\langle\overline{d_{4}}\right\rangle\right)\right] b+\left[\left(a\left\langle\overline{d_{3}}\right\rangle\right) b\right]\left(a\left\langle\overline{d_{4}}\right\rangle\right) \\ & =-\left\langle\overline{d_{5}}\right\rangle+\langle\bar{d}\rangle+d_{5} \end{aligned} $$ where we have used equation (8) and also the above-proved identities from cases (i) and (ii). Repeating (if necessary) the same transformation on $d_{5}$ and so on, we come in a finite number of steps to the identity which we are proving. 4. In spite of the noted closeness of alternative rings to associative rings, as of now there is no general method which allows us to prove identities in alternative rings. Each of the presently known such identities requires a separate and in some cases very difficult proof. This happens because as of now there is no known method to build constructively free alternative rings, so there is no known algorithm which solves the word problem in free alternative rings; that is, an algorithm which allows us, for every element of this ring written in terms of the generators, to determine if it is zero or not. We mention the following interesting identity: $$ \left[(a b-b a)^{2}, c, d\right](a b-b a)=0 $$ which was proved by Kleinfeld (see for example [67]) and which shows that in the free alternative ring there are zero divisors. 5. The study of alternative rings in general began with the study of alternative division rings, which in the theory of projective planes play the role of the so-called natural division rings of alternative planes (see [65]); that is, planes for which the little Desargues theorem holds. In the works of L.A. Skornyakov $[62,63]$ a full description is given of alternative but not associative division rings. It happens that every such division ring is an algebra of dimension 8 over some field (a Cayley-Dickson algebra). Later and independently of Skornyakov this statement was proved by Bruck and Kleinfeld [8], but Kleinfeld [29] proved that even simplicity (that is, not having two-sided ideals) of an alternative but not associative ring implies that the ring is a Cayley-Dickson algebra. If for an element $a$ of some ring $A$ there exists a natural number $n(a)$ such that $a^{n(a)}=0$ (with any parenthesization of the expression $a^{n(a)}$ ), then this element is called a nilpotent element. If all the elements in a ring (resp. ideal) are nilpotent, it is called a nil-ring (resp. nil-ideal). Recently Kleinfeld [30] strengthened his results by proving that any alternative but not associative ring, in which the intersection of all the two-sided ideals is not a nil-ideal, is a Cayley-Dickson algebra over some field. Hence the class of alternative rings is much larger than the class of associative rings, but only outside the limits of the above-mentioned classes of rings. 6. Some attention has been given to right alternative rings (rings which satisfy identity (2)). Skornyakov [64] proved that every right alternative division ring is alternative. Kleinfeld [28] proved that for the alternativity of a right alternative ring it is sufficient that $[x, y, z]^{2}=0$ implies $[x, y, z]=0$. Smiley $[68]$ analyzed the proof of Kleinfeld and noticed that it is sufficient to check only these cases: $x=y$, $x=y z-z y, x=(y z-z y) y, x=[y, y, z]$, or $z=w y$ and $x=[y, y, w]$ for some $w$. We know about the structure of free right alternative rings as little as we know about the structure of free alternative rings. The study of these rings is one of the main tasks of the theory of alternative rings. It would be interesting to find out whether there are any identical relations which are not implied by (2)-(4) and are satisfied in the free alternative ring with three generators as, for example, the relation $(x y) z-x(y z)=0$ is satisfied by the free alternative ring with two generators. Because alternative rings are close relatives of associative rings, we may ask of any statement which holds for associative rings whether it also holds for alternative rings. One such problem (the Kurosh problem) will be discussed in the next section. San Soucie $[51,52]$ studied alternative and right alternative rings in characteristic $2(2 x=0)$. ## 3. Jordan rings 1. Let $A$ be an associative ring. If we set $a \circ b=a b+b a$, then with respect to addition and the operation $\circ$ the set of elements of the ring $A$ becomes a ring which is in general nonassociative. We denote this ring by $A^{(+)}$. For an associative algebra $B$ (or a $\Sigma$-operator ring) it is possible in a similar way to define an algebra $B^{(+)}$over the same field (or a $\Sigma$-operator ring); for an algebra it is more convenient to use the operation $a \circ b=\frac{1}{2}(a b+b a)$. It is easy to check that in the ring $A^{(+)}$ the following identities hold: $$ \begin{aligned} a \circ b & =b \circ a \\ ((a \circ a) \circ b) \circ a & =(a \circ a) \circ(b \circ a) \end{aligned} $$ Rings in which the multiplication satisfies (9) and (10) are called J-rings or Jordan rings. It can happen that some subset of a ring, which is not a subring, becomes a Jordan ring under the operation o. As an example, consider the set of all real symmetric matrices of some fixed degree $n$. A Jordan ring which is isomorphic to a subring of some ring of the form $A^{(+)}$is called a special Jordan ring. Special Jordan algebras can be defined in a similar way. 2. Not every Jordan ring and not every Jordan algebra is special. The classical example, that will be discussed below, of a non-special (often called exceptional) Jordan algebra of finite dimension belongs to Albert [5]. In the algebra $R_{8}$, which was discussed at the beginning of Section 2, for any element $s=(p, q)$ we set $\bar{s}=(\bar{p},-q)$. In the set of all matrices of degree 3 with elements from the algebra $R_{8}$ we consider the subspace $C_{27}$ of self-conjugate matrices (that is, matrices which do not change when the elements are conjugated and the matrix is transposed). It is possible to check that the set $C_{27}$ with respect to addition, the usual multiplication of real numbers, and the operation $s \circ t=$ $\frac{1}{2}(s \cdot t+t \cdot s)$ is a Jordan algebra of dimension 27 over the field of real numbers. Let $x$ be an element of the algebra $R_{8}$. Denote by $x_{i j}$ the matrix $S$ from the algebra $C_{27}$ in which $s_{i j}=\bar{x}$ and $s_{j i}=x$ and all other entries are zero; by $e$ denote the identity of the algebra $R_{8}$. Assume that there exists an associative algebra $\mathfrak{A}$, such that the Jordan algebra $\mathfrak{A}^{(+)}$has a subalgebra $C_{27}^{\prime}$ isomorphic to the algebra $C_{27}$. For simplicity in what follows we will identify the algebra $C_{27}^{\prime}$ with the algebra $C_{27}$. If $s, t \in C_{27}$ then it is obvious that $s \cdot t+t \cdot s=s t+t s$ where $s t$ is the product of the elements $s$ and $t$ in the algebra $\mathfrak{A}$. The last observation allows us to easily verify the following equations: $$ e_{i j}^{2}=e_{i j} e_{i j}=e_{i j} \cdot e_{i j}=e_{i i}+e_{j j} $$ $$ \begin{aligned} & e_{i i} x_{i j}+x_{i j} e_{i i}=e_{j j} x_{i j}+x_{i j} e_{j j}=x_{i j} \\ & e_{k k} x_{i j}+x_{i j} e_{k k}=0(\text { for } k \neq i, j) \\ & x_{12} y_{23}+y_{23} x_{12}=(x \cdot y)_{13} \\ & x_{12} y_{13}+y_{13} x_{12}=(\bar{x} \cdot y)_{23} \\ & x_{13} y_{23}+y_{23} x_{13}=(x \cdot \bar{y})_{12} \end{aligned} $$ From equation (13) we have $$ e_{k k}\left(e_{k k} x_{i j}+x_{i j} e_{k k}\right)=\left(e_{k k} x_{i j}+x_{i j} e_{k k}\right) e_{k k}=0 $$ and because of $e_{k k}^{2}=e_{k k}$, it easily follows that $$ e_{k k} x_{i j}=x_{i j} e_{k k}=0(k \neq i, j) $$ Setting $f_{i j}=e_{i i}+e_{j j}$, from the obvious equalities $$ f_{i j} x_{i j}+x_{i j} f_{i j}=2 x_{i j}, \quad 2 f_{i j} x_{i j}=f_{i j} x_{i j}+f_{i j} x_{i j} f_{i j} $$ we easily obtain $$ f_{i j} x_{i j}=f_{i j} x_{i j} f_{i j}=x_{i j} f_{i j}=x_{i j} $$ Finally, $$ e_{i i} y_{i j} e_{i i}=e_{j j} y_{i j} e_{j j}=0 $$ because, for example, $$ e_{i i} y_{i j} e_{i i}=e_{i i}\left(y_{i j}-e_{i i} y_{i j}\right)=0 $$ (equation (12)). If $x \in R_{8}$ then we set $x^{\prime}=e_{11} x_{12} e_{12}$. We show that the map $x \rightarrow x^{\prime}$ is a homomorphism of the algebra $R_{8}$ into the algebra $\mathfrak{A}$. Clearly $(x+y)^{\prime}=x^{\prime}+y^{\prime}$. From equations (14)-(17) it follows that $$ \begin{aligned} (x \cdot y)^{\prime} & =e_{11}(x \cdot y)_{12} e_{12}=e_{11}\left(x_{13} \bar{y}_{23}+\bar{y}_{23} x_{13}\right) e_{12}=e_{11} x_{13} \bar{y}_{23} e_{12} \\ & =e_{11}\left(x_{12} e_{23}+e_{23} x_{12}\right) \bar{y}_{23} e_{12}=e_{11} x_{12} e_{23} \bar{y}_{23} e_{12} \\ & =e_{11} x_{12} e_{23}\left(y_{12} e_{13}+e_{13} y_{12}\right) e_{12} \end{aligned} $$ On the other hand, $$ \begin{aligned} y_{12} e_{13} e_{12} & =y_{12} e_{13} f_{13} e_{12}=y_{12} e_{13} e_{11} e_{12}=\left(\bar{y}_{23}-e_{13} y_{12}\right) e_{11} e_{12} \\ & =-e_{13} y_{12} e_{11} e_{12}=-e_{13} f_{13} y_{12} e_{11} e_{12}=-e_{13} e_{11} y_{12} e_{11} e_{12}=0 \\ e_{23} e_{13} y_{12} & =e_{23} e_{13} f_{12} y_{12}=e_{23} e_{13} e_{11} y_{12}=\left(e_{12}-e_{13} e_{23}\right) e_{11} y_{12}=e_{12} e_{11} y_{12} \end{aligned} $$ Making the corresponding substitution in the expression $(x \cdot y)^{\prime}$ we get $$ (x \cdot y)^{\prime}=e_{11} x_{12} e_{12} e_{11} y_{12} e_{12}=x^{\prime} y^{\prime} $$ Because of the absence of proper ideals in the algebra $R_{8}$, and also because $e^{\prime}=$ $e_{11} e_{12} e_{12}=e_{11} f_{12}=e_{11} \neq 0$, we conclude that the algebra $R_{8}$ is isomorphic to a subalgebra of the associative algebra $\mathfrak{A}$, which contradicts the nonassociativity of the algebra $R_{8}$. This contradiction shows that there is no associative algebra $\mathfrak{A}$ with the required properties. 3. It would be natural to assume that special Jordan algebras satisfy some system of identities which do not follow from (9) and (10). At the present time such identities have not been found. Moreover, every attempt to characterize special Jordan rings with the help of any system of identities must be completely unsuccessful, because Cohn [9] gave many examples of non-special Jordan algebras which are homomorphic images of special Jordan algebras. It was also shown by Cohn that any homomorphic image of a special Jordan algebra with two generators is also a special Jordan algebra. Let $\mathfrak{B}$ be some Jordan ring. We define by the formula $$ \{a, b, c\}=(a b) c+(b c) a-(c a) b $$ a ternary operation on the set of elements of the ring $\mathfrak{B}$. It is easy to check that if $\mathfrak{B}$ is a special Jordan ring then we have the identity $$ \{a, b, a\}^{2}=\left\{a,\left\{b, a^{2}, b\right\}, a\right\} $$ Hall [15] and Harper [17] independently proved that (20) holds for any Jordan ring. In the author's work [58] it was proved that every Jordan ring on two generators is special. From this result it easily follows that any identity which involves, like (20), only two variables and which holds in any special Jordan ring, also holds in any Jordan ring. This result was recently reproved by Jacobson and Paige [26]. At present it is still not known whether the identities $$ \begin{aligned} & \{\{a, x, a\}, x,\{a, x, b\}\}=\{\{\{a, x, a\}, x, b\}, x, a\} \\ & \{\{x, b, x\}, a,\{x, b, x\}\}=\{x,\{b,\{x, a, x\}, b\}, x\} \end{aligned} $$ which hold in any special Jordan ring, also hold in any Jordan ring. These identities were pointed out by Jacobson; he proved in [27] that they hold in $C_{27}$. Jacobson proposed the question: Does there exist a Jordan algebra which is not a homomorphic image of a special Jordan algebra? Albert [6] proved that the algebra $C_{27}$ is not a homomorphic image of any special Jordan algebra of finite dimension. The above-mentioned problem is equivalent to the following: Is the free Jordan ring on more than two generators special or not? A positive answer would trivially imply the solution of the word problem for a free Jordan ring, but still it would not imply a solution of the problem of finding a basis for the free Jordan algebra on three or more generators (see Cohn [9]). 4. If, on the set of elements of a right-alternative ring $T$, we define the operation $a \circ b=a b+b a$, then it is easy to show that in this case the ring $T^{(+)}$will be a Jordan ring. However, it turns out that the class of all Jordan rings that can be obtained in this way is equal to the class of all special Jordan rings. Indeed, the mapping $f: x \rightarrow R_{x}$ of elements of the ring $T$ to the associative ring, generated in the ring $T^{*}$ of all endomorphisms of the additive group of the ring $T$ by right multiplications $R_{x}\left(a R_{x}=a x\right)$, is a homomorphism of the ring $T^{(+)}$onto some subring of the special Jordan ring $T^{*(+)}$. The mapping $f$ will be an isomorphism if we initially extend the ring $T$ by an identity element (after which the extended ring remains right alternative). The possibility of associating with every right alternative ring an associative ring (in general, not unique), through the corresponding (special) Jordan ring, turns out to be very useful in the study of right alternative rings, and so also in the study of alternative rings. Using this method, the author proved in $[59,60]$ that all the results obtained as of the present towards solving the Kurosh problem [38] (or its special case, the Levitzky problem) for associative algebras (or rings) also hold for alternative algebras (or rings) and for special Jordan algebras (or Jordan rings). Let us formulate one of them: An alternative ring $D$ with a finite number of generators and the identical relation $x^{n}=0$ is nilpotent, that is, there exists a natural number $N$ such that any product of $N$ elements of $D$ is zero. The closest generalization of Jordan rings are the so-called noncommutative Jordan rings, the study of which was started by Schafer. The natural place for them in the present article is in the last section. ## 4. Lie rings 1. A ring which satisfies the identical relations $$ \begin{aligned} x^{2} & =0 \\ (x y) z+(y z) x+(z x) y & =0 \end{aligned} $$ is called a Lie ring. In this article we completely avoid the discussion of Lie algebras of finite dimension, an exposition of which would be more natural in connection with the theory of Lie groups. If, in an associative ring $A$ we define a new operation by the equation $a \cdot b=$ $a b-b a$, then the set of elements of $A$ will be a Lie ring with this operation and addition. We denote this new ring by $A^{(-)}$. Birkhoff [7] and Witt [71] independently proved that every Lie algebra is isomorphic to a subalgebra of some algebra of the form $A^{(-)}$. If we use the terminology of Jordan rings, then we can say that every Lie ring is special. Lazard [42] and Witt [72] studied representations of $\Sigma$-operator Lie rings in $\Sigma$-operator associative rings. The existence of such a representation was proved by them in the case when $\Sigma$ is a principal ideal domain, and in particular for Lie rings without operators. The example constructed by the author in [57] shows that there exist non-representable $\Sigma$-operator Lie rings which do not have elements of finite order in the additive group. I.D. Ado [1, 2] proved that any finite-dimensional Lie algebra over the field of complex numbers can be represented in a finite-dimensional associative algebra. Later Harish-Chandra [16] and Iwasawa [24] proved that Ado's theorem holds for any finite-dimensional Lie algebra. We mention the cycle of works of Herstein [19]-[21], which, in essence, belong to the theory of associative rings and are dedicated to studying the ring $A^{(-)}$under various assumptions on the ring $A$. 2. There are interesting relations between the theory of Lie rings and the theory of groups. Let $K$ be the ring of formal power series with rational coefficients in the noncommutative variables $x_{i}(i=1,2, \ldots)$. Magnus [45] proved that the elements $y_{i}=1+x_{i}$ of the ring $K$ generate a free subgroup $G$ of the multiplicative group of the ring $K$, and that every element of the subgroup $G_{n}$ (the $n$-th commutator subgroup ${ }^{5}$ ) has the form $1+\ell_{n}+\omega$, where $\ell_{n}$ is some homogeneous Lie polynomial (with respect to the operations $a \cdot b$ and $a+b$ ) of degree $n$ in the generators $x_{i}$, and $\omega$ is a formal power series in which all the terms have degree greater than $n$. Then because of known criteria [11, 12, 44] which allow us to determine whether a given polynomial is a Lie polynomial, the above mentioned representation of the free group allows us to determine whether any given element lies in one term or another of the lower central series. The elements $z_{i}=e^{x_{i}}$ of the ring $K$ also generate a free group [46] and if $e^{x} e^{y}=e^{t}$ then $t$ is a power series, the terms of which are homogeneous Lie polynomials in $x$ and $y$ [18]. The relations which exist between the theory of groups and the theory of Lie rings allow us to obtain group-theoretical results from statements proved for Lie rings. For example, Higman [23] proved nilpotency (see the definition below) of any Lie ring which has an automorphism of prime order without nonzero fixed points. This statement allowed him to prove nilpotency of finite solvable groups which have an automorphism satisfying the analogous conditions. Earlier Lazard [43] studied nilpotent groups using extensively the apparatus of Lie ring theory. 3. We consider one more circle of questions which are relevant to the theory of groups. A Lie ring $L$ is called a ring satisfying the $n$-th Engel condition if for any elements $x$ and $y$ we have the relation $$ \{\cdots[(x \underbrace{y \prime s}_{n} y] \cdots\} y=0 $$ We introduce the following notation: $$ L=L^{1}=L^{(1)}, \quad L^{k}=L^{k-1} L, \quad L^{(k)}=L^{(k-1)} L^{(k-1)} $$ A Lie ring is called nilpotent (resp. solvable) if there exists a natural number $m$ such that $L^{m}=0$ (resp. $L^{(m)}=0$ ).[^39] With some restrictions on the additive group, Higgins [22] proved that solvable rings satisfying the $n$-th Engel condition are nilpotent. Then Cohn [10] constructed an example of a solvable Lie ring whose additive group is a $p$-group and which satisfies the $p$-th Engel condition, but is not nilpotent. For Lie rings with a finite number of generators and some restrictions on the additive group, A.I. Kostrikin [37] proved that the Engel condition implies nilpotency. This result is especially interesting because from it follows the positive solution of the grouptheoretical restricted Burnside problem for $p$-groups with elements of prime order $[35,36]$. An element $a$ in a Lie algebra $L$ is called algebraic if the endomorphism $R_{a}: x \mapsto x a$ generates a finite-dimensional subalgebra in the (associative) algebra of all endomorphisms of the additive group of the algebra $L$. It is not known whether there exists a Lie algebra with a finite number of generators and infinite dimension in which every element is algebraic. This problem is analogous to the famous Kurosh problem [38] for associative algebras. We mention one easier but unsolved problem. Let the Lie algebra $L$ be such that any two elements belong to a subalgebra, the dimension of which does not exceed some fixed number. Does it follow from this that every finite subset of the algebra $L$ belongs to some subalgebra of finite dimension? 4. An important role in the theory of Lie rings is played by free Lie rings. In contrast to free alternative rings and free Jordan rings, free Lie rings have been thoroughly studied. M. Hall [14] pointed out a method for constructing a basis of a free Lie algebra; E. Witt [71] found a formula for computing the rank of the homogeneous modules in a free Lie algebra on a finite number of generators. We briefly describe one constructive method of building a free Lie ring. Let $\mathfrak{A}$ be a free associative $\Sigma$-operator ring with some set $R=\left\{a_{i}\right\}(i=1,2, \ldots, k)$ as a set of free generators. It turns out that [61] the elements of the set $R$ generate in the Lie ring $\mathfrak{A}^{(-)}$a free Lie ring $L$ for which they are free generators. We order the elements of the set $R$ in some way, and then we order lexicographically every set of (associative) monomials of the same degree in the elements of the set $R$. Let $W$ be the set of all monomials $w$ such that $w=w_{1} w_{2}>w_{2} w_{1}$, for any representation of the monomial $w$ as a product of two monomials $w_{1}$ and $w_{2}$. Let $v \in W$ with $v=v_{1} v_{2}$ where $v_{1}$ is a monomial from $W$ of minimal degree such that $v_{2} \in W$. We parenthesize the monomial $v$ in the following way: $v=\left(v_{1}\right)\left(v_{2}\right)$, and we repeat this method of parenthesization on the monomials $v_{1}$ and $v_{2}$. The set of nonassociative monomials obtained from the elements of the set $W$ by this method of parenthesization with the operation interpreted as $a \cdot b=a b-b a$ will be a basis of the ring $L$. The author in [56] and independently Witt in [73] proved that any subalgebra of a free Lie algebra is again free. This theorem is analogous to the theorem of Kurosh mentioned in Section 1 for subalgebras of free algebras. Using the above method of constructing a free Lie algebra allowed the author in [61] to prove that any Lie algebra of finite or countable dimension can be embedded in a Lie algebra with two generators. Analogous theorems about embedding of arbitrary algebras and of associative rings were proved respectively by A.I. Zhukov [74] and A.I. Malcev [48]. 5. The study of Lie algebras over fields of prime characteristic has led to the discussion of so-called restricted Lie algebras. In a restricted Lie algebra over a field of characteristic $p>0$ an additional unary operation is defined with some natural axioms which are typical of the usual (associative) $p$-th power. Jacobson [25] proved a theorem for restricted Lie algebras analogous to the Birkhoff-Witt theorem, which in this case already includes a theorem similar to Ado's theorem. 6. Recently A.I. Malcev [49] considered a class of binary-Lie rings, which are related to Lie rings in a way analogous to the way alternative rings are related to associative rings. A ring is called binary-Lie if every two elements lie in some Lie subring. A.T. Gainov [13] proved that in the case of a ring without elements of order 2 in the additive group, for a ring to be binary-Lie it is sufficient that these identities hold: $$ x^{2}=[(x y) y] x+[(y x) x] y=0 $$ If, on the set of elements of some alternative ring $D$, we define the above described operation $a \cdot b=a b-b a$, then in the ring $D^{(-)}$, as was shown by A.I. Malcev [49], these relations hold identically: $$ x^{2}=[(x \cdot y) \cdot z] \cdot x+[(y \cdot z) \cdot x] \cdot x+[(z \cdot x) \cdot x] \cdot y-(x \cdot y) \cdot(x \cdot z)=0 $$ Rings satisfying the identities (25) are called by A.I. Malcev Moufang-Lie rings, and he also showed that the class of Moufang-Lie rings ${ }^{6}$ without elements of additive order 6 is properly contained in the class of binary-Lie rings. Recently Kleinfeld [31] proved that a Moufang-Lie ring $M$ without elements of additive order 2 which has an element a such that $a M=M$ is a Lie ring. A corresponding result can clearly be formulated in the language of alternative rings. The problem of the truth of a theorem, similar to the Birkhoff-Witt theorem, connecting the theory of Moufang-Lie rings with the theory of alternative rings remains open. ## 5. Some wider classes of rings 1. As was shown earlier, a ring is alternative if and only if every two elements lie in some associative subring. Algebraists working in the theory of rings have been attracted for a long time to the wider class of rings with associative powers. A ring is called power-associative[^40]if every element lies in some associative subring. It is not difficult to check that all the classes of rings discussed in the present article are power-associative. In the case of rings for which the additive group has no torsion, Albert [3] has shown that the identities $x^{2} x=x x^{2}$ and $\left(x^{2} x\right) x=x^{2} x^{2}$ are sufficient to guarantee power-associativity. This result was recently given another proof by A.T. Gainov [13]. Albert proved in [4] that if in the additive group of a ring there are no elements of order 30 then power-associativity follows from the identities $$ (x y) x=x(y x) \quad \text { and } \quad\left(x^{2} x\right) x=x^{2} x^{2} . $$ For rings of small characteristic some sufficient conditions for power-associativity were found by Kokoris $[32,33]$. 2. We mention one method for studying power-associative rings which has been used extensively in the works of Albert. Let $A$ be a commutative power-associative ring in which the equation $2 x=a$ has a unique solution for every $a \in A$ and which contains an idempotent $e\left(e^{2}=e\right)$. Then it turns out that every element $b \in A$ has a unique representation in the form $b=b_{0}+b_{1}+b_{1 / 2}$ where $b_{\lambda} e=\lambda b_{\lambda}$; that is, the ring $A$ can be represented as the direct sum of three modules $A=A_{0}+A_{1}+A_{1 / 2}$, the study of which gives some information about the ring $A$. If the ring $A$ is noncommutative, then we can study the commutative ring $A^{(+)}$which is obtained from the ring $A$ with the help of the new multiplication $a \circ b=\frac{1}{2}(a b+b a)$. It is obvious that the subrings generated by a single element in the rings $A$ and $A^{(+)}$are the same. Therefore the ring $A^{(+)}$is again power-associative. Another very wide class of rings is the class of flexible rings; that is, rings which satisfy the identical relation (4). All the rings discussed in this article, except for right alternative rings, are from this class. No significant results, which would go beyond the class of algebras of finite dimension, have been obtained for flexible rings. 3. It would be natural to expect a deeper study of flexible power-associative rings. However, comparatively recently Schafer [53] began the study of the class of so-called noncommutative Jordan rings, defined by identities (4) and (10), which is slightly narrower than the class of flexible power-associative rings, but contains most of the rings mentioned above. The study of this class of rings at the present time is restricted to the theory of algebras of finite dimension (see [54, 55, 34]); however, we can hope that in the future a sufficiently interesting theory of this class of rings will be constructed. In conclusion, we mention one very wide class, the so-called power-commutative rings; that is, rings in which every element belongs to a commutative (but not necessarily associative) subring. This class includes not only the flexible rings, but also the power-associative rings. Unfortunately, at this point in time, we do not even know whether this class can be defined by a finite system of identities. ## References [1] I.D. Ado, On representations of finite continuous groups using linear substitutions, Izv. Kaz. fiz.-matem. ob-va 7 (1934-35) 1-43. [2] I.D. Ado, Representation of Lie algebras by matrices, Uspekhi Mat. Nauk II (1947) $159-173$. [3] A.A. Albert, On the power-associativity of rings, Summa Brasil. Math. 2 (1948) $21-33$. [4] A.A. Albert, Power-associative rings, Trans. Amer. Math. Soc. 64 (1948) 552-593. [5] A.A. Albert, A note on the exceptional Jordan algebra, Proc. Nat. Acad. Sci. USA 36 (1950) 372-374. [6] A.A. Albert, A property of special Jordan algebras, Proc. Nat. Acad. Sci. USA 42 (1956) 624-625. [7] G. Birkhoff, Representability of Lie algebras and Lie groups by matrices, Ann. of Math. 38 (1937) 526-532. [8] R.N. Bruck, E. Kleinfeld, The structure of alternative division rings, Proc. Amer. Math. Soc. 2 (1951) 878-890. [9] P.M. Cohn, On homomorphic images of special Jordan algebras, Canad. Journ. Math. 6 (1954) 253-264. [10] P.M. Cohn, A non-nilpotent Lie ring satisfying the Engel condition and a nonnilpotent Engel group, Proc. Cambridge Philos. Soc. 51 (1955) 401-405. [11] E.B. Dynkin, Computation of the coefficients in the Campbell-Hausdorf formula, Doklady Akad. Nauk USSR 57 (1947) 323-326. [12] K.O. Friedrichs, Mathematical aspects of the quantum theory of fields, V, Comm. Pure Appl. Math. 6 (1953) 1-72. [13] A.T. Gainov, Identitical relations for binary-Lie rings, Uspekhi Mat. Nauk XII (1957) $141-146$. [14] M. Hall, A basis for free Lie rings and higher commutators in free groups, Proc. Amer. Math. Soc. 1 (1950) 575-581. [15] M. Hall, An identity in Jordan rings, Proc. Amer. Math. Soc. 42 (1956) 990-998. [16] Harish-Chandra, Faithful representations of Lie algebras, Ann. of Math. 50 (1949) $68-76$. [17] L.R. Harper, A proof of an identity for Jordan algebras, Proc. Nat. Acad. Sci. USA 42 (1956) 137-139. [18] E. Hausdorf, Die simbolische Exponentialformel in der Gruppentheorie, Bericht d. König. Sächs. Ges. d. wiss. Math.-Phis. Klasse 58 (1906) 19-48. [19] I.N. Herstein, On the Lie and Jordan rings of a simple associative ring, Amer. Journ. Math. 77 (1955) 279-285. [20] I.N. Herstein, The Lie ring of a simple associative ring, Duke Math. Journ. 22 (1955) $471-476$ [21] I.N. Herstein, Lie and Jordan systems in simple rings with involution, Amer. Journ. Math. 78 (1956) 629-649. [22] P.J. Higgins, Lie rings satisfying the Engel condition, Proc. Cambridge Philos. Soc. 50 (1954) 8-15. [23] G. Higman, Groups and rings having automorphisms without non-trivial fixed elements, Journ. London Math. Soc. 32 (1957) 321-332. [24] K. Iwasawa, On the representation of Lie algebras, Jap. Journ. Math. 19 (1948) $405-426$. [25] N. Jacobson, Restricted Lie algebras of characteristic $p$, Trans. Amer. Math. Soc. 50 (1941) 15-25. [26] N. Jacobson, L.J. Paige, On Jordan algebras with two generators, Journ. Math. and Mech. 6 (1957) 895-906. [27] N. Jacobson, Jordan algebras, Report of a Conference on Linear Algebras (1957) $12-19$. [28] E. Kleinfeld, Right alternative rings, Proc. Amer. Math. Soc. 4 (1953) 939-944. [29] E. Kleinfeld, Simple alternative rings, Ann. of Math. 58 (1953) 544-547. [30] E. Kleinfeld, Generalization of a theorem on simple alternative rings, Portugal. Math. $14,3-4$ (1955) 91-94. [31] E. Kleinfeld, A note on Moufang-Lie rings, Proc. Amer. Math. Soc. (1958) 72-74. [32] L.A. Kokoris, New results on power-associative algebras, Trans. Amer. Math. Soc. 77 (1954) 363-373. [33] L.A. Kokoris, Power-associative rings of characteristic two, Proc. Amer. Math. Soc. 6 (1955) $705-710$. [34] L.A. Kokoris, Some nodal noncommutative Jordan algebras, Proc. Amer. Math. Soc. 9 (1958) 164-166. [35] A.I. Kostrikin, On the relation between periodic groups and Lie rings, Izv. Akad. Nauk USSR 21 (1957) 289-310. [36] A.I. Kostrikin, Lie rings satisfying the Engel condition, Izv. Akad. Nauk USSR 21 (1957) 515-540. [37] A.I. Kostrikin, On the Burnside problem, Doklady Akad. Nauk USSR 119 (1958) $1081-1084$. [38] A.G. Kurosh, Problems in the theory of rings related to the problem of Burnside on periodic groups, Izv. Akad. Nauk USSR 5 (1941) 233-247. [39] A.G. Kurosh, Free nonassociative algebras and free products of algebras, Matem. Sb. 20, 62 (1947) 239-262. [40] A.G. Kurosh, The current state of the theory of rings and algebras, Uspekhi Mat. Nauk VI, 2 (1951) 3-15. [41] A.G. Kurosh, Nonassociative free sums of algebras, Mat. Sbornik 37, 79 (1955) 251264 . [42] M. Lazard, Sur les algèbres enveloppantes universelles des certaines algèbres de Lie, Publ. Sci. de l'Univ. d'Alger, Ser. A 1 (1954) 281-294. [43] M. Lazard, Sur les groupes nilpotents et les anneaux de Lie, Ann. Sci. Ec. Norm. Sup. 71 (1954) 101-190. [44] R.C. Lyndon, A theorem of Friedrichs, Michigan Math. Journ. 3 (1955-56) 27-29. [45] W. Magnus, Über Beziehungen zwischen höheren Kommutatoren, Journ. reine und angew. Math. 177 (1937) 105-115. [46] W. Magnus, Über Gruppen und zugeordnete Liesche Ringe, Journ. reine und angew. Math. 182 (1940) 142-149. [47] A.I. Malcev, On the decomposition of an algebra into the direct sum of the radical and a semi-simple subalgebra, Doklady Akad. Nauk USSR 36 (1942) 46-50. [48] A.I. Malcev, On a representation of nonassociative rings, Uspekhi Mat. Nauk VII, 1 (1952) 181-185. [49] A.I. Malcev, Analytic loops, Mat. Sbornik 36 (1955) 569-576. [50] I.N. Sanov, Investigations into the relation between periodic groups of prime period and Lie rings, Izv. Akad. Nauk USSR 16 (1952) 23-58. [51] R.L. San Soucie, Right alternative division rings of characteristic 2, Proc. Amer. Math. Soc. 6 (1955) 291-296. [52] R.L. San Soucie, Right alternative rings of characteristic two, Proc. Amer. Math. Soc. 6 (1955) $716-719$. [53] R.D. Schafer, Non-commutative Jordan algebras of characteristic zero, Proc. Amer. Math. Soc. 6 (1955) 472-475. [54] R.D. Schafer, On non-commutative Jordan algebras, Proc. Amer. Math. Soc. 9 (1958) $110-117$. [55] R.D. Schafer, Restricted non-commutative Jordan algebras of characteristic $p$, Proc. Amer. Math. Soc. 9 (1958) 141-144. [56] A.I. Shirshov, Subalgebras of free Lie algebras, Mat. Sbornik 33 (1953) 441-452. [57] A.I. Shirshov, On the representation of Lie rings in associative rings, Uspekhi Mat. Nauk VIII (1953) 173-175. [58] A.I. Shirshov, On special J-rings, Mat. Sbornik 38 (1956) 149-166. [59] A.I. Shirshov, On some nonassociative nilrings and algebraic algebras, Mat. Sbornik 41 (1957) 381-394. [60] A.I. Shirshov, On rings with identical relations, Mat. Sbornik 43 (1957) 277-283. [61] A.I. Shirshov, On free Lie rings, Mat. Sbornik 45 (1958) 113-122. [62] L.A. Skornyakov, Alternative division rings, Ukr. Matem. Zhurn. 2, 1 (1950) 70-85. [63] L.A. Skornyakov, Alternative division rings of characteristic 2 and 3, Ukr. Matem. Zhurn. 2, 3 (1950) 94-99. [64] L.A. Skornyakov, Right-alternative division rings, Izv. Akad. Nauk USSR 15 (1951) 177-184 [65] L.A. Skornyakov, Projective planes, Uspekhi Mat. Nauk VI, 6 (1951) 112-154. [66] L.A. Skornyakov, Representation of nonassociative rings in associative rings, Doklady Akad. Nauk USSR 102, 1 (1955) 33-35. [67] M.F. Smiley, Kleinfeld's proof of the Bruck-Kleinfeld-Skornyakov theorem, Math. Ann. 134 (1957) 53-57. [68] M.F. Smiley, Jordan homomorphisms and right alternative rings, Proc. Amer. Math. Soc. 8 (1957) 668-671. [69] Yu.I. Sorkin, Rings as sets with one operation which satisfy only one relation, Uspekhi Mat. Nauk XII, 4 (1957) 357-362. [70] Liu-Shao Syue, On decomposition of locally finite algebras, Mat. Sbornik 39 (1956) $385-396$. [71] E. Witt, Treue Darstellung Liescher Ringe, Journ. reine und angew. Math. 177 (1937) $152-160$. [72] E. Witt, Treue Darstellung beliebiger Liescher Ringe, Collect. Math. 6 (1953) 107114 . [73] E. Witt, Die Unterringe der freien Liescher Ringe, Mat. Zeitschr. 64 (1956) 195-216. [74] A.I. Zhukov, Complete systems of defining relations in nonassociative algebras, Mat. Sbornik 27, 69 (1950) 267-280. # Some Algorithmic Problems for $\varepsilon$-algebras A.I. Shirshov ## Introduction The word problem ${ }^{1}$, stated relative to one or another algebraic system, has attracted the attention of many mathematicians. In the works of A.A. Markov [1] and $\mathrm{E}$. Post [3] it was proved for the first time that there exist algebraic systems (semigroups) with undecidable word problem. The most significant achievement in this direction is the result of P.S. Novikov [2] that establishes undecidability of the word problem for groups. In 1950, A.I. Zhukov [5], while studying free nonassociative algebras, established that in the case in which one does not assume that the algebra satisfies any identical relation (for instance, associativity) the word problem (as well as some other algorithmic problems) is decidable. From the results obtained for semigroups, it easily follows that the word problem is undecidable for associative algebras. The above-mentioned facts show that it is of interest to discover classes of algebras defined by identical relations for which the word problem or some other algorithmic problems are decidable. In the present work, the word problem is solved for commutative and anticommutative algebras ( $\varepsilon$-algebras). Moreover, in these cases, the more general membership problem is solved, and a theorem is proved that is analogous to a known theorem on freeness in group theory. ## 1. The word problem In the study of commutative and anticommutative algebras, we will for brevity use the terminology introduced in the work [4]. Hence, commutative and anticommutative algebras will be called respectively $C$-algebras and $A C$-algebras. The term $\varepsilon$-algebras with $\varepsilon=C$ or $\varepsilon=A C$ will be used when there is no need to distinguish[^41]the two cases. In [4] the definition of $\varepsilon$-regular words is given, and it is shown that they form a basis of the free $\varepsilon$-algebra. This result will also be used in the sequel without further mention. Let $E$ be the free $\varepsilon$-algebra over some field $P$ (fixed once and for all), and let $R=\left\{a_{\alpha}\right\}, \alpha \in I$, be a set of free generators. We choose in $E$ an arbitrary finite set of elements $S$ and denote by $\langle S\rangle$ the ideal generated in $E$ by $S$. To solve the word problem in this case means to provide an algorithm that allows us, for an arbitrary finite set $S$ and an arbitrary element $a \in E$, to determine whether or not $a$ belongs to $\langle S\rangle$. The definition of $\varepsilon$-regular words requires that some ordering be fixed. In the sequel we will make the convention that, given two $\varepsilon$-regular words $u=u_{1} u_{2}$ and $v=v_{1} v_{2}$ of equal length $\geq 2$, the greater word is either the one with greater first factor $\left(u_{1}\right.$ or $\left.v_{1}\right)$, or if these are equal, then the one with greater second factor ( $u_{2}$ or $v_{2}$ ). With respect to this ordering, we will speak of the leading term $\bar{a}$ of any element $a$ in the algebra $E$. The concept of a subword of a nonassociative word is sufficiently well known. Formally, it can be defined (by induction) on the word length, for example as follows. Definition 1. Let $u$ be a word of length $\geq 2$ with $u=u_{1} u_{2}$. Then $u, u_{1}, u_{2}$ and the subwords of $u_{1}$ and $u_{2}$ are called subwords of $u$. Definition 2. A set $S$ of elements of $E$ is called reduced if no element of $S$ has a leading term which is a subword of the leading term of another element of $S$, and all the coefficients of the leading terms are equal to 1 . We now prove a few auxiliary results. Lemma 1. Let $S$ be a finite set of elements of $E$. Then there exists a reduced finite set $S^{\prime}$ such that $\left\langle S^{\prime}\right\rangle=\langle S\rangle$. Proof. In the expression of the elements of $S$, there occurs only a finite subset $R^{\prime}$ of elements of $R$. Let $s_{i}, i=1,2, \ldots, n$, be the elements of $S$, and let $\bar{s}_{i}$ be the leading term of $s_{i}$; then obviously we may assume that the coefficients of the leading terms of the elements of $S$ are equal to 1 . The symbol $\Sigma=\left(\bar{s}_{1}, \bar{s}_{2}, \ldots, \bar{s}_{n}\right)$ where $\bar{s}_{i} \leq \bar{s}_{j}$ if $i>j$ will be called the type of the set $S$, and the number $n$ will be called the length of the type. The set of all possible types that correspond to finite subsets of $E$, the expressions of whose elements only involve elements from $R^{\prime}$, will be ordered as follows: if the lengths of the types are equal then the order is lexicographical, and shorter types precede longer types. Suppose that the finite set $S$ is not reduced, i.e., the leading term $\bar{s}_{j}$ of some element $s_{j} \in S$ is a subword of the leading term $\bar{s}_{i}$ of an element $s_{i} \in S, i \neq j$. Then obviously there exists an element $t_{j}$ of the ideal $\left\langle s_{j}\right\rangle$ such that $\bar{s}_{i}=\bar{t}_{j}$ and hence the leading term $\bar{d}_{i}$ of the element $d_{i}=s_{i}-t_{j}$ will be smaller than the word $\bar{s}_{i}$. Denote by $S_{1}$ the set obtained from $S$ by replacing the element $s_{i}$ by the element $d_{i}$. Obviously $\langle S\rangle=\left\langle S_{1}\right\rangle$ and the type of $S_{1}$ is smaller than the type of $S$. The proof is complete since any decreasing sequence of types must terminate. Lemma 2. An element $t \in E$ lies in the ideal $\langle S\rangle$, where $S=\left\{s_{i}\right\}, i=1,2, \ldots, n$, is a finite reduced set, only if at least one of the words $\bar{s}_{i}, i=1,2, \ldots, n$, is a subword of $\bar{t}$. Proof. If $t \in\langle S\rangle$ then obviously $t$ can be represented as a linear combination of products $d_{i}, i=1,2, \ldots, m$, of one of the elements ${ }^{2} s_{k_{i}}$ of $S$ and some number of $\varepsilon$-regular words. Here we may assume that each $\bar{d}_{i}$ is an $\varepsilon$-regular word that has a subword $\bar{s}_{k_{i}}$, and replacing this subword by $s_{k_{i}}$ turns $\bar{d}_{i}$ into $d_{i}$. The last statement is obvious if $\varepsilon=C$, but it requires additional considerations if $\varepsilon=A C$. In this second case, one should look at products of the form $s_{i} \bar{s}_{i}$. But then, by virtue of the equation $$ s_{i} \bar{s}_{i}=s_{i}\left[s_{i}-\left(s_{i}-\bar{s}_{i}\right)\right]=-s_{i}\left(s_{i}-\bar{s}_{i}\right) $$ it is clear that in this case also the required representation is possible. In the more general case of the expression $\sigma_{i} \bar{\sigma}_{i}$, where $\bar{\sigma}_{i}$ is an $A C$-regular word with a distinguished subword $\bar{s}_{k_{i}}$ satisfying the above conditions, the argument is similar. Among the $\varepsilon$-regular words $\bar{d}_{i}, i=1,2, \ldots, m$, we select the maximal. If this word is unique, then the lemma is proved. Assume now that the maximal word $\bar{d}_{i}$ is equal to the word $\bar{d}_{j}$. Since $S$ is reduced, each of the subwords $\bar{s}_{k_{i}}, \bar{s}_{k_{j}}$ of the word $\bar{d}_{j}$ does not occur as a subword of the other in the expression of the word $\bar{d}_{j}$ (although they can be equal ${ }^{3}$ ). Therefore, without loss of generality, we may assume that $$ \bar{d}_{j}=b_{1} b_{2} \cdots b_{p_{j}} \bar{s}_{k_{i}} c_{1} c_{2} \cdots c_{q_{j}} \bar{s}_{k_{j}} f_{1} f_{2} \cdots f_{r_{j}} $$ where parentheses are placed in a certain way and all $b, c, f$ are $\varepsilon$-regular words. By virtue of the equation $$ \begin{aligned} d_{j}= & b_{1} b_{2} \cdots b_{p_{j}} s_{k_{k}} c_{1} c_{2} \cdots c_{q_{j}} \bar{s}_{k_{j}} f_{1} f_{2} \cdots f_{r_{j}} \\ & +b_{1} b_{2} \cdots b_{p_{j}} \bar{s}_{k_{i}} c_{1} c_{2} \cdots c_{q_{j}}\left(s_{k_{j}}-\bar{s}_{k_{j}}\right) f_{1} f_{2} \cdots f_{r_{j}} \\ & +b_{1} b_{2} \cdots b_{p_{j}}\left(\bar{s}_{k_{i}}-s_{k_{i}}\right) c_{1} c_{2} \cdots c_{q_{j}} s_{k_{j}} f_{1} f_{2} \cdots f_{r_{j}} \end{aligned} $$ it is obvious that the element $d_{j}$ can be written as a linear combination of the element $d_{i}$ and some other elements formed in a similar way to the elements $d_{k}$, $k=1,2, \ldots, m$, but having smaller leading terms. After combining like terms, the number of elements $d_{k}$ whose leading terms coincide and are maximal is reduced by 1 . The proof is complete by an obvious induction. From Lemmas 1 and 2 we easily obtain the following algorithm which solves the word problem for $\varepsilon$-algebras as stated at the beginning of this section: (a) In a finite number of steps one performs replacement of the set $S$ by the reduced set $S^{\prime}$ (Lemma 1).[^42](b) If the word $\bar{a}$ does not contain a subword that coincides with the leading term of one of the elements $S^{\prime}$, then Lemma 2 implies that $a \notin\langle S\rangle$. If to the contrary such a subword is found, then it is easy to construct an element $a_{1} \in\langle S\rangle$ such that $\bar{a}=\bar{a}_{1}$ and hence $\overline{a-a_{1}}$ will be less that $\bar{a}$. It is easy to see that the element $a$ lies in the ideal $\langle S\rangle$ if and only if the element $b=a-a_{1}$ lies in $\langle S\rangle$. The rest is obvious. For $\varepsilon$-algebras, as well as nonassociative algebras [5], we have the following result. Theorem. (Freeness Theorem) Suppose that the expression of an element $c \in E$, in terms of the elements of the basis of $\varepsilon$-regular words, contains the generating element $a_{\alpha} \in R$. Then the images of the elements of the set $R \backslash\left\{a_{\alpha}\right\}$ generate $a$ free $\varepsilon$-algebra in the quotient $E /\langle c\rangle$. Proof. In the construction of the basis of $\varepsilon$-regular words, we make the convention that for two such words the greater is the one whose expression contains the generator $a_{\alpha}$ more times, regardless of the degrees of the words. The words that contain the generator $a_{\alpha}$ the same number of times will be ordered in the usual way. Obviously, any subword $v$ of the word $u$ will be smaller than this word $u$, and any decreasing sequence of words that are $\varepsilon$-regular (in this sense) must terminate. The proof of Theorem 1 of the work [4] can be applied to this situation without essential changes. The above way of ordering $\varepsilon$-regular words guarantees that the leading term $\bar{c}$ of an element $c$ contains the generator $a_{\alpha}$. Lemma 2, whose proof is still valid, states in our case that the maximal word $\bar{v}$, of any element $v$ in the ideal $\langle c\rangle$, contains a subword that coincides with $\bar{c}$. From this it follows that the (free) subalgebra $E^{\prime}$ of $E$ generated by the set $R \backslash\left\{a_{\alpha}\right\}$ has zero intersection with the ideal $\langle c\rangle$. This is equivalent to the statement of the theorem. ## 2. The membership problem The word problem is a special case of the so-called membership problem, which for the case considered in this paper has the following formulation: An arbitrary finite set $V=\left\{v_{j}\right\}, j=1,2, \ldots, k$, of elements of the algebra $E$ generates a subalgebra $[V]$. It is necessary to find an algorithm that allows us to determine whether or not the image of an arbitrary element $t \in E$, under the natural homomorphism of $E$ onto the quotient algebra $E^{\prime}=E /\langle S\rangle$ where $S=\left\{s_{i}\right\}, i=1,2, \ldots, n$, belongs to the image $[V]^{\prime}$ of $[V]$ under this homomorphism. Obviously, when considering the membership problem for sets $S$ and $V$ and elements $t$, one can make the following assumptions without loss of generality: (1) The set $S$ is reduced. (2) None of the words $\bar{t}$ and $\bar{v}_{j}, j=1,2, \ldots, k$, contains any of the words $\bar{s}_{i}$ as a subword. (3) The coefficients of the leading terms of the elements $t$ and $v_{j}, j=1,2, \ldots, k$, are equal to 1. (4) Each element $\bar{v}_{j}$ does not belong to the subalgebra of $E$ generated by the leading terms of the elements of the set $V \backslash\left\{v_{j}\right\}$. One can achieve Conditions (1)-(4) in a finite number of steps without changing the ideal $\langle S\rangle$, the subalgebra $V$, or the image $t^{\prime}$ of the element $t$. The proof of this fact essentially repeats the argument given in the proof of Lemma 1. For example, if it happens that some element $\bar{v}_{j}$ belongs to the subalgebra generated by the elements $\bar{v}_{i}, i \neq j$, then instead of the element $v_{j}$ one should consider the difference $v_{j}^{\prime}=v_{j}-u_{j}$ where $u_{j} \in[V]$ and $\bar{v}_{j}^{\prime}<\bar{v}_{j}$. Let $\lambda$ be the maximum of the degrees of the elements of $S$. We will describe a process for modifying the set $V$. Suppose some element $\bar{s}_{i}$ has the form $\bar{s}_{i}=$ $\bar{v}_{i_{1}} \bar{v}_{i_{2}} \cdots \bar{v}_{i_{q}}$ with some placement of parentheses. Then to the set $V$ we adjoin the element $v^{\prime}=v_{i_{1}} v_{i_{2}} \cdots v_{i_{q}}-s_{i}$ with the same placement of parentheses. Note that the degrees of the elements $v_{i_{k}}$ that appear in the expression of the element $v^{\prime}$ are less than $\lambda$. If necessary, to the set $V^{\prime}=V \cup\left\{v^{\prime}\right\}$ we apply the transformations which ensure Conditions (2)-(4). We repeat this entire process as many times as required. Since, after each step, the set of words of degree $\leq \lambda$, which can be obtained by multiplying the leading terms of the elements of the corresponding $V^{(i)}$, can only increase, and the number of $\varepsilon$-regular words of degree $\leq \lambda$ that occur in this process is finite, the process will lead in the end to a set $V_{1}$ satisfying the following conditions: - Conditions (2)-(4) above; - the images of the algebras $\left[V_{1}\right]$ and $[V]$, under the natural homomorphism of the algebra $E$ onto the quotient algebra $E /\langle S\rangle$, coincide; - if for some placement of parentheses $\bar{s}_{j}=\bar{v}_{j_{1}} \bar{v}_{j_{2}} \cdots \bar{v}_{j_{p}}$ for some $j, j_{1}, j_{2}, \ldots$, $j_{p}$, then the element $s_{j}-v_{j_{1}} v_{j_{2}} \cdots v_{j_{p}}$ can be represented as the sum $w+\tau$ where $w \in\left[V_{1}\right], \tau \in\langle S\rangle, \bar{w}<\bar{s}_{j}$ and $\bar{\tau}<\bar{s}_{j}$. The totality of these conditions imposed on the sets $S$ and $V_{1}$ and the element $t$ will be called for brevity Condition (5). Lemma 3. The image of an element $t \in E$ belongs to the image of the subalgebra $\left[V_{1}\right]$ under the natural homomorphism of $E$ onto the quotient algebra $E /\langle S\rangle$ only if $t \in\left[\bar{V}_{1}\right]$ where $\bar{V}_{1}$ is the set of leading terms of the elements of $V_{1}$; here we assume that Condition (5) is satisfied. Proof. Indeed, suppose that $t=u+\sigma$ where $u \in\left[V_{1}\right]$ and $\sigma \in\langle S\rangle$. The leading term $\bar{\sigma}$ of $\sigma$ contains some word $\bar{s}_{p}$ as a subword where $s_{p} \in S$ (Lemma 2). Obviously, $\bar{u} \in\left[\bar{V}_{1}\right]$. If $\bar{\sigma} \neq \bar{u}$ (ignoring the coefficients) then the lemma is proved, since $\bar{t} \neq \bar{\sigma}$ by Condition (2) and therefore $\bar{t}=\bar{u}$. Now assume that $\bar{u}=\bar{\sigma}$. Then for the element $\bar{s}_{p}$ that is a subword of $\bar{\sigma}$ we have the representation $\bar{s}_{p}=\bar{v}_{p_{1}} \bar{v}_{p_{2}} \cdots \bar{v}_{p_{\ell}}$ with some placement of parentheses. By Condition (5) we have $s_{p}-v_{p_{1}} v_{p_{2}} \cdots v_{p_{\ell}}=u^{\prime}+\sigma^{\prime}$ where $u^{\prime} \in\left[V_{1}\right], \sigma^{\prime} \in\langle S\rangle$, $\bar{u}^{\prime}<\bar{s}_{p}$ and $\bar{\sigma}^{\prime}<\bar{s}_{p}$. Thus $s_{p}=u^{\prime \prime}+\sigma^{\prime}, u^{\prime \prime} \in\left[V_{1}\right]$. The element $\sigma$ can be written in the form $\sigma=\sigma_{1}+\sigma_{2}$ where $\sigma_{1}$ is obtained by replacing the subword $\bar{s}_{p}$ in $\bar{\sigma}$ by the element $s_{p}$, and also $\sigma_{2}$ is in $\langle S\rangle$ with $\bar{\sigma}_{2}<\bar{\sigma}_{1}$. Obviously, $\bar{\sigma}_{1}=\bar{\sigma}=\bar{u}$. Replacing the factor $s_{p}$ in $\sigma_{1}$ by the expression $u^{\prime \prime}+\sigma^{\prime}$, we obtain the following expression for the element $t: t=u+u_{1}+\sigma_{3}$ where $u_{1} \in\left[V_{1}\right]$ and $\sigma_{3} \in\langle S\rangle$ with $\bar{\sigma}_{3}<\bar{\sigma}$. The process of decreasing the leading terms of the summands in $\langle S\rangle$ that occur in the expression for $t$ cannot continue indefinitely. The proof is completed by the obvious remark that the condition $u \in\left[V_{1}\right]$ implies $\bar{u} \in\left[\bar{V}_{1}\right]$. The lemma is proved. Lemma 3 implies the following algorithm for solving the membership problem for $\varepsilon$-algebras as stated above: (a) Rewrite the element $t$, and the elements of the sets $V$ and $S$, so that they satisfy Conditions (1)-(4). (b) Extend the set $V$ to the set $V_{1}$ satisfying Condition (5). (c) If $\bar{t} \in\left[V_{1}\right]$ then instead of the element $t$ consider the difference $t_{1}=t-w$, where $w \in\left[V_{1}\right]$ and $\bar{w}=\bar{t}$, so that the leading term of $t_{1}$ is smaller than $\bar{t}$. (d) If at any step the current difference equals zero, then the result concerning $t$ is affirmative; if the process terminates with a nonzero element $t_{r}$, then the result is negative. Remark 1. The above stated algorithm also applies of course to the case of nonassociative algebras considered in the work [5] by A.I. Zhukov. Therefore, the membership problem is decidable also for algebras without any identical relations. Remark 2. In the same way as in [5], the finiteness problem is decidable for $\varepsilon$ algebras. ## References [1] A.A. Markov, On the impossibility of certain algorithms in the theory of associative systems, Doklady Akad. Nauk USSR 55 (1947), no. 7, 587-591. [2] P.S. Novikov, On the algorithmic unsolvability of the problem of identity, Doklady Akad. Nauk USSR 85 (1952), no. 4, 709-712. [3] E. Post, Recursive unsolvability of a problem of Thue, J. Symbolic Logic 12 (1947) $1-11$. [4] A.I. Shirshov, Subalgebras of free commutative and free anticommutative algebras, Mat. Sbornik 34 (1954), no. 1, 81-88. [5] A.I. Zhukov, Reduced systems of defining relations in nonassociative algebras, Mat. Sbornik 27 (1950), no. 2, 267-280. # Some Algorithmic Problems for Lie Algebras A.I. Shirshov ## 1. Introduction In a previous work [2] the author considered some algorithmic problems in the theory of $\varepsilon$-algebras. The same paper mentioned some literature relevant to these problems. In the present paper, we consider the analogous problems for Lie algebras. Unfortunately, we cannot obtain the solution of the word problem in this case. However, the word problem can be solved for Lie algebras with one defining relation, and for Lie algebras with a homogeneous system of defining relations. Moreover, for Lie algebras we will prove a freeness theorem analogous to the corresponding theorem in group theory. ## 2. Definition of composition Let $L$ be the free Lie algebra over a field $P$ with the set $R=\left\{a_{\alpha}\right\}, \alpha \in I$, of free generators. For brevity of exposition, in what follows we will use the definitions and results of the author's work [1] without particular explanation. Having fixed once and for all an ordering on the set $R$, we define regular associative and regular nonassociative words formed by the elements of this set. In the work [1], it is shown that the regular nonassociative words form a basis of $L$. In what follows, unless otherwise indicated, when we speak of some element of $L$, we will mean its representation as a linear combination of the elements of this basis. The regular associative word that corresponds to the leading term of an element $b \in L$ (without coefficient) will be denoted by $\bar{b}$. We choose in $L$ two arbitrary elements $b$ and $c$ such that $\bar{b}=b_{1} b_{2}$ and $\bar{c}=c_{1} c_{2}$ with $b_{2}=c_{1}$, where $b_{1}, b_{2}, c_{2}$ are (nonempty associative) words and the coefficients of the leading terms of the elements $b$ and $c$ equal 1 . Lemma 1. The associative word $u=b_{1} b_{2} c_{2}=b_{1} c_{1} c_{2}$ is regular. Proof. Suppose $u=w_{1} w_{2}$ and $w_{1}$ is a subword of $\bar{b}$. Then $\bar{b}=w_{1} v, \bar{b}>v$, and hence $w_{1} w_{2}>w_{2} w_{1}$. In the case when $w_{2}$ is a subword of $c_{2}$, i.e., $c_{2}=c_{2}^{\prime} w_{2}$, the inequality $w_{1} w_{2}>w_{2} w_{1}$ follows from the obvious inequalities $w_{2}b_{3} b_{2}$, i.e., $b_{1}>b_{3}$; on the other hand, $\bar{b}>b_{2} b_{1}$, i.e., $b_{3}>b_{1}$ : an obvious contradiction. Note that if the composition $(b, c)_{c_{1}}$ is defined for some word $c_{1}$, then the composition $(c, b)_{b_{1}}$ of the elements $c$ and $b$ cannot be formed, since the assumption of the existence of the composition $(b, c)_{c_{1}}$ implies the inequality $\bar{b}>\bar{c}$.[^43] ## 3. Some word problems We consider some definitions necessary for what follows. Definition 2. A finite set $S=\left\{s_{i}\right\}, i=1,2, \ldots, k$, of elements of the algebra $L$ is called reduced if none of the associative words $\bar{s}_{i}$ is a subword of another word $\bar{s}_{j}$ $\left(s_{i}, s_{j} \in S\right)$ and the coefficients of the leading terms of the elements equal 1 . Let $S$ be a reduced set of elements of $L$, and let $S^{*}$ be the set of the leading terms of the elements of $S$ and the elements obtained from $S$ by all possible compositions (repeated any number of times). Definition 3. A reduced set $S$ of elements of $L$ will be called stable if (i) the degree of the composition $\left(s^{\prime}, s^{\prime \prime}\right)_{c}$ of two elements $s^{\prime}$ and $s^{\prime \prime}$, belonging to $S$ or obtained from $S$ by any number of compositions, is greater than the degree of each of the elements $s^{\prime}$ and $s^{\prime \prime}$, and (ii) no element of $S^{*}$ contains another element of $S^{*}$ as a subword (in particular, the elements of $S^{*}$ are distinct). Theorem 1. Let $S$ be a stable set of elements of L. Then there exists an algorithm that allows us to determine, in a finite number of steps, whether or not an arbitrary element $t \in L$ belongs to the ideal $\langle S\rangle$ generated by $S$ in $L$. We will obtain Theorem 1 from the following lemma. Lemma 3. An element $t \in L$ belongs to the ideal $\langle S\rangle$ generated in $L$ by the elements of a stable set $S$, only if the word $\bar{t}$ contains one of the words of $S^{*}$ as a subword. Proof. Suppose $t \in\langle S\rangle$. Then $t$ can be written as a linear combination of elements $d_{i}$ of the form $$ d_{i}=c_{1} c_{2} \cdots c_{k_{i}} s_{p_{i}} f_{1} f_{2} \cdots f_{\ell_{i}} $$ with some placement of parentheses, where $s_{i} \in S$ and $c_{j}, f_{j}$ are regular words. Since for any regular associative words $u$ and $v$, the greater of the words $u v$ and $v u$ is regular, we may assume without loss of generality that the following word is regular: $$ \bar{d}_{i}=\bar{c}_{1} \bar{c}_{2} \cdots \bar{c}_{k_{i}} \bar{s}_{p_{i}} \bar{f}_{1} \bar{f}_{2} \cdots \bar{f}_{\ell_{i}} $$ The claim of the lemma is obvious if the word $\bar{d}_{1}$, which is the greatest of the words $\bar{d}_{i}$ of highest degree, does not occur among the other words ${ }^{2} \bar{d}_{j}, j \neq 1$, corresponding to the element $t$. Now suppose that $\bar{d}_{1}=\bar{d}_{j}, j \neq 1$. Consider the first and simplest case in which $\bar{s}_{p_{j}}$ is a subword of one of the words $\bar{c}_{1} \bar{c}_{2} \cdots \bar{c}_{k_{1}}$ or $\bar{f}_{1} \bar{f}_{2} \cdots \bar{f}_{\ell_{1}}$. Consider the former case (the latter is analogous). From the regularity of $\bar{d}_{j}, \bar{s}_{p_{1}}, \bar{s}_{p_{j}}$ it follows[^44](by Lemma 4 of [1]) that we can place parentheses in the word $\bar{d}_{j}$ in the following way $^{3}$ : $$ \begin{aligned} & d^{\prime}= \\ & c_{1} c_{2} \cdots c_{q}\left[\cdots\left(\left(\widetilde{\bar{s}}_{p_{j}} c_{q+1}^{\prime}\right) c_{q+2}^{\prime}\right) \cdots c_{r}^{\prime}\right] \cdots c_{k_{1}}\left[\cdots\left(\left(\widetilde{\bar{s}}_{p_{1}} f_{1}^{\prime}\right) f_{2}^{\prime}\right) \cdots f_{m}^{\prime}\right] f_{m+1} \cdots f_{\ell_{1}} \end{aligned} $$ where $c_{\rho}^{\prime}$ and $f_{\nu}^{\prime}$ are regular words, $$ c_{q+1}^{\prime} \leq c_{q+2}^{\prime} \leq \cdots \leq c_{r}^{\prime}, \quad \text { and } \quad f_{1}^{\prime} \leq f_{2}^{\prime} \leq \cdots \leq f_{m}^{\prime} $$ and the remaining parentheses are placed in the same way as in $\widetilde{\bar{d}}_{j}$, where the symbol 〜 means the regular nonassociative word corresponding to a given regular associative word. Furthermore, let $d_{1}^{\prime}$ and $d_{j}^{\prime}$ denote the elements of $L$ obtained from $d^{\prime}$ by replacing $\widetilde{\bar{s}}_{p_{1}}$ by $s_{p_{1}}$ and $\widetilde{\bar{s}}_{p_{j}}$ by $s_{p_{j}}$ respectively. The differences $d_{1}-d_{1}^{\prime}$ and $d_{j}-d_{j}^{\prime}$ can obviously be written as linear combinations of elements similar to the elements $d_{i}$ but having smaller leading terms than ${ }^{4} d_{1}$. As in the proof of Lemma 2 of [2], one can show that the difference $d_{j}^{\prime}-d_{1}^{\prime}$ can be written in an analogous way. From this, by virtue of the equation $$ d_{j}=d_{1}-\left(d_{1}-d_{1}^{\prime}\right)+\left(d_{j}^{\prime}-d_{1}^{\prime}\right)+\left(d_{j}-d_{j}^{\prime}\right) $$ it follows that the element $d_{j}$ can be replaced by the sum of $d_{1}$ and some other similar elements with smaller leading terms. Combining like terms will either decrease the number of occurrences of the leading term or produce an expression with a smaller leading term. The induction is obvious. One more case is possible: $\bar{s}_{p_{1}}=e_{1} e_{2}, \bar{s}_{p_{j}}=e_{2} e_{3}$. Then by Lemma 1 , the subword $e_{1} e_{2} e_{3}$ of $\bar{d}_{1}$ is regular, and on $e=e_{1} e_{2} e_{3}$ parentheses can be placed in two ways as described in the definition of composition; we can then extend each of these placements of parentheses in a unique way to a complete placement of parentheses on $\bar{d}_{1}$. Let $\delta$ be the difference of the elements $d_{1}^{\prime \prime}$ and $d_{j}^{\prime \prime}$ obtained from[^45]those described above by replacing the words $\widetilde{\bar{s}}_{p_{1}}, \widetilde{\bar{s}}_{p_{j}}$ by $s_{p_{1}}, s_{p_{j}}$ respectively; then $\delta$ can be obtained from the word $\bar{d}_{1}$ by replacing the word $e$ by the composition $\left(s_{p_{1}}, s_{p_{j}}\right)_{e_{2}}$ and subsequently placing parentheses as on the words $d_{1}^{\prime \prime}$ and $d_{j}^{\prime \prime}$. As in the previous case, the proof is completed by considering the equation $$ d_{j}=d_{1}-\left(d_{1}-d_{1}^{\prime \prime}\right)+\left(d_{j}-d_{j}^{\prime \prime}\right)-\delta $$ The lemma is proved. To prove Theorem 1 it suffices to verify that one can write down in a finite number of steps all the elements of the set $S^{*}$ whose degrees do not exceed the degree of the element $t$. If the word $\bar{t}$ occurs in an element of $S^{*}$ as a subword, then in the ideal $\langle S\rangle$ there can be found an element $t_{0}$ such that $\bar{t}_{0}=\bar{t}$. Then instead of the element $t$, one should consider the difference $t-t_{0}$. The theorem is proved. Corollary 1. There exists an algorithm that solves the word problem for Lie algebras with one defining relation. This follows from the obvious stability of a set that consists of one element. Corollary 2. There are no Lie algebras with one defining relation that have a finite dimension $\geq 3$. This statement follows from the fact that in a Lie algebra with defining relation $s=0$, all the distinct words $v_{i}$, such that $\bar{v}_{i}$ does not contain $\bar{s}$ as a subword, are linearly independent. Theorem 2. There exists an algorithm that solves the word problem for Lie algebras with a homogeneous set of defining relations. Proof. Suppose that in the algebra $L$ some homogeneous set $S$ has been selected. If $S$ is not reduced, then it can be replaced by a reduced set $S_{1}$ such that $\langle S\rangle=\left\langle S_{1}\right\rangle$. Indeed, if $\bar{s}_{i}\left(s_{i} \in S\right)$ is a subword of $\bar{s}_{j}\left(s_{j} \in S\right)$, then one constructs an element $s_{0}$ of the ideal $\left\langle s_{i}\right\rangle$ such that $\bar{s}_{0}=\bar{s}_{j}$, and considers the element $s_{j}^{\prime}=s_{j}-s_{0}$ instead of the element $s_{j}$. The proof that this process of reduction will terminate in a finite number of steps coincides with the proof of Lemma 1 in [2]. Obviously, the resulting set $S_{1}$ will consist of homogeneous elements. Since the composition of homogeneous elements is homogeneous, the requirement on degrees in the definition of stability is satisfied. It is also obvious that after a finite number of steps one can write down all elements of $S^{*}$ whose degrees do not exceed the degree of a given element $t \in L$; during this procedure it may be necessary to perform the reduction process on the sets obtained from $S_{1}$ by adjoining compositions of certain elements. The proof is completed as in Theorem 1. Theorem 3. (Freeness Theorem) Let $L_{0}$ be a Lie algebra with a set $R$ of generators and one defining relation $s=0$ whose left side contains the generator $a_{\alpha}$. Then the subalgebra $L_{0}^{\prime}$, generated in $L_{0}$ by the set $R \backslash\left\{a_{\alpha}\right\}$, is free. Proof. In addition to the natural ordering of the regular words that form a basis of the free Lie algebra $L$, we will consider the following ordering. A regular word $u$ is considered to be greater than a regular word $v$ if the generator $a_{\alpha}$ occurs in $u$ more times than in $v$. If $a_{\alpha}$ occurs in $u$ and $v$ the same number of times, then these words are first compared by degree, and if the degrees are equal, then by the usual lexicographical comparison of the words $\bar{u}$ and $\bar{v}$. The associative word $\overline{\bar{s}}$ that corresponds to the leading term of an element $s$ in the sense of the new ordering, may be different from the word $\bar{s}$. Repeating the arguments used in the proof of Lemma 3, and applying Lemma 2, we obtain the result that an element $t$ belongs to the ideal $\langle s\rangle$ only if ${ }^{5}$ the word $\overline{\bar{s}}$ is a subword of $\overline{\bar{t}}$. Since the generator $a_{\alpha}$ occurs in the expression of $s$, it follows that the subalgebra $L_{0}^{\prime}$ has zero intersection with the ideal $\langle s\rangle$. This is equivalent to the claim of the theorem. ## References [1] A.I. Shirshov, On free Lie rings, Mat. Sbornik 45 (1958), no. 2, 113-122. [2] A.I. Shirshov, Some algorithmic problems on $\varepsilon$-algebras, Sibirsk. Mat. Zh. 3, (1961), no. $1,132-137$.[^46] # On a Hypothesis in the Theory of Lie Algebras A.I. Shirshov ## 1. Introduction The concepts of a free group and the free product of groups, as well as the results related to these concepts, have their analogues in the theory of algebras. It is known, for example, that any subalgebra of a free Lie algebra is also free. This result is analogous to the well-known theorem of Nielsen-Schreier in group theory. The results of A.T. Gainov [1] on subalgebras of the free commutative and free anticommutative products of algebras, are analogous to the theorem of A.G. Kurosh [2] on subgroups of the free product of groups. Under the influence of this analogy, there existed a conjecture that subalgebras of the free Lie product of Lie algebras are described by a theorem analogous to the theorem of A.T. Gainov cited above. In the present note, we prove that this is not the case. Moreover, we give here a construction of interest in its own right, which it is natural to call the free Lie product of Lie algebras with an amalgamated subalgebra. ## 2. The free Lie product of Lie algebras with an amalgamated subalgebra Let $L_{\alpha}(\alpha \in I)$ be a family of Lie algebras over some fixed field $P$, each of which contains a subalgebra $L_{\alpha, 0}$ which is isomorphic to a given algebra $L_{0}$. We construct a Lie algebra $L$ with the following properties: (1) $L$ contains subalgebras $L_{\alpha}^{\prime}$ which are isomorphic to the algebras $L_{\alpha}(\alpha \in I)$ respectively; (2) the intersection $L_{0}^{\prime}=\bigcap L_{\alpha}^{\prime}$ of the algebras $L_{\alpha}^{\prime}$ is a subalgebra isomorphic to $L_{0}$, and some fixed isomorphism of $L_{0}$ with $L_{0}^{\prime}$ can be extended to isomorphisms of $L_{\alpha}$ with $L_{\alpha}^{\prime}$ for all $\alpha$; (3) $L$ is generated by the subalgebras $L_{\alpha}^{\prime}(\alpha \in I)$. We choose an arbitrary basis of $L_{0}$, and for each $\alpha \in I$ we extend its isomorphic image in $L_{\alpha}$ to a basis of this latter algebra. As a result of this, we obtain a set $S$ of elements of the algebras $L_{\alpha}$, namely $S=\left\{e_{\alpha \gamma}\right\}\left(\alpha \in I, \gamma \in J_{\alpha}\right)$, where all the index sets $J_{\alpha}$ contain subsets $J_{\alpha}^{\prime}$ of equal cardinality (which we will identify in what follows: $J_{\alpha}^{\prime}=J^{\prime}$ ) such that $\gamma \in J_{\alpha}^{\prime}$ implies $e_{\alpha \gamma} \in L_{\alpha, 0}$. Clearly, the symbols $e_{\alpha \gamma}$ and $e_{\beta \gamma}$ will not be distinguished if $\gamma \in J^{\prime}$. We take a set $R=\left\{f_{\alpha \gamma}\right\}\left(\alpha \in I, \gamma \in J_{\alpha}\right)$ in one-to-one correspondence with $S$, and make it into the set of free generators of the free Lie algebra $\bar{L}$. We choose a basis of $\bar{L}$ formed by regular words (see [3]), starting from some ordering of the sets $I$ and $J_{\alpha}$, where the ordering of $J_{\alpha}$ extends some ordering of $J^{\prime}$, and the conditions $\gamma \in J^{\prime}, \delta \in J_{\alpha}, \delta \notin J_{\alpha}^{\prime}$ imply that $\gamma<\delta$. That is, $f_{\alpha \gamma}\delta) $$ where the following equation holds in the algebra $L_{\alpha}$ : $$ e_{\alpha \gamma} e_{\alpha \delta}=\sum_{\tau} p_{\alpha \gamma \delta}^{\tau} e_{\alpha \tau} \quad\left(p_{\alpha \gamma \delta}^{\tau} \in P\right) $$ Definition. A basis word $v$ of the algebra $\bar{L}$ will be called special if the corresponding regular associative word does not contain subwords of the form $f_{\alpha \beta} f_{\alpha \beta^{\prime}}$, $\beta>\beta^{\prime}$. Clearly, a special word of length $\geq 2$ can contain none of the symbols $f_{\alpha \beta}$ when $\beta \in J^{\prime}$. In what follows, by the leading term of an element $t \in \bar{L}$ we will mean the lexicographically maximal term among the terms of the highest degree. Lemma 1. An element $t \in \bar{L}$ belongs to the ideal $Q$ only if its leading term is not special. Proof. Suppose that an element $t$ of the algebra $\bar{L}$ belongs to the ideal $Q$, i.e., $t$ can be represented as a linear combination of products of elements $q_{\alpha \gamma \delta}$ with elements of $R$. Obviously, the leading term of each of the elements $q_{\alpha \gamma \delta}$ corresponds to a regular associative word that contains a subword of the form $f_{\alpha \beta} f_{\alpha \beta^{\prime}}, \beta>\beta^{\prime}$. If the greatest of these leading terms does not occur among the other leading terms, then the claim is proved. Otherwise, some of the leading terms are equal, and in view of the complete analogy with the proof of Lemma 3 of [4], it suffices to consider only the case in which the equal regular associative words, corresponding to the equal leading terms, have the form $c_{1} c_{2} \cdots c_{s} f_{\alpha \beta} f_{\alpha \gamma} f_{\alpha \delta} d_{1} d_{2} \cdots d_{r}$, and the products themselves have the form $$ \begin{aligned} & v_{1}=c_{1} c_{2} \cdots c_{s}\left(f_{\alpha \beta} f_{\alpha \gamma}-\sum_{\tau} p_{\alpha \beta \gamma}^{\tau} f_{\alpha \tau}\right) f_{\alpha \delta} d_{1} d_{2} \cdots d_{r} \\ & v_{2}=c_{1} c_{2} \cdots c_{s} f_{\alpha \beta}\left(f_{\alpha \gamma} f_{\alpha \delta}-\sum_{\tau} p_{\alpha \gamma \delta}^{\tau} f_{\alpha \tau}\right) d_{1} d_{2} \cdots d_{r} \end{aligned} $$ where $\beta>\gamma>\delta$ and the parentheses on the products $v_{1}$ and $v_{2}$ are placed in the same way. By virtue of the known properties of the structure constants of a Lie algebra, the following equation holds: $$ \begin{aligned} v_{1}= & c_{1} c_{2} \cdots c_{s}\left(f_{\alpha \beta} f_{\alpha \delta}-\sum_{\tau} p_{\alpha \beta \delta}^{\tau} f_{\alpha \tau}\right) f_{\alpha \gamma} d_{1} d_{2} \cdots d_{r} \\ & +c_{1} c_{2} \cdots c_{s} f_{\alpha \beta}\left(f_{\alpha \gamma} f_{\alpha \delta}-\sum_{\tau} p_{\alpha \gamma \delta}^{\tau} f_{\alpha \tau}\right) d_{1} d_{2} \cdots d_{r}+w \end{aligned} $$ where the omitted parentheses are placed as on the element $v_{1}$, and the element $w$ is a linear combination of the elements ${ }^{1}$ of the form $q_{\alpha \gamma \delta}$, but of lower degree. Having performed the corresponding substitution in the expression for the element $t$, and combined like terms (the second summand in the expression for $v_{1}$ coincides with $v_{2}$ ), we either decrease the number of the above-mentioned products with equal leading terms, or reduce the leading term itself. The proof is completed by induction on the leading term ${ }^{2}$. Now consider the quotient algebra $L=\bar{L} / Q$. Lemma 1 implies that the images of special words are linearly independent in $L$. Theorem 1. The images of the special words form a basis of the algebra $L$. Proof. By the remark preceding the statement of the theorem, it suffices to prove that the images of regular words can be represented as linear combinations of special words. A regular word is not special if it contains either (1) a subword of the form $f_{\alpha \beta} f_{\alpha \gamma}, \beta>\gamma$, or (2) a subword of the form $f_{\alpha \beta}\left(f_{\alpha \gamma} w\right), \beta>\gamma$, where $w$ is a regular word, or (3) a subword of the form $f_{\alpha \beta}(u v)$ where the regular associative word that corresponds to $u$ starts with $f_{\alpha \gamma}, \beta>\gamma$. In the first case, since $$ f_{\alpha \beta} f_{\alpha \gamma}-\sum_{\tau} p_{\alpha \beta \gamma}^{\tau} f_{\alpha \tau} \equiv 0(\bmod Q) $$ the word can be replaced by a linear combination of words of lower degree. In the second case, it follows from the equation $$ f_{\alpha \beta}\left(f_{\alpha \gamma} w\right)=\left(f_{\alpha \beta} f_{\alpha \gamma}\right) w+f_{\alpha \gamma}\left(f_{\alpha \beta} w\right) $$ that the given word can be replaced by a linear combination of words either of lower degree or smaller in the lexicographical sense. The argument in the third case is analogous. The rest is obvious. It is also obvious that the algebra $L$ satisfies the required conditions stated at the beginning of this section. Furthermore, it is clear that $L$ can be homomorphically mapped onto any Lie algebra satisfying the same list of conditions, and that the kernel of this homomorphism will have zero intersection with each of the[^47]algebras $L_{\alpha}^{\prime}$. From the latter remark it easily follows that $L$ is uniquely determined up to isomorphism. Therefore, $L$ does not depend on the choice of whichever ordering of the sets $I$ and $J_{\alpha}$ is used in the construction of $L$. By analogy with the well-known definition in group theory, we will call $L$ the free Lie product of the Lie algebras $L_{\alpha}$ with an amalgamated subalgebra $L_{0}$. ## 3. On subalgebras of free Lie products of Lie algebras A special case of the construction considered above is the free Lie product of Lie algebras $L_{\alpha}, \alpha \in I$, obtained with the assumption that $L_{0}=0$, i.e., $J^{\prime}$ is the empty set. As in the general case, the free Lie product is commutative, associative, and has many properties usually associated with free compositions. We point out only one of them. Lemma 2. Let $L$ be the free Lie product of the Lie algebras $L_{\alpha}, \alpha \in I$. Then the quotient $\bar{L}$ of $L$ by the ideal $S_{\beta}$, generated in $L$ by one of the factors $L_{\beta}$, is isomorphic to the free Lie product of the $L_{\alpha}, \alpha \in \bar{I}, \bar{I}=I \backslash\{\beta\}$. The proof of this statement follows immediately from the fact that an element $c \in L$ belongs to the ideal $S_{\beta}$ if and only if each basis element occurring in the expression of $c$ contains at least one of the generators $f_{\beta \mu}$. Theorem 2. There exist Lie algebras such that their free Lie product has a subalgebra that is not free, is not isomorphic to any subalgebra of any of the factors, and cannot be decomposed as the free Lie product of any of its subalgebras. Proof. Let $L_{1}$ be a 1-dimensional Lie algebra with generator $e_{11}$, and let $L_{2}$ be the 2-dimensional Lie algebra with basis $e_{21}, e_{22}$ such that $e_{22} e_{21}=e_{21}$. Let $L$ be the free Lie product of $L_{1}$ and $L_{2}$. It follows from the above discussion that for a basis of $L$ we can choose the collection of special words, i.e., regular nonassociative words whose corresponding associative words do not contain the subword $e_{22} e_{21}$. Note that here we assume the following ordering: $e_{22}>e_{21}>e_{11}$. Consider the subalgebra $L^{\prime}$ of $L$ generated by the elements $e_{21}, e_{22}, e_{21} e_{11}$, $e_{22} e_{11}$. First we show that $L^{\prime}$ is isomorphic to the Lie algebra $L^{*}$ with four generators $c_{1}, c_{2}, c_{3}, c_{4}$ and two defining relations: $$ c_{4} c_{1}+c_{3} c_{2}-c_{1}=0, \quad c_{4} c_{2}-c_{2}=0 $$ We establish the following correspondence among the generators: $$ c_{4} \rightarrow e_{22}, \quad c_{3} \rightarrow e_{22} e_{11}, \quad c_{2} \rightarrow e_{21}, \quad c_{1} \rightarrow e_{21} e_{11} $$ Since the following relations hold in the algebra, $$ e_{22}\left(e_{21} e_{11}\right)+\left(e_{22} e_{11}\right) e_{21}-e_{21} e_{11}=0, \quad e_{22} e_{21}-e_{21}=0 $$ the correspondence above extends to a homomorphism of algebras from $L^{*}$ onto $L^{\prime}$. The algebra $L^{*}$ is one of the algebras for which the word problem is decidable (see $[4]$ ). As basis elements of $L^{*}$ we can take the regular nonassociative words whose corresponding associative words do not contain the subwords $c_{4} c_{1}$ or $c_{4} c_{2}$. However, it is easy to see that every nonzero linear combination of such elements corresponds to a nonzero element of $L^{\prime}$. Therefore, the above-mentioned homomorphism is an isomorphism. In what follows, we will work with the algebra $L^{*}$. We will assume that $L^{*}$ does not contain subalgebras of finite dimension, except for those of dimension 1 and the subalgebra generated by $c_{4}$ and $c_{2}$, since such a subalgebra would give the required example; for the same reason, we will assume that the free Lie product of Lie algebras which do not have finite-dimensional subalgebras except for those of dimension 1, does not contain such subalgebras either. From this it follows that, if $L^{*}$ were decomposed as the free Lie product of algebras $\bar{L}_{1}$ and $\bar{L}_{2}$, then one of them, say $\bar{L}_{1}$, would contain the elements $c_{4}$ and $c_{2}$. The ideal $T$ generated by these elements contains the element $c_{1}$, and hence the quotient algebra $L^{*} / T$ is 1-dimensional; however by Lemma 2 it is isomorphic to $\bar{L}_{2}$. The algebra $L^{*}$ is not isomorphic to $L$, since it does not contain an element that together with $c_{4}$ and $c_{2}$ would generate $L^{*}$. Therefore, the algebra $\bar{L}_{1}$ is not generated by $c_{4}$ and $c_{2}$. It cannot be decomposed into the free Lie product of two Lie algebras, since otherwise it would follow from Lemma 2 that the quotient of $L^{*}$ by the ideal $T$ would not be 1-dimensional. Therefore, as the required example, we can take the subalgebra $\bar{L}_{1}$ of $L$. The theorem is proved. Remark. In fact, even the algebra $L^{\prime}$ cannot be decomposed as a free Lie product of its subalgebras. However, the proof of this fact is considerably more complicated than the proof given above. The theorem just proved shows that subalgebras of the free Lie product of Lie algebras have a rather complicated structure, and the problem of their description is of great interest. ## References [1] A.T. Gainov, Free commutative and free anti-commutative products of algebras, Sibirsk. Mat. Zh. 3, (1962), no. 6, 805-833. [2] A.G. Kurosh, Die Untergruppen der freien Produkte von beliebigen Gruppen, Math. Ann. 109, 1 (1934) 647-660. [3] A.I. Shirshov, On free Lie rings, Mat. Sbornik 45, (1958), no. 2, 113-122. [4] A.I. Shirshov, Some algorithmic problems for Lie algebras, Sibirsk Mat. Zh. 3, (1962), no. $2,292-296$. # On the Bases of a Free Lie Algebra A.I. Shirshov ## Introduction In the work of M. Hall [1], a certain way of fixing a basis of a free Lie algebra is indicated. However, the concrete bases which one needs to construct, in order to solve certain problems, do not always fall into Hall's scheme. For instance, the basis of a free Lie algebra considered in the work [2] cannot be constructed using Hall's method. For this reason, in each such case it is necessary to reprove that a certain subset of a free Lie algebra is a basis. Below, we give a method that generalizes Hall's method for choosing a basis in a free Lie algebra. ## A construction of a basis of a free Lie algebra Let $R=\left\{a_{\alpha}\right\}$ be a set of symbols, where $\alpha$ ranges over a nonempty set of indices. The set of all nonassociative words that can be formed from the elements of $R$ will be denoted by $K$. Definition 1. Nonassociative words of length 1 in $K$ will be called regular and ordered arbitrarily. Suppose regular words for all lengths less than $n$ have already been defined and ordered by some relation $>$ such that for any regular words $u, v$ and $w$ the condition $w=u v$ implies $w>v$. Then a word $t$ of length $n, n>1$, will be called regular if 1) $t=r s$ where $r$ and $s$ are regular words with $r>s$, and 2) if $r=r_{1} r_{2}$ then $r_{2} \leq s$. The regular words of length $\leq n$ defined in this way will be ordered arbitrarily, except that we preserve the existing ordering of the regular words of length less than $n$, and require as before that $w=u v$ implies $w>v$. Algebra Logika 1, (1962), no. 1, 14-19. (c) 2009 Translated from the Russian original by M.R. Bremner and M.V. Kochetov. The ordering described in this definition can be realized, for instance, by ordering words of the same length arbitrarily and declaring that words of smaller length precede words of greater length (see Hall [1]). This case, however, does not exhaust all the possibilities. We indicate a method that assigns to every element $w$ of $K$ the unique formal expression, $$ w^{*}=\sum_{i=1}^{k(w)} n_{i}^{(w)} w_{i} $$ where $k(w) \geq 0$, the $n_{i}^{(w)}$ are nonzero elements of the base field, and the $w_{i}$ are distinct regular words. If the length of the word $w$ equals 1 , then we set $w^{*}=w$. Assume by induction that for words $w$ whose length is less than $n$ the following conditions hold: i) the required method has been indicated, ii) the words $w_{i}$ obtained by this method have the same content relative to $R$ as $w$ (i.e., in each of these words every element of $R$ occurs the same number of times as in $w$ ), iii) if $w$ is the product of two distinct regular words, $w=u v$, then all the $w_{i}$, $i=1,2, \ldots, k(w)$, are greater than the lesser of $u$ and $w$ (in the sense of the ordering of regular words), and iv) if $w$ is regular then $w^{*}=w$, i.e., $k(w)=1$ and $n_{1}^{(w)}=1$. Suppose now that a word $w$ has length $n>1$. Then $w=u v$. By the inductive hypothesis it follows that the expressions, $$ u^{*}=\sum_{i=1}^{k(u)} n_{i}^{(u)} u_{i}, \quad v^{*}=\sum_{j=1}^{k(v)} n_{j}^{(v)} v_{j} $$ have already been defined. Let $$ w^{\prime}=\sum_{i=1}^{k(u)} \sum_{j=1}^{k(v)} n_{i}^{(u)} n_{j}^{(v)} u_{i} v_{j} $$ We delete in the expression $w^{\prime}$ the terms $n_{j}^{(v)} n_{i}^{(u)} u_{i} v_{j}$ in which $u_{i}=v_{j}$, and replace each term in which $u_{i}v_{j}$, then we replace each such expression by $m\left(u_{i}^{\prime} v_{j}\right) u_{i}^{\prime \prime}+m u_{i}^{\prime}\left(u_{i}^{\prime \prime} v_{j}\right)$; we act analogously for the elements $m v_{j} u_{i}$ if it turns out that $v_{j}=v_{j}^{\prime} v_{j}^{\prime \prime}$ with $v_{j}^{\prime \prime}>u_{i}$. After this, we combine like terms and denote the resulting expression by $w^{\prime \prime \prime}$. For each monomial that occurs in $w^{\prime \prime \prime}$ we perform all the transformations that have been done for $w$, each time replacing the monomial in $w^{\prime \prime \prime}$ by the corresponding formal expression, multiplied by the original coefficient of the monomial; we then combine like terms. Then for the resulting expression $w^{(4)}$ we perform the same transformations as were done for $w^{\prime \prime \prime}$, and so forth. We will show that at some step this process must stabilize. Indeed, by the inductive hypothesis for the element $u_{i} v_{j}$, with each passage to the sum of products of regular words, the lesser of the factors will be greater than the lesser of the words $u_{i}$ and $v_{j}$. However, also by the inductive hypothesis, the content of the words will not change, but the number of words with the same content is finite. This stabilized expression obtained for $w$ we will take as $w^{*}$. Therefore, we have indicated a method which, to each word $w$ of length $n$, assigns in a unique manner the formal expression $w^{*}$. Since at each step the content of the words is preserved, all the $w_{j}$ will have the same content as $w$. If $w=u v$ is a product of two regular words, then all the $w_{i}$ will be greater than the lesser of the words $u$ and $v$, since at no step can a decrease of the lesser factor occur, and hence $w_{i}=u_{i} v_{i}$ where $v_{i}$ is not less than the lesser of the words $u$ and $v$, but $w_{i}>v_{i}$ by Definition 1 . In the case that $w$ is regular, it cannot undergo any changes, and hence $w^{*}=w$. Therefore, all the assumptions of the inductive hypothesis have been verified for words of length $n$. Now consider the vector space $\mathfrak{A}$ over the base field with the basis of regular words. We make this space into an algebra $\mathfrak{S}$ by defining the product of basis elements as follows: $$ v_{i} \cdot v_{j}=\left(v_{i} v_{j}\right)^{*} $$ Theorem. The algebra $\mathfrak{S}$ is the free Lie algebra with the set of generators $R$. Proof. First we prove that $\mathfrak{S}$ is a Lie algebra. The construction for $w^{*}$ explained above shows that $$ \left(\sum_{i} \delta_{i} a_{i}+\sum_{j} \delta_{j}^{\prime} u_{j}\right) \cdot\left(\sum_{i} \delta_{i} a_{i}+\sum_{j} \delta_{j}^{\prime} u_{j}\right)=0 $$ which implies that the identical relation $x^{2}=0$ holds in $\mathfrak{S}$. It is more difficult to prove that the Jacobi identity holds. By virtue of its multilinearity, it suffices to show that if $u_{i}, u_{j}, u_{k}$ are regular words, then $$ \left[\left(u_{i} u_{j}\right)^{*} u_{k}\right]^{*}+\left[\left(u_{j} u_{k}\right)^{*} u_{i}\right]^{*}+\left[\left(u_{k} u_{i}\right)^{*} u_{j}\right]^{*}=0 $$ If the sum of the lengths of $u_{i}, u_{j}, u_{k}$ equals 3 , then the validity of equation (1) follows from the definition of the operation $w^{*}$. Assume by induction that for any set $R$, and any way of defining regular $R$-words, i.e., words formed from the symbols of the set $R$, equation (1) holds if the sum of the lengths of $u_{i}, u_{j}, u_{k}$ is less than $n$. Suppose now that $u_{i}, u_{j}, u_{k}$ are such that the sum of their lengths equals $n, n>3$. Let $a_{\beta}$ be the lowest symbol (in terms of the ordering) of the set $R$, from among the symbols that occur in $u_{r}(r=i, j, k)$. First, we assume that $u_{r} \neq a_{\beta}(r=i, j, k)$. Consider the set of symbols $R^{\prime}=\left\{a_{\alpha}^{n}\right\}, n=0,1,2, \ldots$, where $a_{\alpha} \in R$ and $a_{\alpha}>a_{\beta}$. To each $R^{\prime}$-word $\bar{w}$ we assign an $R$-word $w$ by replacing in $\bar{w}$ each symbol $a_{\alpha}^{n}$ by the monomial $$ [\cdots(a_{\alpha} \underbrace{\left.\left.a_{\beta}\right) a_{\beta} \cdots\right] a_{\beta}}_{n \text { times }} $$ We will say that the word $\bar{w}$ is regular if the corresponding word $w$ is regular, and we will order regular $R^{\prime}$-words using the already defined ordering of the corresponding regular $R$-words. Then $R^{\prime}$-words of length 1 are regular, and $R^{\prime}$-words of length $n, n>1$, are regular if and only if they satisfy the conditions of Definition 1. Therefore, the definition of regular $R^{\prime}$-words agrees with Definition 1. In our words $u_{r}(r=i, j, k)$ there occur symbols from $R$ that are not less than $a_{\beta}$, and by Definition 1 the symbol $a_{\beta}$ can occur only in words of the form $\left[\cdots\left(a_{\alpha} a_{\beta}\right) a_{\beta} \cdots\right] a_{\beta}$; hence we can find $R^{\prime}$-words $\bar{u}_{r}(r=i, j, k)$ which correspond, in the sense explained above, to the $R$-words $u_{r}(r=i, j, k)$. Since $a_{\beta}$ occurs in at least one of the words $u_{r}(r=i, j, k)$, the sum of the lengths of the $R^{\prime}$-words $\bar{u}_{r}(r=i, j, k)$ is less than $n$. Hence by the inductive hypothesis it follows that $$ \left[\left(\bar{u}_{i} \bar{u}_{j}\right)^{*} \bar{u}_{k}\right]^{*}+\left[\left(\bar{u}_{j} \bar{u}_{k}\right)^{*} \bar{u}_{i}\right]^{*}+\left[\left(\bar{u}_{k} \bar{u}_{i}\right)^{*} \bar{u}_{j}\right]^{*}=0 $$ But each transformation for $\left(\bar{u}_{i} \bar{u}_{j}\right)^{*}$ etc. corresponds to an analogous transformation for $\left(u_{i} u_{j}\right)^{*}$ etc., and as a result of performing these transformations, we obtain elements which correspond as explained above. Hence equation (1) holds in this case. Now assume that $a_{\beta}$ equals one of our words, for instance $u_{k}$. Then equation (1) takes the form $$ \left[\left(u_{i} u_{j}\right)^{*} a_{\beta}\right]^{*}+\left[\left(u_{j} a_{\beta}\right)^{*} u_{i}\right]^{*}+\left[\left(a_{\beta} u_{i}\right)^{*} u_{j}\right]^{*}=0 $$ We also assume that $u_{i} \neq a_{\beta}, u_{j} \neq a_{\beta}$ and $u_{i} \neq a_{j}$, since otherwise equation (2) is obvious. Without loss of generality, we may assume that $u_{i}>u_{j}$, since otherwise, using the equation $(u v)^{*}=-(v u)^{*}$, we can reduce equation (2) to the equation $$ \left[\left(u_{j} u_{i}\right)^{*} a_{\beta}\right]^{*}+\left[\left(u_{i} a_{\beta}\right)^{*} u_{j}\right]^{*}+\left[\left(a_{\beta} u_{j}\right)^{*} u_{i}\right]^{*}=0 $$ If it turns out that the following equation holds, $$ \left(u_{i} u_{j}\right)^{*}=u_{i} u_{j} $$ then $$ \begin{aligned} & {\left[\left(u_{i} u_{j}\right)^{*} a_{\beta}\right]^{*}+\left[\left(u_{j} a_{\beta}\right)^{*} u_{i}\right]^{*}+\left[\left(a_{\beta} u_{i}\right)^{*} u_{j}\right]^{*}=} \\ & {\left[\left(u_{i} a_{\beta}\right)^{*} u_{j}\right]^{*}+\left[u_{i}\left(u_{j} a_{\beta}\right)^{*}\right]^{*}+\left[\left(u_{j} a_{\beta}\right)^{*} u_{i}\right]^{*}+\left[\left(a_{\beta} u_{i}\right)^{*} u_{j}\right]^{*}=0} \end{aligned} $$ by the definition of the operation $w^{*}$, and hence equation (2) holds. Equation (3) is valid if the length of $u_{i}$ equals 1 , or if $u_{i}$ has the form $u_{i 1} u_{i 2}$ where $u_{i 2} \leq u_{j}$. Hence we can exclude these cases and assume that $u_{i}=u_{i 1} u_{i 2}$ where $u_{i 2}>u_{j}$. Consider the finite set of pairs $u_{i}^{\prime}, u_{j}^{\prime}$ of regular words which can be formed from the symbols that occur in $u_{i}, u_{j}$ and for which $u_{i}^{\prime} \geq u_{j}^{\prime}$. Let $u_{j}^{\prime \prime}$ be the maximal value taken on by $u_{j}^{\prime}$. Then $\left(u_{i}^{\prime \prime} u_{j}^{\prime \prime}\right)^{*}=u_{i}^{\prime \prime} u_{j}^{\prime \prime}$ where $u_{i}^{\prime \prime}$ is some value of the word $u_{i}^{\prime}$ that corresponds to the word $u_{j}^{\prime \prime}$. Indeed, if $u_{i}^{\prime \prime}=u_{i 1}^{\prime \prime} u_{i 2}^{\prime \prime}$ with $u_{i 2}^{\prime \prime}>u_{j}^{\prime \prime}$, then $$ \left(w^{\prime \prime}\right)^{*}=\left(u_{i}^{\prime \prime} u_{j}^{\prime \prime}\right)^{*}=\left[\left(u_{i 1}^{\prime \prime} u_{j}^{\prime \prime}\right)^{*} u_{i 2}^{\prime \prime}\right]^{*}+\left[u_{i 1}^{\prime \prime}\left(u_{i 2}^{\prime \prime} u_{j}^{\prime \prime}\right)^{*}\right]^{*} $$ During the application of the operation $*$, the content of the words does not change, and the lowest factor will not decrease, but each of the regular words in the expressions $\left(u_{i 1}^{\prime \prime} u_{j}^{\prime \prime}\right)^{*},\left(u_{i 2}^{\prime \prime} u_{j}^{\prime \prime}\right)^{*}, u_{i 2}^{\prime \prime}, u_{i 1}^{\prime \prime}$ is greater than $u_{j}^{\prime \prime}$. Hence, $u_{j}^{\prime \prime}$ is not maximal. Therefore, equation (2) holds for the words $u_{i}^{\prime \prime}, u_{j}^{\prime \prime}, a_{\beta}$. We carry out induction on the finite number of values of the word $u_{j}^{\prime \prime}$ in the pairs of words defined above. Assume by induction that equation (2) holds for all possible values of the pairs $u_{i}^{\prime}, u_{j}^{\prime}$ with $u_{j}^{\prime}>u_{j}$. From the definition of the operation $*$ it follows that $$ \left\{\left[\left(u_{i 1} u_{i 2}\right) u_{j}\right]^{*} a_{\beta}\right\}^{*}=\left\{\left[\left(u_{i 1} u_{j}\right)^{*} u_{i 2}\right]^{*} a_{\beta}\right\}^{*}+\left\{\left[u_{i 1}\left(u_{i 2} u_{j}\right)^{*}\right]^{*} a_{\beta}\right\}^{*} $$ Since each of the words $u_{i 1}, u_{i 2}, u_{j}$ is distinct from $a_{\beta}$, from the case proved above the following equations hold: $$ \begin{aligned} & {\left[\left(u_{j} a_{\beta}\right)^{*}\left(u_{i 1} u_{i 2}\right)\right]^{*}=\left\{\left[\left(u_{j} a_{\beta}\right)^{*} u_{i 1}\right]^{*} u_{i 2}\right\}^{*}+\left\{u_{i 1}\left[\left(u_{j} a_{\beta}\right)^{*} u_{i 2}\right]^{*}\right\}^{*}} \\ & \left\{\left[\left(a_{\beta} u_{i 1}\right)^{*} u_{i 2}\right]^{*} u_{j}\right\}^{*}=\left[\left(a_{\beta} u_{i 1}\right)^{*}\left(u_{i 2} u_{j}\right)^{*}\right]^{*}+\left\{\left[\left(a_{\beta} u_{i 1}\right)^{*} u_{j}\right]^{*} u_{i 2}\right\}^{*} \\ & \left\{\left[u_{i 1}\left(a_{\beta} u_{i 2}\right)^{*}\right]^{*} u_{j}\right\}^{*}=\left[\left(u_{i 1} u_{j}\right)^{*}\left(a_{\beta} u_{i 2}\right)^{*}\right]^{*}+\left\{u_{i 1}\left[\left(a_{\beta} u_{i 2}\right)^{*} u_{j}\right]^{*}\right\}^{*} \end{aligned} $$ Finally, from the inductive hypothesis it follows that $$ \begin{aligned} & \left\{\left[a_{\beta}\left(u_{i 1} u_{i 2}\right)\right]^{*} u_{j}\right\}^{*}=\left\{\left[\left(a_{\beta} u_{i 1}\right)^{*} u_{i 2}\right]^{*} u_{j}\right\}^{*}+\left\{\left[u_{i 2}\left(a_{\beta} u_{i 2}\right)^{*}\right]^{*} u_{j}\right\}^{*} \\ & \left\{u_{i 1}\left[\left(u_{j} a_{\beta}\right)^{*} u_{i 2}\right]^{*}\right\}^{*}+\left\{u_{i 1}\left[\left(u_{i 2} u_{j}\right)^{*} a_{\beta}\right]^{*}\right\}^{*}+\left\{u_{i 1}\left[\left(a_{\beta} u_{i 2}\right)^{*} u_{j}\right]^{*}\right\}^{*}=0 \\ & \left\{\left[\left(u_{i 1} u_{j}\right)^{*} u_{i 2}\right]^{*} a_{\beta}\right\}^{*}=\left\{\left[\left(u_{i 1} u_{j}\right)^{*} a_{\beta}\right]^{*} u_{i 2}\right\}^{*}+\left[\left(u_{i 1} u_{j}\right)^{*}\left(u_{i 2} a_{\beta}\right)^{*}\right]^{*} \\ & \left\{\left[u_{i 1}\left(u_{i 2} u_{j}\right)^{*}\right]^{*} a_{\beta}\right\}^{*}=\left[\left(u_{i 1} a_{\beta}\right)^{*}\left(u_{i 2} u_{j}\right)^{*}\right]^{*}+\left\{u_{i 1}\left[\left(u_{i 2} u_{j}\right)^{*} a_{\beta}\right]^{*}\right\}^{*} \\ & \left\{\left[\left(u_{j} a_{\beta}\right)^{*} u_{i 1}\right]^{*} u_{i 2}\right\}^{*}+\left\{\left[\left(a_{\beta} u_{i 1}\right)^{*} u_{j}\right]^{*} u_{i 2}\right\}^{*}+\left\{\left[\left(u_{i 1} u_{j}\right)^{*} a_{\beta}\right]^{*} u_{i 2}\right\}^{*}=0 \end{aligned} $$ Adding separately the left and right sides of equations (4)-(12) with the corresponding sides of the obvious equations, $$ \begin{aligned} & {\left[\left(u_{i 1} u_{j}\right)^{*}\left(u_{i 2} a_{\beta}\right)^{*}\right]^{*}=-\left[\left(u_{i 1} u_{j}\right)^{*}\left(a_{\beta} u_{i 2}\right)^{*}\right]^{*}} \\ & {\left[\left(u_{i 1} a_{\beta}\right)^{*}\left(u_{i 2} u_{j}\right)^{*}\right]^{*}=-\left[\left(a_{\beta} u_{i 2}\right)^{*}\left(u_{i 2} u_{j}\right)^{*}\right]^{*}} \end{aligned} $$ and comparing the results, we obtain $$ \left\{\left[\left(u_{i 1} u_{i 2}\right) u_{j}\right]^{*} a_{\beta}\right\}^{*}+\left[\left(u_{j} a_{\beta}\right)^{*}\left(u_{i 1} u_{i 2}\right)\right]^{*}+\left\{\left[a_{\beta}\left(u_{i 1} u_{i 2}\right)\right]^{*} u_{j}\right\}^{*}=0 $$ which completes the proof that $\mathfrak{S}$ is a Lie algebra. Now let $S$ be any Lie algebra with $R$ as the set of generators. To each element $h=\sum_{i} \delta_{i} a_{i}+\sum_{j} \delta_{j}^{\prime} u_{j}$ of the algebra $\mathfrak{S}$ we assign the analogously written element $\bar{h}$ of $S$ where $\delta_{i}, \delta_{j}^{\prime}$ are elements of the base field. Since the transformations that carry the word $w$ to the element $w^{*}$ can be performed in any Lie algebra, it follows that the above-mentioned correspondence is a homomorphism of $\mathfrak{S}$ onto $S$. Instead of coefficients from the base field one can consider integers. In this case, we will obtain a free Lie ring $\mathfrak{S}$. From what has been proved it follows that regular words form a basis of the free Lie ring, which is a generalization of the wellknown theorem of Hall [1], since Definition 1 is broader than the corresponding definition given by Hall. Obviously, this also implies a group-theoretic statement generalizing the corresponding result of Hall. To be specific, we introduce the notation $[x, y]=$ $x y x^{-1} y^{-1}$ in the free group $G$ with $R$ as a set of free generators, and call a commutator product (i.e., an $R$-word with some placement of square brackets) regular if it is regular in the sense of Definition 1. Then from the well-known isomorphism of the group $G^{n} / G^{n+1}$ with the subgroup generated by words of length $n$ in the additive group of the free Lie ring with generating set $R$, it follows that regular commutator products of length $n$ form a basis of the Abelian group $G^{n} / G^{n+1}$. ## References [1] M. Hall, A basis for free Lie rings and higher commutators in free groups, Proc. Amer. Math. Soc. 1 (1950) 575-581. [2] A.I. Shirshov, On free Lie rings, Mat. Sbornik 45 (1958), no. 2, 113-122. # On Some Groups which are Nearly Engel A.I. Shirshov ## 1. Introduction In the present work, we give a certain modification of one of the possible definitions of an Engel group. As a consequence of this, we define a class of groups which in the finite case turns out to be wider than the class of Engel groups. For the finite case, we obtain a complete description of groups of this wider class (Section 3). In Section 4 we define a subclass of Engel groups that contains in particular the 3 -Engel groups. In this work we formulate several problems that can, in the author's opinion, attract the attention of mathematicians. The author expresses his gratitude to M.I. Kargapolov, who looked over the manuscript and made a number of important remarks. ## 2. The definition of $\nu$-group Let $G$ be a group. We introduce the following notation: $$ [a, b, 1]=[a, b]=a b a^{-1} b^{-1} ; \quad[a, b, k]=[[a, b, k-1], b](k=2,3, \ldots) $$ A group $G$ in which, for any two elements $a$ and $b$ and some fixed number $k$, the equality $[a, b, k]=e$ holds, where $e$ is the identity element of $G$, is called $k$-Engel or simply Engel. Obviously, any nilpotent group is Engel. However, it is not known up to now if there exist Engel groups which are not locally nilpotent. Local nilpotence has been proved only for 3-Engel groups [2]. The definition of Engel groups can be formulated in a slightly different way. Suppose that a variety $M_{1}$ of groups is determined by the equation $$ f_{1}(x, y)=\varphi_{1}(x, y) $$ Algebra Logika 2, (1963), no. 5, 5-18. (c) 2009 Translated from the Russian original by M.R. Bremner and M.V. Kochetov. where $f_{1}$ and $\varphi_{1}$ are words in the variables $x$ and $y$. Then setting $$ f_{2}(x, y)=f_{1}\left(x y x^{-1}, y\right), \quad \varphi_{2}(x, y)=\varphi_{1}\left(x y x^{-1}, y\right) $$ we define a new variety $M_{2}$ by the equation $$ f_{2}(x, y)=\varphi(x, y) $$ Clearly $M_{1} \subseteq M_{2}$. Analogously, we define the varieties $M_{3}, M_{4}$, and so on. Applying the above process to the variety $E_{1}$ of Abelian groups, i.e., to the relation $x y=y x$, we obtain the variety $E_{2}$ determined by the relation $x y x^{-1} y=y x y x^{-1}$, or equivalently by the relation $[x, y, 2]=e$. Since $\left[x y x^{-1}, y, k\right]=[x, y, k+1]$, the variety $E_{k}$ coincides with the variety of $k$-Engel groups. The passage from $M_{1}$ to $M_{2}$ consists in replacing arbitrary elements $x$ and $y$ by a pair of conjugates $x y x^{-1}$ and $y$. Taking into account that a pair of conjugate elements can always be written in the form $x y$ and $y x$, we can define in a similar way another process of passing from a variety $M^{(1)}$ to another variety $M^{(2)}$. Suppose that the variety $M^{(1)}$ is determined by the relation $$ f^{(1)}(x, y)=\varphi^{(1)}(x, y) $$ Setting $$ f^{(2)}(x, y)=f^{(1)}(x y, y x), \quad \varphi^{(2)}(x, y)=\varphi^{(1)}(x y, y x) $$ we define the variety $M^{(2)}$ by the relation $$ f^{(2)}(x, y)=\varphi^{(2)}(x, y) $$ Analogously, we define the varieties $M_{(k)}, k=3,4, \ldots$. Applying this process to the variety $E_{1}=N^{(1)}$ of Abelian groups, i.e., again to the relation $x y=y x$, we obtain the variety $N^{(2)}$ determined by the relation $x y^{2} x=y x^{2} y$, the variety $N^{(3)}$ determined by the relation $x y^{2} x y x^{2} y=y x^{2} y x y^{2} x$, and so on. Definition 1. The groups that belong to the variety $N^{(k)}$ will be called $\nu_{k}$-groups or simply $\nu$-groups. The first question that arises in connection with the study of $\nu$-groups is the question of the relation of this class with the class of Engel groups. Obviously, the varieties $E_{2}$ and $N^{(2)}$ coincide, since each of them is determined by the commutativity of any two conjugate elements. As the following theorem shows, starting with $k=3$, the varieties $E_{k}$ and $N^{(k)}$ no longer coincide. Theorem 1. A group $G$ is 3-Engel if and only if it satisfies the following identical relations: $$ \begin{aligned} x y^{2} x y x^{2} y & =y x^{2} y x y^{2} x, \\ x y^{2} x y x y x^{2} y & =y x^{2} y y x x y^{2} x . \end{aligned} $$ The relations (1) and (2) are independent. Proof. Let $G$ be a 3-Engel group. Then by virtue of the easily and immediately verifiable relation, $$ \begin{aligned} & x y^{2} x y x^{2} y x^{-1} y^{-2} x^{-1} y^{-1} x^{-2} y^{-1} \\ & =[x, y x, 3] y x^{2} y x y^{2} x\left[x^{-1}, y^{-1} x^{-1}, 3\right] x^{-1} y^{-2} x^{-1} y^{-1} x^{-2} y^{-1} \end{aligned} $$ it is obvious that $G$ satisfies relation (1). In addition, since in the group $G$ we have $$ e=[x, y x, 3]=x y^{2} x y^{-1} x^{-1} y x^{2} y x^{-1} y^{-1} \cdot y^{-1} x^{-2} y^{-1} $$ it follows that $$ \begin{aligned} e & =y^{-1} x^{-2} y^{-1} \cdot x y^{2} x y^{-1} x^{-1} y x^{2} y x^{-1} y^{-1} \\ & =y^{-1} x^{-2} y^{-1} x y^{2} x y^{-1} x^{-2} y^{-1} y x y x^{2} y x^{-1} y^{-1} \end{aligned} $$ Using the already established relation (1), we obtain $$ e=y^{-1} x^{-2} y^{-1} \cdot y^{-1} x^{-2} y^{-1} x y^{2} x \cdot y x^{2} y \cdot x^{-1} y^{-1} $$ or equivalently $x y^{2} x \cdot y x \cdot y x^{2} y=y x^{2} y \cdot y x \cdot x y^{2} x$, i.e., relation (2). If we now assume that $G$ satisfies relations (1) and (2), then doing the just performed transformations in the reverse order, we obtain $[x, y x, 3]=e$, or equivalently $[x, y, 3]=e$. To prove the independence of relations (1) and (2), it suffices to give examples of groups in which one of the relations holds but not the other. It is easy to verify that the symmetric group $S_{3}$ of degree 3 satisfies relation (1). It is well known that $S_{3}$ is not Engel, and hence does not satisfy relation (2). Another group with the same properties is, for example, the free product of two groups of order 2 . Denote by $Z_{3}$ the collection of all pairs of the form $\left(\varepsilon_{i}, t\right)$ where $t$ is an arbitrary complex number, and $\varepsilon_{i}$ is one of the three cube roots of unity. We define multiplication of elements of $Z_{3}$ by the formula $\left(\varepsilon_{i}, t_{1}\right)\left(\varepsilon_{j}, t_{2}\right)=\left(\varepsilon_{i} \varepsilon_{j}, t_{1} \varepsilon_{j}+t_{2}\right)$. It is easy to verify that the set $Z_{3}$, with the above operation, is a group that is isomorphic to the group of all rotations of the complex plane, by angles that are multiples of $2 \pi / 3$ around various points, and all translations. A direct computation shows that the identity (2) holds in $Z_{3}$. On the other hand, setting $\alpha=\left(\varepsilon_{i}, 1\right)$, $\beta=(1,1), \varepsilon_{i} \neq 1$, we convince ourselves that $\alpha \beta^{2} \alpha \beta \alpha^{2} \beta \neq \beta \alpha^{2} \beta \alpha \beta^{2} \alpha$. We note that the group $Z_{3}$ is a solvable group with Abelian commutator subgroup. Remark 1. The theorem just proved indicates the possibility of defining 3-Engel groups by relations that make sense for semigroups. Relations (1) and (2) can therefore be taken as the definition of a 3-Engel semigroup. From the results of the works [2] and [4] it follows that a 3-Engel semigroup with cancelation is locally nilpotent. It would be interesting to find semigroup relations (if they exist) that define $k$-Engel groups for any $k$. The following two questions are also of interest: 1) Do there exist Engel groups that are not $\nu$-groups? 2) Do there exist $\nu$-groups that are not locally solvable? Negative answers to both of these questions would give an affirmative solution to the problem of local nilpotence of Engel groups. ## 3. Finite $\nu$-groups In this section, we consider finite $\nu$-groups in a little more detail. The example of the group $S_{3}$ shows that there exist finite $\nu$-groups that are not nilpotent. On the other hand, the example of the alternating group $A_{4}$ shows that there exist finite solvable groups which are not $\nu$-groups. In Section 1 , the $\nu_{k}$-groups were defined by the equation $$ f^{(k)}(x, y)=\varphi^{(k)}(x, y), \text { where } f^{(1)}(x, y)=x y, \varphi^{(1)}(x, y)=y x $$ By induction we show that $$ f^{(k)}(x, y)=f^{(k-1)}(x, y) \varphi^{(k-1)}(x, y) ; \quad \varphi^{(k)}(x, y)=\varphi^{(k-1)}(x, y) f^{(k-1)}(x, y) $$ Indeed, $$ \begin{aligned} f^{(k)}(x, y) & =f^{(k-1)}(x y, y x)=f^{(k-2)}(x y, y x) \varphi^{(k-2)}(x y, y x) \\ & =f^{(k-1)}(x, y) \varphi^{(k-1)}(x, y) \end{aligned} $$ and the second equation is proved similarly. Consider the set $S$ of pairs $(a, b)$ of elements of a group $G$. On the set $S$ we define the mapping $\varphi$ that sends each pair $(a, b)$ to the pair $(a b, b a)$; we write $(a, b)^{\varphi}=(a b, b a)$. The pairs of the form $(a, a)$ will be called trivial. Obviously, $G$ is a $\nu$-group if and only if some power of the mapping $\varphi$ sends every pair to a trivial pair. The group $A_{4}$ mentioned above is not a $\nu$-group because $$ ((1,2,3),(1,3,4))^{\varphi^{2}}=((1,2,3),(1,3,4)) $$ Obviously, no power of the mapping $\varphi$ can send $((1,2,3),(1,3,4))$ to a trivial pair. It follows from the work of A.I. Malcev [4] that any nilpotent group $G$ is a $\nu$-group. A wider class of $\nu$-groups is described by the following theorem. Theorem 2. A group $G$ which is an extension of a nilpotent group, by a nilpotent group with an identical relation of the form $x^{2^{k}}=e$, is a $\nu$-group. Proof. By assumption, $G$ has a nilpotent normal subgroup $N$, such that the quotient group $\bar{G} \simeq G / N$ is a nilpotent group with the identical relation $x^{2^{k}}=e$. Therefore, any pair $(a, b)$ of elements of $G$ is sent by a power of $\varphi$ to a pair of the form $(c n, c m), n, m \in N, c^{2^{k}} \in N$. Since $$ (c n, c m)^{\varphi}=\left(c^{2} \cdot c^{-1} n c m, c^{2} \cdot c^{-1} m c n\right)=\left(c^{2} n_{1}, c^{2} m_{1}\right), \quad n_{1}, m \in N $$ it follows that $\varphi^{k}$ sends the pair $(c n, c m)$ to a pair of the form $(\bar{n}, \bar{m}), \bar{n}, \bar{m} \in N$ which, by nilpotence of the group $N$, will be sent by some power of $\varphi$ to a trivial pair. The theorem is proved. The description of finite $\nu$-groups of odd order is achieved by the following theorem. Theorem 3. A finite $\nu$-group of odd order is nilpotent. For the proof we will need some auxiliary results. Lemma 1. Let $s$ and $t$ be natural numbers with $(s, t)=1$. Then the matrix $A_{(s, t)}$ of the form ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-411.jpg?height=459&width=1020&top_left_y=747&top_left_x=518) $$ \begin{aligned} & =E_{s+t}-\left\|\begin{array}{cc} 0_{t \times s} & E_{t} \\ E_{s} & 0_{s \times t} \end{array}\right\| \text {, } \end{aligned} $$ has rank $s+t-1$. (Here $E_{q}$ and $0_{r \times p}$ are the identity and zero matrices of the indicated sizes.) Proof. Without loss of generality, we may assume that $s>t$ since otherwise we could transpose the matrix $A_{(s, t)}$. We now add the first row of $A_{(s, t)}$ to the $(t+1)$ st row, the second row to the $(t+2)$-nd row, and so on, finally adding row $t$ to row $2 t$. As a result of these operations we obtain the new matrix $A_{(s, t)}^{(1)}$ of the form ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-411.jpg?height=124&width=556&top_left_y=1617&top_left_x=750) Let $r(C)$ denote the rank of a matrix $C$. Clearly, $$ r\left(A_{(s, t)}\right)=t+r\left(A_{(s-t, t)}\right) $$ Since $(s-t, t)=1$, the proof is completed by induction: $$ r\left(A_{(s, t)}\right)=t+(s-t)+t-1=t+s-1 $$ The lemma is proved. Lemma 2. Let $G$ be a $\nu$-group, let $p$ and $q$ be distinct odd primes, and let $a \in G$ be an element such that $a^{q}$ belongs to the centralizer of an element $b$ of order $p$ lying in an Abelian normal subgroup $N$ of $G$. Then a belongs to the centralizer of $b$. Proof. Let $b_{s}=a^{-s} b a^{s}$. Obviously, $$ (a b, a)^{\varphi}=\left(a^{2} b_{1}, a^{2} b_{0}\right), \quad\left(a^{2} b_{1}, a^{2} b_{0}\right)^{\varphi}=\left(a^{4} b_{3} b_{0}, a^{4} b_{2} b_{1}\right) $$ and so on. The indices of the elements $b$ are reduced modulo $q$, and the powers of the elements $b_{r}$ are reduced modulo $p$. A pair $$ C=\left(a^{2^{i}} b_{0}^{k_{0}} b_{1}^{k_{1}} \cdots b_{q-1}^{k_{q-1}}, a^{2^{i}} b_{0}^{\ell_{0}} b_{1}^{\ell_{1}} \cdots b_{q-1}^{\ell_{q-1}}\right) $$ is sent by $\varphi$ to the pair $$ \begin{aligned} C^{\varphi}=( & a^{2^{i+1}} b_{2^{i}}^{k_{0}} b_{2^{i}+1}^{k_{1}} \cdots b_{2^{i}+q-1}^{k_{q-1}} b_{0}^{\ell_{0}} b_{1}^{\ell_{1}} \cdots b_{q-1}^{\ell_{q-1}} \\ & \left.a^{2^{i+1}} b_{2^{i}}^{\ell_{0}} b_{2^{2}+1}^{\ell_{1}} \cdots b_{2^{i}+q-1}^{\ell_{q-1}} b_{0}^{k_{0}} b_{1}^{k_{1}} \cdots b_{q-1}^{k_{q-1}}\right) \end{aligned} $$ Consider the $q$-dimensional vector space $Q$ over the field of congruence classes modulo $p$. If $a=\left(\alpha_{0}, \alpha_{1}, \ldots, \alpha_{q-1}\right) \in Q$ then we set $a_{(1)}=\left(\alpha_{q-1}, \alpha_{0}, \alpha_{1}, \ldots, \alpha_{q-2}\right)$, and by induction $a_{(t)}=\left(a_{(t-1)}\right)_{(1)}$. To the pair $C$ we assign the number $2^{i}$ and the vector $c \in Q$ of the form $$ c=\left(k_{0}-\ell_{0}, k_{1}-\ell_{1}, \ldots, k_{q-1}-\ell_{q-1}\right), \quad C \mapsto\left(2^{i}, c\right) $$ Obviously, in this way, to the pair $C^{\varphi}$ will be assigned the pair $\left(2^{i+1}, C_{\left(2^{i}\right)}-C\right)$ : $$ C^{\varphi} \mapsto\left(2^{i+1}, C_{\left(2^{i}\right)}-C\right) $$ If we start transforming consecutively (with $\varphi$ ) the pair $\left(a^{2} b_{1}, a^{2} b_{0}\right)$, then all the vectors in $Q$ that correspond to the resulting pairs will belong to the subspace $Q^{\prime}$ which consists of vectors for which the sum of the coordinates equals zero. Since the number of vectors in $Q^{\prime}$ is finite, and the numbers $2^{i}$ can be reduced modulo $q$, it follows that there will be repetitions in the indicated sequence of vectors for which the corresponding numbers are congruent modulo $q$. On the other hand, if we wish to recover $C$ from the known vector $C^{\left(2^{i}\right)}-C$, then we obtain a system of $q$ linear equations with $q$ unknowns, such that the coefficient matrix has the form $A_{(s, t)},(s, t)=1$, which by Lemma 1 is a matrix of rank $q-1$. Its columns, as well as the column of constant terms, are vectors in the subspace $Q^{\prime}$. Clearly, this system of equations will have a unique solution in $Q^{\prime}$. The above-mentioned sequence of vectors will therefore be periodic, and the vector $(-1,1,0, \ldots, 0)$ which begins the sequence will reoccur as far from the beginning as we wish. However, at a sufficient distance from the beginning of the sequence, all occurring pairs will be trivial, and hence the pair $\left(a^{s} b_{1}, a^{s} b_{0}\right)$ corresponding to our vector will also be trivial. Therefore $b_{1}=b_{0}$ and $a b=b a$. The lemma is proved. Proof. (of Theorem 3) Assume that the claim of the theorem is valid for groups that have order less than that of $G$. Then all subgroups of $G$ are supersolvable, and therefore the group $G$ is solvable [3]; hence one of the commutator subgroups $G^{(s)}$ is an Abelian normal subgroup. Let $N_{p}$ be the primary component of $G^{(s)}$ relative to a prime number $p$, and let $d$ be one of the elements of order $p$ in $N_{p}$. The element $d$ lies in a normal subgroup $\widetilde{N}_{p} \subseteq G$ all of whose elements have order $p$. By the inductive hypothesis, the quotient group $G / \widetilde{N}_{p}$ is nilpotent, and hence is the direct product of its Sylow subgroups. The subgroup $Q_{p} \subseteq G$, that corresponds to the Sylow $p$-subgroup of $G / \tilde{N}_{p}$, is the unique Sylow $p$-subgroup, and thus is a normal subgroup of $G$. Its center $Z_{p}$ is also a normal subgroup of $G$. Let $b$ be an element of order $p$ in $Z_{p}$, and let $a$ be an element of order $m$ with $(m, p)=1$. If $q$ is one of the prime factors of $m$, then by Lemma 2 the element $a^{m / q}$ lies in the centralizer of $b$. Considering the prime factorization of $m / q$, and repeating the argument as many times as required, we arrive at the statement that $a$ lies in the centralizer of $b$. Therefore, the element $b$ is in the center $Z$ of the group $G$. The quotient group $G / Z$ of $G$ by the (non-trivial) center $Z$ is nilpotent by the inductive hypothesis. Therefore $G$ is also nilpotent. Theorem 3 is proved. Below we will give a complete description of finite $\nu$-groups. To this end, we first prove two more lemmas. Lemma 3. If a $\nu$-group $G$ has an Abelian normal subgroup $N$ which is a 2-group of odd index, then $N$ is a direct factor of $G$. Proof. Assume that the statement of the lemma is valid for groups whose order is smaller than that of $G$. Let $a \in N, a^{2}=e, b \in G$. Since $(a b a, b)^{\varphi}=(a \cdot b a b a \cdot a, b a b a)$, it is clear that the mapping $\varphi$ replaces $b$ by baba. We form the sequence $$ b_{1}=b, \quad b_{2}=b_{1} a b_{1} a, \quad \ldots, \quad b_{i}=b_{i-1} a b_{i-1} a, \quad \ldots $$ Since $G$ is a $\nu$-group, for some $n$ we have $a b_{n} a=b_{n}$, i.e., $\left(a b_{n-1}\right)^{2}=\left(b_{n-1} a\right)^{2}$. On the other hand, for some $q$ we have $\left(a b_{n-1}\right)^{2 q+1} \in N$. Hence $$ \left(a b_{n-1}\right)^{2 q+1} a=a\left(a b_{n-1}\right)^{2 q+1} $$ But $\left(a b_{n-1}\right)^{2 q+1} a=a\left(b_{n-1} a\right)^{2 q+1}$. Therefore $\left(a b_{n-1}\right)^{2 q+1}=\left(b_{n-1} a\right)^{2 q+1}$, and hence $a b_{n-1}=b_{n-1} a$. From this we see that the equation $a b_{n} a=b_{n}$ implies $a b_{n-1} a=b_{n-1}$. It immediately follows that $a b=b a$. Therefore, the elements of order 2 of the group $N$ form a subgroup $Z$ of the center of $G$. By the inductive hypothesis, the quotient $\bar{G} \simeq G / Z$ decomposes as a direct product $\bar{G}=\bar{P} \times \bar{N}$ where $\bar{P}$ is a subgroup of odd order, and the intersection of the corresponding subgroup $P \subseteq G$ with $N$ is $Z$. By the inductive hypothesis, $P=P_{1} \times Z$. Since the group $P_{1}$ coincides with the set of all elements of odd order in $P$, it follows that $P_{1}$ is a normal subgroup of $G$, and the elements of $P_{1}$ commute with the elements of $N$. Therefore, $G=P_{1} \times N$. The lemma is proved. Lemma 4. If a Sylow 2-subgroup $N$ of a finite $\nu$-group $G$ is normal, then it is a direct factor. Proof. The center $Z$ of $N$ is a normal subgroup of $G$. Performing induction on the index of nilpotence of $N$, we consider the quotient group $\bar{G} \simeq G / Z$. Now the argument is completely identical to that concluding the proof of Lemma 3. Theorem 4. The extensions of nilpotent groups of odd order by 2-groups are the only $\nu$-groups among finite groups. Proof. According to Theorem 2, it suffices to prove that any finite $\nu$-group is an extension of a nilpotent group of odd order by a 2-group. We choose a Sylow 2 -subgroup $Q$ in the $\nu$-group $G$, an arbitrary subgroup $S \subseteq Q$, and an element $a$ of odd order in the normalizer of $S$. Then in the group $T=\langle a, S\rangle$ generated by $a$ and $S$, the group $S$ will be a normal Sylow 2-subgroup, and hence a direct factor by Lemma 4 . Therefore, the element $a$ is in the centralizer of the group $T$. Now appealing to the well-known result on the existence of $p$ complements [1, Theorem 14.4.7] we conclude that $G$ has a normal subgroup of odd order for which the corresponding quotient group is a 2-group. The theorem is proved. Theorem 4 gives a complete description of finite $\nu$-groups. ## 4. One subclass of $\nu$-groups With each element $c$ of a semigroup $G$, we can associate a mapping $\varphi_{c}$ from the set $S$ of pairs of elements of $G$ to itself that sends the pair $(a, b)$ to the pair $(a c b, b c a)$ : $$ (a, b)^{\varphi_{c}}=(a c b, b c a) $$ If the semigroup $G$ has an identity element $e$, then it is clear that the map $\varphi_{e}$ coincides with the mapping $\varphi$ considered earlier. All possible mappings $\varphi_{c}$ generate a semigroup $[G]$, of self-mappings of the set $S$, which we will call adjoint to $G$. In the theory of semigroups, two completely different concepts of nilpotence are used, brought to the theory of semigroups on the one hand from ring theory and on the other hand from group theory. We need to distinguish them. Definition 2. A semigroup $G$ with zero is called $r$-nilpotent if there exists a natural number $n$ such that $a_{1} a_{2} \cdots a_{n}=0$ for all elements $a_{i}$ of $G$. A.I. Malcev [4] gave the following definition in a slightly different form. Definition 3. A semigroup $G$ is called $g$-nilpotent if the adjoint semigroup $[G]$ is $r$-nilpotent. (The role of zero in $[G]$ is played by the mapping which sends any pair in $S$ to a trivial pair.) A.I. Malcev showed in the same work that if $G$ is a group, then the concept of $g$-nilpotence coincides with the usual concept of nilpotence for groups. Definition 4. A pair $(a, b)$ in $S$ will be called $m$-central and written $(a, b)_{m}$ if every element of the semigroup $[G]^{m}$ sends it to a trivial pair. Lemma 5. In a group $G$ with generators $c_{1}, c_{2}, \ldots, c_{k}$, the condition $(a, b)_{n}$ is equivalent to the conjunction of the conditions $(a b, b a)_{n-1}$ and $\left(a c_{i} b, b c_{i} a\right)_{n-1}$ for $i=1,2, \ldots, k$. Proof. By definition, we declare that $(a, b)_{0}$ means $a=b$. Obviously, the condition $(a, b)_{n}$ implies the indicated $k+1$ conditions. For the proof of the converse, we first take $n=1$. Then we have $a b=b a$ and $a c_{i} b=b c_{i} a$ for $i=1,2, \ldots, k$. The following equations are obvious: $c_{i} b a^{-1}=a^{-1} b c_{i}$ and $b a^{-1}=a^{-1} b$. Clearly, the element $a^{-1} b$ lies in the center. Therefore, for any $d$ we have $a d b=b d a$, i.e., $(a, b)_{1}$. Now suppose that the lemma has been proved for all natural numbers less than $n$, and that the following conditions hold: $$ (a b, b a)_{n-1}, \quad\left(a c_{i} b, b c_{i} a\right)_{n-1}, \quad i=1,2, \ldots, k $$ Obviously, the center $Z$ of $G$ is non-trivial. Denoting by $\bar{d}$ the image of an element $d \in G$ in the quotient group $\bar{G} \simeq G / Z$, we have $$ (\bar{a} \bar{b}, \bar{b} \bar{a})_{n-2}, \quad\left(\bar{a} \bar{c}_{i} \bar{b}, \bar{b} \bar{c}_{i} \bar{a}\right)_{n-2}, \quad i=1,2, \ldots, k $$ From the inductive hypothesis it follows that $(\bar{a}, \bar{b})_{n-1}$, i.e., any element from $[\bar{G}]^{n-1}$ sends the pair $(\bar{a}, \bar{b})$ to a pair of the form $(\bar{d}, \bar{d})$. This means that any element of $[G]^{n-1}$ sends the pair $(a, b)$ to a pair of the form $(d, d z), z \in Z$, and hence any element of $[G]^{n}$ sends the pair $(a, b)$ to a trivial pair, i.e., we have $(a, b)_{n}$. The lemma is proved. The lemma easily implies the following interesting property of 3-Engel groups. Theorem 5. Any two conjugate elements of a 3-Engel group generate a 2-Engel group. Proof. In the 3-Engel group $G$ we choose any two conjugate elements $a$ and $b$, which can always be written in the form $a=c d$ and $b=d c$ with $c, d \in G$. From equations (1) and (2) it follows that $$ a b^{2} a=b a^{2} b, \quad a b^{3} a=b a b a b, \quad b a^{3} b=a b a b a $$ From Lemma 5 it follows that the condition $(a b, b a)_{1}$ holds in the group $G_{1}$ generated by $a$ and $b$. Now we prove the condition $(a, b)_{2}$ for which it suffices to verify the conditions $\left(a^{2} b, b a^{2}\right)_{1}$ and $\left(a b^{2}, b^{2} a\right)_{1}$. By the obvious symmetry we will prove only the condition $\left(a^{2} b, b a^{2}\right)_{1}$, which is equivalent to the equations: $$ a^{2} b^{2} a^{2}=b a^{4} b, \quad a^{2} b a b a^{2}=b a^{5} b, \quad a^{2} b^{3} a^{2}=b a^{2} b a^{2} b $$ However, $$ a^{2} b^{2} a^{2}=a b a^{2} b a=b a^{4} b, a^{2} b a b a^{2}=a b a^{3} b a=b a^{5} b, a^{2} b^{3} a^{2}=a b a b a b a=b a^{2} b a^{2} b $$ where we have used in every case the condition $(a b, b a)_{1}$, i.e., $a b q b a=b a q a b$ for all $q \in G_{1}$. The theorem is proved. The result of Theorem 5 suggests the following definition. Definition 5. Abelian groups will be called $\sigma_{1}$-groups. Any group in which any two conjugate elements generate a $\sigma_{i-1}$-group will be called a $\sigma_{i}$-group. Finally, $\sigma_{i}$-groups, as $i$ ranges over all natural numbers, will be called $\sigma$-groups. Remark 2. We can also speak of $\sigma$-semigroups if by conjugate elements we understand elements of the form $x y$ and $y x$. Remark 3. Obviously, $\sigma$-groups lie in the intersection of the classes of $\nu$-groups and Engel groups. It is not known to the author whether there exist Engel groups that are not $\sigma$-groups. Local nilpotence of $\sigma_{k}$-groups for $k>3$ is also unclear. Definition 6. A group $G$ will be called weakly nilpotent of bounded index if there exists a natural number $k$ such that any subgroup of $G$ generated by two elements is nilpotent with nilpotence index less than or equal to $k$. Theorem 6. Every weakly nilpotent group of bounded index is a $\sigma$-group. Proof. Let $G$ be a weakly nilpotent group of weak nilpotence index not exceeding $k$. We show that any two conjugate elements in $G$ generate a nilpotent subgroup of nilpotence index not exceeding $k-1$. In what follows, by the symbol $\left(c_{1}, c_{2}, \ldots, c_{s}\right)$ we will understand the simple commutator in the sense of M. Hall's book [1]. Suppose elements $x_{1}$ and $x_{2}=y^{-1} x_{1} y$ generate a subgroup $Q$ in $G$. In any simple commutator $t=\left(x_{i 1}, x_{i 2}, \ldots, x_{i k}\right)$ where $i_{s}$ takes values 1 or 2 , we have either $x_{i 1}=x_{i 2}$ and hence $t=e$, or the commutator $\left(x_{i 1}, x_{i 2}\right.$ ) can be written as a triple commutator. Indeed, $$ \begin{aligned} & \left(x_{1}, x_{2}\right)=\left(x_{1}, y^{-1} x_{1} y\right)=\left(y^{-1} x_{1} y, y^{-1}, y^{-1} x_{1} y\right) \\ & \left(x_{2}, x_{1}\right)=\left(y^{-1} x_{1} y, x_{1}\right)=\left(x_{1}, y_{1}, x_{1}\right) \end{aligned} $$ Therefore any commutator $t$ of the indicated form is equal to the identity in $G$. The proof that the nilpotence index of $Q$ does not exceed $k-1$, and hence the proof of Theorem 6 (by an obvious induction), follow immediately from the next lemma. Lemma 6. Let the group $F$ be generated by $a_{1}, a_{2}, \ldots, a_{m}$. Then any normal subgroup that contains all simple commutators of the form $\alpha_{i}=\left(a_{i 1}, a_{i 2}, \ldots, a_{i t}\right)$, $i_{s}=1,2, \ldots, m$, where $t$ is an arbitrary natural number, contains $F_{t}$ (term $t$ in the lower central series). Proof. For $t=1$ the statement is trivial. Suppose now that $\tau=\left(q_{1}, q_{2}, \ldots, q_{t-1}, q_{t}\right)$ is an arbitrary simple commutator, $q_{i} \in F$. By the inductive hypothesis, we conclude that the commutator $\tau^{\prime}=\left(q_{1}, q_{2}, \ldots, q_{t-1}\right)$ lies in the normal subgroup generated by the commutators of the form $A_{i}=\left(a_{i 1}, a_{i 2}, \ldots, a_{i_{t-1}}\right)$, i.e., $\tau^{\prime}=\prod_{i} \ell_{i}^{-1} A_{i} \ell_{i}$. Using the well-known formulas relating commutators, $$ \begin{aligned} (x y, z) & =y^{-1}(x, z) y(y, z), & (x, y z) & =(x, z) z^{-1}(x, y) z \\ \left(x^{-1}, y\right) & =x(x, y)^{-1} x^{-1}, & \left(x, y^{-1}\right) & =y(x, y)^{-1} y^{-1} \end{aligned} $$ we convince ourselves that the commutator $\tau$ lies in any normal subgroup containing all commutators of the form $\left(\ell_{i}^{-1} A_{i} \ell_{i}, a_{i}\right)$, and hence in the normal subgroup generated by the commutators $\left(A_{i}, \ell_{i} a_{i} \ell_{i}^{-1}\right)$. Using the stated formulas one more time, we arrive at the conclusion that $\tau$ is contained in the normal subgroup generated by all commutators of the form $\alpha_{i}$. If $N$ is the normal subgroup generated in $F$ by all commutators of the form $\alpha_{i}$, then the quotient group $\bar{F} \simeq F / N$ satisfies the following identical relation: $$ \left(x_{1}, x_{2}, \ldots, x_{t}\right)=e $$ which is equivalent to the statement of the lemma. The lemma, and hence Theorem 6 , are proved. It is very probable that the converse of Theorem 6 is also true. ## References [1] M. Hall, The Theory of Groups, Macmillan, New York, 1959. [2] H. Heineken, Engelsche Elemente der Länge drei, Illinois J. Math. 5, 4 (1961) 681-707. [3] B. Huppert, Normalteiler und maximale Untergruppen endlicher Gruppen, Math. Z. 60 (1954) 409-434. [4] A.I. Malcev, Nilpotent semigroups, Ivanov. Gos. Ped. Inst. Uch. Zap. Fiz.-Mat. Nauki 4 (1953) $107-111$. # On Some Identical Relations for Algebras A.I. Shirshov 1. In the work of A.I. Malcev [2], results of a general nature are applied in particular to the classification of identical relations of degree 3 for associative algebras. It is shown there that, under natural assumptions on the characteristic, any such identical relation is a linear combination of the following relations: $$ \begin{aligned} \sum_{\left(i_{1}, i_{2}, i_{3}\right)} x_{i_{1}} x_{i_{2}} x_{i_{3}} & =0 \\ \sum_{\left(i_{1}, i_{2}, i_{3}\right)}(-1)^{\sigma_{i}} x_{i_{1}} x_{i_{2}} x_{i_{3}} & =0 \\ x_{1} x_{2} x_{3}+x_{2} x_{1} x_{3}-x_{2} x_{3} x_{1}-x_{3} x_{2} x_{1} & =0 \\ x_{1} x_{2} x_{3}+x_{1} x_{3} x_{2}-x_{3} x_{1} x_{2}-x_{3} x_{2} x_{1} & =0 \end{aligned} $$ where the summations in relations (1) and (2) are performed over all substitutions, and $\sigma_{i}$ is the number of inversions in the permutation $\left(i_{1}, i_{2}, i_{3}\right)$ of $1,2,3$. In the present note, we study algebras that satisfy one of the relations (3) and (4) and show that such algebras, in a sense to be made precise later, are close to commutative. In conclusion, we give and study a generalization of this closeness to commutativity. 2. For brevity, throughout this note, algebras with relations (3) and (4) will be called $\mu$-algebras and $\mu^{\prime}$-algebras respectively. Theorem 1. Let $S$ be a $\mu$-algebra over a field $P$ of characteristic $\neq 2$. Then the ideal $S^{3}$ lies in the center $Z$ of $S$, and the ideal $S^{2}$ is commutative. Proof. It is easy to see that when relation (3) holds identically, these relations follow: $$ \begin{array}{r} x_{2} x_{4} x_{3} x_{1}+x_{4} x_{2} x_{3} x_{1}-x_{4} x_{3} x_{1} x_{2}-x_{3} x_{1} x_{4} x_{2}=0 \\ -x_{3} x_{4} x_{2} x_{1}-x_{4} x_{3} x_{2} x_{1}+x_{4} x_{2} x_{1} x_{3}+x_{2} x_{1} x_{4} x_{3}=0 \end{array} $$ Sibirsk Mat. Zh. 7, (1966), no. 4, 963-966 (c) 2009 Translated from the Russian original by M.R. Bremner and M.V. Kochetov. $$ \begin{array}{r} -x_{2} x_{1} x_{4} x_{3}-x_{1} x_{2} x_{4} x_{3}+x_{1} x_{4} x_{3} x_{2}+x_{4} x_{3} x_{1} x_{2}=0 \\ -x_{3} x_{4} x_{1} x_{2}-x_{4} x_{3} x_{1} x_{2}+x_{4} x_{1} x_{2} x_{3}+x_{1} x_{2} x_{4} x_{3}=0 \\ x_{3} x_{4} x_{1} x_{2}+x_{4} x_{3} x_{1} x_{2}-x_{4} x_{1} x_{3} x_{2}-x_{1} x_{4} x_{3} x_{2}=0 \\ -x_{2} x_{4} x_{3} x_{1}-x_{4} x_{2} x_{3} x_{1}+x_{4} x_{3} x_{2} x_{1}+x_{3} x_{4} x_{2} x_{1}=0 \\ -x_{4} x_{2} x_{1} x_{3}-x_{4} x_{1} x_{2} x_{3}+x_{4} x_{1} x_{3} x_{2}+x_{4} x_{3} x_{1} x_{2}=0 \end{array} $$ Adding equations (5)-(11) we obtain $$ x_{4} x_{3} x_{1} x_{2}-x_{3} x_{1} x_{4} x_{2}=0 $$ Furthermore, the relations $$ \begin{aligned} & x_{4} x_{2} x_{1} x_{3}-x_{2} x_{1} x_{4} x_{3}=0 \\ & x_{4} x_{1} x_{2} x_{3}-x_{1} x_{2} x_{4} x_{3}=0 \end{aligned} $$ are corollaries of relation (12). If we subtract the left side of relation (7) from the sum of the left sides of relations $(11),(13),(14)$ then we obtain $$ x_{4} x_{1} x_{3} x_{2}-x_{1} x_{4} x_{3} x_{2}=0 $$ Relations (12) and (15) together are equivalent to a system of relations of the form $$ x_{1} x_{2} x_{3} x_{4}-x_{i_{1}} x_{i_{2}} x_{i_{3}} x_{4}=0 $$ where $\left(i_{1}, i_{2}, i_{3}\right)$ is an arbitrary permutation of $1,2,3$. Using relation (16) we rewrite relation (11) in the form $$ 2 x_{4} x_{1} x_{3} x_{2}-2 x_{2} x_{4} x_{1} x_{3}=0 $$ or equivalently, $$ x_{2}\left(x_{4} x_{1} x_{3}\right)=\left(x_{4} x_{1} x_{3}\right) x_{2} $$ Finally, repeated application of the last relation gives $$ \left(x_{2} x_{4}\right)\left(x_{1} x_{3}\right)=\left(x_{1} x_{3}\right)\left(x_{2} x_{4}\right) $$ The last two relations constitute the statement of the theorem. Remark 1. It follows from the proof that the restriction on characteristic is only essential in the derivations of relations (17) and (18); relation (16) is valid without restriction. Remark 2. From the fact that an algebra which is anti-isomorphic to a $\mu$-algebra is a $\mu^{\prime}$-algebra, it follows that Theorem 1 holds also for $\mu^{\prime}$-algebras. 3. Consider the following properties of an algebra $A$ : $\alpha)$ some power $A^{k}$ of $A$ is a commutative algebra; $\beta$ ) some power $A^{t}$ of $A$ lies in the center. Lemma 1. Properties $\alpha$ and $\beta$ are equivalent. Proof. Obviously, $\beta$ implies $\alpha$. Now, if $A$ satisfies property $\alpha$, then it is obvious that $$ \begin{aligned} \left(x_{1} x_{2} \cdots x_{k}\right)\left(x_{k+1} \cdots x_{2 k} x_{2 k+1}\right) & =\left(x_{k+1} \cdots x_{2 k}\right)\left(x_{2 k+1} x_{1} \cdots x_{k}\right) \\ & =x_{2 k+1} x_{1} \cdots x_{k} x_{k+1} \cdots x_{2 k} \end{aligned} $$ In other words, $A$ satisfies property $\beta$ for $t=2 k$. Definition 1. An algebra $A$ that satisfies $\alpha$ and $\beta$ will be called a $K D$-algebra. The statement of Theorem 1 can be strengthened using the following lemma. Lemma 2. If every algebra A satisfying a multilinear identical relation $$ F\left(x_{1}, x_{2}, \ldots, x_{k}\right)=0 $$ over a field of characteristic zero is a $K D$-algebra, then every algebra $B$ over the same field satisfying an identical relation of the form $$ F\left(x_{1}^{t_{1}}, x_{2}^{t_{2}}, \ldots, x_{k}^{t_{k}}\right)=0 $$ where the $t_{i}$ are arbitrary natural numbers, is also a $K D$-algebra. Proof. Let $t=\max \left(t_{1}, t_{2}, \ldots, t_{k}\right)$. Then it was shown by Higman [1] that there exists a natural number $f(t)$ such that any element of the ideal $B^{f(t)}$ can be written as a linear combination of the $s$-th powers of elements of $B$, where $s$ is any natural number less than or equal to $t$. From this it follows that the algebra $B^{f(t)}$ satisfies the identical relation $F\left(x_{1}, x_{2}, \ldots, x_{k}\right)=0$, and thus by assumption $B^{f(t)}$ is a $K D$-algebra. Hence for some number $q$ the algebra $\left[B^{f(t)}\right]^{q}=B^{q f(t)}$ is commutative. Theorem 2. Any algebra A with identical relation $$ x_{1}^{t_{1}} x_{2}^{t_{2}} x_{3}^{t_{3}}+x_{2}^{t_{2}} x_{1}^{t_{1}} x_{3}^{t_{3}}-x_{2}^{t_{2}} x_{3}^{t_{3}} x_{1}^{t_{1}}-x_{3}^{t_{3}} x_{2}^{t_{2}} x_{1}^{t_{1}}=0 $$ over a field of characteristic zero, is a $K D$-algebra. Remark 3. The result of Higman used above allows us to point out that for algebras over a field of characteristic zero, any identity of the form $$ x^{p} y^{q}-y^{q} x^{p}=0 $$ is equivalent to the definition of a $K D$-algebra. 4. The study of $K D$-algebras is of interest, if only for the reason that they include commutative and nilpotent algebras. But there is yet another reason. Definition 2. An associative algebra is called locally Noetherian if every increasing chain of right ideals of every finitely generated subalgebra stabilizes after a finite number of steps. Theorem 3. Every KD-algebra is locally Noetherian. Proof. Obviously, a finitely generated subalgebra $S$ of a $K D$-algebra is itself a $K D$ algebra, and hence is an extension of the commutative finitely generated algebra $S^{m}$ by the nilpotent finite-dimensional algebra $S / S^{m}$; in both of these algebras, every increasing chain of right ideals must terminate. Hence, for any increasing chain of right ideals $J_{1} \subset J_{2} \subset \cdots \subset J_{n} \subset \cdots$ there exists a number $k$ such that $S^{m} \cap J_{k}=S^{m} \cap J_{k+r}$ and $\bar{J}_{k}=\bar{J}_{k+r}$, where $\bar{J}_{p}$ is the pre-image of the ideal $J_{p}$ under the natural homomorphism of $S$ onto $S / S^{m}$, and $r$ is any natural number. This immediately implies that $J_{k}=J_{k+r}$. Corollary. An algebra with identical relation (19) over a field of characteristic zero is locally Noetherian. 5. It is well known that the sum of any finite number of nilpotent ideals is a nilpotent ideal. On the other hand, it is not difficult to construct an example of an algebra in which the sum of two commutative ideals is not a commutative ideal. For this reason, the following result is of interest. Theorem 4. The sum of any finite number of $K D$-ideals (i.e., ideals that are $K D$ algebras) of an algebra $A$ is again a $K D$-ideal. Proof. It suffices to prove the claim for two ideals. Let $J_{1}$ and $J_{2}$ be $K D$-ideals of the algebra $A$, and let $Z_{1}$ and $Z_{2}$ be their respective centers. Then $$ J_{1}^{t_{1}} \subset Z_{1}, \quad J_{2}^{t_{2}} \subset Z_{2}, \quad\left(J_{1}+J_{2}\right)^{t_{1}+t_{2}-1} \subset Z_{1}+Z_{2} $$ If $z_{1}, z_{1}^{\prime}, z_{1}^{\prime \prime} \in Z_{1}$ and $z_{2}, z_{2}^{\prime}, z_{2}^{\prime \prime} \in Z_{2}$ then $$ \left(z_{1}+z_{2}\right)\left(z_{1}^{\prime}+z_{2}^{\prime}\right)\left(z_{1}^{\prime \prime}+z_{2}^{\prime \prime}\right)=\left(z_{1}^{\prime \prime}+z_{2}^{\prime \prime}\right)\left(z_{1}+z_{2}\right)\left(z_{1}^{\prime}+z_{2}^{\prime}\right) $$ which can be easily and immediately verified. The commutativity of the ideal $$ \left[\left(J_{1}+J_{2}\right)^{t_{1}+t_{2}-1}\right]^{2}=\left(J_{1}+J_{2}\right)^{2 t_{1}+2 t_{2}-2} $$ follows from this. Remark 4. The theorem just proved could be used in an obvious way to construct $K D$-radicals analogous to radicals based on nilpotency. ## References [1] G. Higman, On a conjecture of Nagata, Proc. Cambridge Philos. Soc. 52, 1 (1956) $1-4$. [2] A.I. Malcev, On algebras with identical defining relations, Mat. Sbornik 26, (1950), no. $1,19-33$. # On Some Positively Definable Varieties of Groups A.I. Shirshov 1. A variety $\mathfrak{N}$ of groups will be called positively definable if it can be defined by identical relations that do not include variables with negative powers. For example, the variety of Abelian groups is obviously positively definable. A.I. Malcev [2] proved positive definability of the varieties of nilpotent groups (with a given index of nilpotence) and showed that the varieties of solvable groups are not positively definable. In the author's work [3], it is also shown that the varieties of Engel groups for $n=2$ and $n=3$ are positively definable, and are determined respectively by the identities (A) and (B): $$ \begin{aligned} & x y^{2} x=y x^{2} y \\ & x y^{2} x y x^{2} y=y x^{2} y x y^{2} x, \quad x y^{2} x y x y^{2} y=y x^{2} y^{2} x^{2} y^{2} x \end{aligned} $$ In the present note, we prove positive definability for a sufficiently broad class of varieties, which generalizes the class of $n$-nilpotent groups introduced by Baer [1]. Let $[a, b]_{s}=(a b)^{s} b^{-s} a^{-s}$ where $a, b$ are elements of a group $G$ and $s$ is an integer, and let $(k)=\left(k_{1}, k_{2}, \ldots, k_{t}\right)$ be a $t$-tuple of integers. Definition 1. A group $G$ is called nilpotent relative to the $t$-tuple ( $k$ ) if for any elements $a_{i}, i=0,1,2, \ldots, t$, the following equality holds: $$ \left(a_{0}, a_{1}, \ldots, a_{t}\right)_{(k)} \stackrel{\text { def }}{=}\left[\left[\ldots\left[a_{0}, a_{1}\right]_{k_{1}}, \ldots\right]_{k_{t-1}}, a_{t}\right]_{k_{t}}=e $$ Obviously, the collection of all groups that are nilpotent relative to a fixed $t$-tuple $(k)$ is a variety. This variety will be denoted by $$ \mathfrak{N}_{(k)}=\mathfrak{N}_{\left(k_{1}, k_{2}, \ldots, k_{t}\right)} $$ Special cases of varieties of the form $\mathfrak{N}_{(k)}$ are the $n$-nilpotent groups introduced by Baer [1]. The following statement holds. Sibirsk Mat. Zh. 8 (1967), no. 5, 1190-1192 (C) 2009 Translated from the Russian original by M.R. Bremner and M.V. Kochetov. Theorem. Any variety of the form $\mathfrak{N}_{(k)}$ is positively definable. 2. We consider the so-called $n$-center of the group $G$. Definition 2. The collection of all elements $z$ in $G$, such that $[z, a]_{n}=e$ for all $a \in G$, is called the $n$-center of $G$ and is denoted by $Z_{n}(G)$. Obviously, $Z_{-1}(G)$ coincides with the center of $G$. Lemma 1. For every element $a \in G$ and every $z \in Z_{n}(G)$ we have $[a, z]_{n}=e$. Proof. The claim follows from the easily verified equation $$ [a, z]_{n}=a^{n}\left[z, z^{-1} a^{-1}\right]_{n} a^{-n} $$ and the definition of $Z_{n}(G)$. It is well known, and can be easily verified, that the $n$-center is a characteristic subgroup. The following statement can also be immediately verified. Lemma 2. We have $Z_{n}(G)=Z_{1-n}(G)$. 3. We fix a $t$-tuple $(k)=\left(k_{1}, k_{2}, \ldots, k_{t}\right)$ and associate to it two sequences of recursively defined elements of the free group with generators $x, y, z_{1}, z_{2}, \ldots, z_{t}$ : $$ \begin{aligned} & u_{0}=x, \quad v_{0}=y \\ & u_{s}=u_{s-1}^{k_{s}-1}\left(v_{s-1} z_{s}\right)^{k_{s}-1} v_{s-1}, \quad v_{s}=v_{s-1}^{k_{s}}\left(z_{s} u_{s-1}\right)^{k_{s}-1} \quad \text { for } k_{s} \geq 1 \\ & u_{s}=u_{s-1}^{-k_{s}}\left(v_{s-1} z_{s}\right)^{-k_{s}} v_{s-1}, \quad v_{s}=v_{s-1}^{1-k_{s}}\left(z_{s} u_{s-1}\right)^{-k_{s}} \quad \text { for } k_{s}<1 \end{aligned} $$ for $s=1,2, \ldots t$. Definition 3. A group $G$ is called a $\overline{(k)}$-group if it satisfies the identical relation $u_{t}=v_{t}$. Lemma 3. A group $G$ is a $\overline{(k)}$-group if and only if it is nilpotent relative to the $t$-tuple $(k)$. Proof. We carry out induction on the length of $(k)$, remarking that the case of length 1 is included in the general argument. We write $\left(k^{\prime}\right)=\left(k_{1}, k_{2}, \ldots, k_{t-1}\right)$. Assume it has been proved that any group nilpotent relative to $\left(k^{\prime}\right)$ is a $\overline{\left(k^{\prime}\right)}$-group, and suppose that a group $G$ is nilpotent relative to $(k)$. Then $$ \left(a_{0}, a_{1}, \ldots, a_{t-1}\right)_{\left(k^{\prime}\right)} \in Z_{k_{t}}(G)=Z_{1-k_{t}}(G) $$ For this reason, the group $\bar{G}=G / \underline{Z_{k_{t}}}(G)$ is nilpotent relative to $\left(k^{\prime}\right)$, and hence by the inductive hypothesis it is a $\overline{\left(k^{\prime}\right)}$-group. Therefore, $$ u_{t-1} v_{t-1}^{-1} \in Z_{k_{t}}(G)=Z_{1-k_{t}}(G) $$ for any corresponding values of the words $u_{t-1}$ and $v_{t-1}$ in the group $G$. Hence for any $q \in G$ it follows that $$ \left(u_{t-1} v_{t-1}^{-1} v_{t-1} q\right)^{\alpha}=\left(u_{t-1} v_{t-1}^{-1}\right)^{\alpha}\left(v_{t-1} q\right)^{\alpha}, \text { where } \alpha=\max \left(k_{t}, 1-k_{t}\right) $$ In other words, $$ \left(u_{t-1} q\right)^{\alpha}\left(v_{t-1} q\right)^{-\alpha}=\left(u_{t-1} v_{t-1}^{-1}\right)^{\alpha} $$ Since the right side does not depend on $q$, it follows from (3) that $$ \left(u_{t-1} q\right)^{\alpha}\left(v_{t-1} q\right)^{-\alpha}=\left(u_{t-1} z_{t}\right)^{\alpha}\left(v_{t-1} z_{t}\right)^{-\alpha} $$ which is valid for all values of $z_{t}$. Setting $q=v_{t-1}^{-1} u_{t-1}^{-1}$ in (4), and performing the obvious transformations, we obtain $$ \begin{aligned} \left(u_{t-1} v_{t-1}^{-1} u_{t-1}^{-1}\right)^{\alpha} u_{t-1}^{\alpha} & =\left(u_{t-1} z_{t}\right)^{\alpha}\left(v_{t-1} z_{t}\right)^{-\alpha} \\ u_{t-1} v_{t-1}^{-\alpha} u_{t-1}^{\alpha-1} & =\left(u_{t-1} z_{t}\right)^{\alpha}\left(v_{t-1} z_{t}\right)^{-\alpha} \\ u_{t-1}^{\alpha-1}\left(v_{t-1} z_{t}\right)^{\alpha-1} v_{t-1} & =v_{t-1}^{\alpha}\left(z_{t} u_{t-1}\right)^{\alpha-1} \end{aligned} $$ Therefore, the group $G$ satisfies the identical relation $u_{t}=v_{t}$; i.e., it is a $\overline{(k)}$-group. Conversely, suppose that $G$ is a $\overline{(k)}$-group; i.e., it satisfies relation (6), and hence also (5). Since the left side of relation (5) does not depend on $z_{t}$, obviously relation (4) holds. If, in the latter relation, we set $z_{t}=v_{t-1}^{-1} p$, then we obtain $$ \left(u_{t-1} q\right)^{\alpha}\left(v_{t-1} q\right)^{-\alpha}=\left(u_{t-1} v_{t-1}^{-1} p\right)^{\alpha} p^{-\alpha} $$ If, in relation (7), we make the two substitutions, $q=e$ and $q=p=e$, then we obtain respectively $$ \begin{aligned} & u_{t-1}^{\alpha} v_{t-1}^{-\alpha}=\left(u_{t-1} v_{t-1}^{-1} p\right)^{\alpha} p^{-\alpha} \\ & u_{t-1}^{\alpha} v_{t-1}^{-\alpha}=\left(u_{t-1} v_{t-1}^{-1}\right)^{\alpha} \end{aligned} $$ From these last relations it follows that $$ \left(u_{t-1} v_{t-1}^{-1} p\right)^{\alpha}=\left(u_{t-1} v_{t-1}^{-1}\right)^{\alpha} p^{\alpha} $$ for all $p \in G$; i.e., $u_{t-1} v_{t-1}^{-1} \in Z_{k_{t}}(G)=Z_{1-k_{t}}(G)$. By assumption, the group $\bar{G}$ is nilpotent relative to $\left(k^{\prime}\right)$, and hence $G$ is nilpotent relative to $(k)$. The lemma is proved. The statement of the theorem follows trivially from the lemma. ## References [1] R. Baer, Factorization of n-soluble and n-nilpotent groups, Proc. Amer. Math. Soc. 4 (1953), no. 1, 15-26. [2] A.I. Malcev, Nilpotent semigroups, Ivanov. Gos. Ped. Inst. Uch. Zap. Fiz.-Mat. Nauki 4 (1953) $107-111$. [3] A.I. Shirshov, On some groups which are nearly Engel, Algebra Logika 2 (1963), no. $5,5-18$. # On the Definition of the Binary-Lie Property A.I. Shirshov In the present note we construct an example of an algebra over a field of characteristic 2 that satisfies the identical relations $$ x^{2}=0 \quad \text { and } \quad[(x y) y] x+[(y x) x] y=0 $$ but is not binary-Lie. This example has been announced earlier [2]. For the necessary definitions and the history of the problem, see for example the work [1]. Over an arbitrary field $P$ of characteristic 2, a 16-dimensional algebra $A$ with basis $a_{i}, i=1,2, \ldots, 16$, is determined by the following multiplication table: $$ \begin{array}{llll} a_{i} a_{j}=a_{j} a_{i} \text { for } i, j=1,2, \ldots, 16, & \\ a_{1} a_{2}=a_{3}, & a_{1} a_{3}=a_{5}, & a_{1} a_{4}=a_{7}, & a_{1} a_{5}=a_{8} \\ a_{1} a_{6}=a_{10}, & a_{1} a_{7}=a_{12}, & a_{1} a_{9}=a_{13}, & a_{1} a_{10}=a_{15} \\ a_{2} a_{3}=a_{4}, & a_{2} a_{4}=a_{6}, & a_{2} a_{5}=a_{7}, & a_{2} a_{7}=a_{9}+a_{10} \\ a_{2} a_{8}=a_{11}+a_{12}, & a_{2} a_{11}=a_{13}, & a_{2} a_{12}=a_{15}+a_{16}, & a_{3} a_{4}=a_{9} \\ a_{3} a_{5}=a_{11}, & a_{3} a_{7}=a_{14}, & a_{4} a_{5}=a_{16} & \end{array} $$ all remaining products equal zero. It is easy to verify directly that the algebra $A$ is generated by the elements $a_{1}$ and $a_{2}$; it is also obvious that $c^{2}=0$ for all $c \in A$. Theorem. The algebra A satisfies the identity $$ [(x y) y] x+[(y x) x] y=0 $$ but it is not a Lie algebra; i.e., it is not binary-Lie, since it is generated by two elements. We remark that identity (1) is equivalent to the identity $$ J(x y, x, y)=0 $$ where $J(x, y, z) \stackrel{\text { def }}{=}(x y) z+(y z) x+z x) y$ is the Jacobian of the elements $x, y, z$. Algebra Logika 10, (1971), no. 1, 100-102. (c) 2009 Translated from the Russian by M.R.Bremner and M.V. Kochetov. Lemma. If, for all distinct basis elements $a_{i}, a_{j}, a_{k}, a_{\ell}$ of the algebra $A$, the following equations hold, $$ \begin{aligned} & \Phi_{1}\left(a_{i}, a_{j}\right) \stackrel{\text { def }}{=} J\left(a_{i} a_{j}, a_{i}, a_{j}\right)=0 \\ & \Phi_{2}\left(a_{i}, a_{j}, a_{k}\right) \stackrel{\text { def }}{=} J\left(a_{i} a_{j}, a_{i}, a_{k}\right)+J\left(a_{i} a_{k}, a_{i}, a_{j}\right)=0 \\ & \Phi_{3}\left(a_{i}, a_{j}, a_{k}, a_{\ell}\right) \stackrel{\text { def }}{=} \\ & \quad J\left(a_{i}, a_{j}, a_{k}, a_{\ell}\right)+J\left(a_{i} a_{\ell}, a_{k}, a_{j}\right)+J\left(a_{k} a_{j}, a_{i}, a_{\ell}\right)+J\left(a_{k} a_{\ell}, a_{i}, a_{j}\right)=0 \end{aligned} $$ then $A$ satisfies the identity (1): $\Phi_{1}(x, y)=0$. Proof. It is easy to see (computing by hand if this is not clear) that $$ \begin{aligned} \Phi_{1}(a+b, c+d)= & \Phi_{1}(a, c)+\Phi_{1}(a, d)+\Phi_{1}(b, c)+\Phi_{1}(b, d)+\Phi_{2}(a, c, d) \\ & \quad+\Phi_{2}(b, c, d)+\Phi_{2}(c, a, b)+\Phi_{2}(d, a, b)+\Phi_{3}(a, c, b, d) \\ \Phi_{2}(a+b, c, a)= & \Phi_{2}(a, c, d)+\Phi_{2}(b, c, d)+\Phi_{3}(a, c, b, d) \end{aligned} $$ From the above equations, as well as the multilinearity of $\Phi_{3}$, it follows that for all $u, v \in A$ the element $\Phi_{1}(u, v)$ can be written as a linear combination of the elements indicated in the statement of the lemma. In general, the indices $i, j, k, \ell$ occurring in this expression may coincide. But in this case, either the index of the corresponding $\Phi_{s}$ changes or we obviously obtain zero. The lemma is proved. Proof. (of the theorem) For the proof of the theorem, we assign to each basis element $a_{i}$ the weights $p_{j}\left(a_{i}\right), j=0,1,2, i=1,2, \ldots, 16$, according to the following table: | $p_{j}\left(a_{i}\right)$ | $a_{1}$ | $a_{2}$ | $a_{3}$ | $a_{4}$ | $a_{5}$ | $a_{6}$ | $a_{7}$ | $a_{8}$ | $a_{9}$ | $a_{10}$ | $a_{11}$ | $a_{12}$ | $a_{13}$ | $a_{14}$ | $a_{15}$ | $a_{16}$ | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | $p_{0}$ | 1 | 1 | 2 | 3 | 3 | 4 | 4 | 4 | 5 | 5 | 5 | 5 | 6 | 6 | 6 | 6 | | $p_{1}$ | 1 | 0 | 1 | 1 | 2 | 1 | 2 | 3 | 2 | 2 | 3 | 3 | 3 | 3 | 3 | 3 | | $p_{2}$ | 0 | 1 | 1 | 2 | 1 | 3 | 2 | 1 | 3 | 3 | 2 | 2 | 3 | 3 | 3 | 3 | It easy to verify that $p_{s}\left(a_{i} a_{j}\right)=p_{s}\left(a_{i}\right)+p_{s}\left(a_{j}\right), s=0,1,2$, if $a_{i} a_{j} \neq 0$. As a result of this remark and the lemma, it suffices for the proof of equation (1) to verify the vanishing only of those $\Phi$ for which the sum of all weights $p_{s}$, $s=0,1,2$, of the arguments of the corresponding Jacobians, does not exceed the limit value; namely, $\Phi_{1}\left(a_{1}, a_{2}\right), \Phi_{2}\left(a_{1}, a_{2}, a_{3}\right), \Phi_{2}\left(a_{1}, a_{2}, a_{4}\right), \Phi_{2}\left(a_{2}, a_{1}, a_{3}\right)$, $\Phi_{2}\left(a_{2}, a_{1}, a_{5}\right), \Phi_{2}\left(a_{3}, a_{1}, a_{2}\right)$. The verification is obvious. On the other hand, $$ J\left(a_{1}, a_{2}, a_{7}\right)=a_{13}+a_{14}+a_{16} \neq 0 $$ The theorem is proved. Remark. Some quotients of the algebra $A$ have the same property. For instance, it is easy to see that the subspace $J$ of $A$ with basis $\left\{a_{6}, a_{8}, a_{9}, a_{10}, a_{11}, a_{12}, a_{13}, a_{15}\right.$, $\left.a_{16}\right\}$ is an ideal, and that in the quotient $B=A / J$ we have $J\left(b_{1}, b_{2}, b_{7}\right)=b_{14} \neq 0$ where $b_{i}$ is the image of $a_{i}$ under the natural homomorphism of $A$ onto $B$. Finally, if $P=G F(2)$, then $B$ is a finite ring (with 128 elements) which satisfies the property indicated above. ## References [1] A.T. Gainov, Binary-Lie algebras of characteristic 2, Algebra Logika 8 (1969), no. 5, $505-522$. [2] A.I. Shirshov, On a variety of rings, Ninth All-Union Algebra Colloquium (Abstracts), Gomel, Belarus, 1968, pages 213-214. # On the Theory of Projective Planes A.I. Shirshov and A.A. Nikitin In 1976, in the special course on Projective Planes given at Novosibirsk State University, and later in 1977, in the report on Projective Planes given at the Fourteenth All-Union Algebra Conference, A.I. Shirshov presented the concept of a projective plane as a partial algebraic system. This approach allowed the formulation of a number of new problems, together with a new viewpoint on known results and problems in the theory of projective planes. In the present work, we discuss part of the results contained in the special course and in the report, and also some further developments. In the study of projective planes, different authors starting with M. Hall [2] implicitly used a partial binary operation. Projective planes as a partial algebraic system were considered for the first time by Magari [7]. The works of Giovagnoli [1] and Kim and Roush [5] also follow this approach. In [7] and [1], free and completely free projective planes were constructed as partial algebraic systems, in which every element was regarded as an equivalence class defined on the set of nonassociative words in the generators of the plane. In $\S 2$ of the present article, we give constructions of free and completely free projective planes as partial algebraic systems, in which each element is uniquely represented as a nonassociative word in the generators of the plane. In the above-mentioned special course and report, A.I. Shirshov gave a construction of an embedding of the completely free projective plane with a finite number of generators into the completely free projective plane with four generators, and formulated the problem of constructing an embedding of the completely free projective plane with a countable number of generators into the completely free projective plane with a finite number of generators. In 1972, Johnson [4] showed that every free projective plane with a finite number of generators is a homomorphic image of a completely free projective plane with four generators. In $\S 4$ of the present work, we show that in the completely free projective plane $\mathfrak{C F}\left(C_{1}\right)$ with four generators, there exists a countable Algebra Logika 20, 3 (1981) 330-356 (c) 2009 Translated from the Russian original by M.R. Bremner and M.V. Kochetov. subconfiguration $\mathfrak{C}_{0}$ such that $\mathfrak{C} \mathfrak{F}\left(C_{1}\right)$ is freely generated by $\mathfrak{C}_{0}$. Based on this result, we further prove that any finite or countably infinite projective plane is a homomorphic image of the completely free projective plane with four generators. Theorems 1 and 2 were obtained by A.I. Shirshov, and Theorems 3 and 4 by A.A. Nikitin. ## 1. Preliminary definitions and results 1. Let $A$ be an arbitrary nonempty set, and let $A^{0}$ and ${ }^{0} A$ be subsets of $A$ such that $A=A^{0} \cup^{0} A$ and $A^{0} \cap^{0} A=\emptyset$. In this case we will say that $\left(A^{0},{ }^{0} A\right)$ is a partition of $A$. Here one of the subsets $A^{0}$ and ${ }^{0} A$ may be empty. We now fix a partition $\left(A^{0},{ }^{0} A\right)$ of $A$. Elements $a$ and $b$ in $A$ will be called unitypical relative to the partition $\left(A^{0},{ }^{0} A\right)$ if $a$ and $b$ belong to the same subset of the partition $\left(A^{0},{ }^{0} A\right)$. Otherwise, the elements $a$ and $b$ in $A$ will be called non-unitypical relative to this partition. Suppose now that on the set $A$, with a fixed partition $\left(A^{0},{ }^{0} A\right)$, a partial binary commutative operation $\cdot$ is defined, such that the following conditions hold: 1.1. If $a$ and $b$ are distinct unitypical elements of $A$ relative to $\left(A^{0},{ }^{0} A\right)$, then the product $a \cdot b$ is defined. 1.2. If the product $a \cdot b$ is defined for elements $a$ and $b$ in $A$, then $a$ and $b$ are distinct unitypical elements, but $a$ and $a \cdot b$ are non-unitypical relative to $\left(A^{0},{ }^{0} A\right)$. 1.3. If the products $a \cdot b, a \cdot c$ and $(a \cdot b) \cdot(a \cdot c)$ are defined for elements $a, b$ and $c$ in $A$, then we have $$ (a \cdot b) \cdot(a \cdot c)=a $$ 1.4. The set $A$ contains pairwise distinct elements $a, b, c$ and $d$ such that the products $a \cdot b, b \cdot c, c \cdot d$ and $d \cdot a$ are defined and pairwise distinct. Such a partial algebraic system $\left\langle A,\left(A^{0},{ }^{0} A\right), \cdot\right\rangle$ will be called a projective plane. Suppose that a partial binary commutative operation $*$ is defined on the set $A$ with a fixed partition $\left(A^{0},{ }^{0} A\right)$ such that Conditions 1.2 and 1.3 hold, as well as the condition 1.5. If the products $a * b$ and $a * c$ are defined for elements $a, b$ and $c$ in $A$, and $a * b \neq a * c$, then the product $(a * b) *(a * c)$ is also defined. Here for the operation $*$ one or both of the Conditions 1.1 and 1.4 may not necessarily hold. A partial algebraic system with a partial binary commutative operation $*$ satisfying Conditions 1.2, 1.3 and 1.5 will occasionally be denoted by $\left\langle A,\left(A^{0},{ }^{0} A\right), *\right\rangle$. Example 1. Let $B$ be an arbitrary nonempty subset of elements of a projective plane $\mathfrak{P}=\left\langle A,\left(A^{0},{ }^{0} A\right), \cdot\right\rangle$. Then the partition $\left(A^{0},{ }^{0} A\right)$ of the set $A$ of elements of the projective plane $\mathfrak{P}$ determines a partition $\left(B^{0},{ }^{0} B\right)$ of the set $B$ where $B^{0}=B \cap A^{0}$ and ${ }^{0} B=B \cap{ }^{0} A$. For the elements of $B$ the concepts of unitypical and non-unitypical elements are defined in the natural way relative to the partition $\left(B^{0},{ }^{0} B\right)$. The operation $\cdot$ defined in $\mathfrak{P}$ induces a partial binary commutative operation $\circ$ on the set $B$. For this operation $\circ$ Conditions 1.2, 1.3 and 1.5 hold. Let $\mathfrak{A}=\left\langle A,\left(A^{0},{ }^{0} A\right), *\right\rangle$ be a partial algebraic system with a partial binary commutative operation $*$ satisfying Conditions $1.2,1.3$ and 1.5. We will say that an element $a$ in $A$ is a divisor of an element $b$ in $A$ if there exists an element $c$ in $A$ such that $b=a * c$. The set of all divisors of an element $b$ in $A$ will be denoted by $T_{b}^{2}$. In what follows, the symbol of the operation $*$ defined in a partial algebraic system satisfying Conditions 1.2, 1.3 and 1.5 will be occasionally omitted if this does not lead to misunderstanding. Proposition 1. Let $\mathfrak{A}=\left\langle A,\left(A^{0},{ }^{0} A\right), *\right\rangle$ be a partial algebraic system with a partial binary commutative operation * satisfying Conditions 1.2, 1.3 and 1.5. Then (a) If the equation $a b=c d$ holds for elements $a, b, c$ in $A$, and the product ac is defined, then we have $a b=a c$; (b) If $a, b, c$ and $d$ are pairwise distinct elements of $A^{0}$ such that the elements $a b, b c, c d$ and da are defined and pairwise distinct, then in the set ${ }^{0} A$ there exist pairwise distinct elements $\bar{a}, \bar{b}, \bar{c}$ and $\bar{d}$ such that the elements $\bar{a} \bar{b}, \bar{b} \bar{c}$, $\bar{c} \bar{d}$ and $\bar{d} \bar{a}$ are defined and pairwise distinct. Proof. Indeed, if the product $a c$ is defined and $a b \neq a c$, then from Condition 1.5 it follows that the products $(a b)(a c)$ and $(c d)(a c)$ are defined. From Condition 1.3 and the assumption of the proposition we obtain $a=(a b)(a c)=(c d)(a c)=c$. But this contradicts Condition 1.2. Therefore, $a b=a c$ and part (a) is proved. For the proof of part (b) it suffices to set $\bar{a}=a b, \bar{b}=b c$ and $\bar{c}=c d, \bar{d}=d a$ and then use the assumptions of the proposition, Conditions 1.3 and 1.5, and the statement of part (a). The following result holds: Proposition 2. ${ }^{1} \operatorname{Let} \mathfrak{P}=\left\langle A,\left(A^{0},{ }^{0} A\right), *\right\rangle$ be a projective plane. Then, if the products $a b,(a b) c$ and $[(a b) c] a$ are defined for elements $a, b$ and $c$, then the following equation holds: $[(a b) c] a=a b$. 2. Now consider a set $A$ with a fixed partition $\left(A^{0},{ }^{0} A\right)$ in a different situation. Suppose that a symmetric relation $\alpha$ is defined on the set $A$, such that $\alpha$ includes only pairs of elements which are non-unitypical relative to the partition $\left(A^{0},{ }^{0} A\right)$. If, for any elements $a, b, c$ and $d$ in $A$, the conditions $(a, c),(b, c),(a, d),(b, d) \in \alpha$ imply that at least one of the equations $a=b, c=d$ holds, then the relation $\alpha$ is called an incidence relation relative to the partition $\left(A^{0},{ }^{0} A\right)$. The system $\left\langle A,\left(A^{0},{ }^{0} A\right), \alpha\right\rangle$ thus obtained is sometimes called a partial plane.[^48] If it does not lead to misunderstanding, then an incidence relation $\alpha$ relative to the partition $\left(A^{0},{ }^{0} A\right)$ will be called an incidence relation, and if a pair $(a, b)$ belongs to $\alpha$ then we will sometimes say that the elements $a$ and $b$ are incident. Remark 1. If the elements of $A^{0}$ are called 'points', and the elements of ${ }^{0} A$ are called 'lines', and we declare that a point $a$ is incident to a line $b$ if and only if $b$ passes through $a$, then as a result we obtain an interpretation of a partial plane. If we interchange the names of the elements of $A^{0}$ and ${ }^{0} A$, then we obtain another interpretation which is sometimes called the 'dual' of the first interpretation. Suppose now that on the set $A$ there is a partition $\left(A^{0},{ }^{0} A\right)$, an incidence relation $\alpha$ relative to $\left(A^{0},{ }^{0} A\right)$, and a partial binary commutative operation $\cdot$ satisfying Conditions $1.2,1.3$ and 1.5 relative to $\left(A^{0},{ }^{0} A\right)$. We will say that the operation . and the relation $\alpha$ are compatible on $A$ if the following conditions hold: 1.6. If the equation $a \cdot b=c$ holds for elements $a, b$ and $c$ in $A$, then we have $(a, c) \in \alpha$ and $(b, c) \in \alpha$. 1.7. If $(a, c) \in \alpha$ and $(b, c) \in \alpha$ and also $a \neq b$, then $a \cdot b$ is defined and we have $a \cdot b=c$. In what follows, a partial algebraic system $\mathfrak{A}=\left\langle A,\left(A^{0},{ }^{0} A\right), \cdot, \alpha\right\rangle$, where the partial binary commutative operation $\cdot$ (satisfying Conditions 1.2, 1.3,1.5) and the incidence relation $\alpha$ are compatible on $A$, will be called a configuration. Remark 2. Condition 1.7 implies that the partial operation - in a configuration is uniquely determined by the incidence relation $\alpha$. Remark 3. Condition 1.6 implies that if, for each element $a$ in a configuration $\mathfrak{A}=\left\langle A,\left(A^{0},{ }^{0} A\right), \cdot, \alpha\right\rangle$ either $T_{a}^{\mathfrak{A}} \neq \emptyset$ or there exists an element $b$ in $A$ such that $a \in T_{b}^{\mathcal{A}}$, then the relation $\alpha$ is uniquely determined by the partial operation $\cdot$. If we define a symmetric relation $\widetilde{\alpha}$ on the set $A$ in such way that $(a, b) \in \widetilde{\alpha}$ if and only if either $a \in T_{b}^{\mathfrak{A}}$ or $b \in T_{a}^{\mathfrak{A}}$, then we obtain the equation $\alpha=\widetilde{\alpha}$. In particular, it follows from this that the definition of projective plane given above is equivalent to the traditional definition, and that any partial plane can be considered as a configuration. In what follows, we will sometimes omit the set of elements in the symbol for a configuration, and indicate only the partition. Thus, for example, $\mathfrak{A}=$ $\left\langle\left(A^{0},{ }^{0} A\right), \cdot, \alpha\right\rangle$. Here we assume that $A=A^{0} \cup{ }^{0} A$ and $A^{0} \cap{ }^{0} A=\emptyset$. Example 2. Let $\mathfrak{B}=\left\langle B,\left(B^{0},{ }^{0} B\right), \circ\right\rangle$ be one of the partial algebraic systems from Example 1, and let $\mathfrak{P}=\left\langle A,\left(A^{0},{ }^{0} A\right), \cdot\right\rangle$ be the projective plane containing $\mathfrak{B}$. Denote by $\alpha$ the incidence relation on $A$ that is compatible with the operation $\cdot$ in $\mathfrak{P}$, and let $\beta$ be the relation induced by $\alpha$ on the set $B$, namely $\beta=(B \times B) \cap \alpha$. Then $\beta$ is an incidence relation compatible on $B$ with the partial operation $\circ$ defined on $\mathfrak{B}$, and the partial algebraic system $\left\langle\left(B^{0},{ }^{0} B\right), \circ, \beta\right\rangle$ is a configuration. 3. At the present time in the theory of projective planes, it is traditional to use a number of definitions going back to $[2,3,8,9]$. Below in this subsection, we give the corresponding definitions and concepts in the form that is convenient for the rest of this paper. A configuration $\mathfrak{B}=\left\langle\left(B^{0},{ }^{0} B\right), \circ, \beta\right\rangle$ will be called an extension of a configuration $\mathfrak{A}=\left\langle\left(A^{0},{ }^{0} A\right), \cdot, \alpha\right\rangle$ if $B^{0} \supseteq A^{0},{ }^{0} B \supseteq{ }^{0} A$ and $\beta \supseteq \alpha$. Remark 4. It immediately follows from this definition, and the compatibility of the corresponding operations and incidence relations in the configurations $\mathfrak{A}$ and $\mathfrak{B}$, that if the product $a \cdot b$ is defined for elements $a$ and $b$ in $\mathfrak{A}$, then the product $a \circ b$ is also defined in $\mathfrak{B}$ and we have $a \cdot b=a \circ b$. If $\mathfrak{B}$ is an extension of a configuration $\mathfrak{A}$, then $\mathfrak{A}$ will sometimes be called a subconfiguration of $\mathfrak{B}$; this will be written in the form $\mathfrak{B} \supseteq \mathfrak{A}$ or $\mathfrak{A} \subseteq \mathfrak{B}$. An extension $\mathfrak{B}$ of a configuration $\mathfrak{A}$ will be called a one-step extension, if for any element $a$ in $\mathfrak{B}$ that is not contained in $\mathfrak{A}$, there exist elements $b$ and $c$ in $\mathfrak{A}$ such that $a=b c$. A one-step extension $\mathfrak{B}$ of a configuration $\mathfrak{A}$ will be called a complete onestep extension if for any two distinct unitypical elements $a$ and $b$ in $\mathfrak{A}$, there exists an element $c$ in $\mathfrak{B}$ such that $a b=c$. A one-step extension $\mathfrak{B}$ of a configuration $\mathfrak{A}$ will be called a free one-step extension if for any element $a$ in $\mathfrak{B}$ that is not contained in $\mathfrak{A}$, there exist two and only two elements $b$ and $c$ in $\mathfrak{A}$ such that $a=b c$. An extension $\mathfrak{B}$ of a configuration $\mathfrak{A}$ will be called a complete free one-step extension if this extension is simultaneously a complete one-step extension and a free one-step extension. We will say that a configuration $\mathfrak{A}=\left\langle A,\left(A^{0},{ }^{0} A\right), \cdot, \alpha\right\rangle$ is closed if the operation $\cdot$ satisfies Condition 1.1. A subconfiguration $\mathfrak{A}$ of a configuration $\mathfrak{B}$ will be called a closed subconfiguration if $\mathfrak{A}$ is closed as a configuration. A closed subconfiguration $\mathfrak{A}$ of a projective plane $\mathfrak{P}$ will be called a projective subplane in $\mathfrak{P}$ if $\mathfrak{A}$ is a projective plane. Let $\mathfrak{B}$ be a closed configuration and let $\mathfrak{A}$ be a subconfiguration of $\mathfrak{B}$. We denote by $\langle\mathfrak{A}\rangle_{\mathfrak{B}}$ the intersection of all closed subconfigurations in $\mathfrak{B}$ that contain $\mathfrak{A}$ as a subconfiguration. For a subconfiguration $\mathfrak{A}$ in a closed configuration $\mathfrak{B}$, we set by definition $\mathfrak{A} \mathfrak{A}^{[0]}=\mathfrak{A}$. Now, if for a natural number $i$ the configuration $\mathfrak{A}^{[i-1]}$ is defined, then by $\mathfrak{A}^{[i]}$ we denote the complete one-step extension of the configuration $\mathfrak{A}^{[i-1]}$ in $\mathfrak{B}$. Then we have the following result. Proposition 3. ${ }^{2}$ The configuration $\langle\mathfrak{A}\rangle_{\mathfrak{B}}$ is closed and we have $\langle\mathfrak{A}\rangle_{\mathfrak{B}}=\bigcup_{i=0}^{\infty} \mathfrak{A}\left[{ }^{[i]}\right.$. We will say that a closed configuration $\mathfrak{B}$ is generated by a configuration $\mathfrak{A}$ if we have $\langle\mathfrak{A}\rangle_{\mathfrak{B}}=\mathfrak{B}$. In the case when a closed configuration $\mathfrak{B}$ is generated by a configuration $\mathfrak{A}$, and for any natural number $i$ the one-step extension $\mathfrak{A}^{[i]} \supseteq \mathfrak{A}^{[i-1]}$ is a complete free one-step extension, then we will say that $\mathfrak{B}$ is freely generated by $\mathfrak{A}$.[^49] A projective plane $\mathfrak{P}$ is called free if $\mathfrak{P}$ is freely generated by a configuration $\mathfrak{A}=\left\langle\left(A^{0},{ }^{0} A\right), \cdot, \alpha\right\rangle$ such that the set ${ }^{0} A$ has only one element $a$, the set $A^{0}$ has at least four elements, and only two elements in the set $A^{0}$ are not incident to the element $a$ in ${ }^{0} A$. A configuration $\mathfrak{A}=\left\langle\left(A^{0},{ }^{0} A\right), \cdot, \alpha\right\rangle$ will be called a configuration without incidence if $\alpha=\emptyset$. A projective plane $\mathfrak{P}$ will be called completely free if $\mathfrak{P}$ is freely generated by a configuration $\mathfrak{A}=\left\langle\left(A^{0},{ }^{0} A\right), \cdot, \emptyset\right\rangle$ without incidence. In this case, we will also say that $\mathfrak{P}$ is freely generated by the set $A=A^{0} \cup^{0} A$. We will say that configurations $\mathfrak{A}_{1}$ and $\mathfrak{A}_{2}$ are freely equivalent if there exists a natural number $n$ and configurations $\mathfrak{B}_{1}, \mathfrak{B}_{2}, \ldots, \mathfrak{B}_{n}$ such that $\mathfrak{B}_{1}=\mathfrak{A}_{1}$, $\mathfrak{B}_{n}=\mathfrak{A}_{2}$, and for any natural number $i, i=1,2, \ldots, n-1$, either $\mathfrak{B}_{i}$ is a free one-step extension of $\mathfrak{B}_{i+1}$ or, vice versa, $\mathfrak{B}_{i+1}$ is a free one-step extension of $\mathfrak{B}_{i}$. In the case when a projective plane $\mathfrak{P}$ is freely generated by a configuration $\mathfrak{A}=\left\langle A,\left(A^{0},{ }^{0} A\right), \cdot, \alpha\right\rangle$ containing a finite number of elements, then following [2] we will call the number $$ r(\mathfrak{A})=2|A|-\frac{1}{2}|\alpha| $$ the rank of the configuration $\mathfrak{A}$. The following result holds. Remark 5. [2] If $\mathfrak{A}$ is a finite configuration and $\mathfrak{B}$ is a configuration that is freely equivalent to $\mathfrak{A}$, then their ranks are equal: $r(\mathfrak{A})=r(\mathfrak{B})$. By virtue of Remark 5 , in the case when a projective plane $\mathfrak{P}$ is freely generated by a configuration $\mathfrak{A}$ of finite rank $r(\mathfrak{A})$, it is natural to call the number $r(\mathfrak{A})$ the rank of the plane $\mathfrak{P}$. In all other cases, the rank of a freely generated plane will be understood to be the cardinality of the set of its elements. Remark 6. From the results of $[6, \S 1]$ it follows that a projective plane $\mathfrak{P}$ is free if and only if either (1) $\mathfrak{P}$ is a completely free plane of infinite rank, or (2) $\mathfrak{P}$ is a completely free plane of finite rank, and in this case the rank $r(\mathfrak{P})$ of the plane $\mathfrak{P}$ is an even number, or (3) $\mathfrak{P}$ is a free plane of finite rank which is an odd number, and in this case there exists a configuration $\mathfrak{A}=\left\langle\left(A^{0},{ }^{0} A\right), \cdot, \alpha\right\rangle$ such that the plane $\mathfrak{P}$ is freely generated by $\mathfrak{A}$, where (i) the set $A^{0}$ contains $n$ elements, $n \geq 4$, i.e., $A^{0}=\left\{t_{1}, t_{2}, \ldots, t_{n}\right\}$, (ii) the set ${ }^{0} A$ contains one element $p$, i.e., ${ }^{0} A=\{p\}$, (iii) the operation is nowhere defined in $\mathfrak{A}$, and (iv) $\alpha=\left\{\left(t_{n}, p\right),\left(p, t_{n}\right)\right\}$. We will say that a plane $\mathfrak{P}$ is freely generated by the set $A$ if $\mathfrak{P}$ is freely generated by a configuration of the form $\left\langle A,\left(A^{0},{ }^{0} A\right), \cdot, \emptyset\right\rangle$ where $A=A^{0} \cup^{0} A$. We have the following result: Proposition 4. ${ }^{3}$ Let $\mathfrak{P}$ be a projective plane freely generated by a configuration $\mathfrak{B}$ without incidence. Then there exists a set $A$ of unitypical elements in $\mathfrak{P}$ such that $\mathfrak{P}$ is freely generated by the configuration $\mathfrak{A}=\langle(A, \emptyset), \cdot, \emptyset$ and $\mathfrak{A}$ is freely equivalent to $\mathfrak{B}$. The following holds: Proposition 5. ${ }^{4}$ Let a projective plane $\mathfrak{P}$ be freely generated by a configuration $\mathfrak{A}$, and let a configuration $\mathfrak{B}$ be freely equivalent to $\mathfrak{A}$. Then $\mathfrak{P}$ is also freely generated by $\mathfrak{B}$. ## 2. Constructions of free and completely free projective planes 1. We give a construction for a completely free plane freely generated by a fixed set $V$ of symbols where $|V| \geq 4$. Construction 1. Fix a set of pairwise distinct symbols $V=\left\{v_{i}\right\}$ where $i$ ranges over a well-ordered set $I$ of indices and the cardinality of $V$ is at least 4 . We denote by $W(V)$ the set of all nonassociative words in the alphabet $V$. As usual, the number $d(w)$ of occurrences of elements of the set $V$ in a word $w$ in $W(V)$ will be called the $V$-length of $w$. If it does not lead to misunderstanding, the $V$-length will be called simply the length. On the set $W(V)$ we define a lexicographical order as follows. For words $u$ and $w$ in $W(V)$ we set $u>w$ if either (i) the length of $u$ is greater than the length of $w$, or (ii) the lengths of $u$ and $w$ equal 1 and the index of $u$ is greater than the index of $w$, or (iii) the lengths of $u$ and $w$ are equal, $u=u_{1} u_{2}, w=w_{1} w_{2}$ and $u_{1}>w_{1}$, or (iv) the lengths of $u$ and $w$ are equal, $u=u_{1} u_{2}, w=w_{1} w_{2}, u_{1}=w_{1}$ and $u_{2}>w_{2}$. The words of length 1 in $W(V)$ will be called regular words of the first type (of length 1) relative to the set $V$. The words of length 2 in $W(V)$ of the form $v_{i} v_{j}$ where $v_{i}>v_{j}$ will be called regular words of the second type (of length 2) relative to the set $V$. A word $w$ in $W(V)$ of length $3 k+1$ (respectively $3 k+2$ ) will be called a regular word of the first type (respectively of the second type) relative to the set $V$, if (1) $w=w_{1} w_{2}$ where $w_{1}$ and $w_{2}$ are regular words of the second (respectively first) type, and $w_{1}$ is greater than $w_{2}$, and (2) if $w=\left(w_{1}^{\prime} w_{1}^{\prime \prime}\right)\left(w_{2}^{\prime} w_{2}^{\prime \prime}\right)$ then the intersection of the sets $\left\{w_{1}^{\prime}, w_{1}^{\prime \prime}\right\}$ and $\left\{w_{2}^{\prime}, w_{2}^{\prime \prime}\right\}$ is empty, and (3) if $w=\left(\left(w_{1}^{\prime} w_{1}^{\prime \prime}\right) w_{1}^{\prime \prime \prime}\right) w_{2}$ or $w=\left(w_{1}^{\prime \prime \prime}\left(w_{1}^{\prime} w_{1}^{\prime \prime}\right)\right) w_{2}$ then $w_{2}$ is not an element of the set $\left\{w_{1}^{\prime}, w_{1}^{\prime \prime}\right\}$.[^50] If it does not lead to misunderstanding, then words which are regular relative to the set $V$ will be called simply regular. The set of all regular words of the first (respectively second) type contained in $W(V)$ will be denoted by $W^{0}$ (respectively ${ }^{0} W$ ). If, for elements $w_{1}$ and $w_{2}$ in $W(V)$, one of the words $w_{1} w_{2}$ and $w_{2} w_{1}$ is regular, then we will denote this regular word by $\overline{w_{1} w_{2}}$. On the set $W^{0} \cup^{0} W$ we define a partial binary commutative operation $\cdot$ in the following way. Given distinct unitypical regular words $w_{1}$ and $w_{2}$, 2.1. if one of the words $w_{1} w_{2}$ and $w_{2} w_{1}$ is regular, then $w_{1} \cdot w_{2}=\overline{w_{1} w_{2}}$, 2.2. if $w_{1}=w_{1}^{\prime} w_{1}^{\prime \prime}, w_{2}=w_{2}^{\prime} w_{2}^{\prime \prime}$ and the intersection $\left\{w_{1}^{\prime}, w_{1}^{\prime \prime}\right\} \cap\left\{w_{2}^{\prime}, w_{2}^{\prime \prime}\right\}$ contains an element $w$, then $w_{1} \cdot w_{2}=w$, 2.3. if $w_{1}=\overline{\overline{\left(w_{1}^{\prime} w_{2}\right)} w_{1}^{\prime \prime}}$ then $w_{1} \cdot w_{2}=\overline{w_{1}^{\prime} w_{2}}$, and 2.4. in all other cases the operation - on the elements of $W^{0} \cup^{0} W$ is undefined. The partial algebraic system $\left\langle\left(W^{0},{ }^{0} W\right), \cdot\right\rangle$ obtained in this way will be regarded as the result of Construction 1 for the set $V$ and denoted by $\mathfrak{C} \mathfrak{F}(V)$. Lemma 1. The partial algebraic system $\mathfrak{C}(V)$ is a projective plane. Proof. We observe that for the operation - in $\mathfrak{C} \mathfrak{F}(V)$, Conditions 1.1, 1.2 and 1.4 follow immediately from the definition of this operation and the definition of regular words relative to the set $V$. To verify Condition 1.3 we need to prove that if $w_{1}, w_{2}, w_{3}$ are unitypical words such that $w_{1} \neq w_{2}, w_{1} \neq w_{3}$ and $w_{1} \cdot w_{2} \neq w_{1} \cdot w_{3}$, then equation (1) holds. For this, it suffices to consider the following cases ${ }^{5}$ : (a) $w_{1} w_{2}=\overline{w_{1} w_{2}}$, and either $w_{1} \cdot w_{3}=\overline{w_{1} w_{3}}$ or $w_{3}=\overline{\overline{\left(w_{1} w_{3}^{\prime}\right)} w_{3}^{\prime \prime}}$ or $w_{1}=$ $\overline{\left(w_{3} w_{1}^{\prime}\right)} w_{1}^{\prime \prime}$ or $w_{1}=w_{1}^{\prime} w_{1}^{\prime \prime}, w_{3}=\overline{w_{1} w_{3}^{\prime}}$; (b) $w_{1}=\underline{w_{1}^{\prime} w_{1}^{\prime \prime}, w_{2}}=\overline{w_{1}^{\prime} w_{2}^{\prime}}$, and either $w_{3}=\overline{w_{1}^{\prime \prime} w_{3}^{\prime}}$ or $w_{3}=\overline{\overline{\left(w_{1} w_{3}^{\prime}\right)}} w_{3}^{\prime \prime}$; (c) $w_{3}=\overline{\overline{\left(w_{1} w_{3}^{\prime}\right)} w_{3}^{\prime \prime}}$ and either $w_{1}=\overline{\overline{\left(w_{2} w_{1}^{\prime}\right)} w_{1}^{\prime \prime}}$ or $w_{2}=\overline{\overline{\left(w_{1} w_{2}^{\prime}\right)} w_{2}^{\prime \prime}}$; (d) $w_{1}=w_{1}^{\prime} w_{1}^{\prime \prime}, w_{2}=\overline{w_{1}^{\prime} w_{2}^{\prime}}$, and either $w_{3}=\overline{w_{1}^{\prime} w_{3}^{\prime}}$ or $w_{1}=\overline{\left.\overline{\left(w_{3} w_{1}^{\prime \prime \prime}\right.}\right) w_{1}^{\prime \prime \prime \prime}}$; (e) $w_{1}=\overline{\overline{\left(w_{2} w_{1}^{\prime}\right)} w_{1}^{\prime \prime}}, w_{1}=\overline{\overline{\left(w_{3} w_{1}^{\prime \prime \prime}\right)} w_{1}^{\prime \prime \prime \prime}}$. Cases (a)-(c) follow immediately from Conditions 2.1-2.3. In case (d) the equation $w_{3}=\overline{w_{1}^{\prime} w_{3}^{\prime}}$ and Condition 2.2 imply $w_{1} \cdot w_{2}=w_{1} \cdot w_{3}$, which contradicts the assumption. Now let $w_{1}=\overline{\left(w_{3} w_{1}^{\prime \prime \prime}\right)} w_{1}^{\prime \prime \prime \prime}$. Then from $w_{1}=$ $\overline{w_{1}^{\prime} w_{1}^{\prime \prime}}$ it follows that either $\overline{w_{3} w_{1}^{\prime \prime \prime}}=w_{1}^{\prime}, w_{1}^{\prime \prime \prime \prime}=w_{1}^{\prime \prime}$ or $\overline{w_{3} w_{1}^{\prime \prime \prime}}=w_{1}^{\prime \prime}, w_{1}^{\prime \prime \prime \prime}=w_{1}^{\prime}$. From Conditions 2.2 and 2.3, and from $w_{1} \cdot w_{2} \neq w_{1} \cdot w_{3}$, we obtain $w_{1}^{\prime \prime}=\overline{w_{3} w_{1}^{\prime \prime \prime}}$ and $w_{1}^{\prime}=w_{1}^{\prime \prime \prime \prime}$. Therefore $\left(w_{1} \cdot w_{2}\right)\left(w_{1} \cdot w_{3}\right)=w_{1}$. In case (e), from Condition 2.3 we obtain $w_{1} \cdot w_{2}=\overline{w_{2} w_{1}^{\prime}}$ and $w_{1} \cdot w_{3}=\overline{w_{3} w_{1}^{\prime \prime \prime}}$. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-438.jpg?height=55&width=1236&top_left_y=2074&top_left_x=410) Hence $w_{1}^{\prime \prime}=\overline{w_{3} w_{1}^{\prime \prime \prime}}$ and $w_{1}^{\prime \prime \prime \prime}=\overline{w_{2} w_{1}^{\prime}}$. Therefore $$ \left(w_{1} \cdot w_{2}\right) \cdot\left(w_{1} \cdot w_{3}\right)=\overline{\left(w_{2} w_{2}^{\prime}\right)} \cdot \overline{\left(w_{3} w_{1}^{\prime \prime \prime}\right)}=\overline{\overline{\left(w_{2} w_{1}^{\prime}\right)} \overline{\left(w_{3} w_{1}^{\prime \prime \prime}\right)}}=w_{1} $$[^51] All the necessary cases have been considered. Thus the operation $\cdot$ in $\mathfrak{C} F(V)$ satisfies Conditions 1.1-1.4. Therefore the partial algebra system $\mathfrak{C} \mathfrak{F}(V)$ is a projective plane. Now we prove the following result: Theorem 1. Let $V$ be a set containing at least four elements, and let $\mathfrak{C} \mathfrak{F}(V)$ be the partial algebraic system resulting from Construction 1 for the set $V$. Then $\mathfrak{C}(V)$ is a completely free projective plane, freely generated by the set $V$ of unitypical elements. Proof. From the construction of the plane $\mathfrak{C} \mathfrak{F}(V)$ it follows that we can choose in $\mathfrak{C} \mathfrak{F}(V)$ a subconfiguration of the form $\mathfrak{D}=\langle(V, \emptyset), \cdot, \emptyset\rangle$. Consider the sequence of configurations $\mathfrak{D}^{[0]}=\mathfrak{D}, \mathfrak{D}^{[1]}, \ldots, \mathfrak{D}^{[i]}$. From the definitions of the operation $\cdot$ in $\mathfrak{C F}(V)$ and the configuration $\mathfrak{D}^{[1]}$, it follows that for any $w \in \mathfrak{D}^{[1]}$, since $w=\overline{u v}$, we have $u, v \in \mathfrak{D}^{[0]}$, and if $w \notin \mathfrak{D}^{[0]}$ and $u_{1}, v_{1} \in \mathfrak{D}^{[0]}$ are such that $w=u_{1} v_{1}$, then $w=\overline{u_{1} v_{1}}$. Thus $\mathfrak{D}^{[1]} \supset \mathfrak{D}^{[0]}$ is a free one-step extension. Therefore we have the basis of the induction. Assume, for any natural number $i$ not exceeding a natural number $s$, that $\mathfrak{D}^{[i]} \supset \mathfrak{D}^{[i-1]}$ is a free one-step extension. Now choose arbitrarily an element $w \in \mathfrak{D}^{[s+1]}$. Then by definition of a complete one-step extension it follows that in $\mathfrak{D}^{[s]}$ there exist elements $u$ and $v$ such that $w=u \cdot v$. The definition of the operation $\cdot$ in $\mathfrak{C} \mathfrak{F}(V)$ implies that we have the following cases: (a) $w=\overline{u v}$, (b) $u=\overline{w u^{\prime}}, v=\overline{w v^{\prime}}$, (c) $w=\overline{w_{1} w_{2}}$ and either $u=\overline{w u^{\prime}}, v=w_{i}, i \in\{1,2\}$, or $v=\overline{w v^{\prime}}, u=w_{i}$, $i \in\{1,2\}$. In cases (b) and (c) it follows from the inductive hypothesis that $w \in \mathfrak{D}^{[s]}$. This contradicts the choice of $w$ in $\mathfrak{D}^{[s+1]}$. Therefore we have the equation $w=\overline{u v}$ and hence the inductive step from $s$ to $s+1$ : that is, $\mathfrak{D}^{[s+1]} \subset \mathfrak{D}^{[s]}$ is a free one-step extension. Therefore, for any natural number $i, \mathfrak{D}^{[i]} \subset \mathfrak{D}^{[i-1]}$ is a free one-step extension, and $$ \mathfrak{C F}(V)=\bigcup_{i=1}^{\infty} \mathfrak{D}^{[i-1]}=\langle\mathfrak{D}\rangle_{\mathfrak{C F}(V)} $$ From this and Lemma 1 we obtain that $\mathfrak{C} \mathfrak{F}(V)$ is a completely free projective plane, freely generated by the configuration $\mathfrak{D}$. 2. Now we apply Construction 1 to build a free projective plane of odd rank. Construction 2. Let $V_{n}=\left\{v_{1}, v_{2}, \ldots, v_{n}\right\}$ be a set consisting of $n(n \geq 5)$ pairwise distinct symbols. We define the elements of $V_{n}$ to be unitypical. Let $\mathfrak{C} \mathfrak{F}\left(V_{n}\right)=$ $\left\langle\left(W_{n}^{0},{ }^{0} W_{n}\right), \cdot\right\rangle$ be the completely free projective plane freely generated by the set $V_{n}$, which is built according to Construction 1. Let $W_{n}^{0}$ and ${ }^{0} W_{n}$ be the sets of all regular words relative to $V_{n}$ of the first and second types respectively; let $W_{n}^{\prime}$ be the subset of $W_{n}^{0} \cup^{0} W_{n}$ consisting of the regular words that are formed from the elements of the set $V_{n-1}=V_{n} \backslash\left\{v_{n}\right\}=\left\{v_{1}, v_{2}, \ldots, v_{n-1}\right\}$; let $W_{n}^{\prime \prime}$ be the subset of $W_{n}^{0} \cup{ }^{0} W_{n}$ consisting of the regular words that have subwords of the form $v_{n} v_{n-1}$ but do not have subwords of the form $\overline{v_{n} v}$ where $v$ is an arbitrary regular word of the first type distinct from $v_{n-1}$. The operation $\cdot$ defined in the plane $\mathfrak{C} \mathfrak{F}\left(V_{n}\right)$ induces on the set $W_{n}^{\prime} \cup W_{n}^{\prime \prime}$ a partial operation $\circ$. The partial algebraic system thus obtained, $$ \left\langle\left(\left(W_{n}^{\prime} \cup W_{n}^{\prime \prime}\right) \cap W_{n}^{0},\left(W_{n}^{\prime} \cup W_{n}^{\prime \prime}\right) \cap{ }^{0} W_{n}\right), \circ\right\rangle $$ will be denoted by $\mathfrak{F}\left(\widetilde{V}_{n}\right)$ where $\widetilde{V}_{n}=\left\{v_{1}, v_{2}, \ldots, v_{n-1} ; v_{n} v_{n-1}\right\}$ and regarded as the result of Construction 2 . It immediately follows from the definition that $\mathfrak{F}\left(\widetilde{V}_{n}\right)$ is a closed subconfiguration in the projective plane $\mathfrak{C} F\left(V_{n}\right)$. From this, and from the construction of the configuration $\mathfrak{F}\left(\widetilde{V}_{n}\right)$, it follows that $\mathfrak{F}\left(\widetilde{V}_{n}\right)$ is a projective plane. From the definition of multiplication in the plane $\mathfrak{C} \mathfrak{F}\left(V_{n}\right)$ it follows that $\mathfrak{F}\left(\widetilde{V}_{n}\right)$ is generated by the configuration of the form $$ \mathfrak{D}_{n}=\left\langle\widetilde{V}_{n},\left(\left\{v_{1}, v_{2}, \ldots, v_{n}\right\},\left\{v_{n} v_{n-1}\right\}\right), *, \nu\right\rangle $$ where $\nu=\left\{\left(v_{n-1}, v_{n} v_{n-1}\right),\left(v_{n} v_{n-1}, v_{n}\right)\right\}$, and for all elements in $\mathfrak{D}_{n}$ the operation * is undefined. If we apply, to the sequence of configurations $\mathfrak{D}_{n}^{[0]}=\mathfrak{D}_{n}, \mathfrak{D}_{n}^{[1]}, \ldots, \mathfrak{D}_{n}^{[i]}, \ldots$, arguments analogous to those done in the proof of Theorem 1 for the sequence $\mathfrak{D}, \mathfrak{D}^{[1]}, \ldots, \mathfrak{D}^{[i]}, \ldots$, then we obtain that for any natural number $i$, the complete one-step extension $\mathfrak{D}^{[i]} \supset \mathfrak{D}^{[i-1]}$ is a free one-step extension, and $$ \mathfrak{C}\left(\widetilde{V}_{n}\right)=\bigcup_{i=1}^{\infty} \mathfrak{D} \mathfrak{D}_{n}^{[i-1]}=\langle\mathfrak{D}\rangle_{\mathfrak{C}\left(\tilde{V}_{n}\right)} $$ Thus we have the next result. Proposition 6. The partial algebraic system $\mathfrak{F}\left(\widetilde{V}_{n}\right)$ built in Construction 2 is a free projective plane of rank $2 n-1$ where $n \geq 5$. From Propositions 4 and 6, Remark 6, Theorem 1, and Constructions 1 and 2 , we obtain the following result. Remark 7. Any free (including also completely free) projective plane can be regarded as a partial algebraic system in which every element has the form of a suitable regular word. Remark 8. ${ }^{6}$ In [1] and [7] are given constructions of free and completely free projective planes, but the elements of these planes are defined by the authors only up to a certain equivalence relation which is not always convenient for applications.[^52] ## 3. On embeddings of projective planes 1. We have the following construction. Construction 3. Let $C_{1}=\left\{a_{1}, a_{2}, a_{3}, a_{4}\right\}$ be a fixed set of four elements. We define $$ \begin{aligned} & e_{1}=\left[\left(\left(a_{4} a_{2}\right)\left(a_{3} a_{1}\right)\right)\left(\left(a_{4} a_{1}\right)\left(a_{3} a_{2}\right)\right)\right]\left(a_{2} a_{1}\right), \\ & e_{2}=\left[\left(\left(a_{4} a_{2}\right)\left(a_{3} a_{1}\right)\right)\left(\left(a_{4} a_{1}\right)\left(a_{3} a_{2}\right)\right)\right]\left(a_{4} a_{3}\right) \\ & e_{3}=\left[\left(\left(a_{4} a_{3}\right)\left(a_{2} a_{1}\right)\right)\left(\left(a_{4} a_{1}\right)\left(a_{3} a_{2}\right)\right)\right]\left(a_{3} a_{1}\right) \\ & e_{4}=\left[\left(\left(a_{4} a_{3}\right)\left(a_{2} a_{1}\right)\right)\left(\left(a_{4} a_{1}\right)\left(a_{3} a_{2}\right)\right)\right]\left(a_{4} a_{2}\right) \\ & e_{5}=\left[\left(\left(a_{4} a_{3}\right)\left(a_{2} a_{1}\right)\right)\left(\left(a_{4} a_{2}\right)\left(a_{3} a_{1}\right)\right)\right]\left(a_{3} a_{2}\right), \\ & e_{6}=\left[\left(\left(a_{4} a_{3}\right)\left(a_{2} a_{1}\right)\right)\left(\left(a_{4} a_{2}\right)\left(a_{3} a_{1}\right)\right)\right]\left(a_{4} a_{2}\right) \end{aligned} $$ We further set $$ \begin{array}{lll} g_{1}=\left(e_{2} a_{2}\right)\left(e_{1} a_{4}\right), & g_{2}=\left(e_{3} a_{2}\right)\left(e_{2} a_{1}\right), & g_{3}=\left(e_{4} a_{1}\right)\left(e_{3} a_{4}\right) \\ g_{4}=\left(e_{5} a_{1}\right)\left(e_{4} a_{3}\right), & g_{5}=\left(e_{6} a_{2}\right)\left(e_{1} a_{3}\right), & g_{6}=\left(e_{6} a_{3}\right)\left(e_{5} a_{4}\right) \end{array} $$ We will regard the set $G=\left\{g_{1}, g_{2}, g_{3}, g_{4}, g_{5}, g_{6}\right\}$ as the result of Construction 3 . It immediately follows from the definition of the elements of the set $G$ that all of them are regular words relative to $C_{1}$. Hence, the set $G$ is contained in the projective plane $\mathfrak{C} \mathfrak{F}\left(C_{1}\right)$ obtained from the set $C_{1}$ according to Construction 1. Now consider the subconfiguration $\langle(G, \emptyset), \cdot, \emptyset\rangle$ in $\mathfrak{C} \mathfrak{F}\left(C_{1}\right)$, where the operation - is undefined for all pairs of elements in the set $G$. This configuration will be denoted by $\mathfrak{G}$. We have the following result. Proposition 7. In the projective plane $\mathfrak{C} \mathfrak{F}\left(C_{1}\right)$, the configuration $\widetilde{\mathfrak{G}}=\langle\mathfrak{G}\rangle_{\mathfrak{C} F}\left(C_{1}\right)$ is a completely free plane, freely generated by the set $G$ which consists of six unitypical elements. Proof. For the proof of this statement, it suffices to observe that any word that is regular relative to the set $G$ is also regular relative to the set $C_{1}$. Hence, for any natural number $i$, the complete one-step extension $\mathfrak{G}^{[i]} \supset \mathfrak{G}^{[i-1]}$ is also a free one-step extension within the plane $\mathfrak{C} \mathfrak{F}\left(C_{1}\right)$. The claim of the proposition follows from this and from the fact that $\widetilde{\mathfrak{G}}=\langle\mathfrak{G}\rangle_{\mathfrak{C F}\left(C_{1}\right)}=\langle\mathfrak{G}\rangle_{\mathfrak{G}}$. Construction 4. Let $V_{n}=\left\{v_{1}, v_{2}, \ldots, v_{n}\right\}$ where $n \geq 6$, and let $\mathfrak{C} F\left(V_{n}\right)$ be the completely free projective plane obtained from the set $V_{n}$ according to Construction 1. For any quadruple $\left(i_{1}, i_{2}, i_{3}, i_{4}\right)$ of natural numbers such that $1 \leq i_{1}\left|V_{n}\right|$. This, together with Propositions 7 and 8 , implies the following result. Theorem 2. Let $C_{1}$ be a set which contains four symbols, and let $\mathfrak{C} \mathfrak{F}\left(C_{1}\right)$ be the completely free projective plane freely generated by the set $C_{1}$ of unitypical elements. Then for any natural number $n \geq 4$, there exists a projective subplane of $\mathfrak{C} \mathfrak{F}\left(C_{1}\right)$ which is a completely free projective plane freely generated by a set of $n$ unitypical elements. It is easy to see that the rank of a free plane cannot be smaller than 8 . Hence from Theorem 2 and Proposition 6 we obtain the following result. Corollary 1. [2] For any natural number $n \geq 8$, the completely free plane $\mathfrak{C} \mathfrak{F}\left(C_{1}\right)$ contains a projective subplane which is a free projective plane of rank $n$. 2. In what follows we will need the next result. Lemma 2. Let $\mathfrak{C} \mathfrak{F}(V)$ be the completely free projective plane freely generated by the set $V$, and let $U$ be a set of unitypical elements in $\mathfrak{C F}(V)$ such that (i) for any two distinct words $u_{i}$ and $u_{j}$ in $U$, there exists ${ }^{7}$ a word $\overline{u_{i} u_{j}}$ in $\mathfrak{C} \mathcal{F}(V)$ which is regular relative to $V$, and (ii) if, in the expression of an element $u_{k}$ in $U$, there occurs a word $u$ which is regular relative to $V$, then for any words of the form $\overline{u w_{1}}$ or $\overline{\overline{\left(u w_{2}\right)} w_{3}}$ which are regular relative to $V$, we have $u_{k} \neq \overline{u w_{1}}$ and $u_{k} \neq \overline{\overline{\left(u w_{2}\right)} w_{3}}$. Then any word which is regular relative to $U$ is also regular relative to $V$. Proof. For words of $U$-length 1 or 2 that are regular relative to $U$, the statement of the lemma follows immediately from the assumptions. Thus we have the basis of induction on the $U$-lengths of the words. Assume that any word of $U$-length $n$ which is regular relative to $U$ is also regular relative to $V$, and consider an arbitrary word $w$ that is regular relative to $U$ and has $U$-length $n+1 \geq 2$. For the word $w$ there exist words $x_{1}$ and $x_{2}$ that are regular relative to $U$ such that $w=x_{1} x_{2}$ and the $U$-lengths of both of these words are strictly less than $n+1$, and hence the inductive hypothesis applies to the words $x_{1}$ and $x_{2}$. From the definition of regular words, it follows that if $w$ fails to be regular relative to $V$, then we are in one of the following cases:[^53](a) $x_{1}=\overline{y_{1}^{\prime} y_{1}^{\prime \prime}}, x_{2}=\overline{y_{2}^{\prime} y_{2}^{\prime \prime}}$, and the intersection $\left\{y_{1}^{\prime}, y_{1}^{\prime \prime}\right\} \cap\left\{y_{2}^{\prime}, y_{2}^{\prime \prime}\right\}$ is not empty; (b) there exist elements $z^{\prime}$ and $z^{\prime \prime}$ such that for some index $i \in\{1,2\}$ the elements $x_{i}, x_{3-i}, z^{\prime}, z^{\prime \prime}$ satisfy $x_{3-i}=\overline{\overline{\left(x_{i} z^{\prime}\right)} z^{\prime \prime}}$. We consider the two cases separately. (a) From the definition of regular words, it follows that the words $y_{1}^{\prime}, y_{1}^{\prime \prime}, y_{2}^{\prime}$, $y_{2}^{\prime \prime}$ cannot simultaneously be regular relative to the set $U$. Hence, without loss of generality, we can assume that $y_{2}^{\prime \prime}$ is not regular relative to $U$; but in this case $x_{2} \in U$. If now at least one of the elements $y_{1}^{\prime}, y_{1}^{\prime \prime}$ is not regular relative to $U$, then $x_{1} \in U$ and hence by the conditions of the lemma there exists a word $\overline{x_{1} x_{2}}$ that is regular relative to $V$, which contradicts the original assumption. Hence $y_{1}^{\prime}$ and $y_{1}^{\prime \prime}$ are regular relative to $U$. From this, and from the fact that the intersection $\left\{y_{1}^{\prime}, y_{1}^{\prime \prime}\right\} \cap\left\{y_{2}^{\prime}, y_{2}^{\prime \prime}\right\}$ is not empty, we can assume without loss of generality that $y_{1}^{\prime}=y_{2}^{\prime}$. Therefore the word $w$ has the form $x_{1} x_{2}=\overline{\left(y_{1}^{\prime} y_{1}^{\prime \prime}\right)} \overline{\left(y_{1}^{\prime} y_{2}^{\prime \prime}\right)}$. First consider $x_{1}$. This word has the form $\overline{y_{1}^{\prime} y_{1}^{\prime \prime}}$, where $y_{1}^{\prime}$ and $y_{1}^{\prime \prime}$ are words that are regular relative to $U$, and hence the $U$-lengths of both of the words $y_{1}^{\prime}$ and $y_{1}^{\prime \prime}$ are less than the $U$-length of $x$. From this, and the fact that $x_{2} \in U$, it follows that $y_{1}^{\prime}$ is a word of second type relative to $U$, and hence there exist words $v^{\prime}$ and $v^{\prime \prime}$, regular relative to $U$, such that the $U$-lengths of both of $v^{\prime}$ and $v^{\prime \prime}$ are strictly less than the $U$-length of $y_{1}^{\prime}$ and we have $y_{1}^{\prime}=v^{\prime} v^{\prime \prime}$. But then $x_{2}$ has the form $\overline{y_{1}^{\prime} y_{2}^{\prime \prime}}=\overline{\overline{\left.v^{\prime} v^{\prime \prime}\right)} y_{2}^{\prime \prime}}$, which contradicts the assumptions of the lemma. For this reason, case (a) is impossible. (b) From the definition of regular words, it follows that the elements $z^{\prime}$ and $z^{\prime \prime}$ cannot simultaneously be regular relative to $U$. If $z^{\prime \prime}$ is not regular relative to $U$, then the word $\overline{\overline{\left(x_{i} z^{\prime}\right)} z^{\prime \prime}}$ must be an element of $U$. But this contradicts the assumptions of the lemma. If $z^{\prime \prime}$ is regular relative to $U$, then $z^{\prime}$ is not regular relative to $U$, and in this case either $\overline{x_{i} z^{\prime}} \in U$ or $\overline{\overline{\left(x_{i} z^{\prime}\right)} z^{\prime \prime}} \in U$, which also contradicts the assumptions of the lemma. Consequently case (b) is also impossible. Therefore, the word $w$ is regular relative to $V$, contrary to the assumption. Hence any word $w$ which is regular relative to $U$ and has $U$-length $n+1$ is also regular relative to $V$. The induction is complete. Construction 5. Let $C_{1}=\left\{a_{1}, a_{2}, a_{3}, a_{4}\right\}$ be a fixed set of symbols, and let $G=$ $\left\{g_{1}, g_{2}, g_{3}, g_{4}, g_{5}, g_{6}\right\}$ be the set of words resulting from Construction 3. Take the elements $g_{1}, g_{2}, g_{3}, g_{4}$ from $G$ and substitute them for the elements $a_{1}, a_{2}, a_{3}, a_{4}$ respectively into the words $g_{1}, g_{2}, g_{3}, g_{4}, g_{5}, g_{6}$. Denote the resulting words by $g_{1,1}$, $g_{1,2}, g_{1,3}, g_{1,4}, g_{1,5}, g_{1,6}$. Now suppose that for any natural number $i$ the words $g_{i, 1}$, $g_{i, 2}, g_{i, 3}, g_{i, 4}, g_{i, 5}, g_{i, 6}$ have been constructed. Then we denote by $g_{i+1,1}, g_{i+1,2}$, $g_{i+1,3}, g_{i+1,4}, g_{i+1,5}, g_{i+1,6}$ the words resulting from substituting the elements $g_{i, 1}$, $g_{i, 2}, g_{i, 3}, g_{i, 4}$ for the symbols $a_{1}, a_{2}, a_{3}, a_{4}$ respectively into the words $g_{1}, g_{2}, g_{3}$, $g_{4}, g_{5}, g_{6}$. We denote the element $g_{6}$ by $g_{0,6}$. We define the set $$ \bar{G}=\left\{g_{0,6}, g_{1,6}, \ldots, g_{i, 6}, \ldots\right\} $$ to be the result of Construction 5. It follows from the definition of the elements of $\bar{G}$, that for any natural number $i$, the element $g_{i-1,6}$ is a regular word relative to $C_{1}$. Hence the set $\bar{G}$ is contained in the projective plane $\mathfrak{C} \mathfrak{F}\left(C_{1}\right)$ obtained from the set $C_{1}$ according to Construction 1. Consider in $\mathfrak{C F}\left(C_{1}\right)$ the subconfiguration $\langle(\bar{G}, \emptyset), \cdot, \emptyset\rangle$ where the operation $\cdot$ is undefined for all pairs of elements of $\bar{G}$. Denote this configuration by $\overline{\mathfrak{G}}$. It follows from the construction of $\bar{G}$, that $C_{1}$ and $\bar{G}$ are sets of unitypical elements satisfying the conditions of Lemma 2. Thus any word that is regular relative to $\bar{G}$ is also regular relative to $C_{1}$. Hence for any natural number $i$, the complete one-step extension $\overline{\mathfrak{G}}^{[i]} \supset \overline{\mathfrak{G}}^{[i-1]}$ in the plane $\mathfrak{C F}\left(C_{1}\right)$ is a free one-step extension. For this reason the closed configuration $\langle\overline{\mathfrak{G}}\rangle_{\mathfrak{C F}\left(C_{1}\right)}$ is a completely free projective plane, freely generated by a countable set $\bar{G}$ of unitypical elements. Therefore we have the following result. Theorem 3. Let $C_{1}$ be a set of four elements, let $\mathfrak{C} F\left(C_{1}\right)$ be the completely free projective plane freely generated by the set $C_{1}$ of unitypical elements, and let $\bar{G}$ be the countable set of elements obtained according to Construction 5. Then $\mathfrak{C F}\left(C_{1}\right)$ contains a projective subplane which is a completely free projective plane freely generated by the set $\bar{G}$ of unitypical elements. ## 4. On homomorphisms of projective planes 1. The following result holds. Lemma 3. Let $\mathfrak{C F}(V)$ be the completely free projective plane, freely generated by the set $V$ of unitypical elements according to Construction 1. Let $\mathfrak{A}_{1}, \mathfrak{A}_{2}, \ldots, \mathfrak{A}_{n}$, ... be a sequence of subconfigurations in $\mathfrak{C F}(V)$ such that (i) $\mathfrak{A}_{1}=\langle(V, \emptyset), \cdot, \emptyset\rangle$, (ii) for any natural number $i$ the configuration $\mathfrak{A}_{i+1}$ is a free one-step extension of $\mathfrak{A}_{i}$, and (iii) $\mathfrak{A}_{0} \stackrel{\text { def }}{=} \bigcup_{i=1}^{\infty} \mathfrak{A}_{i} \neq \mathfrak{C F}(V)$. Then the following conditions hold: (a) for any natural number $n$, if $w \in \mathfrak{A}_{n+1}$ and $w \notin \mathfrak{A}_{n}$ then in $\mathfrak{A}_{n}$ there exist elements $u$ and $v$ such that $w=\overline{u v}$; (b) the projective plane $\mathfrak{C} \mathfrak{F}(V)$ is freely generated by the configuration $\mathfrak{A}_{0}$. Proof. (a) In the case $n=1$, the claim is obvious. Thus we have a basis for the induction. Suppose, for all natural numbers $kw$ then from the definition of the multiplication in the plane $\mathfrak{C F}(V)$ it follows that $w$ occurs in the expression of the word $u$. Hence from part (a) of this lemma we obtain $w \in \mathfrak{A}_{s} \subset \mathfrak{A}_{0}$. This contradicts the choice of $w$. Consequently $uu$ and $w>v$. Hence $w=\overline{u v}$, and the extension $\mathfrak{A}_{0}^{[n]} \supset \mathfrak{A}_{0}^{[n-1]}$ is a complete free one-step extension. The inductive step is complete. Therefore part (b) is also proved. 2. We have the following construction. Construction 6. Let $C_{1}=\left\{a_{1}, a_{2}, a, a_{4}\right\}$ be a fixed set of four elements, and let $\mathfrak{C} \mathfrak{F}\left(C_{1}\right)$ be the completely free projective plane obtained from $C_{1}$ according to Construction 1. In the alphabet $C_{1}$, we introduce notation for words which will be needed in what follows: $b_{0, m}, c_{0, j}, d_{0, j}, e_{0, m}, f_{0, k}, g_{0, \ell}$ where $m=1,2, \ldots, 6$, $j=1,2,3, k=1,2, \ldots, 12, \ell=1,2,3,4$, as displayed in Table 1 ; in each column, the definition of the element in the first row is given in the second row. | $b_{0,1}$ | $b_{0,2}$ | $b_{0,3}$ | $b_{0,4}$ | $b_{0,5}$ | $b_{0,6}$ | $c_{0,1}$ | $c_{0,2}$ | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | $a_{2} a_{1}$ | $a_{3} a_{1}$ | $a_{3} a_{2}$ | $a_{4} a_{1}$ | $a_{4} a_{2}$ | $a_{4} a_{3}$ | $b_{0,4} b_{0,3}$ | $b_{0,5} b_{0,2}$ | | $c_{0,3}$ | $d_{0,1}$ | $d_{0,2}$ | $d_{0,3}$ | $e_{0,1}$ | $e_{0,2}$ | $e_{0,3}$ | $e_{0,4}$ | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | $b_{0,6} b_{0,1}$ | $c_{0,2} c_{0,1}$ | $c_{0,3} c_{0,1}$ | $c_{0,3} c_{0,2}$ | $d_{0,1} b_{0,1}$ | $d_{0,1} b_{0,6}$ | $d_{0,2} b_{0,2}$ | $d_{0,2} b_{0,9}$ | | $e_{0,5}$ | $e_{0,6}$ | $f_{0,1}$ | $f_{0,2}$ | $f_{0,3}$ | $f_{0,4}$ | $f_{0,5}$ | $f_{0,6}$ | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | $d_{0,3} b_{0,3}$ | $d_{0,3} b_{0,4}$ | $e_{0,1} a_{3}$ | $e_{0,1} a_{4}$ | $e_{0,2} a_{1}$ | $e_{0,2} a_{2}$ | $e_{0,3} a_{2}$ | $e_{0,3} a_{4}$ | | $f_{0,7}$ | $f_{0,8}$ | $f_{0,9}$ | $f_{0,10}$ | $f_{0,11}$ | $f_{0,12}$ | $g_{0,1}$ | $g_{0,2}$ | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | $e_{0,4} a_{1}$ | $e_{0,4} a_{3}$ | $e_{0,5} a_{1}$ | $e_{0,5} a_{4}$ | $e_{0,6} a_{2}$ | $e_{0,6} a_{3}$ | $f_{0,4} f_{0,2}$ | $f_{0,5} f_{0,3}$ | ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-446.jpg?height=103&width=309&top_left_y=1025&top_left_x=451) TABLE 1. Definition of the words $b_{0, m}, c_{0, j}, d_{0, j}, e_{0, m}, f_{0, k}, g_{0, \ell}$. Now, if for a natural number $i$ we have already defined the elements $b_{i-1, m}$, $c_{i-1, j}, d_{i-1, j}, e_{i-1, m}, f_{i-1, k}, g_{i-1, \ell}$ where $m=1,2, \ldots, 6, j=1,2,3, k=1,2$, $\ldots, 12, \ell=1,2,3,4$, then we denote by $b_{i, m}, c_{i, j}, d_{i, j}, e_{i, m}, f_{i, k}, g_{i, \ell}$ respectively the words obtained by substituting the words $g_{i-1,1}, g_{i-1,2}, g_{i-1,3}, g_{i-1,4}$ for $a_{1}$, $a_{2}, a_{3}, a_{4}$ respectively in the expressions of the words $b_{0, m}, c_{0, j}, d_{0, j}, e_{0, m}, f_{0, k}$, $g_{0, \ell}$ where $m=1,2, \ldots, 6, j=1,2,3, k=1,2, \ldots, 12, \ell=1,2,3,4$. We denote by $C_{0}$ the set of words $$ \left\{a_{1}, a_{2}, a_{3}, a_{4}\right\} \cup\left\{b_{i, m}, c_{i, j}, d_{i, j}, e_{i, m}, f_{i, k}, g_{i, \ell}\right\} $$ where $i=0,1, \ldots$ and $m=1,2, \ldots, 6, j=1,2,3, k=1,2, \ldots, 12, \ell=1,2,3,4$. Remark 9. Every element of the set $C_{0}$ is a regular word relative to $C_{1}$, and hence we have $C_{0} \subset \mathfrak{C} \mathfrak{F}\left(C_{1}\right)$. By definition $C_{1}=\left\{a_{1}, a_{2}, a_{3}, a_{4}\right\}$. Now, if for some natural number $i$ the set $C_{6 i-5}$ has been defined, then by $C_{6 i-4}, C_{6 i-3}, C_{6 i-2}, C_{6 i-1}, C_{6 i}, C_{6 i+1}$ respectively we denote the following sets: $$ \begin{array}{ll} C_{6 i-5} \cup\left\{b_{i-1, m}\right\}, m=1,2, \ldots, 6 ; & C_{6 i-4} \cup\left\{c_{i-1, j}\right\}, j=1,2,3 \\ C_{6 i-3} \cup\left\{d_{i-1, j}\right\}, j=1,2,3 ; & C_{6 i-2} \cup\left\{e_{i-1, m}\right\}, m=1,2, \ldots, 6 \\ C_{6 i-1} \cup\left\{f_{i-1, k}\right\}, k=1,2, \ldots, 12 ; & C_{6 i} \cup\left\{g_{i-1, \ell}\right\}, \ell=1,2,3,4 \end{array} $$ On each of the sets $C_{i}, i=0,1, \ldots$ we define a partial binary commutative operation $f_{i}$ (respectively) as follows: 4.1. If, for two distinct unitypical elements $a$ and $b$ in the set $C_{i}$, the product $a \cdot b$, using the operation $\cdot$ defined in the plane $\mathfrak{C} \mathfrak{F}\left(C_{1}\right)$, is also contained in $C_{i}$, then $f_{i}(a, b)=a \cdot b, i=0,1, \ldots$. | $a_{1}$ | $a_{2}$ | $a_{3}$ | $a_{4}$ | $b_{0,1}$ | $b_{0,2}$ | $b_{0,3}$ | $b_{0,4}$ | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | $b_{0,1}$ | $b_{0,1}$ | $b_{0,2}$ | $b_{0,4}$ | $a_{1}$ | $a_{1}$ | $a_{2}$ | $a_{1}$ | | $b_{0,2}$ | $b_{0,3}$ | $b_{0,3}$ | $b_{0,5}$ | $a_{2}$ | $a_{3}$ | $a_{3}$ | $a_{4}$ | | $b_{0,4}$ | $b_{0,5}$ | $b_{0,6}$ | $b_{0,6}$ | $c_{0,3}$ | $c_{0,2}$ | $c_{0,1}$ | $c_{0,2}$ | | $f_{0,3}$ | $f_{0,4}$ | $f_{0,1}$ | $f_{0,2}$ | $e_{0,1}$ | $e_{0,3}$ | $e_{0,5}$ | $e_{0,6}$ | | $f_{0,7}$ | $f_{0,5}$ | $f_{0,8}$ | $f_{0,6}$ | | | | | | $f_{0,9}$ | $f_{0,11}$ | $f_{0,12}$ | $f_{0,10}$ | | | | | | $b_{0,5}$ | $b_{0,6}$ | $c_{0,1}$ | $c_{0,2}$ | $c_{0,3}$ | $d_{0,1}$ | $d_{0,2}$ | $d_{0,3}$ | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | $a_{2}$ | $a_{3}$ | $b_{0,3}$ | $b_{0,2}$ | $b_{0,1}$ | $c_{0,1}$ | $c_{0,1}$ | $c_{0,2}$ | | $a_{4}$ | $a_{4}$ | $b_{0,4}$ | $b_{0,5}$ | $b_{0,6}$ | $c_{0,2}$ | $c_{0,3}$ | $c_{0,3}$ | | $c_{0,3}$ | $c_{0,1}$ | $d_{0,1}$ | $d_{0,1}$ | $d_{0,2}$ | $e_{0,1}$ | $e_{0,3}$ | $e_{0,5}$ | | $e_{0,4}$ | $e_{0,2}$ | $d_{0,2}$ | $d_{0,3}$ | $d_{0,3}$ | $e_{0,2}$ | $e_{0,4}$ | $e_{0,6}$ | | $e_{0,1}$ | $e_{0,2}$ | $e_{0,3}$ | $e_{0,4}$ | $e_{0,5}$ | $e_{0,6}$ | $f_{0,1}$ | $f_{0,2}$ | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | $b_{0,1}$ | $b_{0,6}$ | $b_{0,2}$ | $b_{0,5}$ | $b_{0,3}$ | $b_{0,4}$ | $a_{3}$ | $a_{4}$ | | $d_{0,1}$ | $d_{0,1}$ | $d_{0,2}$ | $d_{0,2}$ | $d_{0,3}$ | $d_{0,3}$ | $e_{0,1}$ | $e_{0,1}$ | | $f_{0,1}$ | $f_{0,3}$ | $f_{0,5}$ | $f_{0,7}$ | $f_{0,9}$ | $f_{0,11}$ | | $g_{0,1}$ | | $f_{0,2}$ | $f_{0,4}$ | $f_{0,6}$ | $f_{0,8}$ | $f_{0,10}$ | $f_{0,12}$ | | | | $f_{0,3}$ | $f_{0,4}$ | $f_{0,5}$ | $f_{0,6}$ | $f_{0,7}$ | $f_{0,8}$ | $f_{0,9}$ | $f_{0,10}$ | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | $a_{1}$ | $a_{2}$ | $a_{2}$ | $a_{4}$ | $a_{1}$ | $a_{3}$ | $a_{1}$ | $a_{4}$ | | $e_{0,2}$ | $e_{0,2}$ | $e_{0,3}$ | $e_{0,3}$ | $e_{0,4}$ | $e_{0,4}$ | $e_{0,5}$ | $e_{0,5}$ | | $g_{0,2}$ | $g_{0,1}$ | $g_{0,2}$ | $g_{0,3}$ | $g_{0,3}$ | $g_{0,4}$ | $g_{0,4}$ | | | $f_{0,11}$ | $f_{0,12}$ | $g_{0,1}$ | $g_{0,2}$ | $g_{0,3}$ | $g_{0,4}$ | | :---: | :---: | :---: | :---: | :---: | :---: | | $a_{2}$ | $a_{3}$ | $f_{0,2}$ | $f_{0,3}$ | $f_{0,6}$ | $f_{0,8}$ | | $e_{0,6}$ | $e_{0,6}$ | $f_{0,4}$ | $f_{0,5}$ | $f_{0,7}$ | $f_{0,9}$ | | | | $b_{1,1}$ | $b_{1,1}$ | $b_{1,2}$ | $b_{1,4}$ | | | | $b_{1,2}$ | $b_{1,3}$ | $b_{1,3}$ | $b_{1,5}$ | | | | $b_{1,4}$ | $b_{1,5}$ | $b_{1,6}$ | $b_{1,6}$ | | | | $f_{1,3}$ | $f_{1,4}$ | $f_{1,1}$ | $f_{1,2}$ | | | | $f_{1,7}$ | $f_{1,5}$ | $f_{1,8}$ | $f_{1,6}$ | | | | $f_{1,9}$ | $f_{1,11}$ | $f_{1,12}$ | $f_{1,10}$ | TABLE 2. The incidence relation $\alpha_{0}$ (basis of induction). 4.2. In all other cases we declare that the operation $f_{i}$ on $C_{i}$ is undefined, $i=$ $0,1, \ldots$. Table 2 gives the incidence relation for elements of $C_{0}$ : in each column, the first row gives an element $w \in C_{0}$, and the other rows give the elements of $C_{0}$ | $b_{i, 1}$ | $b_{i, 2}$ | $b_{i, 3}$ | $b_{i, 4}$ | | :---: | :---: | :---: | :---: | | $g_{i-1,1}$ | $g_{i-1,1}$ | $g_{i-1,2}$ | $g_{i-1,1}$ | | $g_{i-1,2}$ | $g_{i-1,3}$ | $g_{i-1,3}$ | $g_{i-1,4}$ | | $c_{i, 3}$ | $c_{i, 2}$ | $c_{i, 1}$ | $c_{i, 1}$ | | $e_{i, 1}$ | $e_{i, 3}$ | $e_{i, 5}$ | $e_{i, 6}$ | | $b_{i, 5}$ | $b_{i, 6}$ | $c_{i, 1}$ | $c_{i, 2}$ | $c_{i, 3}$ | $d_{i, 1}$ | $d_{i, 2}$ | $d_{i, 3}$ | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | $g_{i-1,2}$ | $g_{i-1,3}$ | $b_{i, 3}$ | $b_{i, 2}$ | $b_{i, 1}$ | $c_{i, 2}$ | $c_{i, 1}$ | $c_{i, 2}$ | | $g_{i-1,4}$ | $g_{i-1,4}$ | $b_{i, 4}$ | $b_{i, 5}$ | $b_{i, 6}$ | $c_{i, 3}$ | $c_{i, 3}$ | $c_{i, 3}$ | | $c_{i, 2}$ | $c_{i, 3}$ | $d_{i, 1}$ | $d_{i, 1}$ | $d_{i, 2}$ | $e_{i, 1}$ | $e_{i, 3}$ | $e_{i, 5}$ | | $e_{i, 4}$ | $e_{i, 2}$ | $d_{i, 2}$ | $d_{i, 3}$ | $d_{i, 3}$ | $e_{i, 2}$ | $e_{i, 4}$ | $e_{i, 6}$ | | $e_{i, 1}$ | $e_{i, 2}$ | $e_{i, 3}$ | $e_{i, 4}$ | $e_{i, 5}$ | $e_{i, 6}$ | $f_{i, 1}$ | $f_{i, 2}$ | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | $b_{i, 1}$ | $b_{i, 6}$ | $b_{i, 2}$ | $b_{i, 5}$ | $b_{i, 3}$ | $b_{i, 4}$ | $g_{i-1,3}$ | $g_{i-1,4}$ | | $d_{i, 1}$ | $d_{i, 1}$ | $d_{i, 2}$ | $d_{i, 2}$ | $d_{i, 3}$ | $d_{i, 3}$ | $e_{i, 1}$ | $e_{i, 1}$ | | $f_{i, 1}$ | $f_{i, 3}$ | $f_{i, 5}$ | $f_{i, 7}$ | $f_{i, 9}$ | $f_{i, 11}$ | | $g_{i, 1}$ | | $f_{i, 2}$ | $f_{i, 4}$ | $f_{i, 6}$ | $f_{i, 8}$ | $f_{i, 10}$ | $f_{i, 12}$ | | | | $f_{i, 3}$ | $f_{i, 4}$ | $f_{i, 5}$ | $f_{i, 6}$ | $f_{i, 7}$ | $f_{i, 8}$ | $f_{i, 9}$ | $f_{i, 10}$ | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | $g_{i-1,1}$ | $g_{i-1,2}$ | $g_{i-1,2}$ | $g_{i-1,4}$ | $g_{i-1,1}$ | $g_{i-1,3}$ | $g_{i-1,1}$ | $g_{i-1,4}$ | | $e_{i, 2}$ | $e_{i, 2}$ | $e_{i, 3}$ | $e_{i, 3}$ | $e_{i, 4}$ | $e_{i, 4}$ | $e_{i, 5}$ | $e_{i, 6}$ | | $g_{i, 2}$ | $g_{i, 1}$ | $g_{i, 2}$ | $g_{i, 3}$ | $g_{i, 3}$ | $g_{i, 4}$ | $g_{i, 4}$ | | | $f_{i, 11}$ | $f_{i, 12}$ | $g_{i, 1}$ | $g_{i, 2}$ | $g_{i, 3}$ | $g_{i, 4}$ | | :---: | :---: | :---: | :---: | :---: | :---: | | $g_{i-1,2}$ | $g_{i-1,3}$ | $f_{i, 2}$ | $f_{i, 3}$ | $f_{i, 6}$ | $f_{i, 8}$ | | $e_{i, 1}$ | $e_{i, 6}$ | $f_{i, 4}$ | $f_{i, 5}$ | $f_{i, 7}$ | $f_{i, 9}$ | | | | $b_{i+1,1}$ | $b_{i+1,1}$ | $b_{i+1,2}$ | $b_{i+1,4}$ | | | | $b_{i+1,2}$ | $b_{i+1,3}$ | $b_{i+1,3}$ | $b_{i+1,5}$ | | | | $b_{i+1,4}$ | $b_{i+1,5}$ | $b_{i+1,6}$ | $b_{i+1,6}$ | | | | $f_{i+1,3}$ | $f_{i+1,4}$ | $f_{i+1,1}$ | $f_{i+1,2}$ | | | | $f_{i+1,7}$ | $f_{i+1,5}$ | $f_{i+1,8}$ | $f_{i+1,6}$ | | | | $f_{i+1,9}$ | $f_{i+1,11}$ | $f_{i+1,12}$ | $f_{i+1,10}$ | Table 3. The incidence relation $\alpha_{0}$ (inductive step). which are incident with $w$ in $\mathfrak{C F}\left(C_{1}\right)$. This incidence relation ${ }^{8}$ will be denoted by $\alpha_{0}$. We construct a sequence of configurations using Tables 2 and 3 . Let $C^{0}$ and ${ }^{0} C$ be the sets of regular words of first and second type respectively relative to the set $C_{1}$ in the plane $\mathfrak{C F}\left(C_{1}\right)$. Choose arbitrarily an element $w$ in $\mathfrak{C F}\left(C_{1}\right)$ such that for some elements $u$ and $v$ in $\mathfrak{C F}\left(C_{1}\right)$ we have $w=\overline{u v}$. ${ }^{8}$ Table 2 gives the basis of the induction defining $\alpha_{0}$, and Table 3 gives the inductive step. [Translators] Then the pairs of the form $(w, u),(u, w),(w, v)$ and $(v, w)$ will be called the basic incidences of the element $w$, and the set $\{(w, u),(u, w),(w, v),(v, w)\}$ will be denoted by $\mathfrak{O}_{w}$ and called the full set of basic incidences of $w$ in $\mathfrak{C} \mathfrak{F}\left(C_{1}\right)$. We define the sequence of sets $\alpha_{1}, \alpha_{2}, \ldots, \alpha_{i}, \ldots$ as follows: 4.3. Set by definition $\alpha_{1}=\emptyset$. 4.4. If, for some natural number $i$ the set $\alpha_{i}$ has already been defined, then we define $\alpha_{i+1}$ in this way: for all elements in $C_{i+1} \backslash C_{i}$ we denote by $\beta_{i+1}$ the union of all full sets of basic incidences, $$ \beta_{i+1}=\bigcup_{w \in C_{i+1} \backslash C_{i}} \mathfrak{O}_{w} $$ and define $\alpha_{i+1}=\alpha_{i} \cup \beta_{i+1}$. For each natural number $i$, we will denote by $\mathfrak{C}_{i}$ the partial algebraic system $$ \left\langle\left(C_{i} \cap C^{0}, C_{i} \cap{ }^{0} C\right), f_{i}, \alpha_{i}\right\rangle, \quad i=1,2, \ldots $$ where $f_{i}$ is the partial binary commutative operation defined on $C_{i}$ and satisfying Conditions 4.1 and 4.2, and the relation $\alpha_{i}$ is defined for each $i$ according to Conditions 4.3 and 4.4. It follows immediately from the definitions of $f_{i}$ and $\alpha_{i}$, and the construction of the sets $C_{i}, i=1,2, \ldots$, that $\alpha_{i}$ is an incidence relation relative to the partition $\left(C_{i} \cap C^{0}, C_{i} \cap{ }^{0} C\right)$ such that $\alpha_{i}$ and $f_{i}$ are compatible on the set. Therefore we have the following result. Lemma 4. For every natural number $i$, the partial algebraic system $$ \mathfrak{C}_{i}=\left\langle\left(C_{i} \cap C^{0}, C_{i} \cap{ }^{0} C\right), f_{i}, \alpha_{i}\right\rangle $$ is a configuration, and the extension $\mathfrak{C}_{i+1} \supset \mathfrak{C}_{i}$ is free. Denote by $\mathfrak{C}_{0}$ the configuration equal to the union of the configurations $\mathfrak{C}_{i}$, $i=1,2, \ldots$ : $$ \mathfrak{C}_{0}=\bigcup_{i=1}^{\infty} \mathfrak{C}_{i} $$ The configuration $\mathfrak{C}_{0}$ will be regarded as the result of Construction 6 . Remark 10. It follows from the construction of the sequence of configurations $\mathfrak{C}_{1}$, $\mathfrak{C}_{2}, \ldots, \mathfrak{C}_{i}, \ldots$ that the configuration $\mathfrak{C}_{0}$ can also be defined as follows: $$ \mathfrak{C}_{0}=\left\langle\left(C_{0} \cap C^{0}, C_{0} \cap{ }^{0} C\right), \alpha_{0}, f_{0}\right\rangle $$ where $\alpha_{0}$ is defined by Tables 2 and 3 , and $f_{0}$ is the partial binary commutative operation satisfying Conditions 4.1 and 4.2. For the sequence of configurations $\mathfrak{C}_{i}, i=1,2, \ldots$, and the configuration $\mathfrak{C}_{0}$, by virtue of their constructions and Lemma 4, all the conditions of Lemma 3 are satisfied. Hence the following holds. Lemma 5. Let $\mathfrak{C}\left(C_{1}\right)$ be the completely free projective plane freely generated by the set $C_{1}$ of unitypical elements according to Construction 1 , and let $\mathfrak{C}_{0}$ be the configuration resulting from Construction 6 . Then $\mathfrak{C} \mathfrak{F}\left(C_{1}\right)$ is freely generated by $\mathfrak{C}_{0}$. 3. Let $\mathfrak{B}_{1}$ and $\mathfrak{B}_{2}$ be configurations contained respectively in the projective planes $\mathfrak{A}_{1}$ and $\mathfrak{A}_{2}$. A mapping $\varphi$ of $\mathfrak{B}_{1}$ onto $\mathfrak{B}_{2}$ will be called a homomorphism of configurations if the incidence of the elements $x$ and $y$ in $\mathfrak{B}_{1}$ implies the incidence of the elements $\varphi(x)$ and $\varphi(y)$ in $\mathfrak{B}_{2}$. In the case $\mathfrak{A}_{i}=\mathfrak{B}_{i}, i=1,2$, we will say that $\varphi$ is a homomorphism of projective planes from $\mathfrak{A}_{1}$ onto $\mathfrak{A}_{2}$. Construction 7. Let $U^{0}=\left\{u_{1}, u_{2}, \ldots, u_{i}, \ldots\right\}$ be a fixed countable set of symbols ordered according to the indices, and let $\mathfrak{C} \mathfrak{F}\left(U^{0}\right)$ be the completely free plane freely generated by $U^{0}$ according to Construction 1 . Denote by ${ }^{0} U$ the set of all words of the form $u_{i+1} u_{i}$ where $i=1,2, \ldots$ Denote by $\mathfrak{U}$ the subconfiguration $\left\langle\left(U^{0},{ }^{0} U\right), *, \alpha\right\rangle$ in the projective plane $\mathfrak{C} F\left(U^{0}\right)$, where $\alpha$ is the union of the full sets of basic incidences for all elements of ${ }^{0} U$, $$ \alpha=\bigcup_{w \in \in^{0} U} \mathfrak{O}_{w} $$ the partial binary commutative operation $*$ is defined on the set $U^{0} \cap^{0} U$ as follows, $$ u_{i+1} * u_{i}=u_{i+1} u_{i}, \quad\left(u_{i+2} u_{i+1}\right) *\left(u_{i+1} u_{i}\right)=u_{i+1}, \quad i=1,2, \ldots $$ and all remaining products in $\mathfrak{U}$ are undefined. The configuration $\mathfrak{U}$ just obtained will be regarded as the result of Construction 7 . We have the following result. Lemma 6. Let $U^{0}$ be a countable set of symbols, and let $\mathfrak{C}\left(U^{0}\right)$ be the completely free projective plane obtained from $U^{0}$ according to Construction 1. Let $C_{1}$ be a set consisting of four symbols, and let $\mathfrak{C F}\left(C_{1}\right)$ be the completely free projective plane obtained from $C_{1}$ according to Construction 1. Then there exists a homomorphism $\bar{\theta}$ of projective planes from $\mathfrak{C F}\left(C_{1}\right)$ onto $\mathfrak{C F}\left(U^{0}\right)$. Proof. First, we construct a mapping $\theta$ of the configuration $\mathfrak{C}_{0}$, obtained as the result of Construction 6, onto the configuration $\mathfrak{U}$, obtained as the result of Construction 7 : $$ \begin{aligned} & \theta\left(a_{\ell}\right)=\theta\left(c_{0, j}\right)=\theta\left(e_{0, m}\right)=u_{1} \\ & \theta\left(b_{0, m}\right)=\theta\left(d_{0, j}\right)=\theta\left(f_{0, k}\right)=u_{2} u_{1} \\ & \theta\left(g_{0, \ell}\right)=u_{2}, \ldots, \theta\left(g_{i-1, \ell}\right)=\theta\left(c_{i, j}\right)=\theta\left(e_{i, m}\right)=u_{i+1} \\ & \theta\left(b_{i, m}\right)=\theta\left(d_{i, j}\right)=\theta\left(f_{i, k}\right)=u_{i+2} u_{i+1} \end{aligned} $$ where $m=1,2, \ldots, 6, j=1,2,3, k=1,2, \ldots, 12, \ell=1,2,3,4, i=1,2, \ldots$ It is clear from inspection of Tables 2 and 3 , and the definition of the mapping $\theta$, that if elements $a$ and $b$ are incident in the configuration $\mathfrak{C}_{0}$ then the elements $\theta(a)$ and $\theta(b)$ are incident in the configuration $\mathfrak{U}$. Hence the mapping $\theta$ is a homomorphism of configurations from $\mathfrak{C}_{0}$ onto $\mathfrak{U}$. The configuration $\mathfrak{U}$ is freely equivalent to the configuration $\left\langle U^{0},\left(U^{0}, \emptyset\right), \cdot, \emptyset\right\rangle$, and hence by Proposition 5 the projective plane $\mathfrak{C F}\left(U^{0}\right)$ is freely generated by the configuration $\mathfrak{U}$. In [3] it is shown that if the plane $\mathfrak{P}_{1}$ is freely generated by a configuration $\mathfrak{A}_{1}$, the plane $\mathfrak{P}_{2}$ is generated by a configuration $\mathfrak{A}_{2}$, and there exists a homomorphism $\tau$ of configurations from $\mathfrak{A}_{1}$ onto $\mathfrak{A}_{2}$, then there exists a homomorphism $\bar{\tau}$ of projective planes from $\mathfrak{P}_{1}$ onto $\mathfrak{P}_{1}$ such that $\bar{\tau}$ is an extension of $\tau$. From this, together with Lemma 5 , the definition of the configurations $\mathfrak{C}_{0}$ and $\mathfrak{U}$, and the construction of the homomorphism $\theta$, it follows that there exists a homomorphism $\bar{\theta}$ of projective planes from $\mathfrak{C} \mathfrak{F}\left(C_{1}\right)$ onto $\mathfrak{C F}\left(U^{0}\right)$ such that $\bar{\theta}$ is an extension of $\theta$. The lemma is proved. For what follows we will need the next result. Proposition 9. [10] Let $\mathfrak{P}=\left\langle\left(P^{0},{ }^{0} P\right), \cdot\right\rangle$ be a projective plane where $P^{0}$ and ${ }^{0} P$ are the sets of elements of the first and second types in $P$. Then there exists a completely free projective plane $\mathfrak{C} F(\bar{V})$ such that $\mathfrak{C} \mathfrak{F}(\bar{V})$ is freely generated by a set $\bar{V}$ of unitypical elements, where the cardinalities of the sets $P^{0}$ and $\bar{V}$ are equal and there exists a homomorphism of planes from $\mathfrak{C F}(V)$ onto $\mathfrak{P}$. Now we will prove the following result. Theorem 4. Any finite or countably infinite projective plane is a homomorphic image of a completely free projective plane freely generated by a set of four elements. Proof. Let $\mathfrak{P}=\left\langle\left(P^{0},{ }^{0} P\right), \cdot\right\rangle$ be an arbitrary finite or countable infinite projective plane. Then from Proposition 9 it follows that there exists a completely free projective plane $\mathfrak{P}_{1}=\mathfrak{C F}(\bar{V})$ such that $\mathfrak{P}_{1}$ is freely generated by the set $\bar{V}$ of unitypical elements, where the cardinalities of $P^{0}$ and $\bar{V}$ are equal, and there exists a homomorphism $\tau_{1}$ of planes from $\mathfrak{P}_{1}$ onto $\mathfrak{P}$. Observe that any completely free projective plane, freely generated by a finite or countably infinite set, consists of a countably infinite set of elements. If $U^{0}$ is a countably infinite set of symbols, and $\mathfrak{C F}\left(U^{0}\right)$ is the completely free projective plane freely generated by the set $U^{0}$ according to Construction 1, then it follows from Proposition 9 that there exists a homomorphism $\tau$ of planes from $\mathfrak{C} \mathfrak{F}\left(U^{0}\right)$ onto $\mathfrak{P}_{1}$. By Proposition 4 it follows that if a plane is freely generated by a set of four elements, then this plane can also be freely generated by a set of four unitypical elements. For this reason let $C_{1}=\left\{a_{1}, a_{2}, a_{3}, a_{4}\right\}$ be a set of four elements, let $\mathfrak{C} \mathfrak{F}\left(C_{1}\right)$ be the completely free plane obtained from $C_{1}$ according to Construction 1 , and let $\bar{\theta}$ be the homomorphism of planes from $\mathfrak{C F}\left(C_{1}\right)$ onto $\mathfrak{C} \mathfrak{F}\left(U^{0}\right)$ constructed in Lemma 6. Then we obtain the following sequence of homomorphisms: $$ \mathfrak{C F}\left(C_{1}\right) \xrightarrow{\bar{\theta}} \mathfrak{C F}\left(U^{0}\right) \xrightarrow{\tau_{1}} \mathfrak{P}_{1} \xrightarrow{\tau} \mathfrak{P} . $$ The composition of these homomorphisms gives the required homomorphism of planes from $\mathfrak{C} \mathfrak{F}\left(C_{1}\right)$ onto $\mathfrak{P}$. Corollary 2. [4] Any projective plane with a finite number of generators is a homomorphic image of a completely free projective plane freely generated by a set of four elements. ## References [1] A. Giovagnoli, Sulla rappresentazione di un piano libero mediante una classe di simboli, Rend. Mat. e Appl. 25, 3-4 (1966) 427-438. [2] M. Hall, Projective planes, Trans. Amer. Math. Soc. 54 (1943) 229-277. [3] D.R. Hughes and F.C. Piper, Projective Planes, Graduate Texts in Mathematics 6, Springer-Verlag, New York-Berlin, 1973. [4] N.L. Johnson, Homomorphisms of free planes, Math. Z. 125 (1972) 255-263. [5] K.H. Kim and F.W. Roush, A universal algebra approach to free projective planes, Aequationes Math. 19, 1 (1979) 48-52. [6] L.I. Kopeikina, Free decompositions of projective planes, Izv. Akad. Nauk SSSR Ser. Mat. 9, 1 (1945) 495-526. [7] R. Magari, Su una classe di simboli atta a rappresentare gli elementi di un piano grafico e su un teorema di riduzione a forma normale, Atti Accad. Naz. Lincei Rend. Cl. Sci. Fis. Mat. Natur. 33, 1 (1962) 37-44. [8] G. Pickert, Projektive Ebenen, Die Grundlehren der Mathematischen Wissenschaften LXXX, Springer-Verlag, Berlin-Göttingen-Heidelberg, 1955. [9] G. Pickert, Projektive Ebenen, Zweite Auflage, Die Grundlehren der Mathematischen Wissenschaften 80, Springer-Verlag, Berlin-New York, 1975. [10] L.A. Skornyakov, Projective planes, Uspekhi Mat. Nauk 6, 6 (1951) 112-154. ## Indication of Sources [1] Подалгебры свободных алгебр Ли (Subalgebras of free Lie algebras) Mat. Sbornik N.S. 33 (75), (1953), no. 2, 441-452 [2] О представлении лиевых колец в ассоциативных колыцах (On the representation of Lie rings in associative rings) Uspekhi Mat. Nauk N.S. 8, (1953), no. 5 (57), 173-175 [3] Подалгебры свободных коммутативных и свободных антикоммутативных алгебр (Subalgebras of free commutative and free anticommutative algebras) Mat. Sbornik N.S. 34 (76), (1954), no. 1, 81-88 [4] О специальных $J$-кольцах (On special $J$-rings) Mat. Sbornik N.S. 38 (80), (1956), no. 2, 149-166 [5] Некоторые теоремы о вложении для колец (Some theorems on embedding of rings) Mat. Sbornik N.S. 40 (82), (1956), no. 1, 65-72 [6] О некоторых неассоциативных ниль-кольцах и алгебраических алгебрах (On some nonassociative nil-rings and algebraic algebras) Mat. Sbornik N.S. 41 (83), (1957), no. 3, 381-394 [7] О кольцах с тождественными соотношениями (On rings with identical relations) Mat. Sbornik N.S. 43 (85), (1957), no. 2, 277-283 [8] О свободных кольцах Ли (On free Lie rings) Mat. Sbornik N.S. 45 (87), (1958), no. 2, 113-122 [9] О проблеме Левицкого (On a problem of Levitzki) Doklady Akad. Nauk SSSR 120, (1958), no. 1, 41-42 [10] Некоторые вопросы теории колец, близких к ассоциативным (Some problems in the theory of rings that are nearly associative) Uspekhi Mat. Nauk 13, (1958), no. 6 (84), 3-20 Translated from the Russian original by Murray Bremner and Natalia Fomenko. Lect. Notes Pure Appl. Math., 246, Non-associative algebra and its applications, 441-459, Chapman \& Hall/CRC, Boca Raton, FL, 2006 [11] Некоторые алгоритмические проблемы для $\varepsilon$-алгебр (Some algorithmic problems for $\varepsilon$-algebras) Sibirsk Mat. Zh. 3, (1962), no. 1, 132-137 [12] Некоторые алгоритмические проблемы для алгебр Ли (Some algorithmic problems for Lie algebras) Sibirsk Mat. Zh. 3, (1962), no. 2, 292-296 [13] Об одной гипотзе теории алгебр Ли (On a hypothesis in the theory of Lie algebras) Sibirsk Mat. Zh. 3, (1962), no. 2, 297-301 [14] О базах свободных алгебр Ли (On the bases of a free Lie algebra) Algebra Logika 1, (1962), no. 1, 14-19 [15] О некоторых группах, близких к энгелевым (On some groups which are nearly Engel) Algebra Logika 2, (1963), no. 5, 5-18 [16] О некоторых тождественних соотношениях в алгебрах (On some identical relations for algebras) Sibirsk Mat. Zh. 7, (1966), no. 4, 963-966 [17] О некоторых положительно определенных мнолообразиях групп (On some positively definable varieties of groups) Sibirsk Mat. Zh. 8, (1967) no. 5, 1190-1192 [18] К определению бинарной лиевости (On the definition of the binary-Lie property) Algebra Logika 10, (1971), no. 1, 100-102 [19] (с А.А. Никитиным) К теории проективных плоскостей (with A.A. Nikitin. On the theory of projective planes) Algebra Logika 20, (1981), no. 3, 330-356 # COMMENTS ON SHIRSHOV'S HEIGHT THEOREM ALEXANDER KEMER In 1941 A.G. Kurosh [1] posed the problem: Is every finitely-generated algebraic associative algebra finite-dimensional? In 1964 E.S. Golod and I.R. Shafarevich [2, 3] constructed a counterexample: they presented an infinite-dimensional finitely-generated nil-algebra. This counterexample shows that in general finitely-generated algebraic associative algebras are very far from being finite-dimensional. Every problem can be considered not only as an explicit problem but as a direction of research. In the case of Kurosh's problem such a direction can be formulated in the following way: Find the conditions which imply that a finitely generated algebra is finite-dimensional. Before the counterexample of Golod-Shafarevich was constructed, many positive results on Kurosh's problem were obtained. In 1945 N. Jacobson [4] solved the problem of Kurosh for algebraic algebras of bounded index. In $1946 \mathrm{~J}$. Levitzky [5] proved that for a finitely generated $P I$-algebra over a commutative ring, if each element is nilpotent then the algebra is nilpotent. Finally, in 1948 I. Kaplansky [6] solved Kurosh's problem for $P I$-algebras over a field. All of these results became classical and are included in textbooks on ring theory. The great role of these results in ring theory is well known. In fact, the structure theory of rings developed around the problem of A.G. Kurosh. In 1957 A.I. Shirshov proved his famous theorem on height: Theorem (A.I. Shirshov [7]). For any finitely-generated associative PI-algebra A over a commutative ring $R$ with 1 , there exist a natural number $h$ and elements $a_{1}, \ldots, a_{n} \in A$ such that any element of $A$ can be represented as an $R$-linear combination of elements of the form $$ a_{i_{1}}^{\alpha_{1}} \cdots a_{i_{k}}^{\alpha_{k}} $$ where $k0$ такое, что и $B(x, r)-S$, и $B(x, r) \cap(T-S)$ состоят из двух связных компонент, а каждая компонента $B(x, r)$ - $S$ содержит компоненту $B(x, r) \cap(T-S)$. Вы можете использовать следующую теорему и ее следствие без доказательства. Теорема Жордана. Криволинейная сфера делит трехмерное пространство ровно на две части. Две точки пространства, не принадлежащие сфере, лежат в одной части тогда и только тогда, когда их можно соединить ломаной, не пересекающей криволинейной сферы. Следствие. Пусть S и T - криволинейные сферы, трансверсально пересекающиеся по конечному набору $S \cap T$ непересекающихся окружностей. Обозначим через $B$ внутренность сферы $S$ (точнее, ограниченную часть дополнения $\mathbb{R}^{3}-S$ ). Пусть $Q$ - связная компонента дополнения $T-S$, расположенная внутри $S$. Тогда $Q$ делит $B$ на две части. Две точки шара $B$, не лежащие на $Q$, лежат в одной части тогда и только тогда, когда их можно соединить ломаной, непересекающей $Q$. ## Связь с графами. Пусть $M$ - объединение непересекающихся окружностей в криволинейной сфере $S$. Определим (двойственный к $M$ ) граф $G=G(S, M)$ следующим образом. Вершины - связные компоненты $S-M$. Вершины соединяются ребром, если соответствующие компоненты - соседи. На рис. 6 показаны графы для сфер $S, T$ с рис. 2 справа и набора окружностей $S \cap T$. Аналогичным образом две криволинейные сферы, пересекающиеся по набору окружностей, определяют пару графов. Проблема Ландо требует описать получающиеся таким образом пары графов, а проблема соседственных последовательностей - получающиеся наборы степеней их вершин. ${ }^{3}$ ## Поблажки. Команда получает „поблажку“ за каждое правильно ( $\geq+$.) записанное решение. Компьютерная программа, проходдщая тесты, предложенные жюри, и имеющая понятную структуру расценивается как записанное решение. Большая понятная членам жюри картинка расценивается как записанное построение примера. Жюри также может награждать „поблажками“ за красивые решения, решения сложных задач и за (некоторые) решения, записанные в[^55]![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-466.jpg?height=276&width=948&top_left_y=96&top_left_x=600) Рис. 6: Два графа для сфер с рис. 2 справа TEX-е. „Поблажек“ у жюри бесконечно много. Можно также сдавать задачи устно, платя по „поблажке" за каждую попытку. Мы приглашаем школьников, успешно продвинувшихся в решении задач и работающих над задачами для исследования, консультироваться по поводу возникающих вопросов и идей решения. ## 2 Проблема соседственных последовательностей Пара $\vec{x}=\left(x_{1}, x_{2}, \ldots, x_{n}\right), \vec{y}=\left(y_{1}, y_{2}, \ldots, y_{n}\right)$ последовательностей положительных целых чисел называется реализуемой, если существуют две криволинейные сферы $S$ и $T$ в трехмерном пространстве, пересечение которых состоит из $n-1$ окружностей и делит - $S$ на $n$ связных компонент, которые могут быть так занумерованы, что у $i$-ой связной компоненты $x_{i}$ соседних связных компонент в $S$, и - $T$ на $n$ связных компонент, которые могут быть так занумерованы, что у $i$-ой связной компоненты $y_{i}$ соседних связных компонент в $T$ ? Пара $(S, T)$ сфер называется реализаиией пары $(\vec{x}, \vec{y})$. 2.1. (n), $n \in\{2,3,4,5\}$. Какие пары последовательностей из $n$ положительных целых чисел реализуемы? 2.2. (а) Если пара $(\vec{x}, \vec{y})$ последовательностей реализуема, то $x_{1}+x_{2}+\ldots x_{n}=y_{1}+y_{2}+\cdots+$ $y_{n}=2 n-2$. (b) Двойственный граф $G(S, M)$ к набору $M$ непересекающихся окружностей в криволинейной сфере $S$ является деревом. Последовательность $\vec{x}=\left(x_{1}, x_{2}, \ldots, x_{n}\right)$ положительных целых чисел называется деревянной, если $x_{1}+x_{2}+\ldots x_{n}=2 n-2$. 2.3. Если последовательность $\vec{x}$ деревянная, то в ней не менее $x_{1}$ единиц. 2.4. Пара $(\vec{x}, \vec{x})$ реализуема для любой деревянной последовательности $\vec{x}$. 2.5. Пусть $\vec{x}, \vec{y}$ - деревянные последовательности, в которых все единицы находятся в конце, и $x_{1} \geq y_{1}$. Тогда последовательности $\vec{x}^{\prime}:=\left(x_{1}-y_{1}+1, x_{2}, x_{3}, \ldots, x_{n-y_{1}+1}\right)$ и $\vec{y}^{\prime}=\left(y_{2}, y_{3}, \ldots, y_{n-y_{1}+2}\right)$ - деревянные. 2.6. Какие пары деревянных последовательностей можно получить из $((1,1),(1,1))$ с помощью перестановок и замен пары векторов ( $\vec{x}=\left(x_{1}, x_{2}, \ldots, x_{n}\right), \vec{y}=\left(y_{1}, y_{2}, \ldots, y_{n}\right)$ ) на пару: (a) $\left(\overrightarrow{x^{\prime}}=\left(a, x_{1}, x_{2}, \ldots, x_{n}, 1,1, \ldots, 1\right), \quad \overrightarrow{y^{\prime}}=\left(y_{1}+a-1, y_{2}, y_{3}, \ldots, y_{n}, 1,1, \ldots, 1\right)\right)$ (число новых единиц равно $a-2$ для $\vec{x}^{\prime}$, и $a-1$ для $y^{\prime}$; здесь $a$ может быть различно для различных замен: $((1,1),(1,1)) \xrightarrow{a=3}((3,1,1,1),(3,1,1,1)) \xrightarrow{a=4}((4,3,1,1,1,1,1),(6,1,1,1,1,1,1)))$. (b) $\left(\overrightarrow{x^{\prime}}=\left(x_{1}+1, x_{2}, x_{3}, \ldots, x_{n}, 1\right), \quad \overrightarrow{y^{\prime}}=\left(y_{1}+1, y_{2}, y_{3}, \ldots, y_{n}, 1\right)\right)$. ## 3 Проблема Ландо Пара $(M, N)$ наборов из одинакового числа непересекающихся окружностей на сфере, называется реализуемой, если существует пара криволинейных сфер в трехмерном пространстве, которые трансверсально пересекаются по конечному объединению непересекающихся окружностей, которые расположены в одной сфере так же, как $M$, а в другой - как в $N$. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-467.jpg?height=754&width=984&top_left_y=428&top_left_x=580) Рис. 7: Реализуема ли эта пара? ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-467.jpg?height=846&width=988&top_left_y=1366&top_left_x=580) Рис. 8: Реализуема ли эта пара? 3.1. (a) Любая пара наборов, каждый из которых состоит из $n \leq 4$ непересекающихся окружностей, реализуема. (b) Является ли пара на рис. 7 реализуемой? Один граф - цепочка из 6 ребер, другой триод с ‘лучами’ из двух ребер. (с) Является ли пара на рис. 8 реализуемой? Один граф - звезда с 4 'лучами', три 'луча' состоят из двух ребер, а один 'луч' - из одного ребра. Другой граф представляет собой букву ' $H$ ' с 'горизонтальной перекладиной' из трех ребер. (d) Существует нереализуемая пара из двух наборов из одинакового числа непересекающихся окружностей. 3.2. Даны целые числа $n$ и $k$. (a) Какие наборы непересекающихся окружностей реализуемы в паре с набором $n$ окружностей, ограничивающих $n$ непересекающихся дисков? (Или, что то же самое, какие графы реализуемы в паре со звездой с $n$ лучами?) (b) Какие графы реализуемы в паре с графом, представляющим собой объединение по одному общему ребру звезды с $n$ лучами и звезды с $k$ лучами? (c) * Какие наборы непересекающихся окружностей реализуемы в паре с набором $n$ ‘параллельных' окружностей? (Или, что то же самое, какие графы реализуемы в паре с цепочкой длины $n+1$ ?) 3.3. Пусть $S$ и $T$ - криволинейные сферы, трансверсально пересекающиеся по конечному набору $S \cap T$ непересекающихся окружностей. Тогда связные компоненты $S-T$ можно покрасить в черный и белый цвета так, чтобы любые две компоненты одного цвета не были соседями. До конца этого параграфа $M, N$ будут объединениями одинакового числа непересекающихся окружностей на криволинейных сферах $S, T$ (Ни $M$, ни $N$ не обязано совпадать с $S \cap T$.) Для связной компоненты $P$ множества $S-M$ обозначим за $\partial P$ объединение граничных (краевых) окружностей компоненты $P$. Легко видеть, что связные компоненты $P$ и $Q$ дополнения $S-M$ являются соседями в том и только том случае, когда $\partial P \cap \partial Q \neq \emptyset$. ## 3.4. Незацепленные семейства окружностей. Пусть $S$ и $T$ - криволинейные сферы, трансверсально пересекающиеся по конечному набору $S \cap T$ непересекающихся окружностей. Пусть $P$ и $Q$ - две связные компоненты дополнения $S-T$, расположенные внутри $T$. (a) Если $Q$ является криволинейным диском (то есть, если граница компоненты $Q$ состоит из одной окружности), то $\partial P$ находится целиком внутри одной компоненты дополнения $T-\partial Q$. (b) Если $Q$ является криволинейным цилиндром (то есть, если граница компоненты $Q$ состоит из двух окружностей), то $\partial P$ целиком содержится либо в кольцевой компоненте дополнения $T-\partial Q$ (то есть, в компоненте с двумя граничными окружностями), либо в объединении двух дисковых (то есть имеющих одну граничную окружность) компонент дополнения $T-\partial Q$. (c) Покрасим связные компоненты дополнения $T-\partial Q$ в черный и белый цвета так, чтобы любые две соседние компоненты оказались разного цвета. Тогда $\partial P$ целиком содержится в объединении одинаково окрашенных компонент дополнения $T-\partial Q$. Знак $\sqcup$ обозначает объединение непересекающихся множеств. 3.5. Пусть $S$ и $T$ такие криволинейные сферы, что $S \cap T$ расположено на $S$ как на рис. 9 . Обозначим за $A_{i}$ 'внешние' окружности, за $B$ ‘большую разделяющую’ окружность, а за $C-$ объединение 'внутренних' окружностей, см. рис. 9. (a) Для каждого $i$ объединение $B \cup C$ лежит по одну сторону от $A_{i}$ в $T$. (b) Объединение $B \cup C$ лежит в одной связной компоненте $T-\sqcup_{i} A_{i}$. 3.6. Проблема продолжения вложения. (a) Любые две непересекающиеся окружности в единичной сфере являются границами двух непересекающихся криволинейных дисков внутри сферы. (b) Для каких трех непересекающихся окружностей $p, q_{1}, q_{2}$ на единичной сфере существуют непересекающиеся криволинейный диск $P$ и криволинейный иилиндр $Q$ внутри этой сферы, для которых $\partial P=p$ и $\partial Q=q_{1} \sqcup q_{2}$ ? (Рис. 10 слева.) ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-469.jpg?height=601&width=601&top_left_y=79&top_left_x=770) Рис. 9: Пересечение $S \cap T$ на сфере $S$ Рис. 10: Непересекающиеся криволинейный диск и криволинейный цилиндр вне шара (слева), непересекающиеся криволинейные цилиндры, один из которых заузлен, вне шара (справа) (c) Для каких четырех непересекающихся окружностей $p_{1}, p_{2}, q_{1}, q_{2}$ на единичной сфере существуют непересекающиеся криволинейные цилиндры $P$ и $Q$ внутри этой сферы, для которых $\partial P=p_{1} \sqcup p_{2}$ и $\partial Q=q_{1} \sqcup q_{2}$ ? (Рис. 10 справа.) (d) Для каких двух непересекающихся семейств $p, q$ непересекающихся окружностей на единичной сфере существуют непересекающиеся криволинейные сферы с дырками $P$ и $Q$ внутри этой сферы, для которых $\partial P=p$ и $\partial Q=q$ ? (е) Существуют ли три непересекающихся семейства $p, q, r$ непересекающихся окружностей на единичной сфере, такие что - каждая из трех пар $(p, q),(q, r)$ и $(p, r)$ может быть продолжена внутрь сферы (до непересекающихся криволинейных сфер с дырками) в смысле пункта (d); - не существует непересекающихся криволинейных сфер с дырками $P, Q$ и $R$ внутри этой сферы, для которых $\partial P=p, \partial Q=q$ и $\partial R=r ?{ }^{4}$ (f) Для каких $m$ непересекающихся семейств $p_{1}, \ldots, p_{m}$ непересекающихся окружностей на единичной сфере существуют непересекающиеся криволинейные сферы с дырками $P_{1}, \ldots, P_{m}$ внутри этой сферы, такие что $\partial P_{i}=p_{i}$ для всех $i=1, \ldots, m ?$ Пусть $S$ и $T$ - криволинейные сферы, для которых все кроме одной компоненты $S-T$ имеют по одному соседу. (Оставшаяся компонента может иметь одного или более соседей.) Эта оставшаяся компонента называется криволинейной сферой с дырками. Криволинейный диск это криволинейная сфера с 1 дыркой (= с одним соседом). Криволинейный цилиндр - это криволинейная сфера с 2 дырками (= с двумя соседями). Пусть $M$ и $N$ - два набора непересекающихся окружностей в единичной сфере $S$. Покрасим связные компоненты $S-N$ в черный и белый цвета так, чтобы соседние компоненты были разных цветов. Набор $M$ лежит по одну сторону (в сфере) от $N$, если $M$ содержится в наборе компонент $S-N$, одинаково покрашенных. Наборы $M$ и $N$ не зацеплены (в сфере), если $M$ лежит по одну сторону от $N$ и $N$ лежит по одну сторону от $M$. См. рис. 11 . 3.7. (а) Существует два набора $M$ и $N$ непересекающихся окружностей в сфере, такие что $M$ лежит по одну сторону от $N$, но $N$ не лежит по одну сторону от $M$. (b) Верно ли, что если пары $M, N$ и $N, P$ наборов окружностей на криволинейной сфере не зацеплены, то не зацеплена и пара $M, P$, то есть, транзитивно ли отношение незацепленности?[^56] ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-470.jpg?height=881&width=547&top_left_y=91&top_left_x=472) A) ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-470.jpg?height=933&width=531&top_left_y=89&top_left_x=1122) B) Рис. 11: (A): набор ‘пунктирных' окружностей и набор ‘жирных' окружностей не зацеплены (B): набор ‘пунктирных' окружностей и набор 'жирных' окружностей зацеплены, поскольку выделенный стрелочками путь между двумя 'жирными' окружностями пересекает 'пунктирные' окружности по нечетному числу точек. (с) Для набора $M$ непересекающихся окружностей в единичной сфере $S$ обозначим за $M$ объединение черных компонент связности $S-M$. два набора $M$ и $N$ не зацеплены если и только если для любых черно-белых раскрасок $S$ относительно $M$ и относительно $N$, таких что ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-470.jpg?height=54&width=1797&top_left_y=1556&top_left_x=175) дополнение другого.) либо $\stackrel{N}{M} \subset$, либо $M \cap N=\emptyset$. КАК ПЕРЕСЕКАЮТСЯ В ПРОСТРАНСТВЕ КРИВОЛИНЕЙНЫЕ СФЕРЫ, ИЛИ ДВУМЕРНЫЕ МЕАНДРЫ С. Аввакумов, А. Бердников, А. Рухович и А. Скопенков # 4 Промежуточный финиш. Некоторые решения и новые задачи 1.1 и 1.2. Аналогично решению задачи 2.4 . ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-471.jpg?height=978&width=1293&top_left_y=644&top_left_x=427) Рис. 12: К решению задачи 1.3. 1.3. Случай $i=j$ выводится аналогично задаче 2.4. Случаи $\mathrm{ab}, \mathrm{ac}, \mathrm{bc}$ см. на рис. 12 . 1.4. (a) Ответ содержится в решении задачи 4.5 . (b) Такой алгоритм дается в ответе к 4.5. (Очевидно, он не полиномиален.) 1.5. Теорема 1. Пусть $n$ - положительное целое число, а $\vec{x}=\left(x_{1}, x_{2}, \ldots, x_{n}\right), \vec{y}=$ $\left(y_{1}, y_{2}, \ldots, y_{n}\right)$ - последовательности положительных целых чисел. Тодда условие $x_{1}+\cdots+x_{n}=$ $y_{1}+\cdots+y_{n}=2 n-2$ равносильно существованию криволинейных сфер $S$ и $T$, пересечение которых состоит из $n-1$ окружсностей и делит - $S$ на п связных компонент, которые могут быть занумерованы, так что у $i$-ой связной компоненты $x_{i}$ соседей в $S, u$ - $T$ на п связных компонент, которые могут быть занумерованы, так что у $i$-ой связной компоненты $y_{i}$ соседей в $T$. Это следует из Теоремы 1' (задача 4.3) ниже. 2.1. Ответ. Пары $(\vec{x}, \vec{x})$ реализуемы для $\vec{x}$, равного с точностью до перестановок одной из пар $$ (1,1),(2,1,1),(3,1,1,1),(2,2,1,1),(4,1,1,1,1),(3,2,1,1,1),(2,2,2,1,1) $$ Другие реализуемые пары равны с точностью до перестановок парам двух последовательностей равной длины из приведенного списка. 2.2. (a) Предположим, что криволинейные сферы $S, T$ реализуют пару ( $\vec{x}, \vec{y}$ ). Вспомним определение графа $G=G(S, S \cap T)$ из параграфа 1. Количество его вершин равно $n$. Из $k$-ой исходит $x_{k}$ ребер. Поэтому количество ребер равно $\left(x_{1}+\cdots+x_{n}\right) / 2$. Очевидно, что $G$ связен. По теореме Жордана о кривой ${ }^{5} G$ делится любым своим ребром на несколько частей. Значит $G-$ дерево. Поэтому число ребер равно $n-1=\left(x_{1}+\cdots+x_{n}\right) / 2$. Аналогично $n-1=\left(y_{1}+\cdots+y_{n}\right) / 2$. Набросок альтернативного решения (a) Т. Новика. Индукция по числу окружностей. Утверждение верно для одной окружности (на каждой сфере только 2 диска, значит $n=2$ ). Каждая следующая окружность делит одну из связных компонент на две части, и добавляет к ним по одной граничной окружности. (b) Очевидно, $G$ связен. По теореме Жордана о кривой $G$ разделяется любым ребром. Значит, $G$ - дерево. 2.3. Если количество единиц равно $s$, то $2 n-2=x_{1}+\cdots+x_{n} \geq x_{1}+2(n-1-s)+s=$ $2 n-2+x_{1}-s$. Значит, $s \geq x_{1}$. 2.4. Пусть $S$ - единичный куб. Рассмотрим семейство $M$ окружностей на $S$, 'реализующее' $\vec{x}$. (Существование такого семейства доказывается индукцией. При переходе используется удаление висячей вершины.) Покрасим в черный и белый цвета дополнение в $S$ к этим окружностям так, что соседние компоненты будут разного цвета. Рассмотрим близкую к $S$ криволинейную сферу $T$ такую, что $S \cap T=M$, каждая черная компонента $T$ лежит внутри $S$, и каждая белая компонента $T$ лежит снаружи $S$. Тогда $S$ и $T$ реализуют $(\vec{x}, \vec{x})$. 2.5. Согласно задаче $2.3 x_{1} \leq s$. Тогда $$ \begin{gathered} x_{n-y_{1}+1}=x_{n-y_{1}+2}=\cdots=x_{n-y_{1}+1}=\cdots=x_{n}=y_{n-y_{1}+1}=y_{n-y_{1}+2}=\cdots=y_{n}=1 . \\ \text { Следовательно } \quad\left(\sum_{i=1}^{n-y_{1}+1} x_{i}\right)-y_{1}+1=\left(\sum_{i=1}^{n} x_{i}\right)-y_{1}+1-\left(y_{1}-1\right)=2\left(n-y_{1}+1\right)-2 \\ \text { и } \quad\left(\sum_{i=2}^{n-y_{1}+2} y_{i}\right)=\left(\sum_{i=1}^{n} y_{i}\right)-y_{1}-\left(y_{1}-2\right)=2\left(n-y_{1}+1\right)-2 . \end{gathered} $$ Значит новые последовательности деревянные. ## 2.6. Ответ: любая пара. (a) Индукция по $n$. База индукции при $n=2$ очевидна. Предположим, утверждение верно для всех $n1$ имеем $n1$ и $p+q=n+1$. Тогда существуют две такие деревянные последовательности $a_{1}, a_{2}, \ldots, a_{p}$ и $b_{1}, b_{2}, \ldots, b_{q}$, что $a_{1}+b_{1}=x_{1}$, и упорядоченные наборы $\left(a_{2}, a_{3}, \ldots, a_{p}, b_{2}, b_{3}, \ldots, b_{q}\right)$ и $\left(x_{2}, x_{3}, \ldots, x_{n}\right)$ одинаковы с точностью до перестановки. Каковы аналоги характеризаций соседственных последовательностей (теорем 1 и 2) для пересечения более, чем трех многогранников? 5.5. * Гипотеза. Заданы натуральные числа $n_{1}, n_{2}, n_{3}, \ldots, n_{s}$ и $s$ последовательностей $$ x_{11}, x_{12}, \ldots, x_{1 n_{1}}, \quad x_{21}, x_{22}, \ldots, x_{2 n_{2}}, \quad \ldots, \quad x_{s 1}, x_{s 2}, \ldots, x_{s n_{s}} $$ натуральных чисел. Тогда существуют $s$ криволинейных сфер $S_{1}, S_{2}, \ldots, S_{k}$ в трехмерном пространстве, попарно пересекающихся по окружностям и таких, что - никакие три из них не пересекаются в одной точке; - для каждого $k=1, \ldots, s$ и $j=1, \ldots, n_{k}$ дополнение $S_{k}-S_{k+1}-S_{k+2}-\cdots-S_{k+s-1}$ имеет $n_{k}$ компонент связности, $j$-тая из которых имеет $x_{k j}$ соседей в $S_{k}$ тогда и только тогда когда все $s$ последовательностей деревянные, и $n_{1}+n_{2}+\cdots+n_{s}-s$ есть четное число, не меньшее $2 n_{k}$ для каждого $k=1, \ldots, s$. Для $s<4$ эта гипотеза доказана (см. Теоремы 1 и 2), первый нетривиальный случай $s=4$. Какими могут быть наборы количеств соседей у компонент, если разрешить тройные пересечения криволинейных сфер? 5.6. * Гипотеза. Пусть $n_{1}, n_{2}, n_{3}$ - положительные целие числа, и $$ x_{11}, x_{12}, \ldots, x_{1 n_{1}}, \quad x_{21}, x_{22}, \ldots, x_{2 n_{2}}, \quad x_{31}, x_{32}, \ldots, x_{3 n_{3}} $$ - последователвности положительных целых чисел. Тогда существование криволинейных cфep $S_{1}, S_{2}, S_{3}$, - попарно пересекающихся по окружностям, - иметщих $2 T$ точек пересечения всех трех сфер и - таких, что для каждого $k=1,2,3$ дополнение $S_{k}-S_{k+1}-S_{k+2}$ имеет $n_{k}$ связных компонент, у $i$-ой из которых $x_{k i}$ соседей в $S_{k}$ для каждого $i=1, \ldots, k$ равносилвно тому, что $n_{1}+n_{2}+n_{3}+T$ нечетно, $x_{k 1}+x_{k 2}+\cdots+x_{k n_{k}}=2 n_{k}-2+2 T$ и $n_{k}+T0$ и две последовательности $$ x_{11}, x_{12}, \ldots, x_{1 n}, \quad x_{21}, x_{22}, \ldots, x_{2 n} $$ натуральных чисел. Существуют криволинейнъе сфера с $g_{1}$ ручками $S_{1}$ и сфера с $g_{2}$ ручками $S_{2}$ в трехмерном пространстве, пересекающиеся по окружностям, разбивающим $S_{k}$ на п компонент связности, $j$-тая из которых имеет $x_{k j}$ соседей в $S_{k}$ для каждого $k=1,2 u$ $j=1, \ldots n$ тогда и толъко тогда когда s $:=x_{11}+x_{12}+\cdots+x_{1 n}=x_{21}+x_{22}+\cdots+x_{2 n}$ четно $и$ $2 n-2 \leq s \leq 2 n-2+2 g_{k}$ для каждого $k=1,2$. Было бы интересно решить аналогичные проблемы при наличии самопересечений. Интересны оба варианта - с точками троекратного самопересечения или без. КАК ПЕРЕСЕКАЮТСЯ В ПРОСТРАНСТВЕ КРИВОЛИНЕЙНЫЕ СФЕРЫ, # ИЛИ ДВУМЕРНЫЕ МЕАНДРЫ С. Аввакумов, А. Бердников, А. Рухович и А. Скопенков ## 6 Финиш. Решения. В этом параграфе криволинейные сферы называются просто сферами. Проблема соседственных последовательностей ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-479.jpg?height=796&width=881&top_left_y=697&top_left_x=622) Рис. 17: Индуктивное построение 4.1. Можно считать, что $x_{1} \geq y_{1}$. Рассмотрим сферы $S^{\prime}, T^{\prime}$, реализующие пару ( $\vec{x}^{\prime}, \vec{y}^{\prime}$ ) последовательностей. Рассмотрим окружность в пересечении $T^{\prime} \cap S^{\prime}$, из условия (2) в определении сильной реализуемости. Это окружность, ограничивающая - в $S^{\prime}-T^{\prime}$ связную компоненту, назовем ее $C$, у которой $x_{1}-y_{1}+1$ соседей, - в $T^{\prime}-S^{\prime}$ - диск, назовем его $D$. Изменим сферы $S^{\prime}, T^{\prime}$ соединением компонент $C$ и $D$ при помощи $y_{1}-1$ 'пальцев', см. рис. 17. Новые сферы обозначим через $S, T$. Докажем, что они реализуют пару $(\vec{x}, \vec{y})$ последовательностей. Условие (1) выполнено для $S, T$, поскольку - каждая компонента $S^{\prime}-T^{\prime}$, кроме $C$, также является и компонентой дополнения $S-T$, - $C$ делится $y_{1}-1$ окружностями из $(S \cap T)-\left(S^{\prime} \cap T^{\prime}\right)$ на $y_{1}-1$ дисков и компоненту с $\left(x_{1}-y_{1}+1\right)+\left(y_{1}-1\right)=x_{1}$ соседями, и - каждая компонента дополнения $T^{\prime}-S^{\prime}$, кроме $D$, также является и компонентой дополнения $T-S$, - $D$ разделено $y_{1}-1$ окружностями на $y_{1}-1$ дисков и компоненту с $y_{1}$ соседями. Любая окружность из $(S \cap T)-\left(S^{\prime} \cap T^{\prime}\right.$ ) удовлетворяет условию (2). 4.3. Доказателъство теоремы 1'. Докажем индукцией по длине $n$ последовательности. Для любой деревянной последовательности из $n$ чисел имеем $n \geq 2$. База индукции $(n=2)$ очевидна. Докажем шаг индукции. Пусть теорема 1' доказана для $2,3, \ldots, n-1 \geq 2$. Докажем ее для $n$. Переставим единицы в последовательностях в конец. Согласно задачам 2.5 и 4.1, по предположению индукции новые последовательности реализуемы. Рассмотрим сферы $S, T$, их реализующие. Сферы $S, T$ удовлетворяют условию (1) из определения сильной реализуемости для старых последовательностей. Также - если $x_{1} \neq 1$, то условия (2) для старой и новой последовательностей $\vec{x}$ эквивалентны; - если $x_{1}=1$, то окружность из условия (2) для новой последовательности $\vec{x}$ ограничивает диск, т.е. компоненту с $x_{1}=1$ соседом. Это выполнено и с заменой $\vec{x}$ на $\vec{y}$. Итак, условие (2) выполнено для старых последовательностей. Значит, $S, T$ сильно реализуют старые последовательности. ## Проблема Ландо. 3.1. (d) (прямое решение) Пусть, напротив, существуют сферы $S^{\prime}$ и $T^{\prime}$, реализующие пару с рисунка 9. Обозначим связные компоненты дополнения $S^{\prime}-T^{\prime}$ как на рис. 14 слева. Рассмотрим диски $A_{1}, \ldots, A_{4} \subset S^{\prime}$. Без ограничения общности предположим, что их внутренности лежат внутри $T^{\prime}$. Тогда внутренность компоненты $C \subset S^{\prime}$ также лежит внутри $T^{\prime}$ (так как пересечение $S^{\prime} \cap T^{\prime}$ трансверсально). Так как $C, A_{1}, \ldots, A_{4}$ не пересекаются, то $C$ целиком лежит в одной связной компоненте дополнения $\mathbb{R}^{3}-T^{\prime} \cup \bigsqcup A_{i}$. Таким образом, все 5 окружностей границы $\partial C$ лежат в одной связной компоненте дополнения $T^{\prime}-\bigsqcup \partial A_{i}$. (Здесь мы используем тривиальный частный случай теоремы о продолжении вложения.) Переформулируем предыдущее утверждение в терминах графа $G\left(T^{\prime}\right)$ (рис. 18). Обозначим за $G(C)$ объединение 5 -и ребер графа $G\left(T^{\prime}\right)$, соответствующих окружностям границы $\partial C$. Тогда $G(C)$ целиком лежит в одной связной компоненте дополнения в $G\left(T^{\prime}\right)$ к 4-ем ребрам, соответствующим окружностям границы $\partial A_{i}$. Так как у $G\left(T^{\prime}\right)$ только 9 ребер, это значит, что $G(C)$ -поддерево $G\left(T^{\prime}\right)$. Обозначим через $G(B)$ объединение 5 -и ребер графа $G\left(T^{\prime}\right)$, соответствующих окружностям границы $\partial B$. Аналогично, $G(B)$ - поддерево $G\left(T^{\prime}\right)$. Так как $G(B) \cup G(C)=G\left(T^{\prime}\right)$, то хотя бы два из трех ребер $a, b, c$ графа $G\left(T^{\prime}\right)$ (рис. 18) лежат в одном из поддеревьев $G(B)$ или $G(C)$. Без ограничения общности $a, b \in G(B)$. Но в любом поддереве $G\left(T^{\prime}\right)$, содержащем и $a$, и $b$ хотя бы 6 ребер, в то время как в $G(B)$ лишь 5 ребер. Значит, исходное предположение противоречиво и неверно. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-480.jpg?height=509&width=485&top_left_y=1827&top_left_x=836) Рис. 18: Граф $G:=G\left(T^{\prime}, N\right)$. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-481.jpg?height=1437&width=1027&top_left_y=111&top_left_x=560) Рис. 19: K решению задачи 3.6.f. (А) Имеем $S$ (серая), $p_{1}$ (красное), $p_{2}$ (зеленое), $p_{3}$ (синее). (В) Имеем, что $\stackrel{p}{p}_{3}$ (синее) - 'наименьшее'. Построим $P_{1}$ (желтое) и $P_{2}$ (зеленое) по индукции. (С) Связные компоненты $\stackrel{p}{3}_{3}$ (синее) можно соединить путем, не пересекающимся с $P_{1} \cup P_{2}$. Тогда соединим их трубой и получим $P_{3}$ (синее). 3.6. (a) Очевидно. (b) Это равносильно тому, что окружности $q_{1}$ и $q_{2}$ лежат по одну сторону от $p$. (c) Это равносильно тому, что $p_{1} \sqcup p_{2}$ и $q_{1} \sqcup q_{2}$ не зацеплены. (d) Это равносильно тому, что $p$ и $q$ не зацеплены. Подсказка: обобщите решение задачи 3.1.d. Формальное решение получается подстановкой $m=2$ в решение для (f). (e) Нет, согласно ответу на (f). (f) Это равносильно тому, что $p_{i}$ и $p_{j}$ не зацеплены для любых $i \neq j$. Теорема о продолжении вложения. Наборы $p_{1}, \ldots, p_{m}$ непересекающихся окружностей в единичной сфере $S$ попарно не зацеплены в том и только том случае, когда существуют непересекающиеся сферы с дырками $P_{1}, \ldots, P_{m}$, чъи внутренности лежат внутри $S$, и для которых $\partial P_{i}=p_{i}$ для всех $i=1, \ldots, m$. Доказательство. Необходимость легко следует из задачи 3.4.с. Достаточность докажем индукцией по $m$. База $m=1$ по сути доказана при решении задачи 3.2.а. Докажем шаг индукции. Возьмем точку $O \in S-\bigsqcup_{i=1, \ldots, m} p_{i}$. Для каждого $i$ рассмотрим черно-белую раскраску дополнения $S-p_{i}$, при которой $O$ белая. Напомним, что $\stackrel{p}{p}_{i}$ - объединение черных компонент дополнения $S-p_{i}$. Раз $O$ белая, а $p_{i}$ и $p_{j}$ не зацеплены, по задаче $3.7 . \mathrm{b}$ для всех $i \neq j$ или $\mathfrak{p}_{i} \subset \grave{p}_{j}$, или ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-482.jpg?height=52&width=1786&top_left_y=272&top_left_x=175) $j \neq i$. Можно положить $i=m$. Тогда $̊_{m} \cap \bigsqcup_{i=1}^{m-1} p_{i}=\emptyset, \stackrel{p}{p}_{m}-$ набор сфер с дырками, $\partial \grave{p}_{m}=p_{m}$ и $\stackrel{p}{p}_{m} \subset S$. Обозначим через $\Delta$ замкнутый шар, ограничиваемый $S$ (то есть, 'внутреннюю часть' сферы $S$ ). По индукционному предположению существуют непересекающиеся сферы с дырками $P_{1}, \ldots, P_{m-1} \subset \Delta$, такие что $\partial P_{i}=p_{i}$ для всех $i=1, \ldots, m-1$. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-482.jpg?height=772&width=721&top_left_y=617&top_left_x=732) Рис. 20: Доказательство утверждения Утверждение. Набор $p_{m}$ лежит в одной связной компоненте дополнения $\Delta-\left(P_{1} \sqcup \cdots \sqcup\right.$ $\left.P_{m-1}\right){ }^{6}$ Доказательство утверждения. Предположим противное. Рассмотрим любые две точки $A, B \in p_{m}$ из разных связных компонент дополнения $\Delta-\left(P_{1} \sqcup \cdots \sqcup P_{m-1}\right)$. Обозначим через $l$ путь внутри $S$, соединяющий $A$ и $B$, и при этом $\bar{l}:=\#\left(l \cap \bigsqcup_{i=1}^{m-1} P_{i}\right)$ минимально (минимум по всем таким $l$, объекты $A, B, p_{m}, S, P_{1}, \ldots, P_{m-1}$ фиксированы). Тогда $\bar{l}>0$ (иначе $A$ и $B$ лежали бы в разных компонентах). Так как $p_{m}$ лежит по одну сторону от $\partial P_{i}$, точки $A$ и $B$ лежат в одной компоненте $\Delta-P_{i}$, и $\#\left(l \cap P_{i}\right)$ четно для всех $i$. (Если $m=2$, можно даже получить $\#\left(l \cap P_{1}\right)=0$ и остановиться.) Тогда $\#\left(l \cap P_{i}\right) \geq 2$ для некоторого $i$. Обозначим через $Q$ и $R$ последовательные (на $l$ ) точки $l \cap P_{i}$. Обозначим через $Q^{\prime}$ точку $l$ чуть перед $Q$ и за $R^{\prime}$ точку $l$ чуть после $R$. Так как $P_{i}$ связно, $Q$ и $R$ можно соединить путем $P_{i}$. Значит $Q^{\prime}$ и $R^{\prime}$ можно соединить путем $l^{\prime}$, достаточно близким к $P_{i}$, но не пересекающим $P_{i}$. Путь $l^{\prime}$ не пересекает ничего из $P_{1}, \ldots, P_{m-1}$, так как он достаточно близок к $P_{i}$, а $P_{1}, \ldots, P_{m-1}$ попарно не пересекаются. Заменим часть пути $l$ от $Q^{\prime}$ до $R^{\prime}$ на $l^{\prime}$. Полученный путь назовем $l^{\prime \prime}$. Теперь $\overline{l^{\prime \prime}}=\bar{l}-2$. Это противоречит минимальности $\bar{l}$. Поэтому $l$ не пересекает $P_{1} \sqcup \cdots \sqcup P_{m-1}$, значит $A$ и $B$ должны лежать в одной связной компоненте дополнения $\Delta-\left(P_{1} \sqcup \cdots \sqcup P_{m-1}\right)$. ЧТД.[^58] Завершение доказательства теоремъ о продолжжении вложения. Пусть $\stackrel{p}{p}_{m}^{\prime}$ - объединение непересекающихся сфер с дырками, полученных из $\dot{p}_{m}$ небольшой деформацией, после которой внутренность $\stackrel{p}{p}_{m}^{\prime}$ попадает в $\Delta$ и $\partial \dot{p}_{m}^{\prime}=\partial \dot{p}_{m}=p_{m}$. Согласно Утверждению, любые две точки $\stackrel{p}{m}_{m}^{\prime}$ можно соединить путем внутри $S$, не пересекающим $P_{1}, \ldots, P_{m-1}$. Тогда можно соединить все связные компоненты множества $\ddot{p}_{m}^{\prime}$ трубками внутри $S$, не пересекающими $P_{1}, \ldots, P_{m-1}$. Количество трубок будет на 1 меньше количества компонент связности $\stackrel{p}{m}_{m}^{\prime}$, значит, не будет 'циклов из трубок'. Значит, мы получили сферу с дырками. Обозначим ее через $P_{m}$. Имеем $\partial P_{m}=p_{m}, P_{m} \subset \Delta$, и $P_{m}$ не пересекается с $P_{1}, \ldots, P_{m-1}$. Шаг индукции доказан. ЧТД. 4.4. Этот факт получен с использованием компьютерной программы, основанной на теореме 3 . 4.5. Ответ дается задачей 4.6, и он таков. Теорема 3. Пара $(M, N)$ занумерованных наборов на сферах $S$ и $T$ реализуема тогда и толъко тогда, когда связные компоненты дополнения $S-M$ можно покрасить в черный и белый цвета так, что для любых двух одноцветных компонент $P$ и $Q$ дополнения $S-M$ поднаборъ в $N$, соответствующие $\partial P$ и $\partial Q$, не зацеплены. 4.6. (a) Это переформулировка задачи 3.4. (b) Да. Идея решения - доказать и использовать ответ к проблеме продолжения вложения 3.6.e. Пусть $T^{\prime}$ - единичный куб. Нумерации дают взаимно-однозначное соответствие $h$ между окружностями из $M$ и окружностями из $N$. Обозначим через $A_{1}, \ldots, A_{m}$ белые связные компоненты дополнения $S-M$. По предположению $h\left(\partial A_{1}\right), \ldots, h\left(\partial A_{m}\right)$ попарно не зацеплены в $T$. Согласно ответу к проблеме продолжения вложения 3.6.е существуют непересекающиеся криволинейные сферы с дырками $A_{1}^{\prime}, \ldots, A_{m}^{\prime}$, внутренности которых лежат внутри $T^{\prime}$, и такие, что $\partial A_{i}^{\prime}=h\left(\partial A_{i}\right)$ для всех $i=1, \ldots, m$. Обозначим через $B_{1}, \ldots, B_{n}$ черные связные компоненты дополнения $S-M$. Аналогично существуют непересекающиеся сферы с дырками $B_{1}^{\prime}, \ldots, B_{n}^{\prime}$, внутренности которых лежат $с н а-$ ружи $T^{\prime}$, и такие, что $\partial B_{i}^{\prime}=h\left(\partial B_{i}\right)$ для всех $i=1, \ldots, n$. Пусть $S^{\prime}:=\left(A_{1}^{\prime} \cup \ldots \cup A_{m}^{\prime}\right) \cup\left(B_{1}^{\prime} \cup \ldots \cup B_{n}^{\prime}\right)$. Из построения следует, что $S^{\prime}$ несамопересекающаяся. У $A_{i}^{\prime}$ такое же число дырок, как и у $A_{i}$, и у $B_{i}^{\prime}$ такое же число дырок, как и у $B_{i}$. Так как $S=\left(A_{1} \cup \ldots \cup A_{m}\right) \cup\left(B_{1} \cup \ldots \cup B_{n}\right)-$ сфера, то и $S^{\prime}$ тоже. (Строгое доказательство можно получить, воспользовавшись эйлеровой характеристикой.) Очевидно, $S^{\prime}$ и $T^{\prime}$ реализуют пару $M, N$. 4.7. (a) Это - переформулировка задач 3.4 и 4.6. ## Больше сфер и сферы с ручками 5.1. Теорема 2. Пускай $n_{1}, n_{2}, n_{3}$-положительные целые числа, a $$ x_{11}, x_{12}, \ldots, x_{1 n_{1}}, \quad x_{21}, x_{22}, \ldots, x_{2 n_{2}}, \quad x_{31}, x_{32}, \ldots, x_{3 n_{3}} $$ - последовательности положительных целых чисел. Тодда существуют криволинейные сферъ $S_{1}, S_{2}, S_{3}$ в трехмерном пространстве, пересекающиеся попарно по окружностям и такие, чmo - $S_{1} \cap S_{2} \cap S_{3}=\varnothing$; - У $S_{k}-S_{k+1}-S_{k+2} n_{k}$ связных компонент, которые можно так пронумероватъ, что у $i$-ой компоненты $x_{k i}$ соседей в $S_{k}$, для всех $k=1,2,3$ если и только если последовательности деревянные, $n_{1}+n_{2}+n_{3}$ нечетно, и $n_{k}0$, то $n_{k}0$ such that both $B(x, r)-S$ and $B(x, r) \cap(T-S)$ consist of two connected components, and each connected component of $B(x, r)-S$ contains a connected component of $B(x, r) \cap(T-S)$. You can use the following theorem and corollary without proof. Jordan Theorem. A curved sphere splits 3-space into exactly two connected components. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-490.jpg?height=214&width=327&top_left_y=83&top_left_x=693) a) ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-490.jpg?height=193&width=398&top_left_y=104&top_left_x=1037) b) Figure 5: A transversal intersection (left), not a transversal intersection (right) Corollary. Suppose that $S$ and $T$ are curved spheres intersecting transversely by a finite union $S \cap T$ of disjoint circles. Denote by $B$ the interior part of $S$ (or, more precisely, the bounded part of $\mathbb{R}^{3}-S$ ). Let $Q$ be a connected component of $T-S$ which is situated inside $S$. Then $Q$ splits $B$ into exactly two connected components. ## Relation to graphs. Suppose that $M$ is a collection of disjoint circles in curved sphere $S$. Define ('dual to $M$ ') graph $G=G(S, M)$ as follows. The vertices are connected components of $S-M$. Two vertices are connected by an edge if the corresponding connected components are neighbors. In figure 6 we show graphs for spheres $S, T$ from figure 2 and collection $S \cap T$ of circles. Analogously two curved spheres intersecting by circles define a pair of graphs. Then the Lando Problem asks to describe such pairs of graphs, and Neighbor Sequence Problem asks to describe pairs of degree sequences of such pairs of graphs. ${ }^{3}$ ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-490.jpg?height=156&width=588&top_left_y=1228&top_left_x=778) Figure 6: Two graphs corresponding to Figure 2 ## Stars. A team gets a star for each correct $(\geqslant+$. $)$ written solution. A large picture clear to jury members, or a well-structured computer program passing tests assigned by Jury, is recognized as an equivalent of a written solution. Jury may also award stars for elegant solutions, for solutions of difficult problems and for (some) solutions written in $\mathrm{T}_{\mathrm{E}} \mathrm{X}$. The jury has infinite number of stars. A team may present a solution orally paying 1 star for each attempt. We invite participants succeeding in solving these problems and working on unsolved problems to discuss their questions and ideas of solutions. ## 2 Neighbor Sequence Problem A pair $\vec{x}=\left(x_{1}, x_{2}, \ldots, x_{n}\right), \vec{y}=\left(y_{1}, y_{2}, \ldots, y_{n}\right)$ of sequences of positive integers is called realizable if there exist two curved spheres $S, T$ in 3 -space whose intersection consists of $n-1$ circles and splits - $S$ into $n$ connected components which can be numbered so that the $i$-th connected component has $x_{i}$ neighbors in $S$, and[^60]- $T$ into $n$ connected components which can be numbered so that the $i$-th connected component has $y_{i}$ neighbors in $T$. Pair $(S, T)$ of spheres is called a realization of pair $(\vec{x}, \vec{y})$. 2.1. (n), $n \in\{2,3,4,5\}$. Which pairs of sequences of $n$ positive integers are realizable? 2.2. (a) If pair $(\vec{x}, \vec{y})$ of sequences is realizable, then $x_{1}+\cdots+x_{n}=y_{1}+\cdots+y_{n}=2 n-2$. (b) The dual graph $G(S, M)$ to a collection $M$ of disjoint circles in a curved sphere $S$ is a tree. A sequence $\vec{x}=\left(x_{1}, x_{2}, \ldots, x_{n}\right)$ of positive integers is called tree-like if $x_{1}+\cdots+x_{n}=2 n-2$. 2.3. If a sequence $\vec{x}$ is tree-like, then it has at least $x_{1}$ units. 2.4. Pair $(\vec{x}, \vec{x})$ is realizable for each tree-like $\vec{x}$. 2.5. Let $\vec{x}, \vec{y}$ be tree-like sequences in which all the units are situated at the end. If $x_{1} \geq y_{1}$, then sequences $\vec{x}^{\prime}:=\left(x_{1}-y_{1}+1, x_{2}, x_{3}, \ldots, x_{n-y_{1}+1}\right)$ and $\vec{y}^{\prime}:=\left(y_{2}, y_{3}, \ldots, y_{n-y_{1}+2}\right)$ are tree-like. 2.6. Which pairs of tree-like sequences could be obtained from pair $((1,1),(1,1))$ by reorderings and changes of pair $\left(\vec{x}=\left(x_{1}, x_{2}, \ldots, x_{n}\right), \vec{y}=\left(y_{1}, y_{2}, \ldots, y_{n}\right)\right)$ of vectors to pair: (a) $\left(\overrightarrow{x^{\prime}}=\left(a, x_{1}, x_{2}, \ldots, x_{n}, 1,1, \ldots, 1\right), \overrightarrow{y^{\prime}}=\left(y_{1}+a-1, y_{2}, y_{3}, \ldots, y_{n}, 1,1, \ldots, 1\right)\right)$ (the number of new 1 's is $a-2$ for $\overrightarrow{x^{\prime}}$ and is $a-1$ for $\overrightarrow{y^{\prime}}$; number $a$ can be different for different changes, e.g. $((1,1),(1,1)) \xrightarrow{a=3}((3,1,1,1),(3,1,1,1)) \xrightarrow{a=4}((4,3,1,1,1,1,1),(6,1,1,1,1,1,1)))$. (b) $\left(\overrightarrow{x^{\prime}}=\left(x_{1}+1, x_{2}, x_{3}, \ldots, x_{n}, 1\right), \overrightarrow{y^{\prime}}=\left(y_{1}+1, y_{2}, y_{3}, \ldots, y_{n}, 1\right)\right)$. ## 3 The Lando Problem A pair $(M, N)$ of two unions of the same number of disjoint circles in a sphere is realizable if there exist two curved spheres in 3-space intersecting transversely by a finite union of disjoint circles which union is situated as $M$ in one sphere and as $N$ in the other sphere. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-491.jpg?height=746&width=980&top_left_y=1394&top_left_x=580) Figure 7: Is this pair realizable? 3.1. (a) Each pair of two unions of the same number $n \leq 4$ of disjoint circles is realizable. (b) Is pair in figure 7 realizable? One graph is the path of 6 edges, the other is triod with 'rays' consisting of 2 edges. (c) Is pair in figure 8 realizable? One graph is the star with 4 'rays', three 'rays' having two edges and one 'ray' having 1 edge. The other graph is letter ' $H$ ' with 'horizontal line' consisting of 3 edges. Y ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-492.jpg?height=856&width=1000&top_left_y=76&top_left_x=579) Figure 8: Is this pair realizable? (d) There is a non-realizable pair of two unions of the same number of disjoint circles. 3.2. Suppose that $n$ and $k$ are given integers. (a) Which collections of circles are realizable together with the collection of $n$ circles bounding $n$ disjoint disks? (Or, equivalently, which graphs are realizable together with the star of $n$ rays?) (b) Which graphs are realizable together with the graph that is a union, along a common edge, of the star of $n$ rays and the star of $k$ rays? (c) * Which collections of circles are realizable together with the collection of $n$ 'parallel' circles? (Or, equivalently, which graphs are realizable together with the path of length $n$ ?) 3.3. Suppose that $S$ and $T$ are curved spheres intersecting transversely by a finite union $S \cap T$ of disjoint circles. Then connected components of $S-T$ can be colored in black and white so that any two same colored components are not neighbors. In the rest of this section $M, N$ are unions of the same number of disjoint circles in curved spheres $S, T$. (Neither $M$ nor $N$ need to coincide with $S \cap T$.) For a connected component $P$ of $S-M$ denote by $\partial P$ the union of boundary circles of $P$. Clearly, connected components $P$ and $Q$ of $S-M$ are neighbors if and only if $\partial P \cap \partial Q \neq \emptyset$. 3.4. Unlinked families of circles. Suppose that $S$ and $T$ are curved spheres intersecting transversely by a finite union $S \cap T$ of disjoint circles. Let $P$ and $Q$ be two connected components of $S-T$ which are situated inside $T$. (a) If $Q$ is a curved disk (i.e., if $Q$ has one boundary circle), then $\partial P$ is in one component of $T-\partial Q$. (b) If $Q$ is a curved cylinder (i.e., if $Q$ has two boundary circles), then $\partial P$ is contained either in the annulus component of $T-\partial Q$ (i.e., in the component with two boundary circle), or in the union of the two disk components of $T-\partial Q$ (i.e., of the components with one boundary circle). (c) Colour connected components of $T-\partial Q$ in black and white so that adjacent components have different colours. Then $\partial P$ is contained in the union of same coloured components of $T-\partial Q$. The sign $\sqcup$ means a union of disjoint sets. 3.5. Suppose that $S$ and $T$ are curved spheres such that $S \cap T$ is situated in $S$ as it is shown in figure 9 . Denote by $A_{i}$ the 'exterior' circles, by $B$ the 'big splitting' circle and by $C$ the union of the ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-493.jpg?height=601&width=597&top_left_y=79&top_left_x=772) Figure 9: $S \cap T$ in $S$ 'interior' circles, see figure 9 . (a) For each $i$ the union $B \cup C$ is on the same side of $A_{i}$ in $T$. (b) The union $B \cup C$ is in the same connected component of $T-\sqcup_{i} A_{i}$. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-493.jpg?height=716&width=1580&top_left_y=1040&top_left_x=282) Figure 10: Disjoint curved disk and curved cylinder outside a ball (left), disjoint curved cylinders, one of them knotted, outside a ball (right) 3.6. Embedding Extension Problem. (a) Each two disjoint circles in the unit sphere bound disjoint disks inside this sphere. (b) For which three disjoint circles $p, q_{1}, q_{2}$ in the unit sphere there exist disjoint curved disks $P$ and curved cylinder $Q$ inside this sphere such that $\partial P=p$ and $\partial Q=q_{1} \sqcup q_{2}$ ? (Figure 10 left.) (c) For which four disjoint circles $p_{1}, p_{2}, q_{1}, q_{2}$ in the unit sphere there exist disjoint curved cylinders $P$ and $Q$ inside this sphere such that $\partial P=p_{1} \sqcup p_{2}$ and $\partial Q=q_{1} \sqcup q_{2}$ ? (Figure 10 right.) (d) For which two disjoint families $p, q$ of disjoint circles in the unit sphere there exist disjoint curved spheres with holes $P$ and $Q$ inside this sphere such that $\partial P=p$ and $\partial Q=q$ ? (e) Does there exist three disjoint families $p, q, r$ of disjoint circles in the unit sphere such that - each of the three pairs $(p, q),(q, r)$ and $(p, r)$ is extendable (to disjoint curved spheres with holes) in the sense of (d); - there are no disjoint curved spheres with holes $P, Q$ and $R$ inside this sphere such that $\partial P=p$, $\partial Q=q$ and $\partial R=r ?^{4}$ (f) For which $m$ disjoint families $p_{1}, \ldots, p_{m}$ of disjoint circles in the unit sphere there exist disjoint curved spheres with holes $P_{1}, \ldots, P_{m}$ inside this sphere such that $\partial P_{i}=p_{i}$ for each $i=1, \ldots, m$ ? ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-494.jpg?height=880&width=544&top_left_y=346&top_left_x=476) A) ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-494.jpg?height=943&width=531&top_left_y=350&top_left_x=1122) B) Figure 11: (A): the dotted and the bold unions of circles are unlinked. (B): the dotted and the bold unions of circles are not unlinked because the arrowed path between two bold circles intersects the dotted circles in an odd number (one) of points. Suppose that $S$ and $T$ are curved spheres such that each component of $S-T$ except one have one neighbor. (The 'exceptional' component may have one or more neighbors.) This 'exceptional' component is called a curved sphere with holes. A curved disk is a curved sphere with 1 hole (=with 1 neighbor). A curved cylinder is a curved sphere with 2 holes (=with 2 neighbors). Let $M$ and $N$ be two unions of disjoint circles in the unit sphere $S$. Colour connected components of $S-q$ in black and white so that adjacent components have different colours. Union $M$ is on the same side the same side (in this sphere) of $N$ if $M$ is contained in the union of same coloured components of $S-N$. Unions $M$ and $N$ are unlinked (in this sphere) if $M$ is on the same side of $N$ and $N$ is on the same side of $M$. See figure 11 . 3.7. (a) There are two unions $M$ and $N$ of disjoint circles in a sphere such that $M$ is on the same side of $N$ but $N$ is not on the same side of $M$. (b) Is unlinkedness transitive? That is, if $M$ and $N, N$ and $P$ are unlinked, are then $M$ and $P$ necessarily unlinked? (c) For a union $M$ of disjoint circles in the unit sphere $S$ denote by $M$ the unions of black connected components of $S-M$. (There are two choices of $M$ for given $M$; one of them is the complement to the other.) Two unions $M$ and $N$ are unlinked if and only if for each black and white ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-494.jpg?height=63&width=1797&top_left_y=2408&top_left_x=175)[^61] HOW DO CURVED SPHERES INTERSECT IN 3-SPACE, OR TWO-DIMENSIONAL MEANDRA S. Avvakumov, A. Berdnikov, A. Rukhovich and A. Skopenkov # 4 Intermediate finish. Some solutions and new problems ## 1.1 and 1.2. Analogously to solution of Problem 2.4. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-495.jpg?height=984&width=1293&top_left_y=587&top_left_x=427) Figure 12: To the solution of Problem 1.3. 1.3. The case $i=j$ follows analogously to Problem 2.4. The cases ab, ac and bc are shown in figure 12 . 1.4. (a) The answer is given by the answer to Problem 4.5 . (b) Such an algorithm is given by the answer to Problem 4.5. (Clearly, it is not polynomial.) 1.5. Theorem 1. Let $n$ be a positive integer and $\vec{x}=\left(x_{1}, x_{2}, \ldots, x_{n}\right), \vec{y}=\left(y_{1}, y_{2}, \ldots, y_{n}\right)$ be sequences of positive integers. There exist curved spheres $S, T$ in 3-space whose intersection consists of $n-1$ circles and splits - S into $n$ connected components which can be numbered so that the $i$-th connected component has $x_{i}$ neighbors in $S$, and - $T$ into $n$ connected components which can be numbered so that the $i$-th connected component has $y_{i}$ neighbors in $T$ if and only if $x_{1}+\cdots+x_{n}=y_{1}+\cdots+y_{n}=2 n-2$. This follows from Theorem 1' (Problem 4.3) below. 2.1. Answer. Pairs $(\vec{x}, \vec{x})$ are realizable for $\vec{x}$ up to reordering equal to $$ (1,1),(2,1,1),(3,1,1,1),(2,2,1,1),(4,1,1,1,1),(3,2,1,1,1),(2,2,2,1,1) $$ Other realizable pairs are up to reordering pairs of two sequences of the same number of elements from this list. 2.2. (a) Suppose that curved spheres $S, T$ realize pair $(\vec{x}, \vec{y})$. Recall definition of a graph $G=$ $G(S, S \cap T)$ from $\S 1$. The number of the vertices is $n$. Out of $k$-th vertex there issues $x_{k}$ edges. Hence the number of the edges is $\left(x_{1}+\cdots+x_{n}\right) / 2$. It is obvious that $G$ is connected. By the Jordan Curve Theorem ${ }^{5} G$ is split by any edge. So $G$ is a tree. Hence the number of edges is $n-1=\left(x_{1}+\cdots+x_{n}\right) / 2$. Analogously $n-1=\left(y_{1}+\cdots+y_{n}\right) / 2$. QED Sketch of an alternative solution of (a) by T. Nowik. By induction on the number of circles. The statement is true for one circle (there are only 2 disks on each sphere hence $n=2$ ). Each additional circle splits one connected component into two, and adds two boundary circles. (b) Clealy $G$ is connected. By the Jordan Curve Theorem $G$ is split by any edge. So $G$ is a tree. 2.3. If the number of units is $s$, then $2 n-2=x_{1}+\cdots+x_{n} \geq x_{1}+2(n-1-s)+s=2 n-2+x_{1}-s$. So $s \geq x_{1}$. 2.4. Let $S$ be the unite cube. Take a family $M$ of circles on $S$ 'realizing' $\vec{x}$. (The existence of such a family is proved by induction; the inductive step is proved using deletion of a hanging vertex.) Color the complements in $S$ to these circles into black and white so that neighboring components have different colors. Take a sphere $T$ close to $S$ and such that $S \cap T=M$, each black component of $T$ is inside $S$, and each white component of $T$ is outside $S$. Then $S, T$ realize $(\vec{x}, \vec{x})$. 2.5. By Problem $2.3 x_{1} \leq s$. Then $$ \begin{aligned} & x_{n-y_{1}+1}= x_{n-y_{1}+2}=\cdots=x_{n-y_{1}+1}=\cdots=x_{n}=y_{n-y_{1}+1}=y_{n-y_{1}+2}=\cdots=y_{n}=1 \\ & \text { Hence } \quad\left(\sum_{i=1}^{n-y_{1}+1} x_{i}\right)-y_{1}+1=\left(\sum_{i=1}^{n} x_{i}\right)-y_{1}+1-\left(y_{1}-1\right)=2\left(n-y_{1}+1\right)-2 \\ & \text { and } \quad\left(\sum_{i=2}^{n-y_{1}+2} y_{i}\right)=\left(\sum_{i=1}^{n} y_{i}\right)-y_{1}-\left(y_{1}-2\right)=2\left(n-y_{1}+1\right)-2 . \end{aligned} $$ So the new sequences are tree-like. 2.6. Answer: each pair. (a) Induction on $n$. The inductive base $n=2$ is clear. Suppose that the statement is true for each $n1$, we have $n1$ and $p+q=n+1$. Then there exist two tree-like sequences $a_{1}, a_{2}, \ldots, a_{p}$ and $b_{1}, b_{2}, \ldots, b_{q}$ such that $a_{1}+b_{1}=x_{1}$ and ordered sets $\left(a_{2}, a_{3}, \ldots, a_{p}, b_{2}, b_{3}, \ldots, b_{q}\right)$ and $\left(x_{2}, x_{3}, \ldots, x_{n}\right)$ are the same up to reordering. What are analogs of characterizations of neighbor sequences (of Theorems 1 and 2) for intersections of more than three curved spheres? 5.5. * Conjecture. Let $n_{1}, n_{2}, n_{3}, \ldots, n_{s}$ be positive integers and $$ x_{11}, x_{12}, \ldots, x_{1 n_{1}}, \quad x_{21}, x_{22}, \ldots, x_{2 n_{2}}, \quad \ldots, \quad x_{s 1}, x_{s 2}, \ldots, x_{s n_{s}} $$ sequences of positive integers. There exist $s$ curved spheres $S_{1}, S_{2}, \ldots, S_{s}$ pairwise intersecting by circles and such that - no three of them intersect; - for each $k=1, \ldots, s$ and $j=1, \ldots, n_{k}$ the complement $S_{k}-S_{k+1}-S_{k+2}-\cdots-S_{k+s-1}$ has $n_{k}$ connected components, of which the $j$-th has $x_{k j}$ neighbors in $S_{k}$; if and only if each of $s$ sequences is tree-like, and $n_{1}+n_{2}+\cdots+n_{s}-s$ is an even number greater or equal to $2 n_{k}$ for each $k=1, \ldots, s$. For $s<4$ this conjecture is proved (see Theorems 1 and 2), the first unknown case is $s=4$. What can be neighbor sequences if there can be 'triple points', i.e. intersection points of of three spheres? 5.6. * Conjecture. Let $n_{1}, n_{2}, n_{3}$ be positive integers and $$ x_{11}, x_{12}, \ldots, x_{1 n_{1}}, \quad x_{21}, x_{22}, \ldots, x_{2 n_{2}}, \quad x_{31}, x_{32}, \ldots, x_{3 n_{3}} $$ be sequences of positive integers. Then there exist curved spheres $S_{1}, S_{2}, S_{3}$ in 3-space - pairwise intersecting by circles, - having $2 T$ triple intersection points and - such that for each $k=1,2,3$ the complement $S_{k}-S_{k+1}-S_{k+2}$ has $n_{k}$ connected components and the $i$-th connected component has $x_{k i}$ neighbors in $S_{k}$ for each $i=1, \ldots, k$ if and only if $n_{1}+n_{2}+n_{3}+T$ is odd, $x_{k 1}+x_{k 2}+\cdots+x_{k n_{k}}=2 n_{k}-2+2 T$ and $n_{k}+T0$. Since $p_{m}$ is on the same side of $\partial P_{i}$, points $A$ and $B$ are in the same connected component of $\Delta-P_{i}$, so $\#\left(l \cap P_{i}\right)$ is even for each $i$. (If $m=2$, we may even obtain that $\#\left(l \cap P_{1}\right)=0$ and stop here.) Then $\#\left(l \cap P_{i}\right) \geq 2$ for some $i$. Denote by $Q$ and $R$ two consecutive points of $l \cap P_{i}$. Denote by $Q^{\prime}$ the point of $l$ slightly before $Q$ and by $R^{\prime}$ the point of $l$ slightly after $R$. Since $P_{i}$ is connected, $Q$ and $R$ can be connected by a path in $P_{i}$. So $Q^{\prime}$ and $R^{\prime}$ can be connected by a path $l^{\prime}$ very close to $P_{i}$ but not intersecting $P_{i}$. Path $l^{\prime}$ does not intersect any of $P_{1}, \ldots, P_{m-1}$ because it is very close to $P_{i}$ and $P_{1}, \ldots, P_{m-1}$ are pairwise disjoint. Substitute the part of $l$ between $Q^{\prime}$ and $R^{\prime}$ by $l^{\prime}$. Denote the obtained path by $l^{\prime \prime}$. Then $\overline{l^{\prime \prime}}=\bar{l}-2$. This contradicts to the minimality of $\bar{l}$. Thus $l$ is as required. QED Completion of the proof of Embedding Extension Theorem. Let $\dot{p}_{m}^{\prime}$ be a disjoint union of curved spheres with holes obtained from $\dot{p}_{m}$ by a slight deformation so that the interior of $\dot{p}_{m}^{\prime}$ is inside the interior of $\Delta$ and $\partial \dot{p}_{m}^{\prime}=\partial \dot{p}_{m}=p_{m}$. By Claim each two points of $\dot{p}_{m}^{\prime}$ can be connected by a path inside $S$ disjoint with $P_{1}, \ldots, P_{m-1}$. So we can connect all the connected components of $\dot{p}_{m}^{\prime}$ by tubes inside $S$ disjoint with $P_{1}, \ldots, P_{m-1}$. The number of the tubes is one less than the number of the connected components of $\stackrel{p}{p}_{m}^{\prime}$, so that there are no 'cycles of tubes'. Then we obtain a sphere with holes. Denote it by $P_{m}$. We have $\partial P_{m}=p_{m}, P_{m} \subset \Delta$ and $P_{m}$ is disjoint with $P_{1}, \ldots, P_{m-1}$. The inductive step is proved. QED 4.4. This fact is obtained using a computer program based on Theorem 3 below. 4.5. The answer is given by Problem 4.6 and is as follows. Theorem 3. Pair $(M, N)$ of disjoint unions of numbered circles in spheres $S$ and $T$ is realizable if and only if connected components of $S-M$ can be colored in black and white so that for each two same coloured components $P$ and $Q$ of $S-M$ unions in $N$ corresponding to $\partial P$ and $\partial Q$ are unlinked in $T$. 4.6. (a) This is a restatement of Problem 3.4.[^63](b) Yes. The idea is to prove and use the answer to Embedding Extension Problem 3.6.e. Let $T^{\prime}$ be the unit cube. Numberings give a 1-1 correspondence $h$ between circles of $M$ and circles of $N$. Denote by $A_{1}, \ldots, A_{m}$ the white connected components of $S-M$. By the assumption $h\left(\partial A_{1}\right), \ldots, h\left(\partial A_{m}\right)$ are pairwise unlinked in $T^{\prime}$. By the answer to Embedding Extension Problem 3.6.e there exist disjoint curved spheres with holes $A_{1}^{\prime}, \ldots, A_{m}^{\prime}$ whose interiors are inside $T^{\prime}$ and such that $\partial A_{i}^{\prime}=h\left(\partial A_{i}\right)$ for each $i=1, \ldots, m$. Denote by $B_{1}, \ldots, B_{n}$ the black connected components of $S-M$. Analogously there exist disjoint curved spheres with holes $B_{1}^{\prime}, \ldots, B_{n}^{\prime}$ whose interiors are outside $T^{\prime}$ and such that $\partial B_{i}^{\prime}=h\left(\partial B_{i}\right)$ for each $i=1, \ldots, n$. Let $S^{\prime}:=\left(A_{1}^{\prime} \cup \ldots \cup A_{m}^{\prime}\right) \cup\left(B_{1}^{\prime} \cup \ldots \cup B_{n}^{\prime}\right)$. By construction $S^{\prime}$ does not have self-intersections. We have that $A_{i}^{\prime}$ has the same number of holes as $A_{i}$, and $B_{i}^{\prime}$ has the same number of holes as $B_{i}$. Since $S=\left(A_{1} \cup \ldots \cup A_{m}\right) \cup\left(B_{1} \cup \ldots \cup B_{n}\right)$ is a curved sphere, $S^{\prime}$ is a curved sphere. (A rigorous proof is obtained using Euler characteristic.) Clearly, $S^{\prime}$ and $T^{\prime}$ realize given pair $M, N$. 4.7. (a) This is a restatement of Problems 3.4 and 4.6. ## More spheres and spheres with handles 5.1. Theorem 2. Let $n_{1}, n_{2}, n_{3}$ be positive integers and $$ x_{11}, x_{12}, \ldots, x_{1 n_{1}}, \quad x_{21}, x_{22}, \ldots, x_{2 n_{2}}, \quad x_{31}, x_{32}, \ldots, x_{3 n_{3}} $$ be sequences of positive integers. There exist curved spheres $S_{1}, S_{2}, S_{3}$ in 3-space pairwise intersecting by circles and such that - $S_{1} \cap S_{2} \cap S_{3}=\varnothing$; - $S_{k}-S_{k+1}-S_{k+2}$ has $n_{k}$ connected components, which can be numbered so that the $i$-th component has $x_{k i}$ neighbors in $S_{k}$, for each $k=1,2,3$ if and only if the sequences are tree-like, $n_{1}+n_{2}+n_{3}$ is odd and $n_{k}0$ we have $n_{k}0$. Since $M$ is on one side of $\partial P_{i}$, number $\#\left(l \cap P_{i}\right)$ is even for each $i$. (If $m=2$, we may even obtain that $\#\left(l \cap P_{1}\right)=0$ and stop here.) Then $\#\left(l \cap P_{i}\right) \geq 2$ for some $i$. Denote by $Q$ and $R$ two consecutive points of $l \cap P_{i}$. Denote by $Q^{\prime}$ the point of $l$ slightly before $Q$ and by $R^{\prime}$ the point of $l$ slightly after $R$ (Fig. 9). Since $P_{i}$ is connected, $Q$ and $R$ can be connected by a path in $P_{i}$. So $Q^{\prime}$ and $R^{\prime}$ can be connected by a path $l^{\prime}$ very close to $P_{i}$ but not intersecting $P_{i}$. Path $l^{\prime}$ does not intersect any of $P_{1}, \ldots, P_{n}$ because it is very close to $P_{i}$ and $P_{1}, \ldots, P_{n}$ are pairwise disjoint. Substitute the part of $l$ between $Q^{\prime}$ and $S^{\prime}$ by $l^{\prime}$. Denote the obtained path by $l^{\prime \prime}$. Then $\overline{l^{\prime \prime}}=\bar{l}-2$. This contradicts to the minimality of $\bar{l}$. Thus $l$ is as required. ## Acknowledgements I thank A. Novikov for suggestion of a simpler proof of the "if" part of Embedding Extension Theorem. I also thank prof. A. Skopenkov for his useful suggestions and comments. ## References [1] I. Arzhantsev, V. Bogachev, A. Garber, A. Zaslavsky, V. Protasov and A. Skopenkov, Students' mathematical olympiades at Moscow State University 2010-2011, Mat. Prosveschenie, 16 (2012), 214-227, in russian, http://www.mccme.ru/free-books/matpros/mpg.pdf [2] S. Avvakumov, A. Berdnikov, A. Rukhovich and A. Skopenkov, How do curved spheres intersect in 3-space, or two-dimensial meandra, http://www.turgor.ru/lktg/2012/3/3-1en_si.pdf [3] A. Rukhovich, On intersection of two embedded spheres in 3-space, http://arxiv.org/abs/ 1012.0925 [4] T. Hirasa, Dissecting the torus by immersions, Geometriae Dedicata, 145:1 (2010), 33-41 [5] T. Nowik, Dissecting the 2-sphere by immersions, Geometriae Dedicata 127, (2007), 37-41, http: //arxiv.org/abs/math/0612796 # Ткани из прямых и окружностей Алексей Заславский, Федор Нилов, Александр Полянский, Михаил Скопенков ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-521.jpg?height=570&width=1724&top_left_y=474&top_left_x=170) ## Замыкание с периодом 6 0.1 . ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-521.jpg?height=220&width=282&top_left_y=1169&top_left_x=156) 0.2 . ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-521.jpg?height=223&width=280&top_left_y=1419&top_left_x=177) 0.3 . ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-521.jpg?height=283&width=325&top_left_y=1669&top_left_x=180) 0.4 . ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-521.jpg?height=283&width=308&top_left_y=1977&top_left_x=197) 0.5 . ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-521.jpg?height=200&width=280&top_left_y=2279&top_left_x=200) 0.6 . ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-521.jpg?height=217&width=283&top_left_y=2490&top_left_x=201) Через точку $A_{1}$ на стороне $A B$ треугольника $A B C$ провели прямую, перпендикулярную биссектрисе угла $A$. Она пересекла сторону $A C$ в точке $A_{2}$. Через точку $A_{2}$ провели прямую, перпендикулярную биссектрисе угла $C$. Она пересекла сторону $C B$ в точке $A_{3}$. Аналогично построили точки $A_{4}, A_{5}, A_{6}, A_{7}$. Докажите, что $A_{7}=A_{1}$. Три прямые $l_{1}, l_{2}, l_{3}$ пересекаются в одной точке. Точка $A_{1}$ выбирается произврольно. Точки $A_{2}, A_{3}, A_{4}, A_{5}, A_{6}, A_{7}$ получаются последовательным отражением точки $A_{1}$ относительно прямых $l_{1}, l_{2}, l_{3}$, а затем снова $l_{1}, l_{2}, l_{3}$. Докажите, что $A_{7}=A_{1}$. Три прямые $l_{1}, l_{2}, l_{3}$ пересекаются в одной точке. На прямых $l_{1}$ и $l_{2}$ выбираются произвольные точки $A_{1}$ и $A_{2}$, соответственно. Точка $A_{3}$ является пересечением прямой $l_{3}$ и прямой, симметричной $A_{1} A_{2}$ относительно $l_{2}$. Точка $A_{4}$ является пересечением прямой $l_{1}$ и прямой, симметричной $A_{2} A_{3}$ относительно $l_{3}$. Аналогично строятся точки $A_{5}, A_{6}, A_{7}$. Докажите, что $A_{7}=A_{1}$. Теорема Ф. Петрова. Три луча $l_{1}, l_{2}, l_{3}$ исходят из одной точки $O$. На лучах $l_{1}$ и $l_{2}$ выбираются произвольные точки $A_{1}$ и $A_{2}$, соответственно. На луче $l_{3}$ выбирается такая точка $A_{3}$, что угол между $A_{2} A_{3}$ и $l_{3}$ равен углу между $A_{1} A_{2}$ и $l_{1}$. Затем на луче $l_{1}$ выбирается такая точка $A_{4}$, что угол между $A_{3} A_{4}$ и $l_{1}$ равен углу между $A_{2} A_{3}$ и $l_{2}$. Аналогично стоятся точки $A_{5}, A_{6}, A_{7}$. Докажите, что $A_{7}=A_{1}$. Бильярдный стол имеет форму треугольника $A B C$. Бильярдный шар выпустили из некоторой точки $A_{1}$ стороны $A C$ под углом $A B C$ к этой стороне. Обозначим через $A_{2}, A_{3}, A_{4}, A_{5}, A_{6}, A_{7}$ точки, в которых шар последовательно ударялся о края стола. Докажите, что $A_{7}=A_{1}$. Через точку $A_{1}$ на стороне $A B$ треугольника $A B C$ провели прямую параллельно $B C$. Она пересекла $C A$ в точке $A_{2}$. Через $A_{2}$ провели прямую параллельно $A B$. Она пересекла $B C$ в точке $A_{3}$. Аналогично построили точки $A_{4}$, $A_{5}, A_{6}, A_{7}$. Докажите, что $A_{7}=A_{1}$.[^67] 0.7 . ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-522.jpg?height=1770&width=438&top_left_y=163&top_left_x=86) Теорема Паппа. a) Пусть прямые, содержащие стороны невыпуклого шестиугольника, попеременно проходят через две фиксированные точки. Тогда прямые, содержашие его диагонали, пересекаются в одной точке или параллельны. b) На плоскости отмечены красная $(R)$, зеленая $(G)$ и синяя $(B)$ точки (см. рисунок слева). Любая прямая, проходящая ровно через одну из этих точек, окрашена в цвет этой точки. Возьмем произвольную точку $O$ внутри треугольника $R G B$. Проведем через нее красную, зеленую и синюю прямые. На красной прямой возьмем произвольную точку $A_{1}$ внутри треугольника $R G B$. Проведем через нее зеленую прямую. Пусть она пересекла синюю прямую через точку $O$ в точке $A_{2}$. Через точку $A_{2}$ уже проведены зеленая и синяя прямая; проведем через $A_{2}$ красную прямую. Точку пересечения полученной красной прямой с зеленой прямой через точку $O$ обозначим $A_{3}$. Продолжая данное построение, получим точки $A_{4}, A_{5}, A_{6}, A_{7}$. Докажите, что $A_{7}=A_{1}$. Теорема Брианшона. a) Диагонали описанного шестиугольника пересекаются в одной точке. b) Дана окружность с центром $I$ и точка $O$ вне нее. Прямые, проходящие через центр $I$, окрашены в красный цвет. Касательные к окружности окрашены в зеленый и синий цвета в зависимости от того, в какой полуплоскости относительно прямой OI расположена точка касания (см. рисунок слева). На прямой $O I$ возьмем произвольную точку $A_{1}$. Проведем через нее зеленую прямую. Пусть она пересекла синюю прямую через точку $O$ в точке $A_{2}$. Через точку $A_{2}$ уже проведены зеленая и синяя прямые; проведем красную. Точку пересечения этой красной прямой с зеленой прямой через точку $O$ обозначим $A_{3}$. Аналогично получим точки $A_{4}, A_{5}, A_{6}, A_{7}$. Докажите, что $A_{7}=A_{1}$. Теорема Бляшке. На плоскости отмечены красная $(R)$, зеленая $(G)$ и синяя $(B)$ точки (см. рисунок слева). Любая окружность, проходящая ровно через две из этих точек, окрашена в цвет третьей. Возьмем произвольную точку $O$ внутри треугольника $R G B$. Проведем через нее красную, синюю и зеленую окружность. На красной окружности внутри треугольника $R G B$ возьмем произвольную точку $A_{1}$. Проведем через нее зеленую окружность. Пусть она пересекла синюю окружность через точку $O$ в точке $A_{2}$, отличной от $R$, $G$ и $B$. Через точку $A_{2}$ уже проведены зеленая и синяя окружность; проведем красную. Точку пересечения полученной красной окружности с зеленой окружностью через точку $O$, отличную от $R, G$ и $B$, обозначим $A_{3}$. Продолжая данное построение, получим точки $A_{4}, A_{5}, A_{6}, A_{7}$. Докажите, что $A_{7}=A_{1}$. ## Определение ткани ## Определение. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-522.jpg?height=214&width=286&top_left_y=2166&top_left_x=194) Пусть некоторые прямые на плоскости окрашены в красный, зеленый и синий цвета. Окрашенные прямые образуют (гексагональную) ткань, если для некоторого круга $\Omega$ на плоскости выполнены следующие 2 условия: Условие слоения: Через каждую точку круга $\Omega$ проходит ровно одна прямая каждого цвета, причем прямые разного цвета не совпадают. Условие замыкания (см. рисунок слева): Возьмем произвольную точку $O$ внутри круга $\Omega$. Проведем через нее красную, зеленую и синюю прямую. На красной прямой внутри круга $\Omega$ возьмем произвольную точку $A_{1}$. Проведем через нее зеленую прямую. Пусть она пересекла синюю прямую через точку $O$ в точке $A_{2}$. Через точку $A_{2}$ уже проведены зеленая и синяя прямая; проведем красную. Точку пересечения этой красной прямой с зеленой прямой через точку $O$ обозначим $A_{3}$. Продолжая это построение, получим точки $A_{4}, A_{5}, A_{6}, A_{7}$. Условие замыкания состоит в том, что если все указанные точки существуют и лежат внутри круга $\Omega$, то $A_{7}=A_{1}$. ## Пример. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-523.jpg?height=195&width=215&top_left_y=151&top_left_x=178) Замечание. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-523.jpg?height=177&width=397&top_left_y=440&top_left_x=104) Три множества прямых, параллельных сторонам фиксированного треугольника, образуют ткань. Из прямых, образующих ткань, всегда можно получить "триангуляцию" некоторой части плоскости. На рисунках мы будем всегда изображать именно такие триангуляции; как, например, на нижних маленьких рисунках к задачам $0.7-0.9$. Заменив в определении ткани слово "прямая" на слова "прямая или окружность", и потребовав в условии слоения, чтобы прямые и окружности не касались друг друга внути круга $\Omega$, получим определение ткани из прямых или окружностей. Проблема Бляшке (1920e). Найти все ткани из окружностей на плоскости. Заменив в определении ткани "круг на плокости" на "пересечение поверхности с некоторым шаром", получим определение ткани на поверхности. Замечание. Ткани из окружностей полностью описаны для всех поверхностей, за исключением плоскости и сферы [3]; некоторые примеры показаны на рисунке снизу. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-523.jpg?height=272&width=1696&top_left_y=1210&top_left_x=180) ## Замечание. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-523.jpg?height=449&width=328&top_left_y=1660&top_left_x=110) Интерес к изучению тканей увеличился в последнее время в связи с возможными приложениями в архитектуре. Важная задача современной архитектуры состоит в рационализаиии поверхностей свободной формы, то есть разбиения их на относительно простые панели. Один из подходов к рационализации - это конструкиии из дуг окружностей, то есть триангуляции поверхности дугами окружностей, полученные из некоторой ткани. На рисунке слева изображена подобная конструкция на Эйндховенском куполе, принадлежащая архитектору М. Фуксасу. ## 1 Ткани из прямых на плоскости Какие из следующих троек множеств прямых образуют ткань? Подсказка: можно использовать программу Geogebra для экспериментов и рисования картинок. 1.1. (R) Прямые, паралельных оси $O x$; (G) параллельные оси $O y$; (B) проходящие через начало координат $O$. 1.2. Три множества прямых, проходящих через три фиксированные попарно различные точки плоскости. Назовем единичной полуокружностьюо множество точек, координаты которых удовлетворяют условиям $x^{2}+y^{2}=1$ и $x>0$, а дополнительной к ней полуокружностью множество, заданное условиями $x^{2}+y^{2}=1$ и $x<0$. 1.3. (R) Прямые, касающиеся единичной полуокружности; (G) касающиеся дополнительной к ней полуокружности; (В) проходящие через начало координат $O$. 1.4. (R) Прямые, касающиеся единичной полуокружности; (G) касающиеся дополнительной к ней полуокружности; (B) проходящие через фиксированную точку. 1.5. (R) Прямые, паралельные оси $O x$; (G) параллельные оси $O y$; (B) касающиеся единичной полуокружности. 1.6. (R) Прямые, касающиеся единичной полуокружности; (G) проходящие через начало координат $O$; (B) паралельные оси $O x$. ## 2 Ткани из окружностей на плоскости ## 2.1. Приведите пример ткани из окружностей (с доказательством). Какие из следующих троек множеств прямых и окружностей образуют ткань? 2.2. (R) Прямые, касающиеся единичной полуокружности; (G) касающиеся дополнительной к ней полуокружности; (B) окружности с центром в начале координат. 2.3. (R) Прямые, касающиеся единичной полуокружности; (G) проходящие через начало координат; (B) окружности с центром в начале координат. 2.4. (R) Прямые, паралельные оси $O x$; (G) параллельные оси $O y$; (B) окружности, одновременно касающиеся отрезков $x=0,0 \leq y \leq 1$ и $x=1,0 \leq y \leq 1$. 2.5. (R) Прямые, проходящие через начало координат; (G) окружности, одновременно касающиеся отрезков $x=0,0 \leq y \leq 1$ и $y=0,0 \leq x \leq 1$; (B) окружности, одновременно касающиеся отрезков $x=0,2 \leq y \leq 4$ и $y=0,2 \leq x \leq 4$. 2.6. (R) Прямые, проходящие через начало координат; (G) окружности с центром в начале координат; (B) окружности, одновременно касающиеся отрезков $x=0,0 \leq y \leq 1$ и $y=0,0 \leq x \leq 1$. ## $33 \mathrm{D}$ Тором называется результат вращения окружности вокруг прямой, лежащей в ее плоскости, но не пересекающей саму окружность; см. рисунок внизу слева. Окружности, получающиеся как траектории отдельных точек, называются параллелями. Исходная окружность и все окружности, которые получаются из нее вращением, называются меридианами. Через каждую точку тора проходят еще две окружности, целиком лежащие на нем; они называются окружностлми Вилларсо (этим можно пользоваться без доказательства). ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-524.jpg?height=296&width=512&top_left_y=2050&top_left_x=774) 3.1. Параллели тора вместе с окружностями Вилларсо образуют ткань. 3.2. Меридианы тора вместе с окружностями Вилларсо образуют ткань. Гиперболоидом вращения называется результат вращения прямой вокруг скрещивающейся с ней прямой; см. рисунок вверху справа. Через каждую точку гиперболоида вращения проходят две прямые, лежащие на нем (этим можно пользоваться без доказательства). 3.3. Прямые, лежащие на гиперболоиде вращения, вместе с его параллелями образуют ткань. ## 4 Ткани из окружностей: общие конструкции Дополните данные множества красных и зеленых прямых до ткани, добавив некоторое множество синих a) прямых; b) окружностей (приведите как можно больше примеров таких множеств синих прямых или окружностей; постарайтесь найти все примеры и доказать, что других нет): 4.1. (R) Прямые, паралельных оси $O x$; (G) параллельные оси $O y$. 4.2. (R) Прямые, паралельных оси $O x ;(\mathrm{G})$ проходящие через начало координат $O$. Пучком прямых называется множество всех прямых, проходящих через фиксированную точку (вершину пучка) или параллельных фиксированной прямой. Пучком окружсностей называется множество окружностей, имеющих общую радикальную ось (см. рисунок внизу). Если пучок содержит "окружности" нулевого радиуса, то они называются предельными точками пучка (жирные точки на рисунке). ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-525.jpg?height=284&width=1198&top_left_y=760&top_left_x=430) 4.3. Пучок окружностей с двумя предельными точками и два пучка прямых с вершинами в этих точках вместе образуют ткань. Замечание. Все ткани, образованные тремя семействами окружностей, были найдены А. Шелеховым $[4$, Теорема 0.1]. В дальнейшем обобщёнными окружностями будем называть окружности и прямые. Обобщёнными дугами будем называть и дуги окружностей, окружности, отрезки, лучи и прямые. Тканъ из обобщенных дуг определяется аналогично ткани из окружностей и прямых. Следующая задача может оказаться полезной для решения задач разделов $1-3$. 4.4. Построение тканей с помощъю групп преобразований. Пусть выполнены следующие условия: - Для каждого $t \in \mathbb{R}$ задано взаимно-однозначное преобразование $R_{t}$ плоскости, переводящее обобщенные окружности в обобщенные окружности. Для любых $t, s \in \mathbb{R}$ и для любой точки $A$ выполняется, что $R_{t}\left(R_{s}(A)\right)=R_{t+s}(A)$. Для любой точки $A$ множество $\gamma_{A}=\left\{R_{t}(A): t \in \mathbb{R}\right\}$ представляет собой обобщённую дугу. - Через некоторую точку проведены две различные обобщённые дуги $\gamma_{1}, \gamma_{2}$. Для любой точки $A \in \gamma_{1}$ дугу $\gamma_{A}$ покрасим в красный цвет. Дуги $R_{t}\left(\gamma_{1}\right)$, где $t \in \mathbb{R}$, покрасим в зелёный цвет, дуги $R_{t}\left(\gamma_{2}\right)$, где $t \in \mathbb{R}$, покрасим в синий цвет. Известно, что цветные дуги имеют не более одной общей точки. - Существует круг $\Omega$, через каждую точку которого проходит ровно одна дуга каждого цвета. Тогда красные, синие и зеленые дуги образуют ткань. Следующая серия состоит из более трудных задач (за исключением самой первой). Если прямая на плоскости задается уравнением $p x+q y=1$, то назовем пару чисел $(p, q)$ коордuнатами этой прямой. 4.5. Все прямые, координаты которых удовлетворяют некоторому линейному уравнению, образуют пучок. 4.6. * Все прямые, координаты которых удовлетворяют некоторому уравнению второго порядка, либо касаются одной кривой, заданной уравнением второго порядка, либо образуют два пучка, либо один, либо пустое множество. 4.7. * Обобщенная теорема Паскаля. Три красные прямые пересекают три синие в 9 различных точках. Тогда если кривая, заданная уравнением третьего порядка, проходит через 8 из них, то она проходит и через девятую. 4.8. * Теорема Шаля. Девять прямых образуют шестиугольную конфигурацию как на рисунке снизу. Тогда если координаты 8 из этих прямых удовлетворяют уравнению третьего порядка, то и координаты девятой удовлетворяют тому же уравнению. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-526.jpg?height=286&width=259&top_left_y=254&top_left_x=887) Множество неокрашенных обобщенных окружностей назовем тканъю, если для некоторого круга $\Omega$ выполнены следующие условия: - Обобщенное условие слоения. Через каждую точку круга $\Omega$ проходит ненулевое конечное число обобщенных окружностей из нашего множества. - Часть обобщенных окружностей нашего множества можно окрасить в три цвета так, чтобы окрашенные обобщенные окружности образовали ткань в круге $\Omega$. 4.9. * Если множество прямых на плоскости удовлетворяют обобщенному условию слоения в некотором круге, а их координаты удовлетворяют некоторому уравнению третьего порядка, то эти прямые образуют ткань. 4.10. * Нормали к параболе образуют ткань. 4.11. * Прямые Симсона произвольного треугольника образуют ткань. В заключение приведем несколько трудных задач для исследования. 4.12. ** Теорема Графа-Зауэра ([2, 1]). Пусть множество прямых удовлетворяет обобщенному условию слоения в некотором круге. Тогда эти прямые образуют ткань тогда и только тогда, когда для некоторой декартовой системы координат на плоскости их координаты удовлетворяют одному уравнению 3 -й степени. Замечание. Этот результат позволяет найти все ткани из окружностей ортогональных фиксированной окружности [5]. Циклика задается уравнением вида $$ \lambda\left(x^{2}+y^{2}\right)^{2}+\left(x^{2}+y^{2}\right)(\mu x+\nu y)+Q(x, y)=0 $$ где $\lambda, \mu, \nu \in \mathbb{R}$, а $Q(x, y)$ - многочлен степени не выше 2 . Следующая задача адресована тем, кто знает определение комплексных точек и непрерывного семейства окружностей. 4.13. ** Теорема Вундерлиха ([6], см. рисунок внизу). Три непрерывных семейства окружностей дважды касаются некоторой циклики (возможно, в комплексных точках). Если эти семейства удовлетворяют обобщенному условию слоения в некотором круге, то они образуют ткань. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-526.jpg?height=334&width=382&top_left_y=2166&top_left_x=834) 4.14. *** Попробуйте придумать пример ткани из окружностей, отличный от приведенных выше. ## Благодарности. Авторы благодарны И. Богданову за полезные обсуждения. ## Список литературы [1] Wilhelm Blaschke and Gerrit Bol. Geometrie der Gewebe. Springer, 1938. [2] H. Graf and R. Sauer. Über dreifache Geradensysteme in der Ebene, welche Dreiecksnetze bilden. Sitz. Bayer. Akad. Math.-nat. Abt., pages 119-156, 1924. [3] Helmut Pottmann, Ling Shi, and Mikhail Skopenkov. Darboux cyclides and webs from circles. Computer Aided Geometric Design, 29(1):77 - 97, 2012. [4] A. M. Shelekhov. Classification of regular three-webs formed by pencils of circles. J. Math. Sciences, 143(6):3607-3629, 2007. [5] K. Strubecker. Über ein Klasse spezieller Dreiecksnetze aus Kreisen. Monaths. Math. Phys., 39:395-398, 1932. [6] W. Wunderlich. Über ein besonderes Dreiecksnetz aus Kreisen. Sitzungsber. Akad. Wiss. Wien, 147:385399, 1938. # Ткани из прямых и окружностей Алексей Заславский, Федор Нилов, Александр Полянский, Михаил Скопенков ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-528.jpg?height=708&width=780&top_left_y=560&top_left_x=638) ## Решения задач. Сформулируем лемму, которая поможет решить задачи $0.1,0.5,0.6$. Лемма 0. Пусть $A^{\prime} B^{\prime} C^{\prime}$ - чевианный треугольник некоторой точки относительно треугольника $A B C$ (то есть прямые $A A^{\prime}, B B^{\prime}, C C^{\prime}$ пересекаются в одной точке). Через произвольную точку $M_{1}$ на стороне $A C$ проведем прямую, параллельную $A^{\prime} B^{\prime}$, и найдем точку $M_{2}$ ее пересечения с $B C$; через $M_{2}$ проведем прямую, параллельную $A^{\prime} C^{\prime}$ до пересечения с $A B$ в точке $M_{3}$ и т.д. Тогда $M_{1}=M_{7}$. Доказательство . Если точка $M_{1}$ совпадает с точкой $B_{1}$, то точки $M_{4}$ и $M_{7}$ тоже совпадут с $B^{\prime}$. Иначе из теоремы Чевы получаем, что $\frac{\overline{A B^{\prime}}}{\overline{\prime^{\prime} C}} \frac{\overline{C A^{\prime}}}{A^{\prime} B} \overline{\frac{B C^{\prime}}{C^{\prime} A}}=1$. А из теоремы Фалеса $\frac{\overline{B^{\prime} C}}{\overline{C A^{\prime}}}=\frac{\overline{B^{\prime} M_{1}}}{\overline{M_{2} A^{\prime}}}, \frac{\overline{A^{\prime} B}}{\overline{B C^{\prime}}}=\frac{\overline{M_{2} A^{\prime}}}{\overline{C^{\prime} M_{3}}}, \frac{\overline{C^{\prime} A}}{\overline{A B^{\prime}}}=\frac{\overline{C^{\prime} M_{3}}}{\overline{M_{4} B^{\prime}}}$. Подставляя последние три равенства в первое, получаем, что: $\frac{\overline{B^{\prime} M_{1}}}{M_{4} B^{\prime}}=1$. Следовательно, точки $M_{1}$ и $M_{4}$ симметричны относительно точки $B^{\prime}$. Точно также доказывается, что $M_{4}$ и $M_{7}$ симметричны относительно точки $B^{\prime}$. Следовательно, $M_{1}=M_{7}$. Решение задач раздела 0. Решение задачи 0.1 Первое решение. Пусть $a, b, c$ - это длины сторон $B C, C A$ и $A B$ соответственно. Пусть $x$ направленная длина отрезка $A A_{1}$ (то есть длина отрезка $A A_{1}$, взятая с положительным знаком, если вектора $\overrightarrow{A A_{1}}, \overrightarrow{A B}$ сонаправлены, или с отрицательным знаком, если эти вектора противоположно направлены). Поскольку прямая $A_{1} A_{2}$ перпендикулярна биссектрисе угла $B A C$, то отсюда получаем $A A_{2}=A A_{1}=x$ (с учетом знака). Аналогично мы получаем, что $C A_{3}=C A_{2}=b-x, B A_{4}=a-b+x$, $A A_{5}=c-a+b-x, C A_{6}=a-c+x, A A_{7}=x$ (с учетом знака). То есть $A A_{7}=x=A A_{1}$ (с учетом знака), а это значит, что $A_{7}=A_{1}$. Второе решение. По лемме 0 для треугольника Жергонна. Решение задачи 0.2 В решениях задач $0.2,0.3$ и 0.4 рассматриваются углы между направлениями (векторами).[^68] Пусть $O$ - точка пересечения прямых $l_{1}, l_{2}, l_{3}$. Пусть $\left(l_{1}, l_{2}\right)=\varphi_{1,2},\left(l_{2}, l_{3}\right)=\varphi_{2,3},\left(O A_{1}, l_{1}\right)=\varphi$. Так как длины отрезков $O A_{i}$ одинаковы (при симметрии сохраняется длина), поэтому достаточно показать, что $\left(O A_{7}, l_{1}\right)=\left(O A_{1}, l_{1}\right)=\varphi$. Так как $\left(O A_{2}, l_{1}\right)=-\left(O A_{1}, l_{1}\right)=-\varphi$, то $\left(O A_{2}, l_{2}\right)=-\varphi+\varphi_{1,2}$. Поэтому $\left(O A_{3}, l_{2}\right)=\varphi-\varphi_{1,2}$. Отсюда получаем, что $\left(O A_{3}, l_{3}\right)=\varphi-\varphi_{1,2}+\varphi_{2,3}$. Поэтому $\left(O A_{4}, l_{3}\right)=-\varphi+\varphi_{1,2}-\varphi_{2,3}$. Отсюда получаем, что $\left(O A_{4}, l_{1}\right)=-\varphi+\varphi_{1,2}-\varphi_{2,3}-\varphi_{1,2}-\varphi_{2,3}=-\varphi-2 \varphi_{2,3}$. Действуя аналогично получаем, что $\left(O A_{7}, l_{1}\right)=-\left(O A_{4}, l_{1}\right)-2 \varphi_{2,3}=\varphi$. Решение задачи 0.3 Пусть $\left(l_{1}, l_{2}\right)=\varphi_{1,2},\left(l_{2}, l_{3}\right)=\varphi_{2,3}$ и $\left(l_{(1,2)}, l_{1}\right)=\varphi$, где $l_{(i, i+1)}$ - вектор, соединяющий точку $O$ с основанием проекции из $O$ на прямую $A_{i} A_{i+1}$. Так как расстояния от $O$ до всех $A_{i} A_{i+1}$ окажутся одинаковыми (при симметрии сохраняется длина), то достаточно показать, что $\left(l_{(7,8)}, l_{1}\right)=\left(l_{(1,2)}, l_{1}\right)=$ $\varphi$. Так как $\left(l_{(2,3)}, l_{1}\right)=-\varphi$. Поэтому $\left(l_{(2,3)}, l_{2}\right)=\left(l_{(2,3)}, l_{1}\right)+\left(l_{1}, l_{2}\right)=-\varphi+\varphi_{1,2}$. Аналогично $\left(l_{(3,4)}, l_{2}\right)=$ $\varphi-\varphi_{1,2}$. Поэтому $\left(l_{(3,4)}, l_{3}\right)=\left(l_{(3,4)}, l_{2}\right)+\left(l_{2}, l_{3}\right)=\varphi-\varphi_{1,2}+\varphi_{2,3}$. Аналогично $\left(l_{(4,5)}, l_{3}\right)=-\varphi+\varphi_{1,2}-\varphi_{2,3}$. Поэтому $\left(l_{(4,5)}, l_{1}\right)=\left(l_{(4,5)}, l_{3}\right)+\left(l_{1}, l_{3}\right)=-\varphi+\varphi_{1,2}-\varphi_{2,3}+\left(-\varphi_{1,2}-\varphi_{2,3}\right)=-\varphi-2 \varphi_{2,3}$. Действуя аналогично получаем, что $\left(l_{(7,8)}, l_{1}\right)=-\left(l_{(4,5)}, l_{1}\right)-2 \varphi_{2,3}=\varphi$. Решение задачи 0.4. Пусть $\left(l_{1}, l_{2}\right)=\varphi_{1,2},\left(l_{2}, l_{3}\right)=\varphi_{2,3},\left(A_{1} A_{2}, l_{1}\right)=\varphi$. Так как радиусы описанных окружностей около треугольников $O A_{i} A_{i+1}$ равны между собой (это следует из теоремы синусов), то достаточно показать, что $\left(A_{7} A_{6}, l_{3}\right)=-\left(A_{1} A_{2}, l_{2}\right)=-\varphi-\varphi_{1,2}$ (из обратной теоремы синусов). Так как $\left(A_{3} A_{2}, l_{3}\right)=-\left(A_{1} A_{2}, l_{1}\right)=-\varphi$. Поэтому $\left(A_{3} A_{2}, l_{2}\right)=-\varphi-\varphi_{2,3}$. Так как $\left(A_{3} A_{4}, l_{1}\right)=$ $-\left(A_{3} A_{2}, l_{2}\right)=\varphi+\varphi_{2,3}$. Поэтому $\left(A_{3} A_{4}, l_{3}\right)=\varphi+\varphi_{1,2}+\varphi_{2,3}+\varphi_{2,3}$. Так как $\left(A_{5} A_{4}, l_{2}\right)=-\left(A_{3} A_{4}, l_{3}\right)=$ $-\varphi-\varphi_{1,2}-2 \varphi_{2,3}$. Поэтому $\left(A_{5} A_{4}, l_{1}\right)=-\varphi-\varphi_{1,2}-2 \varphi_{2,3}-\varphi_{1,2}$. Так как $\left(A_{5} A_{6}, l_{3}\right)=-\left(A_{5} A_{4}, l_{1}\right)=$ $\varphi+2 \varphi_{1,2}+2 \varphi_{2,3}$. Поэтому $\left(A_{5} A_{6}, l_{2}\right)=\varphi+2 \varphi_{1,2}+2 \varphi_{2,3}-\varphi_{2,3}$. Так как $\left(A_{7} A_{6}, l_{1}\right)=-\left(A_{5} A_{6}, l_{2}\right)=$ $-\varphi-2 \varphi_{1,2}-\varphi_{2,3}$. Поэтому $\left(A_{7} A_{6}, l_{3}\right)=-\varphi-2 \varphi_{1,2}-\varphi_{2,3}+\varphi_{1,2}+\varphi_{2,3}=-\varphi-\varphi_{1,2}$. ## Решение задачи 0.5. По лемме 0 для ортотреугольника. ЗАмЕчАниЕ. Условие задачи можно сформулировать следующим образом. Пусть точка $A_{1}$ лежит на прямой $A B$. Окружность, описанная около треугольника $A_{1} A C$, пересекает прямую $B C$ в точке $A_{2}$. Окружность, описанная около треугольника $A_{2} B A$, пересекает прямую $C A$ в точке $A_{3}$ и т.д. Докажите, что $A_{1}=A_{7}$. ## Решение задачи 0.6 По лемме 0 для серединного треугольника. ## Решение задачи 0.7 a) В несколько другой, эквивалентной, формулировке теорема Паппа доказывается в книге [1, Глава 1$]$. б) Рассмотрим шестиугольник $A_{1} A_{2} A_{3} A_{6} A_{5} A_{4}$ : прямые $A_{1} A_{2}, A_{3} A_{6}, A_{5} A_{4}$ пересекаются в точке $R$, а прямые $A_{4} A_{1}, A_{2} A_{3}, A_{6} A_{5}$ в точке $G$. Следовательно "диагонали" $A_{2} A_{5}, A_{3} A_{4}$ (последние две прямые уже пересекаются в точке $B$ ) и $A_{6} A_{1}$ в одной точке (то есть в точке $B$ ). Следовательно $A_{7}=A_{1}$. Решение задачи 0.8 a) Теорема Брианшона доказывается в книге $[1$, Глава 1]. б) Несложно убедиться, что прямые $A_{4} A_{5}, A_{5} A_{6}, A_{6} A_{7}$ симметричны $A_{4} A_{3}, A_{3} A_{2}, A_{2} A_{1}$ относительно прямой $O I$. Следовательно $A_{1}=A_{7}$. Решение задачи 0.9 Первое решение (Д. Якутов). Давайте посчитаем угол $\angle G A_{4} R$ : $$ \begin{aligned} \angle G A_{4} R & =\pi-\angle G A_{4} B-\angle B A_{4} R \\ & =\pi-\angle G O B-\angle B A_{5} R \\ & =\pi-\angle G O B-\left(\pi-\angle G A_{5} R-\angle G A_{5} B\right) \\ & =\angle G A_{5} R+\angle G A_{5} B-\angle G O B \\ & =\angle G O R-\angle G O B+\angle G A_{6} B \\ & =\angle G O R-\angle G O B+\left(\pi-\angle G A_{6} R-\angle B A_{6} R\right) \\ & =\angle G O R-\angle G O B+\left(\pi-\angle G A_{7} R-\angle B O R\right) \\ & =(\pi-\angle B O R-\angle G O B+\angle G O R)-\angle G A_{7} R . \end{aligned} $$ Следовательно, $\angle G A_{4} R+\angle G A_{7} R=\pi-\angle B O R-\angle G O B+\angle G O R$. По аналогичным соображениям $\angle G A_{1} R+\angle G A_{4} R=\pi-\angle B O R-\angle G O B+\angle G O R$. А значит, $\angle G A_{1} R=\angle G A_{7} R$. Также $\angle G A_{1} B=\angle G O B=\angle G A_{7} B$. Тогда точки $G, B, A_{1}, A_{7}$ - на одной окружности, и точки $G, R, A_{1}, A_{7}$ - тоже на одной окружности. Но эти две окружности имеют не более двух точек пересечения, одна из которых $G$, при этом $A_{1} \neq G$ и $A_{7} \neq G$, откуда следует, что $A_{1}=A_{7}$. Bторое решение. Совершим инверсию с центром в точке $O$ и произвольным радиусом. В результате красная, синяя и зеленая окружности перейдут в прямые. Пусть красная точка перейдет в точку $C$, синяя в точку $A$, а зеленая в точку $B$. Теперь будем следить за точками $A_{i}$. Через точку $A_{1}$ ( $\in A B$ ) мы проводим зеленую (то есть проходящую через $A$ и $C$ ) окружность, которая пересекается в точке $A_{2}$ с синей "окружностью" - прямой $B C$. Через точку $A_{2}$ проводим красную окружность, которая пересекается в точке $A_{3}$ с зеленой "окружностью" - прямой $A C$. Через точку $A_{3}$ проводим синюю окружность до пересечения в $A_{4}$ с красной "окружностью" - прямой $A B$ и т.д. Таким образом, мы получили переформулировку задачи 0.5 , описанную в замечании к решению той задачи. Значит $A_{1}=A_{7}$. ## Решение задач раздела 1. Большинство решений задач разделов $1,2,3$ опираются на результат задачи 4.4. Решение задачи 1.1. Будем использовать результат задачи 4.4. - Для каждого $t \in \mathbb{R}$ зададим гомотетию $H_{O}^{2^{t}}$ с центром в начале координат $O$ и коэффициентом $2^{t}$. Несложно проверить, что для любой точки $A$ выполняется $H_{O}^{2^{t+s}}(A)=H_{O}^{2^{t}}\left(H_{O}^{2^{s}}(A)\right)$. Множество $\gamma_{A}$ тогда представляет собой лучи, выходящие из начала координат. - Проведем через точку $A(1,1)$ прямые $y=1$ (это $\gamma_{1}$ ) и $x=1$ (это $\gamma_{2}$ ). Через каждую точку $B \in \gamma_{1}$ проведем луч $\gamma_{B}$. Покрасим такие лучи в красный цвет. Теперь покрасим в зеленый и синие цвета прямые $H_{O}^{2^{t}}\left(\gamma_{1}\right)$ и $H_{O}^{2^{t}}\left(\gamma_{2}\right)$ соответственно, то есть будут прямые, параллельные осям $O x$ и $O y$. Очевидно, что любые цветные лучи или прямые не пересекаются. - Рассмотрим круг радиуса 1 с центром в точке $(1 ; 1)$. Несложно убедиться, что через каждую точку этого круга можно провести ровно одну прямую (или луч) каждого цвета. Следовательно, из задачи 4.4 получаем, что данные лучи и прямые образуют ткань. Нетрудно убедиться, что и предложенные в условии задачи цветные прямые тоже образуют ткань. ## Решение задачи 1.2. Первое решение. Из решением задачи 0.7б) следует, что это ткань. Bторое решение. Сведём данную задачу к задаче 1.1. Для этого совершим проективное преобразование, переводящее прямую, проходящую через две фиксированные точки, в бесконечно удалённую прямую. Решение задачи 1.3. Из решения задачи 0.8б) следует, что это ткань. ## Решение задачи 1.4. Из решения задачи $0.8 \mathrm{a}$ ) следует, что это ткань. Решение задачи 1.5. Указанные прямые не образуют ткань. Решение задачи 1.6. Указанные прямые не образуют ткань. ## Решение задач раздела 2. Решение задачи 2.1. В качестве примера возьмём образ при инверсии ткани из прямых, параллельных сторонам треугольника. Решение задачи 2.2. Первое решение (Е. Стрельцова). Докажем, что данные прямые и окружности образуют ткань; см. рисунок снизу. Выберем круг в правой верхней четверти плоскости так, чтобы он не имел общих точек с единичным кругом и находился выше прямой $y=1$. Радиус круга возьмем $<1$. Теперь через каждую точку круга проходит ровно одна красная и ровно одна зеленая прямые,так как из любой точки можно провести ровно одну касательную каждого цвета. Через каждую точку $T$ проходит ровно одна окружность с центром в начале координат $(Z)$, потому что с фиксированным радиусом $(Z T)$ и с фиксированным центром $(Z)$ можно провести ровно одну окружность. Окружности с центром $Z$ не могут совпасть с касательными к единичной окружности. А зеленые и красные прямые не могут совпасть, так как круг выше прямой $y=1$. Концентрические окружности не могут касаться друг друга. А зеленые и красные прямые не могут касаться окружностей с центром Z, потому что у этих окружностей радиус $>1$ и так как выбранный круг не имеет с единичным общих точек. Касательные пересекают эти окружности, так как проходят через точки внутри кругов (заключенных этими окружностями), которые полностью содержат единичный круг. Значит, условие слоения выполняется. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-531.jpg?height=611&width=882&top_left_y=1419&top_left_x=147) Зеленая $(a)$ и красная $(b)$ прямые через точку $O$ симметричны относительно прямой $Z O$. Значит, $A_{3}=S_{Z O}\left(A_{4}\right)$. Тогда красная прямая через $A_{3}$ симметрична зеленой прямой через $A_{4}$ относительно прямой $Z O$. Поэтому $A_{2}=S_{Z O}\left(A_{5}\right)$. Получаем, что зеленая прямая через $A_{2}\left(b^{\prime}\right)$ симметрична красной прямой через $A_{5}\left(a^{\prime}\right)$. Далее, $a=S_{Z O}\left(a^{\prime}\right), b=S_{Z O}\left(b^{\prime}\right)$. Поэтому $A_{6}=a \cap a^{\prime}=S_{Z O}\left(b \cap b^{\prime}\right)=S_{Z O}\left(A_{1}\right)$. Значит, $A_{6}=S_{Z O}\left(A_{1}\right)$. Тогда $Z A_{6}=S_{Z O}\left(Z A_{1}\right)$. Следовательно, $Z A_{6}=Z A_{1}$, то есть синяя окружность через точку $A_{6}$ проходит через точку $A_{1}$. Мы проверили, что выполняется условие замыкания. Второе решение. Будем использовать результат задачи 4.4. - Для каждого $t \in \mathbb{R}$ зададим поворот $R_{O}^{\pi t}$ вокруг начала координат $O$ на угол $\pi t$. Несложно проверить, что для любой точки $A$ выполняется $R_{O}^{\pi(t+s)}(A)=R_{O}^{\pi t}\left(R_{O}^{\pi s}(A)\right)$, где $t, s \in \mathbb{R}$. Множество $\gamma_{A}$ тогда представляет собой дуги окружностей с центром в начале координат. - Проведем через точку $A(0,2)$ лучи $y=\sqrt{3} x+2, x>-\sqrt{3} / 2$ (это $\gamma_{1}$ ) и $y=-\sqrt{3} x+2, x<\sqrt{3} / 2$ (это $\gamma_{2}$ ). Эти касательные к единичной полуокружности. Через каждую точку $B \in \gamma_{1}$ проведем дугу $\gamma_{B}$ окружности с началом в начале координат. Покрасим такие дуги в красный цвет. Теперь покрасим в зеленый и синие цвета лучи $R_{O}^{\pi t}\left(\gamma_{1}\right)$ и $R_{O}^{\pi t}\left(\gamma_{2}\right)$ соответственно, то есть это лучи, являющиеся касательными к единичными полуокружностям. - Рассмотрим круг радиуса $1 / 2$ с центром в точке $(0 ; 2)$. Несложно убедиться, что через каждую точку этого круга можно провести ровно одну дугу или луч каждого цвета. Следовательно, из задачи 4.4 получаем, что данные дуги и лучи образуют ткань. Нетрудно убедиться, что и предложенные в условии задачи цветные прямые и окружности тоже образуют ткань. ## Решение задачи 2.3. Будем использовать результат задачи 4.4. - Для каждого $t \in \mathbb{R}$ зададим поворот $R_{O}^{\pi t}$ вокруг начала координат $O$ на угол $\pi t$. Несложно проверить, что для любой точки $A$ выполняется $R_{O}^{\pi(t+s)}(A)=R_{O}^{\pi t}\left(R_{O}^{\pi s}(A)\right)$, где $t, s \in \mathbb{R}$. Множество $\gamma_{A}$ тогда представляет собой дугу окружности с центром в начале координат. - Проведем через точку $A(0,2)$ лучи $y=\sqrt{3} x+2, x>-\sqrt{3} / 2$ (это $\gamma_{1}$ ) и $x=0, y>0$ (это $\gamma_{2}$ ). Это касательная к единичной полуокружности и луч, выходящий из начало координат. Через каждую точку $B \in \gamma_{1}$ проведем дугу $\gamma_{B}$ окружности с началом в начале координат. Покрасим такие дуги в красный цвет. Теперь покрасим в зеленый и синие цвета лучи $R_{O}^{\pi t}\left(\gamma_{1}\right)$ и $R_{O}^{\pi t}\left(\gamma_{2}\right)$ соответственно. - Рассмотрим круг радиуса $1 / 2$ с центром в точке $A(0 ; 2)$. Несложно убедиться, что через каждую точку этого круга можно провести ровно одну прямую каждого цвета. Следовательно, из задачи 4.4 получаем, что данные лучи и дуги образуют ткань. Нетрудно убедиться, что и предложенные в условии задачи цветные прямые и окружности тоже образуют ткань. Решение задачи 2.4. Будем использовать результат задачи 4.4. - Для каждого $t \in \mathbb{R}$ зададим параллельный перенос $T_{(0, t)}$ на вектор $(0, t)$. Несложно проверить, что для любой точки $A$ выполняется $T_{(0, t+s)}(A)=T_{(0, t)}\left(T_{(0, s)}(A)\right)$, где $t, s \in \mathbb{R}$. Множество $\gamma_{A}$ тогда представляет собой прямые, параллельные оси $O y$. - Проведем через точку $A(1 / 2+1 / \sqrt{8}, 1 / 2+1 / \sqrt{8})$ дугу окружности $(x-1 / 2)^{2}+(y-1 / 2)^{2}=$ $1 / 4, x>1 / 2, y>1 / 2$ (это $\gamma_{1}$ ) и прямую $y=1 / 2+1 / \sqrt{8}$ (это $\left.\gamma_{2}\right)$. Через каждую точку $B \in \gamma_{1}$ проведем прямые $\gamma_{B}$, параллельные оси $O y$. Покрасим такие прямые в красный цвет. Теперь покрасим в зеленый и синие цвета дуги $T_{(0, t)}\left(\gamma_{1}\right)$ и прямые $T_{(0, t)}\left(\gamma_{2}\right)$ соответственно. - Рассмотрим круг радиуса $1 / 2-1 / \sqrt{8}$ с центром в точке $A(1 / 2+1 / \sqrt{8} ; 1 / 2+1 / \sqrt{8})$. Несложно убедиться, что через каждую точку этого круга проходит ровно одна дуга обобщенной окружности каждого цвета. Следовательно, из задачи 4.4 получаем, что данные дуги образуют ткань. Из этого следует, что и предложенные в условии задачи цветные прямые и окружности тоже образуют ткань. Решение задачи 2.5. Действуем в соответствии с задачей 4.4. В качестве преобразований рассмотрим гомотетии с центром в начале координат. Тогда красные прямые - прямые, проходящие через начало координат. Зеленые окружности - окружности, касающиеся первой пары отрезков. Синие окружности окружности, касающиеся другой пары указанных отрезков. Из задачи 4.4 получаем, что рассматриваемые прямые и подходящие дуги рассматриваемых окружностей образуют ткань. Решение задачи 2.6. Действуем в соответствии с задачей 4.4. В качестве преобразований рассмотрим гомотетии с центром в начале координат. Тогда красные прямые - прямые, проходящие через начало координат. Зеленые окружности - окружности, с центром в начале координат. Синие окружности - окружности, касающиеся пары указанных отрезков. Из задачи 4.4 получаем, что рассматриваемые множества прямых и окружностей образуют ткань. Из этого следует, что и предложенные в условии задачи цветные прямые и окружности тоже образуют ткань. Решение задач раздела 3. Можно решить задачу, аналогичную задаче 4.4, и для тора и для гиперболоида вращения. Решение задачи 3.1. Действуем в соответствии с задачей 4.4. В качестве преобразований рассмотрим повороты вокруг оси вращения. Тогда красные окружности - параллели. Зеленые и синие окружности - окружности Вилларсо. Из задачи 4.4 получаем, что рассматриваемые множества прямых и окружностей образуют ткань. Решение задачи 3.2. Рассмотрим точку $O$. Проведем через неё меридиану $\gamma_{1}$ и окружности Вилларсо $\gamma_{2}, \gamma_{3}$. Все меридианы покрасим в красный цвет, окружности Вилларсо, получаемые из $\gamma_{2}$ поворотом, покрасим в зеленый цвет, окружности Вилларсо, получаемые из $\gamma_{3}$ поворотом, покрасим в синий цвет. Рассмотрим шар с центром в точке $O$ и радиуса $R<\frac{r}{100}\left(r-\right.$ расстояние между $\gamma_{1}$ и осью вращения). Внутри него две окружности Вилларсо пересекаются не более, чем в одной точке. Пересечение шара и тора обозначим через $\Omega$. Рассмотрим произвольную точку $O^{\prime}$, лежащую в $\Omega$. Проведем через неё красный меридиан $w_{1}$, синюю окружность $w_{2}$ и зеленую окружность $w_{3}$. Пусть все точки $A_{i}$, которые будут получаться в результате постороения будут лежать в $\Omega$. Пусть выбрана точка $A_{1} \in w_{1}$. Проведём через неё зеленую окружность $w_{2}^{\prime}$. Получим точку $A_{2}$ пересечения $w_{2}^{\prime}$ и $w_{3}$. Построим через точку $A_{2}$ красную окружность $w_{1}^{\prime}$. Получаем точку $A_{3}$ пересечения $w_{1}^{\prime}$ и $w_{2}$. Построим через точку $A_{3}$ синюю окружность $w_{3}^{\prime}$. Получим точку $A_{4}$ пересечения $w_{3}^{\prime}$ и $w_{1}$. Проведём через $A_{4}$ зеленую окружность $w_{2}^{\prime \prime}$. Получим точку $A_{5}$ пересечения $w_{2}^{\prime \prime}$ и $w_{3}$. Построим через точку $A_{5}$ красную окружность $w_{1}^{\prime \prime}$. Получаем точку $A_{5}$ пересечения $w_{1}^{\prime \prime}$ и $w_{2}$. Построим через точку $A_{6}$ синюю окружность $w_{3}^{\prime \prime}$. Получим точку $A_{7}$ пересечения $w_{3}^{\prime \prime}$ и $w_{1}$. Пусть $\alpha$ плоскость, содержащая окружность $w_{1}$. Несложно убедиться, что окружности $w_{3}^{\prime}, w_{1}^{\prime}, w_{2}^{\prime}$ симметричны $w_{2}^{\prime \prime}, w_{1}^{\prime \prime}, w_{3}^{\prime \prime}$ относительно плоскости $\alpha$. Следовательно, $A_{1}=A_{7}$. Решение задачи 3.3. Действуем в соответствии с задачей 4.4. В качестве преобразований рассмотрим повороты вокруг оси вращения. Тогда красные окружности - параллели. Зеленые и синие окружности - прямые, лежащие в гиперболоиде вращения. Из задачи 4.4 получаем, что рассматриваемые множества прямых и окружностей образуют ткань. ## Указания и решения задач раздела 4. Указание к задаче 4.1. Перечислим несколько возможных примеров множеств синих обобщённых окружностей: - (В) произвольный пучок прямых (Задачи 1.1 и 1.2); - (В) концентрические окружности; - (B) дуги окружностей, полученные из некоторой одной дуги с помощью параллельного переноса вдоль оси $O x$ или $O y$ (Задача 4.3); Из теоремы Графа-Зауэра (Задача 4.12) следует, что не существует других примеров синих прямых. Из классификации Шелехова всех тканей, образованных пучками окружностей, [3, Теорема 0.1] следует, что не существует других примеров, для которых множество синих окружностей является пучком. Описание всех возможных примеров синих окружностей, не обязательно состоящих из пучков, является открытой проблемой. Указание к задаче 4.2. Перечислим несколько возможных примеров множеств синих обобщённых окружностей: - (В) произвольный пучок прямых (Задачи 1.1 и 1.2 ); - (В) пучок окружностей с предельной точкой в начале координат $O$ и общей радикальной осью параллельной оси $O x$. - (B) дуги окружностей, полученные из некоторой одной дуги с помощью гомотетий с центром в начале координат (Задача 4.3). Из теоремы Графа-Зауэра (Задача 4.12) следует, что не существует других примеров синих прямых. Из классификации Шелехова всех тканей, образованных пучками окружностей, [3, Теорема 0.1] следует, что не существует других примеров, для которых множество синих окружностей является пучком. Описание всех возможных примеров синих окружностей, не обязательно состоящих из пучков, является открытой проблемой. Указание к задаче 4.3. Рассмотрим инверсию с центром в одной из предельных точек. Полученные пучки обобщенных окружностей образуют ткань по задаче 4.4 . Решение задачи 4.4. Условие слоения выполняется в соответствии с третьим условием задачи. Покажем, что выполняется условие замыкания. Возьмём произвольную точку $O$ внутри круга. Проведем через нее красную $\left(w_{1}\right)$, зеленую $\left(w_{2}\right)$ и синюю $\left(w_{3}\right)$ дуги обобщённых окружностей. Пусть все точки $A_{i}$, которые будут получаться в результате построения будут лежать в $\Omega$. Пусть точка $A_{1} \in w_{1}$ и $t \in \mathbb{R}$ таково, что $R_{t}(O)=A_{1}$ (в соответствии с первым условием леммы такое $t$ найдётся: пусть $w_{1}=\gamma_{X}$ для некоторой точки $X \in \gamma_{1}$, тогда существуют такие $y, z \in \mathbb{R}$, что $R_{y}(X)=O$ и $R_{z}(X)=A_{1}$, тогда $R_{z-y}(O)=R_{z-y}\left(R_{y}(X)\right)=R_{z}(X)=$ $A_{1}$, то есть $\left.t=z-y\right)$. Проведём через точку $A_{1}$ зеленую дугу $w_{2}^{\prime}$ обобщённой окружности. Получим точку $A_{2}$ пересечения $w_{2}^{\prime}$ и $w_{3}$. Построим через точку $A_{2}$ красную дугу $w_{1}^{\prime}$ обобщённой окружности. Получим точку $A_{3}$ пересечения $w_{1}^{\prime}$ и $w_{2}$. Построим через точку $A_{3}$ синюю дугу $w_{3}^{\prime}$ обобщённой окружности. Получим точку $A_{4}$ пересечения $w_{3}^{\prime}$ и $w_{1}$. И т.д. Теперь покажем, что $R_{t}(O)=A_{7}$, отсюда будет следовать, что $A_{1}=A_{7}$. Нам известно, что $R_{t}(O)=A_{1}$, поэтому $R_{t}\left(w_{2}\right)=w_{2}^{\prime}$ (это верно в связи с тем, что $R_{t}\left(w_{2}\right)-$ зеленая дуга, проходящая через $A_{1}$, а зеленых дуг, кроме $w_{2}^{\prime}$, проходящих через точку $A_{1}$, нет), следовательно, $R_{t}\left(A_{3}\right) \in w_{2}^{\prime} \cap w_{1}^{\prime}=A_{2}$. Так как $R_{t}\left(A_{3}\right)=A_{2}$, то $R_{t}\left(A_{4}\right)=O$ (из аналогичных соображений). Так как $R_{t}\left(A_{4}\right)=O$, то $R_{t}\left(A_{5}\right)=A_{6}$. Так как $R_{t}\left(A_{5}\right)=A_{6}$, то $R_{t}(O)=A_{7}$. Задача решена. Указание к задачам 4.5-4.6. Данные задачи рассматриваются в [4]. Указание г задаче 4.7. Решение данной задачи дано в книге Прасолова и Соловьёва [2]. Указание. Пусть уравнения красных прямых $-a_{1} x+b_{1} y-1=0, a_{2} x+b_{2} y-1=0, a_{3} x+b_{3} y-1=0$, а уравнения синих $-c_{1} x+d_{1} y-1=0, c_{2} x+d_{2} y-1=0, c_{3} x+d_{3} y-1=0$. Докажите, что тогда уравнение кривой можно записать в виде $$ p\left(a_{1} x+b_{1} y-1\right)\left(a_{2} x+b_{2} y-1\right)\left(a_{3} x+b_{3} y-1\right)+q\left(c_{1} x+d_{1} y-1\right)\left(c_{2} x+d_{2} y-1\right)\left(c_{3} x+d_{3} y-1\right)=0 $$ для некоторых действительных чисел $p$ и $q$. Указание к задаче 4.8. Эта задача получается из предыдущей с помощью проективной двойственности. Указание к задаче 4.9. Использовать задачу 4.8 . Указание к задачам 4.10-4.11. Использовать задачу 4.9. Рисунок к задаче 4.10, принадлежащий А. Ганеийану Себдани и Е. Ашуриуну, приводится на первой странице решений. ## Список литературы [1] Zaslavsky A.A. Akopyan A.V. Geometry of conics. AMS, 2007. [2] V. Prasolov and Yu. Soloviev. Elliptic functions and algebraic equations. Moscow: Factorial, 1997. [3] A. M. Shelekhov. Classification of regular three-webs formed by pencils of circles. J. Math. Sciences, 143(6):3607-3629, 2007. [4] S. L. Tabachnikov. Geometry of equations. Kvant, 10, 1988. in Russian. ## 0.9 Теорема Бляшке (Вовченко Владислав) Пусть $R_{1} G_{1} B_{1}$ равносторонний треугольник с высотой 1 . Тогда для каждой внутренней точки $R_{1} G_{1} B_{1}$ сумарное расстояние ее до сторон $R_{1} G_{1}$, $G_{1} B_{1}$ и $R_{1} B_{1}$ будет равно 1. Пусть функция $f$ определена на множестве внутренних точек $R G B$ такая, что для точки $\mathrm{X}$ внутри $R G B$ (обозначем углы $R X G, G X B$ и $R X B \alpha, \beta, \mu$ соответственно) $f(X)$ точка внутри $R_{1} G_{1} B_{1}$ такая, что расстояние $f(X)$ до сторон $R_{1} G_{1}, G_{1} B_{1}$ и $R_{1} B_{1}$ будет $\frac{\alpha}{2 \pi}, \frac{\beta}{2 \pi}$ и $\frac{\mu}{2 \pi}$ соответственно. Тогда зеленые дуги перейдут в паралельные отрезки и аналогично для красных и синих дуг. Тогда $f\left(A_{1}\right)=f\left(A_{7}\right)$, значит $\mathrm{A}_{1}=\mathrm{A}_{7}$. Что и требовалось доказать. ## Webs from lines and circles Alexey Zaslavskiy, Fedor Nilov, Alexander Polyanskiy, Mikhail Skopenkov ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-537.jpg?height=578&width=1726&top_left_y=470&top_left_x=170) ## Closure with period 6 0.1 . ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-537.jpg?height=217&width=280&top_left_y=1174&top_left_x=160) 0.2 . ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-537.jpg?height=220&width=277&top_left_y=1426&top_left_x=178) 0.3 . ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-537.jpg?height=286&width=325&top_left_y=1676&top_left_x=180) 0.4 . ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-537.jpg?height=292&width=325&top_left_y=1987&top_left_x=183) 0.5 . ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-537.jpg?height=203&width=297&top_left_y=2286&top_left_x=183) 0.6 . ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-537.jpg?height=214&width=302&top_left_y=2509&top_left_x=183) Through a point $A_{1}$ belonging to the side $A B$ of a triangle $A B C$ one draws a line orthogonal to the bissector of the angle $A$. The drawn line intersects the side $A C$ at a point $A_{2}$. Through the point $A_{2}$ one draws a line orthogonal to the bissector of the angle $C$. The line intersects the side $C B$ at a point $A_{3}$. Analogously one gets points $A_{4}, A_{5}, A_{6}, A_{7}$. Prove that $A_{7}=A_{1}$. Three lines $l_{1}, l_{2}, l_{3}$ have a common point. Let $A_{1}$ be an arbitrary point of the plane. The points $A_{2}, A_{3}, A_{4}, A_{5}, A_{6}, A_{7}$ are obtained from $A_{1}$ by consecutive. reflections with respect to the lines $l_{1}, l_{2}, l_{3}$, and then $l_{1}, l_{2}, l_{3}$ again. Prove that $A_{7}=A_{1}$. Three lines $l_{1}, l_{2}, l_{3}$ have a common point. On the lines $l_{1}$ and $l_{2}$ one takes arbitrary points $A_{1}$ and $A_{2}$, respectively. The point $A_{3}$ is the intersection of the line $l_{3}$ and the line symmetric to $A_{1} A_{2}$ with respect to $l_{2}$. The point $A_{4}$ is the intersection of the line $l_{1}$ and the line symmetric to $A_{2} A_{3}$ with respect to $l_{3}$. Analogously one gets the points $A_{5}, A_{6}, A_{7}$. Prove that $A_{7}=A_{1}$. The $F$. Petrov Theorem. Three rays $l_{1}, l_{2}, l_{3}$ have a common starting point $O$. Take arbitrary points $A_{1}$ and $A_{2}$ on the rays $l_{1}$ and $l_{2}$, respectively. Take a point $A_{3}$ on the ray $l_{3}$ such that the angle between $A_{2} A_{3}$ and $l_{3}$ equals the angle between $A_{1} A_{2}$ and $l_{1}$. Take a point $A_{4}$ on the ray $l_{1}$ such that the angle between $A_{3} A_{4}$ and $l_{1}$ equals the angle between $A_{2} A_{3}$ and $l_{2}$. Analogously get the points $A_{5}, A_{6}, A_{7}$. Prove that $A_{7}=A_{1}$. A billiard table has the shape of a triangle $A B C$. A billiard ball starts its movement from a point $A_{1}$ of the side $A C$ under the angle $A B C$ to the side. Denote by $A_{2}$, $A_{3}, A_{4}, A_{5}, A_{6}, A_{7}$ the points where the ball consecutively hits the borders of the table. Prove that $A_{7}=A_{1}$. Through a point $A_{1}$ on the side $A B$ of a triangle $A B C$ one draws a line parallel to $B C$. The line intersects $C A$ at a point $A_{2}$. Through the point $A_{2}$ one draws a line parallel to $A B$. The drawn line intersects $B C$ at a point $A_{3}$. Analogously one gets the points $A_{4}, A_{5}, A_{6}, A_{7}$. Prove that $A_{7}=A_{1}$.[^69] 0.7 . ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-538.jpg?height=1838&width=426&top_left_y=152&top_left_x=84) The Pappus Theorem. a) Suppose that the lines containing the sides of a nonconvex hexagon pass alternately through two fixed points. Then the lines containg the diagoinals either have a common point or are parallel to each other. b) A red $(R)$, a green $(G)$ and a blue $(B)$ points are marked in the plane (see the figure to the left). Each line passing through exactly one of the marked point is paint the same color as the point. Take an arbitrary point $O$ inside the triangle $R G B$. Draw the red, the green, and the blue line through the point. On the red line take an arbitrary point $A_{1}$ inside the triangle $R G B$. Draw the green line through the point. Suppose that the green line intersects the blue line through the point $O$ at a point $A_{2}$. The green and the blue line through the point $A_{2}$ have already been drawn; draw the red line through $A_{2}$. The intersection point of the obtained red line with the green line through the point $O$ is denoted by $A_{3}$. Continuing this construction we get the points $A_{4}, A_{5}, A_{6}, A_{7}$. Prove that $A_{7}=A_{1}$. The Brianchon Theorem. a) The diagonals of a circumscribed hexagon have a common point. b) A circle with center $I$ and a point $O$ outside the circle are given. The lines passing through the center $I$ are paint red. The tangent lines to the circle are paint either green or blue depending on the position of their common point with the circle with respect to the line $O I$ (see the figure to the left). On the line $O I$ take an arbitrary point $A_{1}$. Draw the green line through the point. Suppose that the green line intersects the blue line through the point $O$ at a point $A_{2}$. The green and the blue line through the point $A_{2}$ have already been drawn; now draw the red one. The intersection point of the obtained red line with the green line through the point $O$ is denoted by $A_{3}$. Continuing this construction we get the points $A_{4}, A_{5}, A_{6}, A_{7}$. Prove that $A_{7}=A_{1}$. The Blaschke Theorem. A red $(R)$, green $(G)$, and blue $(B)$ point are marked in the plane (see the figure to the left). Each circle passing through exactly two of the points is paint the color of the remaining point. Take an arbitrary point $O$ inside the triangle $R G B$. Draw the red, the green, and the blue circle through the point. On the red circle take an arbitrary point $A_{1}$ inside the triangle $R G B$. Draw the green circle through the point. Suppose that the green circle intersects the blue circle through the point $O$ at a point $A_{2}$ distinct from $R, G$, and $B$. The green and the blue circles through the point $A_{2}$ have already been drawn; draw the red circle through $A_{2}$. The intersection point (distinct from $R, G, B$ ) of the obtained red circle with the green circle through the point $O$ is denoted by $A_{3}$. Continuing this construction we get the points $A_{4}, A_{5}, A_{6}, A_{7}$. Prove that $A_{7}=A_{1}$. ## Definition of a web ## Definition. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-538.jpg?height=231&width=294&top_left_y=2209&top_left_x=196) Suppose that some lines in the plane are paint red, green, and blue. The paint lines form a (hexagonal) web if there is a disk $\Omega$ satisfying the following 2 conditions: Foliation condition: For each point $A$ of the disk $\Omega$ there exists exactly one line of each colour passing through $A$; and the lines of different colours do not coincide. Closure condition (see figure to the left): Take an arbitrary point $O$ inside the disk $\Omega$. Draw the red, the green, and the blue line through the point. On the red line take an arbitrary point $A_{1}$ inside the disk $\Omega$. Draw the green line through the point. Suppose that the green line intersects the blue line through the point $O$ at a point $A_{2}$. The green and the blue line through the point $A_{2}$ have already been drawn; draw the red one. The intersection point of the obtained red line with the green line through the point $O$ is denoted by $A_{3}$. Continuing this construction we get the points $A_{4}, A_{5}, A_{6}, A_{7}$. Closure condition asserts that if all the above points belong to the disk $\Omega$ then $A_{7}=A_{1}$. ## Example. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-539.jpg?height=189&width=209&top_left_y=154&top_left_x=181) Three sets of lines parallel to the sides of a fixed triangle form a web. One can always obtain a triangulation of certain part of the plane from the lines of a web. In the figures of webs we always show such triangulations; e.g., see small bottom figures in Problems $0.7-0.9$. ## Remark. An arbitrary web (from arbitrary curves on arbitrary surface) can be obtained ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-539.jpg?height=168&width=391&top_left_y=430&top_left_x=110) from the previous example by an appropriate continuous bijective map of a part of the plane onto the disk $\Omega$. Replacing the word "line" by the word "line or circle" in the definition of a web, and requiring that lines and circles pairwise do not touch each other, we get the definition of a web from lines or circles. The Blaschke Problem (1920s). Find all webs of circles in the plane. Replacing the word "disk" by the word "intersection of a surface with a ball" in the definition of a web we get the definition of a web in the surface. Remark. Webs from circles are completely described for all the surfaces except the plane and the sphere [3]; some example are shown in the figure below. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-539.jpg?height=276&width=1700&top_left_y=1145&top_left_x=176) Remark. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-539.jpg?height=446&width=328&top_left_y=1599&top_left_x=107) The interest to webs grows because of possible application in architecture. An important problem in modern architecutre is rationalization of freeform surfaces, i.e., their decomposition into relatively simple panels. One of the approaches to rationalization are circular arc structures, i.e., triangulations by circular arcs obtained from certain web. In the figure to the left one can see such a structure on Eidhoven Blob by architect M. Fuksas. ## 1 Webs from lines in the plane Which of the following triples of sets of lines form a web? Hint: Geogebra software could be useful for experiments and drawing figures. 1.1. (R) Lines parallel to the $O x$ axis; (G) parallel to the $O y$ axis; (B) passing through the origin $O$. 1.2. Three sets of lines passing through three fixed pairwise distinct points in the plane. By the unit semicircle we mean the set of points with coordinates satisfying the conditions $x^{2}+y^{2}=1$ and $x>0$. By the complementary semicircle we mean the set given by the conditions $x^{2}+y^{2}=1$ and $x<0$. 1.3. (R) Lines tangent to the unit semicircle; (G) tangent to its complementary semicircle; (B) passing through the origin $O$. 1.4. (R) Lines tangent to a unit semicircle; (G) tangent to its complementary semicircle; (B) passing through a fixed point. 1.5. (R) Lines parallel to the $O x$ axis; (G) parallel to the $O y$ axis; (B) tangent to the unit semicircle. 1.6. (R) Lines tangent to the unit semicircle; (G) passing through the origin $O$; (B) parallel to the $O x$ axis. ## 2 Webs from circles in the plane 2.1. Give an example of a web from circles in the plane (with a proof). Which of the following triples of sets of lines and circles form a web? 2.2. (R) Lines tangent to the unit semicircle; (G) tangent to its complementary semicircle; (B) circles with centers at the origin. 2.3. (R) Lines tangent to the unit semicircle; (G) passing through the origin; (B) circles with centers at the origin. 2.4. (R) Lines parallel to the $O x$ axis; (G) parallel to the $O y$ axis; (B) circles touching both segments $x=0,0 \leq y \leq 1$ and $x=1,0 \leq y \leq 1$ simultaneously. 2.5. (R) Lines passing through the origin; (G) circles touching both segments $x=0,0 \leq y \leq 1$ and $y=0,0 \leq x \leq 1$ simultaneously; (B) circles touching both segments $x=0,2 \leq y \leq 4$ and $y=0,2 \leq x \leq 4$ simultaneously. 2.6. (R) Lines passing through the origin; (G) circles with centers at the origin; (B) circles touching both segments $x=0,0 \leq y \leq 1$ and $y=0,0 \leq x \leq 1$ simultaneously. ## $33 \mathrm{D}$ A torus is the result of rotation of a circle around a line lying in the plane of the circle but not intersecting the circle itself; see the left part of the figure below. Circles obtained as the trajectories of individual points are called parallels. The initial circle and all the circles obtained from it by the rotation are called meridians. Through each point of the torus one can draw two more circles lying on the torus; they are called the Villarceau circles (this can be used without proof in your solutions). ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-540.jpg?height=296&width=510&top_left_y=1828&top_left_x=774) 3.1. The parallels of a torus with the Villarceau circles form a web. 3.2. The meridians of a torus with the Villarceau circles form a web. A hyperboloid of revolution is the result of rotation of a line around a skew line; see the right part of the figure above. Through each point of the hyperboloid one can draw two lines lying on the hyperboloid (this can be used without proof). 3.3. The lines lying on a hyperboloid of revolution with its parallels form a web. ## 4 Webs from circles: general constructions Supplement the given sets of red and green lines with a set of blue a) lines; b) circles to obtain a web (provide as many examples of such blue sets as possible; try to find all the examples and prove that there are no other ones): 4.1. (R) Lines parallel to the $O x$ axis; (G) parallel to the $O y$ axis. 4.2. (R) Lines parallel to the $O x$ axis; (G) passing through the origin $O$. A pencil of lines is a set of all the lines passing through a fixed point (vertex) or parallel to a fixed line. A pencil of circles is a set of all the circles having a common radical line; see the figure below. If the pencil contains "circles" of zero radius then they called limit points of the pencil (bold points in the figure). ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-541.jpg?height=278&width=1190&top_left_y=666&top_left_x=433) 4.3. A pencil of circles with two limit points and two pencils of lines with vertices at these two points form a web. Remark. All webs formed by three pencils of circles were found by A. Shelekhov [4, Theorem 0.1]. In what follows by general circles we mean circles and lines. By general arcs we mean circular arcs, circles, segments, rays, and lines. A web from general arcs is defined analogously to a web from circles or lines. The following problem can be useful for solution of problems from sections 1-3. 4.4. Generation of webs using transformation groups. Suppose that the following conditions hold: - For each $t \in \mathbb{R}$ there is a map $R_{t}$ of the plane taking general circles to general circles. For arbitrary $t, s \in \mathbb{R}$ and an arbitrary point $A$ we have $R_{t}\left(R_{s}(A)\right)=R_{t+s}(A)$. Also for each point $A$ the set $\gamma_{A}=\left\{R_{t}(A): t \in \mathbb{R}\right\}$ is a general arc. - Let $\gamma_{1}, \gamma_{2}$ be two distinct general arcs passing through some point. For each point $A \in \gamma_{1}$ paint the general circle $\gamma_{A}$ red. Paint the $\operatorname{arcs} R_{t}\left(\gamma_{1}\right)$, where $t \in \mathbb{R}$, and the $\operatorname{arcs} R_{t}\left(\gamma_{2}\right)$, where $t \in \mathbb{R}$, green and blue, respectively. Suppose that any two colored arcs have at most one common point. - There exists a disc $\Omega$, such that exactly one arc of each color passes through each point of the disc. Then the red, green and blue general arcs form a web. The following series of problems contains more complicated ones (except the very first one). If a line in the plane has equation $p x+q y=1$ then the pair $(p, q)$ is called the coordinate of the line. 4.5. All the lines whose coordinates satisfy a fixed linear equation form a pencil. 4.6. * All the lines whose coordinates satisfy a fixed equation of degree 2 either are tangent to one conic or form two pencils or form one pencil or form an empty set. 4.7. * The generalized Pascal theorem. Three red lines intersect three green lines at 9 distinct points. If a curve given by an equation of degree 3 is passing through 8 of these points then it is passing through the remaining point. 4.8. * The Chasles theorem. Let 9 lines form hexagonal configuration as in figure below. If the coordinates of 8 of these lines satisfy an equation of degree 3 then the coordinate of the remaining line satisfies the same equation. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-541.jpg?height=280&width=246&top_left_y=2507&top_left_x=902) A set of uncolored general circles is $a$ web, if there is a disk $\Omega$ satisfying the following conditions: - Generalized foliation condition. Through each point of the disk $\Omega$ there passes a finite nonzero number of general circles of the set. - One can paint some of the general circles of the set red, green, and blue so that the paint ones form a web in the disk $\Omega$. 4.9. * If a set of lines in the plane satisfies the generalized foliation condition in a disk and their coordinates satisfy a fixed equation of degree 3 then these lines form a web. 4.10. * Normal lines to a parabola form a web. 4.11. * Simson lines in a triangle form a web. We conclude this list of problems by a few very hard ones. 4.12. ** The Graf-Sauer Theorem ([2, 1]). Suppose that a set of lines satisfies the generalized foliation condition. Then these lines form a web if and only if in some cartesian coordinate system their coordinates satisfy a fixed equation of degree 3 . Remark. This result allows to find all webs from circles orthogonal to a fixed circle [5]. A cyclic is a curve given by equation of the form $$ \lambda\left(x^{2}+y^{2}\right)^{2}+\left(x^{2}+y^{2}\right)(\mu x+\nu y)+Q(x, y)=0 $$ where $\lambda, \mu, \nu \in \mathbb{R}$ and $Q(x, y)$ is a polynomial of degree at most 2 . The following problem is addressed to the readers who know the definitions of complex points and continuous families of circles. 4.13. ** The Wunderlich Theorem ([6]; see figure below). Three continuous families of circles are doubly tangent (possibly in complex points) to a cyclic. If these families satisfy the generalized foliation condition then they form a web. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-542.jpg?height=337&width=380&top_left_y=1576&top_left_x=835) 4.14. $* * *$ Give an example of a web of circles different from the above. ## 5 Acknowlegdements The authors are grateful to I. Bogdanov for useful discussions. ## Список литературы [1] Wilhelm Blaschke and Gerrit Bol. Geometrie der Gewebe. Springer, 1938. [2] H. Graf and R. Sauer. Über dreifache Geradensysteme in der Ebene, welche Dreiecksnetze bilden. Sitz. Bayer. Akad. Math.-nat. Abt., pages 119-156, 1924. [3] Helmut Pottmann, Ling Shi, and Mikhail Skopenkov. Darboux cyclides and webs from circles. Computer Aided Geometric Design, 29(1):77 - 97, 2012. [4] A. M. Shelekhov. Classification of regular three-webs formed by pencils of circles. J. Math. Sciences, 143(6):3607-3629, 2007. [5] K. Strubecker. Über ein Klasse spezieller Dreiecksnetze aus Kreisen. Monaths. Math. Phys., 39:395-398, 1932 . [6] W. Wunderlich. Über ein besonderes Dreiecksnetz aus Kreisen. Sitzungsber. Akad. Wiss. Wien, 147:385399, 1938. # Webs from lines and circles Alexey Zaslavskiy, Fedor Nilov, Alexander Polyanskiy, Mikhail Skopenkov ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-544.jpg?height=717&width=782&top_left_y=535&top_left_x=637) ## Solutions of the problems Next lemma allows to solve problems $0.1,0.5,0.6$. Lemma 0. Let $A^{\prime} B^{\prime} C^{\prime}$ be a cevian triangle of some point wrt triangle $A B C$ (i.e the lines $A A^{\prime}, B B^{\prime}, C C^{\prime}$ concur). The line passing through an arbitrary point $M_{1}$ of side $A C$ and parallel to $A^{\prime} B^{\prime}$ intersect $B C$ in point $M_{2}$; the line padding through $M_{2}$ and parallel to $A^{\prime} C^{\prime}$ intersect $A B$ in point $M_{3}$ etc. Then $M_{1}=M_{7}$. Proof . ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-544.jpg?height=80&width=1819&top_left_y=1665&top_left_x=153) And by Thales theorem $\frac{\overline{B^{\prime} C}}{\overline{C A^{\prime}}}=\frac{\overline{B^{\prime} M_{1}}}{\overline{M_{2} A^{\prime}}}, \frac{\overline{A^{\prime} B}}{\overline{B C^{\prime}}}=\frac{\overline{M_{2} A^{\prime}}}{\overline{C^{\prime} M_{3}}}, \frac{\overline{C^{\prime} A}}{\overline{A B^{\prime}}}=\frac{\overline{C^{\prime} M_{3}}}{\overline{M_{4} B^{\prime}}}$. Placing three last equalities into the first one we obtain that: $\frac{\overline{B^{\prime} M_{1}}}{M_{4} B^{\prime}}=1$. Thus $M_{1}$ and $M_{4}$ are symmetric wrt $B^{\prime}$. Similarly $M_{4}$ and $M_{7}$ are symmetric wrt $B^{\prime}$. Therefore $M_{1}=M_{7}$. Solutions of problems of part 0 . Solution of problem 0.1 First solution. Let $a, b, c$ be the side lengths of $B C, C A$, and $A B$, respectively. Let $x$ be the signed length of $A A_{1}$ (i.e., the length of $A A_{1}$ taken with positive sign, if the vectors $\overrightarrow{A A_{1}}$ and $\overrightarrow{A B}$ have the same orientation, and with negative sign, if they have opposite orientation). Since $A_{1} A_{2}$ is orthogonal to the the bissector of the angle $B A C$ it follows that $A A_{2}=A A_{1}=x$ (with signs). Analogously we find consecutively $C A_{3}=C A_{2}=b-x, B A_{4}=a-b+x, A A_{5}=c-a+b-x, C A_{6}=a-c+x, A A_{7}=x$ (with signs). Since $A A_{7}=x=A A_{1}$ (with signs) it follows that $A_{7}=A_{1}$. Second solution. Use lemma 0 to Gergonne triangle. Solution of problem 0.2 In problems $0.2,0.3$ and 0.4 we consider the angles between the directions (vectors). Let $O$ be the common point of $l_{1}, l_{2}, l_{3}$. Let $\left(l_{1}, l_{2}\right)=\varphi_{1,2},\left(l_{2}, l_{3}\right)=\varphi_{2,3},\left(O A_{1}, l_{1}\right)=\varphi$. Since the lengths of segments $O A_{i}$ are equal (the symmetry conserve the length), it is sufficiently to prove that $\left(O A_{7}, l_{1}\right)=\left(O A_{1}, l_{1}\right)=\varphi$.[^70] Since $\left(O A_{2}, l_{1}\right)=-\left(O A_{1}, l_{1}\right)=-\varphi$, then $\left(O A_{2}, l_{2}\right)=-\varphi+\varphi_{1,2}$. Thus $\left(O A_{3}, l_{2}\right)=\varphi-\varphi_{1,2}$. From this we obtain that $\left(O A_{3}, l_{3}\right)=\varphi-\varphi_{1,2}+\varphi_{2,3}$. Therefore $\left(O A_{4}, l_{3}\right)=-\varphi+\varphi_{1,2}-\varphi_{2,3}$. This yields that $\left(O A_{4}, l_{1}\right)=-\varphi+\varphi_{1,2}-\varphi_{2,3}-\varphi_{1,2}-\varphi_{2,3}=-\varphi-2 \varphi_{2,3}$. Similarly we obtain that $\left(O A_{7}, l_{1}\right)=$ $-\left(O A_{4}, l_{1}\right)-2 \varphi_{2,3}=\varphi$. ## Solution of problem 0.3 Let $\left(l_{1}, l_{2}\right)=\varphi_{1,2},\left(l_{2}, l_{3}\right)=\varphi_{2,3}$ and $\left(l_{(1,2)}, l_{1}\right)=\varphi$, where $l_{(i, i+1)}$ ix the vector from $O$ to the projection of $O$ to the line $A_{i} A_{i+1}$. Since the distances from $O$ to all lines $A_{i} A_{i+1}$ are equal (the symmetry conserve the length), it is sufficiently to prove that $\left(l_{(7,8)}, l_{1}\right)=\left(l_{(1,2)}, l_{1}\right)=\varphi$. Since $\left(l_{(2,3)}, l_{1}\right)=-\varphi$ then $\left(l_{(2,3)}, l_{2}\right)=\left(l_{(2,3)}, l_{1}\right)+\left(l_{1}, l_{2}\right)=-\varphi+\varphi_{1,2}$. Similarly $\left(l_{(3,4)}, l_{2}\right)=\varphi-\varphi_{1,2}$. Thus $\left(l_{(3,4)}, l_{3}\right)=\left(l_{(3,4)}, l_{2}\right)+\left(l_{2}, l_{3}\right)=\varphi-\varphi_{1,2}+\varphi_{2,3}$. Also $\left(l_{(4,5)}, l_{3}\right)=-\varphi+\varphi_{1,2}-\varphi_{2,3}$. Therefore $\left(l_{(4,5)}, l_{1}\right)=\left(l_{(4,5)}, l_{3}\right)+\left(l_{1}, l_{3}\right)=-\varphi+\varphi_{1,2}-\varphi_{2,3}+\left(-\varphi_{1,2}-\varphi_{2,3}\right)=-\varphi-2 \varphi_{2,3}$. Similarly we obtain that $\left(l_{(7,8)}, l_{1}\right)=-\left(l_{(4,5)}, l_{1}\right)-2 \varphi_{2,3}=\varphi$. Solution of problem 0.4. Let $\left(l_{1}, l_{2}\right)=\varphi_{1,2},\left(l_{2}, l_{3}\right)=\varphi_{2,3},\left(A_{1} A_{2}, l_{1}\right)=\varphi$. Since the circumradii of triangles $O A_{i} A_{i+1}$ are equal (by the sinus theorem), it is sufficiently to prove that $\left(A_{7} A_{6}, l_{3}\right)=-\left(A_{1} A_{2}, l_{2}\right)=-\varphi-\varphi_{1,2}$ (by the inverse sinus theorem). Since $\left(A_{3} A_{2}, l_{3}\right)=-\left(A_{1} A_{2}, l_{1}\right)=-\varphi$ then $\left(A_{3} A_{2}, l_{2}\right)=-\varphi-\varphi_{2,3}$. Since $\left(A_{3} A_{4}, l_{1}\right)=-\left(A_{3} A_{2}, l_{2}\right)=$ $\varphi+\varphi_{2,3}$ then $\left(A_{3} A_{4}, l_{3}\right)=\varphi+\varphi_{1,2}+\varphi_{2,3}+\varphi_{2,3}$. Since $\left(A_{5} A_{4}, l_{2}\right)=-\left(A_{3} A_{4}, l_{3}\right)=-\varphi-\varphi_{1,2}-2 \varphi_{2,3}$ then $\left(A_{5} A_{4}, l_{1}\right)=-\varphi-\varphi_{1,2}-2 \varphi_{2,3}-\varphi_{1,2}$. Since $\left(A_{5} A_{6}, l_{3}\right)=-\left(A_{5} A_{4}, l_{1}\right)=\varphi+2 \varphi_{1,2}+2 \varphi_{2,3}$ then $\left(A_{5} A_{6}, l_{2}\right)=\varphi+2 \varphi_{1,2}+2 \varphi_{2,3}-\varphi_{2,3}$. Since $\left(A_{7} A_{6}, l_{1}\right)=-\left(A_{5} A_{6}, l_{2}\right)=-\varphi-2 \varphi_{1,2}-\varphi_{2,3}$ then $\left(A_{7} A_{6}, l_{3}\right)=$ $-\varphi-2 \varphi_{1,2}-\varphi_{2,3}+\varphi_{1,2}+\varphi_{2,3}=-\varphi-\varphi_{1,2}$. ## Solution of problem 0.5. Use lemma 0 to the orthotriangle. Note. The problem can be reformulated in the next way. Let point $A_{1}$ lies on $A B$. The circumcircle of triangle $A_{1} A C$ secondary meets $B C$ in point $A_{2}$. The circumcircle of triangle $A_{2} B A$ secondary meets $C A$ in point $A_{3}$ etc. Prove that $A_{1}=A_{7}$. ## Solution of problem 0.6 Use lemma 0 to the medial triangle. ## Solution of problem 0.7 a) The Pappus theorem in an equivalent statement is proved in the book [1, Chapter 1]. b) Consider the hexagon $A_{1} A_{2} A_{3} A_{6} A_{5} A_{4}$ : the lines $A_{1} A_{2}, A_{3} A_{6}, A_{5} A_{4}$ concur in point $R$, and the lines $A_{4} A_{1}, A_{2} A_{3}, A_{6} A_{5}$ concur in point $G$. Therefore "the diagonals" $A_{2} A_{5}, A_{3} A_{4}$ (these two lines pass through $B$ ) and $A_{6} A_{1}$ concur (in point $B$ ). Thus $A_{7}=A_{1}$. ## Solution of problem 0.8 a) The Brianchon theorem is proved in the book [1, Chapter 1]. b) It is clear that the lines $A_{4} A_{5}, A_{5} A_{6}, A_{6} A_{7}$ are the reflections of $A_{4} A_{3}, A_{3} A_{2}, A_{2} A_{1}$ in $O I$. Therefore $A_{1}=A_{7}$. Solution of problem 0.9 First solution (D. Yakutov). Let us compute the angle $\angle G A_{4} R$ : $$ \begin{aligned} \angle G A_{4} R & =\pi-\angle G A_{4} B-\angle B A_{4} R \\ & =\pi-\angle G O B-\angle B A_{5} R \\ & =\pi-\angle G O B-\left(\pi-\angle G A_{5} R-\angle G A_{5} B\right) \\ & =\angle G A_{5} R+\angle G A_{5} B-\angle G O B \\ & =\angle G O R-\angle G O B+\angle G A_{6} B \\ & =\angle G O R-\angle G O B+\left(\pi-\angle G A_{6} R-\angle B A_{6} R\right) \\ & =\angle G O R-\angle G O B+\left(\pi-\angle G A_{7} R-\angle B O R\right) \\ & =(\pi-\angle B O R-\angle G O B+\angle G O R)-\angle G A_{7} R . \end{aligned} $$ Thus $\angle G A_{4} R+\angle G A_{7} R=\pi-\angle B O R-\angle G O B+\angle G O R$. Similarly $\angle G A_{1} R+\angle G A_{4} R=\pi-\angle B O R-\angle G O B+\angle G O R$. Thus $\angle G A_{1} R=\angle G A_{7} R$. Also $\angle G A_{1} B=$ $\angle G O B=\angle G A_{7} B$. Hence the points $G, B, A_{1}, A_{7}$ belong to one circle and the points $G, R, A_{1}, A_{7}$ also belong to one circle. But these two points have at most two common point, one of which is $G$. Since $A_{1} \neq G$ and $A_{7} \neq G$ it follows that $A_{1}=A_{7}$. Second solution. Consider an arbitrary inversion with center $O$. It transforms the red, green and blue circles to three lines. Let the image of the red point be $C$, the image of the blue point be $A$, and the image of the green point be $B$. Now look after points $A_{i}$. Through point $A_{1}(\in A B)$ we take a green (passing through $A$ and $C$ ) circle, which secondary meets in $A_{2}$ the blue "circle" - line $B C$. Through $A_{2}$ we take a red circle secondary meeting in $A_{3}$ the green "circle" - line $A C$. Through $A_{3}$ we take a blue circle secondary meeting in $A_{4}$ the red "circle" - line $A B$ etc. Thus we obtained the reformulating of problem 0.5 given in the note to this problem. Therefore $A_{1}=A_{7}$. Solutions of problems of part 1 . Most of the solutions of problems from sections 1-3 are based on Problem 4.4. ## Solution of problem 1.1. Use problem 4.4. - For each $t \in \mathbb{R}$ take a homothety $H_{O}^{2^{t}}$ with center $O$ and coefficient $2^{t}$. It is clear that for any point $A H_{O}^{2^{t+s}}(A)=H_{O}^{2^{t}}\left(H_{O}^{2^{s}}(A)\right)$. The sets $\gamma_{A}$ are a rays with origin $O$. - Draw through point $A(1,1)$ the lines $y=1$ (this is $\gamma_{1}$ ) and $x=1$ (this is $\gamma_{2}$ ). Draw through an arbitrary point $B \in \gamma_{1}$ a ray $\gamma_{B}$. Paint all such rays red. Now paint green and blue respectively the lines $H_{O}^{2^{t}}\left(\gamma_{1}\right)$ ans $H_{O}^{2^{t}}\left(\gamma_{2}\right)$, i.e the lines parallel to $O x$ and $O y$. It is evident that the rays or the lines of each color don't intersect. - Consider a disc with radius 1 and center $(1 ; 1)$. It is clear that exactly one ray or line of each color passes through each point of this disc. Therefore by problem 4.4 the constructed rays and lines form a web. It is clear that the lines given in the problem also form a web. ## Solution of problem 1.2. First solution. Follows from the assertion of problem $0.7 \mathrm{~b}$. Second solution. This follows from problem 1.1 by a projective transformation taking the line through 2 points from the 3 given ones to the infinitely distant line. Solution of problem 1.3. Follows from the assertion of problem $0.8 \mathrm{~b}$ ). Solution of problem 1.4. Follows from the assertion of problem $0.8 \mathrm{a})$. Solution of problem 1.5. These lines don't form a web. Solution of problem 1.6. These lines don't form a web. Solutions of problems of part 2 . Solution of problem 2.1. Apply for example an arbitrary inversion to the web formed by the lines parallel to the sidelines of some triangle. Solution of problem 2.2. First solution (E. Streltsova). Let us prove that these lines and circles form a wweb; see figure below. Take a disc in the first coordinate quarter above the line $y=1$ so that it has no common points with the unit disk. Let the radius of the disk be $<1$. Through each point of the disk there is exactly one red and one green line because there is exactly one tangent line of each color from each point. Through each point $T$ there is exactly one line with the center at the origin $(Z)$ because the radius $(Z T)$ and the center $(Z)$ uniquely determine a circle. The circles with the center $Z$ cannot coincide with the tangents to the unit circle. And the green and the red line cannot coincide because the disk is above the line $y=1$. Concentric circles cannot touch each other. And the green and the red lines cannot touch the circles with the center $Z$ because the latter have radius $>1$ and our disk have no common points with the unit disk. The tangents intersect the blue circles because they contain points inside the circles. Thus the foliation condition holds. ![](https://cdn.mathpix.com/cropped/2024_06_05_62741f79000f01ff9562g-547.jpg?height=605&width=880&top_left_y=474&top_left_x=151) The green $(a)$ and the red $(b)$ lines through the point $O$ are symmetric with respect to the line $Z O$. Thus $A_{3}=S_{Z O}\left(A_{4}\right)$. Thus the red line through $A_{3}$ is symmetric to the green line through $A_{4}$ with respect to the line $Z O$. Hence $A_{2}=S_{Z O}\left(A_{5}\right)$. Hence the green line through $A_{2}\left(b^{\prime}\right)$ is symmetric to the red line through $A_{5}\left(a^{\prime}\right)$. Further, $a=S_{Z O}\left(a^{\prime}\right), b=S_{Z O}\left(b^{\prime}\right)$. Thus $A_{6}=a \cap a^{\prime}=S_{Z O}\left(b \cap b^{\prime}\right)=S_{Z O}\left(A_{1}\right)$. Thus $A_{6}=S_{Z O}\left(A_{1}\right)$. Hence $Z A_{6}=S_{Z O}\left(Z A_{1}\right)$. Therefore $Z A_{6}=Z A_{1}$, hence the blue circle through the point $A_{6}$ passes through $A_{1}$. The closure condition has been checked. Second solution. Use problem 4.4. - For each $t \in \mathbb{R}$ take a rotation $R_{O}^{\pi t}$ around the origin $O$ to the angle $\pi t$. It is clear that for any point $A R_{O}^{\pi(t+s)}(A)=R_{O}^{\pi t}\left(R_{O}^{\pi s}(A)\right)$, if $t, s \in \mathbb{R}$. The sets $\gamma_{A}$ are an arcs of the circles with center $O$. - Draw through the point $A(0,2)$ the rays $y=\sqrt{3} x+2, x>-\sqrt{3} / 2$ (this is $\gamma_{1}$ ) and $y=-\sqrt{3} x+2, x<$ $\sqrt{3} / 2$ (this is $\gamma_{2}$ ). These rays touche the unit semicircle. Draw through each point $B \in \gamma_{1}$ an arc $\gamma_{B}$ of the circle with the center in the origin. Paint all such arcs the red. Now paint the rays $R_{O}^{\pi t}\left(\gamma_{1}\right)$ and $R_{O}^{\pi t}\left(\gamma_{2}\right)$ green and blue respectively, these rays touche the unit semicercles. - Consider a disc with radius $1 / 2$ and center $(0 ; 2)$. It is clear that exactly one arc or ray of each color passes through each point of this disc. Therefore by problem 4.4 the constructed arcs and rays form a web. It is clear that the lines and the circles given in the problem also form a web. ## Solution of problem 2.3. Use problem 4.4. - For each $t \in \mathbb{R}$ take a rotation $R_{O}^{\pi t}$ around the origin $O$ to angle $\pi t$. It is clear that for any point $A$ $R_{O}^{\pi(t+s)}(A)=R_{O}^{\pi t}\left(R_{O}^{\pi s}(A)\right)$, if $t, s \in \mathbb{R}$. The sets $\gamma_{A}$ are an arcs of the circles with center $O$. - Draw through the point $A(0,2)$ the rays $y=\sqrt{3} x+2, x>-\sqrt{3} / 2$ (this is $\gamma_{1}$ ) and $x=0, y>0$ (this is $\gamma_{2}$ ). One of these rays touches the unit semicircle and the other passes through the origin. Draw through each point $B \in \gamma_{1}$ an arc $\gamma_{B}$ of the circle with center $O$. Paint all such arcs the red. Now paint the rays $R_{O}^{\pi t}\left(\gamma_{1}\right)$ and $R_{O}^{\pi t}\left(\gamma_{2}\right)$ green and blue respectively. - Consider a disc with radius $1 / 2$ and center $A(0 ; 2)$. It is clear that exactly one line of each color passes through each point of this disc. Therefore by problem 4.4 the constructed rays and arcs form a web. It is clear that the lines and the circles given in the problem also form a web. ## Solution of problem 2.4. Use problem 4.4 . - For each $t \in \mathbb{R}$ take a translation $T_{(0, t)}$ to the vector $(0, t)$. It is clear that for any point $A T_{(0, t+s)}(A)=$ $T_{(0, t)}\left(T_{(0, s)}(A)\right)$, if $t, s \in \mathbb{R}$. The sets $\gamma_{A}$ are lines parallel to $O y$. - Draw through the point $A(1 / 2+1 / \sqrt{8}, 1 / 2+1 / \sqrt{8})$ the $\operatorname{arc}(x-1 / 2)^{2}+(y-1 / 2)^{2}=1 / 4, x>$ $1 / 2, y>1 / 2$ (this is $\gamma_{1}$ ) and the line $y=1 / 2+1 / \sqrt{2}$ (this is $\gamma_{2}$ ). Through each point $B \in \gamma_{1}$ draw a line $\gamma_{B}$ parallel to $O y$. Paint all such lines red. Now paint the arcs $T_{(0, t)}\left(\gamma_{1}\right)$ and the lines $T_{(0, t)}\left(\gamma_{2}\right)$ green and blue respectively. - Consider a disc with radius $1 / 2-1 / \sqrt{8}$ and center $A(1 / 2+1 / \sqrt{8} ; 1 / 2+1 / \sqrt{8})$. It is clear that exactly one arc of each color passes through each point of this disc. Therefore by problem 4.4 the constructed arcs form a web. Then the generalized circles considered in the problem also form a web. It is clear that the lines and the circles given in the problem also form a web. Solution of problem 2.5. Use problem 4.4. Consider as the maps the homotheties with center $O$. Then the red lines pass through the origin. The green circles touch both segments of the firs pair. The blue circles touch both segment of the second pair. By Problem 4.4 it follows that certain arcs of these circles form a web. Then the generalized circles considered in the problem also form a web. By problem 4.4 these lines and circles form a web. Solution of problem 2.6. Use problem 4.4. Consider as the maps the homotheties with center $O$. Then the red lines pass through the origin. The green circles are the circles with center $O$. The blue circles touche two given segments. By problem 4.4 these lines and circles form a web. ## Solutions of problems of part 3 . The assertions the analogous of the problem 4.4 are true for the torus and the hyperboloid of revolution. Solution of problem 3.1. Use problem 4.4. Consider as the maps the rotations around the axis of the torus. Then the parallels are the red circles. The Villarceau circles are the green and blue circles. By problem 4.4 these circles form a web. Solution of problem 3.2. Take an arbitrary point $O$ of the torus. Draw through it the meridean $\gamma_{1}$ and the Villarceau circles $\gamma_{2}, \gamma_{3}$. Paint the meridians red, paint the Villarceau circles obtained from the circle $\gamma_{2}$ by rotation green, paint the Villarceau circles obtained by rotation the circles $\gamma_{2}$ blue. Take a sphere with center $O$ and radius $R=\frac{r}{100}$ ( $r$ is the distance between $\gamma_{1}$ and the axis of the torus). It is clear that any two the Villarceu circles have at most one common point inside the sphere. By $\Omega$ denote the intersection of the sphere and the torus. Consider an arbitrary point $O^{\prime}$ inside $\boldsymbol{\Omega}$. Draw through it the red $w_{1}$, green $w_{2}$, and blue $w_{3}$ circles. Let all constructed points $A_{i}$ lie inside $\Omega$. Let $A_{1} \in w_{1}$. Draw through $A_{1}$ the green circle $w_{2}^{\prime}$. Let $A_{2}$ be the common point of $w_{2}^{\prime}$ and $w_{3}$. Draw through $A_{2}$ the red circle $w_{1}^{\prime}$. Let $A_{3}$ be the common point of $w_{1}^{\prime}$ and $w_{2}$. Draw through $A_{3}$ the blue circle $w_{3}^{\prime}$. Let $A_{4}$ be the common point of $w_{3}^{\prime}$ and $w_{1}$. Draw through $A_{4}$ the green circle $w_{2}^{\prime \prime}$. Let $A_{5}$ be the common point of $w_{2}^{\prime \prime}$ and $w_{3}$. Draw through $A_{5}$ the red circle $w_{1}^{\prime}$. Let $A_{6}$ be the common point of $w_{1}^{\prime \prime}$ and $w_{2}$. Draw through $A_{6}$ the blue circle $w_{3}^{\prime}$. Let $A_{7}$ be the common point of $w_{3}^{\prime \prime}$ and $w_{1}$. Let $\alpha$ be a plane such that $w_{1}$ lie in. It is clear that the circles $w_{3}^{\prime}, w_{1}^{\prime}, w_{2}^{\prime}$ are the reflections of $w_{2}^{\prime \prime}, w_{1}^{\prime \prime}, w_{3}^{\prime \prime}$ in $\alpha$. Therefore $A_{1}=A_{7}$. Solution of problem 3.3. Use problem 4.4. Consider as the maps the rotations around the axis of the torus. Then the parallels are the red circles. The line lying on the hyperboloid are the green and blue lines. By problem 4.4 these circles form a web. Hints and solutions of problems of part 4. Hint to problem 4.1. Let us list a few possible examples of the sets of blue general circles: - (B) an arbitrary pencil of lines (Problems 1.1 and 1.2); - (B) circles with a common center; - (B) circular arcs obtained from a given one by parallel translations along either the $O x$ or the $O y$ axis (Problem 4.3); By the Graf-Sauer theorem (Problem 4.12) there are no other examples of sets of blue lines. By the Shelekhov classification of all webs from pencils of general circles [3, Theorem 0.1] it follows that there are no other examples in which the set of blue circles is a pencil. Description of all possible examples, not necessarily pencils, is an open problem. Hint to problem 4.2. Let us list a few possible examples of the sets of blue general circles: - (B) an arbitrary pencil of lines (Problems 1.1 and 1.2); - (B) pencil of circles with a limit point at the origin $O$ and the common radical axis parallel to the Ox axis; - (B) circular arcs obtained from a given one by homotheties with center at the origin (Problem 4.3). By the Graf-Sauer theorem (Problem 4.12) there are no other examples of sets of blue lines. By the Shelekhov classification of all webs from pencils of general circles [3, Theorem 0.1] it follows that there are no other examples in which the set of blue circles is a pencil. Description of all possible examples, not necessarily pencils, is an open problem. Hint to problem 4.3. Perform an inversion with the center at one of the limit points. The obtained pencils of general circles form a web by Problem 4.4. ## Solution of problem 4.4. The foliation condition is true by the third condition of the problem. Let us show that the closure condition also is true. Take an arbitrary point $O$ inside the disc. Draw trough it the red $\left(w_{1}\right)$, green $\left(w_{2}\right)$ and blue $\left(w_{3}\right)$ arcs of general circles. Let all constructed points $A_{i}$ lie inside $\Omega$. Let $A_{1} \in w_{1}$ and $t \in \mathbb{R}$ is such that $R_{t}(O)=A_{1}$ (such $t$ exists by the first condition of the lemma: if $w_{1}=\gamma_{X}$, where $X \in \gamma_{1}$, then there exist such $y, z \in \mathbb{R}$, that $R_{y}(X)=O$ and $R_{z}(X)=A_{1}$, thus $R_{z-y}(O)=R_{z-y}\left(R_{y}(X)\right)=R_{z}(X)=A_{1}$. Therefore $t=z-y$. ). Draw through $A_{1}$ the green arc $w_{2}^{\prime}$. Let $A_{2}$ be the common point of $w_{2}^{\prime}$ and $w_{3}$. Draw through $A_{2}$ the red arc $w_{1}^{\prime}$. Let $A_{3}$ be the common point of $w_{1}^{\prime}$ and $w_{2}$. Draw through $A_{3}$ the blue $\operatorname{arc} w_{3}^{\prime}$. Let $A_{4}$ be the common point of $w_{3}^{\prime}$ and $w_{1}$ etc. Now let us show that $R_{t}(O)=A_{7}$, this yields that $A_{1}=A_{7}$. We know that $R_{t}(O)=A_{1}$, thus $R_{t}\left(w_{2}\right)=w_{2}^{\prime}$ (it is true because $R_{t}\left(w_{2}\right)$ is the red arc passing through $A_{1}$, and the unique such arc is $\left.w_{2}^{\prime}\right)$, therefore $R_{t}\left(A_{3}\right) \in w_{2}^{\prime} \cap w_{1}^{\prime}=A_{2}$. Since $R_{t}\left(A_{3}\right)=A_{2}$, then $R_{t}\left(A_{4}\right)=O$ (similarly). Since $R_{t}\left(A_{4}\right)=O$, then $R_{t}\left(A_{5}\right)=A_{6}$. Since $R_{t}\left(A_{5}\right)=A_{6}$, then $R_{t}(O)=A_{7}$. The assertion is proved. Hints to problems 4.5-4.6. These problems are discussed in [4]. Hints to problem 4.7 . The solution of this problem is given in the book by Prasolov and Solov'ev [2]. Hint. Let the equations of red lines be $a_{1} x+b_{1} y-1=0, a_{2} x+b_{2} y-1=0, a_{3} x+b_{3} y-1=0$, and let the equation of blue ones be $c_{1} x+d_{1} y-1=0, c_{2} x+d_{2} y-1=0, c_{3} x+d_{3} y-1=0$. Prove that the equation of the curve has the form $$ p\left(a_{1} x+b_{1} y-1\right)\left(a_{2} x+b_{2} y-1\right)\left(a_{3} x+b_{3} y-1\right)+q\left(c_{1} x+d_{1} y-1\right)\left(c_{2} x+d_{2} y-1\right)\left(c_{3} x+d_{3} y-1\right)=0 $$ for some real numbers $p$ and $q$. Hints to problem 4.8. This problem is obtained from the previous one by the projective duality. Hints to problem 4.9. Use Problem 4.8. Hints to problem 4.10-4.11. Use Problem 4.9. A figure to Problem 4.10 by A. Ghaneiyan Sebdani and E. Ashourioun is shown at the first page of this document. ## References [1] Zaslavsky A.A. Akopyan A.V. Geometry of conics. AMS, 2007. [2] V. Prasolov and Yu. Soloviev. Elliptic functions and algebraic equations. Moscow: Factorial, 1997. [3] A. M. Shelekhov. Classification of regular three-webs formed by pencils of circles. J. Math. Sciences, 143(6):3607-3629, 2007. [4] S. L. Tabachnikov. Geometry of equations. Kvant, 10, 1988. in Russian. # Честный раздел тортов И.И. Богданов, К.А. Кноп, Г.Р. Челноков, И.Н. Шнурников ## 1 Общая постановка Для начала приведём несколько задач, которые рассматриваются в этом проекте. В каждой задаче первый пункт - несложный. Однако сложность следующих быстро растёт, и, например, задача 1.3д) - очень сложна! Внимание! Если у вас не получается некоторый пункт - перейдите к следующим задачам! Решения некоторых из них могут сильно помочь (например, очень полезно доказать Теорему о трети, см. задачу 3.3б). 1.1. a) Три пирожных, каждое из которых весит по 200 г, разрезали на куски. Известно, что их можно раздать четырём детям так, чтобы все получили поровну. Докажите, что какой-то из кусков весит не больше 50 г. Можно ли число 50 заменить на меньшее? б) Четыре пирожных, каждое из которых весит по 210 г, разрезали на куски. Известно, что их можно раздать 7 детям так, чтобы все получили поровну. Докажите, что какой-то из кусков весит не больше 50 г. Можно ли число 50 заменить на меньшее? в) Четыре торта, каждый из которых весит по 3 кг, разрезали на куски. Известно, что их можно раздать 25 детям так, чтобы все получили поровну. Докажите, что какой-то из кусков весит не больше 230 г. Можно ли число 230 заменить на меньшее? 1.2. а) Пять тортов массы 1 кг нужно разрезать на несколько частей так, чтобы можно было раздать их поровну семи людям. Найдите максимальный возможный вес минимального куска в таком разрезании. б) Та же задача для 7 тортов и 9 человек. 1.3. a) Восемь тортов массы 1 кг нужно разрезать на несколько частей так, чтобы можно было раздать их поровну девяти людям. Найдите максимальный возможный вес минимального куска в таком разрезании. б) Та же задача для 11 тортов и 14 человек. в) Та же задача для 14 тортов и 17 человек. г) Та же задача для 13 тортов и 16 человек. д) Та же задача для 31 торта и 52 человек. Все эти задачи является частным случаем следующей общей постановки. (Везде далее все параметры - натуральные числа.) Мегазадача. Есть $m$ одинаковых тортов единичного веса и $n$ людей. Требуется разрезать торты на несколько частей и раздать их людям так, чтобы каждый получил куски одного и того же суммарного веса. При этом надо, чтобы минимальный вес куска был как можно больше. Требуется найти этот наибольший возможный вес минимального куска. Определение. Обозначим ответ в Мегазадаче через $f(m, n)$. Несмотря на простоту постановки, решить Мегазадачу в общем виде весьма сложно. Оказывается, что постепенными итерациями возможно найти ответ для «большинства» значений $m$ и $n$, но всё время некоторые области значений оказываются неразобранными. Видимо, ответа на Мегазадачу в замкнутой форме не существует. Основная цель данного проекта - как можно ближе подойти к построению алгоритма, решающего Мегазадачу при каждых $m$ и $n$. Этот алгоритм не сформулирован в виде задачи, однако является главным маяком проекта. Внимание! Если у вас появился общий алгоритм решения (или чёткие предположения о том, как он выглядит) - мы всегда готовы это обсудить. Также это можно сделать, если у вас готов такой алгоритм для достаточно большого интервала значений дроби $m / n$. В дальнейшем мы всегда считаем, что переменные обозначают натуральные числа. Сразу сформулируем три общих вопроса, один весьма лёгок, на другой авторы, как ни странно, не знают ответа; третий формально не связан с проектом, но его решение тоже может пОмочь. 1.4. Пусть известно значение $f(m, n)$. Найдите $f(n, m)$. Замечание. В силу этой задачи, достаточно исследовать лишь случай $m\frac{m}{3 n}$. Докажите, что в любом оптимальном примере для пары $(m, n)$ каждому человеку досталось не более, чем по два куска. б) (ТеОРемА о тРети) Докажите, что $f(m, n) \geq \frac{m}{3 n}$. в) Докажите, что при $\frac{2}{3}<\frac{m}{n} \leq \frac{3}{4}$ в предыдущей оценке достигается равенство. (См. также задачу 3.11.) 3.4. а) Пусть $\frac{m}{n}<\frac{2}{3}$. Докажите, что $f(m, n) \leq \frac{1}{4}$. б) Найдите все значения $(m, n)$ (такие, что $\frac{m}{n}<\frac{2}{3}$ ), для которых оценка предыдущего пункта достигается. 3.5. Пусть $\frac{2}{k+1}<\frac{m}{n}<\frac{2}{k}$. Найдите все такие пары $(m, n)$, для которых $f(m, n)=\frac{1}{k+1}$. 3.6. а) Докажите, что $f(m, n)=\frac{m}{n}-\frac{1}{3}$ при $\frac{1}{2}<\frac{m}{n} \leq \frac{5}{9}$. б) Найдите все значения $(m, n)$, для которых $f(m, n)=\frac{m}{n}-\frac{1}{3}$. 3.7. Пусть $\frac{2}{k+1}<\frac{m}{n}<\frac{2}{k}$. Найдите все такие пары $(m, n)$, для которых $f(m, n)=\frac{m}{n}-\frac{1}{k}$ (при $k \geq 4)$. 3.8. а) Найдите $f(m, n)$ при $\frac{7}{15}<\frac{m}{n}<\frac{1}{2}$. б) При каких ещё значениях $m / n$ получается такой же ответ? 3.9. а) Найдите $f(m, n)$ при $\frac{7}{12}<\frac{m}{n}<\frac{22}{37}$. б) При каких ещё значениях $m / n$ получается такой же ответ? 3.10. а) Найдите $f(m, n)$ при $\frac{14}{17}<\frac{m}{n}<\frac{5}{6}$. б) При каких ещё значениях $m / n$ получается такой же ответ? 3.11*. Найдите все пары $(m, n)$, для которых $f(m, n)=\frac{m}{3 n}$. ## Честный раздел тортов После промежуточного финиша ## Добавочные задачи к предыдущим разделам На всякий случай напомним задачу, добавленную на изначальной презентации. 1.6. а) На какое минимальное число кусков надо разрезать $m$ одинаковых тортов, чтобы эти куски можно было раздать поровну $n$ людям? б) Каким может быть размер наименьшего куска в таком разрезании на наименьшее число кусков? Следующие задачи - по сути добавка в третий раздел. Точнее, это ещё несколько оценок, аналогичных теореме о трети, но более точных. 3.12. Докажите, что $f(m, n) \geq \frac{2}{5} \cdot \frac{m}{n}$, если $\frac{5}{12} \leq \frac{m}{n} \leq \frac{1}{2}$. 3.13. а) Докажите, что $f(m, n) \geq \frac{3}{8} \cdot \frac{m}{n}$ при $\frac{m}{n} \leq \frac{1}{2}$. б) Для каких ещё интервалов вы можете доказать это неравенство? 3.14. а) Докажите, что $f(m, n) \geq \frac{2}{5} \cdot \frac{m}{n}$, если $\frac{3}{5} \leq \frac{m}{n} \leq \frac{8}{13}$. б) Попытайтесь доказать это неравенство для какого-нибудь интервала, смежного с $\left(\frac{3}{5}, \frac{8}{13}\right)$. Например, можно ли доказать его для $\frac{m}{n} \in\left(\frac{10}{17}, \frac{3}{5}\right)$ ? А для $\frac{m}{n} \in\left(\frac{8}{13}, \frac{5}{8}\right)$ ? в) Для каких ещё интервалов (в других местах отрезка $[0,1]$ ) вы можете получить такую же оценку? 3.15. Для какого интервала внутри $\left(\frac{1}{2}, \frac{5}{8}\right)$ вы можете доказать оценку $f(m, n) \geq \frac{2}{3} \cdot \frac{m}{n}-\frac{1}{6}$ ? ## Испытательный полигон. Для тех, кому понадобятся дополнительные нетривиальные конкретные пары ( $m, n$ ), здесь мы приводим несколько таких пар. Внимание! Мы можем проверить ответы и примеры для этих пар, но мы не станем проверять доказательство, если оно не содержит каких-то общих идей; поэтому эти пары не помещены в задачу. Итак, вот эти пары (если будет надо, этот список может быть пополнен): $$ (17,29) ; \quad(31,70) ; \quad(17,47) ; \quad(117,133) ; \quad(27,61) ; \quad(566,643) ; \quad(3130,6813) . $$ Удачи! ## 4 Вариации постановки В этом разделе мы обобщаем исходную постановку разными способами. Решение этих задач может серьёзно помочь в решении исходной Мегазадачи. 4.1. а) Есть $m$ тортов веса 1 и $n>m$ людей. Требуется разрезать торты и раздать их людям так, чтобы каждый получил поровну. При этом требуется, чтобы каждый человек получил не более двух кусков, а каждый торт был разрезан не более, чем на три части. При каких $m, n$ это возможно? б) Тот же вопрос, но каждый торт должен быть разрезан не более, чем на $k$ частей. в) Тот же вопрос, но каждый торт должен быть разрезан либо на $k-1$, либо на $k$ частей. Следующие несколько задач связаны с тем, что торты иногда бывают разными. 4.2. а) Два торта с весами 1 кг и 2 кг делятся между $N$ людьми так, чтобы каждому досталось поровну. Чему равен наибольший возможный размер минимального куска? б) Тот же вопрос для двух тортов весов 2 кг и 5 кг. 4.3. а) Пусть $k>1$. Есть $3 k$ тортов веса 3 каждый, $k-1$ торт веса 4 каждый, и $3 k-1$ торт веса 7 каждый. Требуется разрезать каждый торт размера 3 на два куска, а каждый из остальных на три куска, чтобы все куски можно было раздать нескольким людям по два каждому, чтобы все получили поровну. Каков максимальный возможный размер наименьшего куска? б) Тот же вопрос для $3 k$ тортов веса $3, k+2$ тортов веса 4 и $3 k+2$ тортов веса 7 . в) Тот же вопрос для $3 k$ тортов веса $3,2 k-1$ тортов веса 4 и $4 k-1$ тортов веса 7 , где $k \geq 10$. А что будет, скажем, при $k=7$ ? 4.4. а) Есть торт веса 59, торт веса 89 и два торта веса 41. Требуется разрезать первый торт на 4 куска, второй - на 6 кусков, а каждый из третьих - на 5 кусков так, чтобы их можно было раздать 10 людям поровну (по весу и по количеству кусков!). Каков максимальный возможный размер наименьшего куска? б) Есть два торта веса 41, три торта веса 35 , и 11 тортов веса 29. Требуется разрезать каждый из первых тортов на 5 кусков, каждый из вторых - на 4 куска, а каждый из третьих - на 2 куска так, чтобы их можно было раздать 22 людям поровну (по весу и по количеству кусков). Каков максимальный возможный размер наименьшего куска? в) Найдите $f(23,29)$. ## Честный раздел тортов Избранные решения Если у вас появились какие-то идеи по этому проекту, не стесняйтесь написать нам: Константин Кноп kostyaknop@gmail.com, Илья Богданов ilya.i.bogdanov@gmail.com Решения, представленные здесь, устроены так. В разделе «Некоторые последовательности» мы находим значения функции $f$ на некоторых последовательностях пар $(m, n)$. Заметим, что большинство из них следуют также из более общих результатов из следующих разделов. Раздел «Серийные результаты» содержит решения (или их наброски) задач 3.13 , а также $3.4-3.8$; при этом как лемма используется задача 4.1. В разделе «Неравные торты» мы распространяем наши методы на случай различных тортов, что позволяет подступиться к задачам типа 3.9 (мы рекомендуем прочесть раздел о серийных результатах перед этим). Наконец, в разделе «Общий алгоритм» мы на примерах описываем идеи общего алгоритма решения Мегазадачи (в нём использованы идеи из предыдущих двух разделов). Начнём же мы с задачи 1.6a). 1.6. а) Ответ. $m+n-\mathrm{HO} Д(m, n)$. Построим пример. Рассмотрим отрезок длины $m$. Разделим его красными точками на $m$ равных частей и синими точками на $n$ равных частей (некоторые точки могут быть покрашены в оба цвета). Отрезки с красными соответствуют тортам. Разрежем торты по всем синим точкам. Докажем, что получено требуемое разрезание. Очевидно, что эти куски можно раздать людям: каждому человеку можно дать куски тортов между соседними синими точками. Имеем $m+1$ красных точек, $n+1$ синих точек и НОД $(m, n)+1$ разноцветных точек. Таким образом всего $m+n-$ НОД $(m, n)+1$. Осталось доказать, что количество кусков не может быть меньше, чем $m+n-\operatorname{HOД}(m, n)$. Обозначим $d=$ НОД $(m, n), n=d n^{\prime}, m=d m^{\prime}$. Рассмотрим двудольный граф с $m$ красными вершинами и $n$ синими вершинами, торты и люди соответственно. Каждое ребро соответствует куску торта и соединяет человека, получившего этот кусок с тортом, от которого этот кусок отрезан. Рассмотрим какую-нибудь связную компоненту этого графа, пусть в ней $r$ красных вершин и $b$ синих вершин. Тогда $b$ человек съели вместе $r$ тортов, следовательно $b \cdot \frac{m}{n}=r$. Отсюда $\frac{r}{b}=\frac{m^{\prime}}{n^{\prime}}$ и следовательно $m^{\prime} \mid r$. Следовательно количество связных компонент не более чем $\frac{m}{m^{\prime}}=d$. С другой стороны количество рёбер на каждой компоненте не менее чем уменьшенное на 1 количество вершин. Поэтому общее количество рёбер в графе (то есть количество кусков, на которые порезаны торты) не менее $m+n-d$. б) Решение оставляем читателю. ## Некоторые последовательности В этом разделе собраны некоторые решения задач из раздела 2. Многие из этих задач на самом деле следуют из задач раздела 3 ; однако мы приводим их, чтобы продемонстрировать более конкретные конструкции. Общее замечание. Поскольку случай $n \vdots m$ тривиален, далее мы всегда предполагаем, что $n$ не делится на $m$. 2.2. Из 3.2б) следует $f(m, 2 m-1) \leq \frac{m+1}{6 m-3}$. Пример дележа тортов веса $6 m-3$ : $$ \begin{array}{r} 2 \times(3 \cdot(2 m-1))+(2 \cdot(m+1)+(2 m-4)+(2 m-1))+2 \times(2 \cdot(m+1)+(2 m-2)+(2 m-3))+ \\ ((m+1+i)+(m+3+i)+(2 m-4-i)+(2 m-3-i))_{i=1, \ldots,(m-5)} \end{array} $$ 2.3. б) Ответ. $\frac{4}{n}$, если $n \vdots 4 ; \frac{2}{n}$, если $n=4 k+2 ; \frac{4}{n}-\frac{1}{[n / 2]}$, если $n=2 k+1$. Если $n=4 l+2$ четно, то $f(4,4 l+2)=\frac{1}{2 l+1}$ по 3.1. Пусть $n=2 k+1$ нечетно. По 3.3 ) мы можем считать, что каждый человек получил по два куска. Тогда всего есть $4 k+2$ кусков и по принципу Дирихле есть торт с не более чем $k$ кусками. Тогда найдется кусок не менее чем $\frac{1}{k}$, а дополнительный к нему кусок будет не более чем $\frac{4}{n}-\frac{1}{k}=\frac{4}{n}-\frac{2}{n-1}$. Пример для нечетных $n$ : $$ \begin{aligned} 2 \times\left(\frac{n-1}{2} \cdot \frac{2}{n-1}\right)+2 \times\left(\frac { n - 1 } { 2 } \cdot \left(\frac{4}{n}\right.\right. & \left.\left.-\frac{2}{n-1}\right)+\frac{2}{n}\right)= \\ & =(n-1) \times\left(\frac{2}{n-1}+\left(\frac{4}{n}-\frac{2}{n-1}\right)\right)+2 \cdot \frac{2}{n}=n \cdot \frac{4}{n} \end{aligned} $$ в) Ответ. $\frac{5}{n}$, если $n \vdots 5 ; \frac{1}{\lceil 2 n / 5\rceil}$, если $n=5 k+1 \geq 16$ или $n=5 k+3 ; \frac{5}{n}-\frac{1}{[2 n / 5]}$, если $n=5 k+4$ или $n=5 k+2 \geq 12 ; f(5,11)=\frac{13}{66}$. 2.4. Ответ. $\frac{1}{5}$ для $m \geq 6$ и $m=2$; остальные ответы следуют из предыдущих задач: $f(1,3)=\frac{1}{3}$, $f(3,7)=\frac{5}{28}, f(4,9)=\frac{7}{36}, f(5,11)=\frac{13}{66}$. 2.5. Ответ. $\frac{1}{4}$ для $k \geq 1$. Оценка следует из $3.4 \mathrm{a})$. Пример для тортов веса $12 k+8$ : $$ \begin{aligned} & 1 \times(4 \cdot(3 k+2))+2 \times((4 k+2)+(5 k+4-2 i)+(3 k+2+2 i))_{i=1, \ldots, k}= \\ = & k \times(2 \cdot(4 k+2))+2 \times((3 k+2)+(5 k+2))+2 \times((3 k+4)+5 k)+\cdots+2 \times((5 k+2)+(3 k+2)) \end{aligned} $$ Заметим, что задача следует из 3.4б). 2.6. Ответ. $\frac{2 k+1}{2(4 k+1)}$. Оценка следует из 3.2 a). Пример для тортов веса $8 k+2$ : $$ \begin{aligned} & (k+1) \times(2 \cdot(4 k+1))+2 \times((2 k+1)+(2 k+i)+(4 k+1-i))_{i=1, \ldots, k}= \\ = & (2 k+2) \times((2 k+1)+(4 k+1))+2 \times((4 k+1-i)+(2 k+1+i))_{i=1, \ldots,(k-1)}+(2 \cdot(3 k+1)) \end{aligned} $$ 2.7. Ответ. $\frac{1}{4}$. Оценка следует из 3.4a). Пример для тортов веса $32 k+12$. $$ \begin{aligned} & (5 k+2) \times(32 k+12)= \\ = & k \times(4 \cdot(8 k+3))+2 \times(2 \cdot(10 k+4)+(12 k+4))+((12 k+5)+(8 k+3+i)+(12 k+4-i))_{i=1, \ldots, 4 k} \end{aligned} $$ Заметим, что существование примера следует из 3.4 ). 2.8. Ответ. $\frac{6 k-1}{3(9 k-2)}$. Оценка следует из 3.2 б). Пример для тортов веса $27 k-6$ и порций людей $15 k-3$ : $$ \begin{aligned} & 2 k \times(3 \cdot(9 k-2))+((6 k-1)+(6 k-1)+(6 k-2+i)+(9 k-2-i))_{i=1, \ldots,(3 k-1)}= \\ & \quad=6 k \times((6 k-1)+(9 k-2))+((6 k-1+i)+(9 k-2-i))_{i=1, \ldots, 3 k-2} \end{aligned} $$ 2.9. Ответ. $\frac{18 k-4}{63 k-15}$. Оценка вытекает из следующей леммы. Лемма. Пусть $\frac{4}{5}<\frac{m}{n}<1$; тогда $f(m, n) \leq 2 \cdot \frac{m}{n}-\frac{4}{3}$. Доказательство. Предположим противное. Легко проверить, что $2 \cdot \frac{m}{n}-\frac{4}{3} \geq \frac{m}{3 n}$ и $2 \cdot \frac{m}{n}-\frac{4}{3} \geq$ $\frac{1}{4}$, так что все торты содержат два или три куска и все люди имеют по два куска. Число двухкусочных тортов равно $3 m-2 n$, число трехкусочных тортов равно $2 n-2 m$. Возможны два варианта. 1) Допустим, что кому-то достались два куска с двухкусочных тортов. Тогда остающиеся два куска этих тортов весят в сумме $2-\frac{m}{n}$, а один из этих кусков не меньше чем $1-\frac{m}{2 n}$. Поэтому дополнительный до порции кусок не больше чем $$ \frac{m}{n}-\left(1-\frac{m}{2 n}\right)<2 \cdot \frac{m}{n}-\frac{4}{3} $$ 2) Любой кусок из двухкусочного торта дополняется куском из трехкусочного торта. Пусть $x$ - вес минимального куска. Тогда $\frac{m}{n}-x$ - это максимальный вес. Возьмем некоторый кусок $A$ из двухкусочного торта, тогда $A \geq 1-\frac{m}{n}+x$. Поэтому дополнительный кусок можно оценить как $\frac{m}{n}-A \leq 2 \frac{m}{n}-1-x$. Из $\frac{m}{n}>\frac{4}{5}$ следует, что двухкусочных тортов больше, чем трехкусочных. Поэтому найдется трехкусочный торт, все куски которого дополняют до порций куски из двухкусочных тортов. Поэтому каждый из трех кусков тортов не больше чем $2 \frac{m}{n}-1-x$ и $$ 3\left(2 \cdot \frac{m}{n}-1-x\right) \leq 1 \Leftrightarrow x \leq 2 \frac{m}{n}-\frac{4}{3} $$ Пример. Торт весит $63 k-15$, порция человека $51 k-12$, минимальный вес куска $18 k-4$. $$ \begin{gathered} (17 k-4) \times(63 k-15)=2 k \times(3 \cdot(21 k-5))+6 k \times((33 k-8)+(30 k-7))+ \\ +((33 k-10-i)+(30 k-7+i))_{i=1, \ldots, 3 k-2}+2 \times((18 k-3+i)+(27 k-6-i)+(18 k-4))_{i=1, \ldots, 3 k-1}= \\ =6 k \times((21 k-5)+(30 k-7))+6 k \times((33 k-8)+(18 k-4))+ \\ 2 \times((18 k-4+i)+(33 k-8-i))_{i=1, \ldots, 3 k-2}+((24 k-6+i)+(27 k-6-i))_{i=1, \ldots, 3 k-1}= \\ =(21 k-5) \times(51 k-12) \end{gathered} $$ ## Серийные результаты Для начала приведём оценку, аналогичную теореме о трети. 3.13. а) Если $n=2 m$, то $f(m, 2 m)=\frac{1}{2}$; поэтому достаточно рассмотреть случай $\frac{m}{n}<\frac{1}{2}$. Пусть вес каждого торта - $8 n$, тогда каждый человек получит по $8 \mathrm{~m}$. Рассмотрим отрезок длины $8 m n$ и разделим его красными точками на $m$ одинаковых отрезков (тортов). Мы будем по очереди отрезать куски с левого края оставшегося отрезка. Отрежем сначала несколько отрезков по $4 \mathrm{~m}$, пока остаток торта не окажется (нестрого) между $6 \mathrm{~m}$ и $10 \mathrm{~m}$. Далее, разделим оставшуюся часть на два равных отрезка (получим два куска размера от $3 m$ до $5 m$ ), а от начала следующего торта отрежем два отрезка, дополняющих только что отрезанные до $8 \mathrm{~m}$. В результате, от следующего отрезка мы забрали не более $10 \mathrm{~m}$, и остаток не меньше $8 n-10 m \geq 6 m$. Тогда мы можем повторять эту операцию, пока не придём к последнему торту. Поскольку все отрезанные куски группируются в пары общей длины $8 \mathrm{~m}$, а длина всего отрезка равна $8 m n$, последний торт закончится двумя кусками размера $4 m$. Теперь распределение кусков между людьми очевидно. Далее мы находим точные значения функции на некоторых интервалах. Для этого в качестве лемы нам понадобится задача 4.1. 4.1. а), б) Ответ. $\frac{m}{n} \in\left[\frac{1}{k-1}, 1\right) \cup\left\{\frac{v}{(k-1) v+1}\right\}_{v=1,2 \ldots \ldots}$. Начнём с примера подтверждающего ответ. Будем действовать также как и в теореме о трети. Рассмотрим отрезок длины $m$. Разделим его красными точками на $m$ равных частей и синими точками на $n$ равных частей (некоторые точки могут быть покрашены в оба цвета). Отрезки с красными соответствуют тортам. Разрежем торты по всем синим точкам. Докажем, что получено требуемое разрезание. Очевидно, что эти куски можно раздать людям: каждому человеку можно дать куски тортов между соседними синими точками. Более того, каждый человек получил не более чем по два куска, так как каждый получившийся отрезок содержит не более одной красной точки. Докажем, что каждый торт разрезан не более чем на $k$ частей. Если $\frac{m}{n}>\frac{1}{k-1}$, то каждый торт разрезан не более чем на $k-2$ полных частей и не более чем на две части, меньшие $\frac{m}{n}$ - всего не более чем на $k$ частей. Для $\frac{m}{n}=\frac{1}{k-1}$ утверждение очевидно. Теперь предположим, что $\frac{m}{n}=\frac{v}{(k-1) v+1}$. Рассмотрим $k$ последовательных синих точек. Расстояние между первой и последней равно $\frac{(k-1) v}{(k-1) v+1}$ и их координаты - это дроби со знаменателем $(k-1) v+1$. Следовательно торт содержит все эти $k$ точек только в том случае, если одна из них является его концом. Это означает в точности, что торт разрезан не более чем на $k$ частей. Докажем, что в других случаях требуемое разрезание невозможно. Будем называть человека голодным, если он получил 2 куска. Рассмотрим граф, в котором вершинам соответствуют торты, а рёбрам - голодные люди, причём каждое ребро соединяет два куска, которые получил соответствующий голодный человек. Рассмотрим произвольную связную компоненту этого графа; пусть $v$ и $e$ - количества вершин и рёбер соответственно. Тогда $e \geq v-1$. Эти $v$ тортов содержат не более $k v$ кусков, $2 e$ из которых принадлежат голодным людям. Эти куски могут быть перераспределены в целые части (а именно, $e$ частей из двух кусков каждая и, скажем, $t$ частей из одного куска). Тогда $t \leq k v-2 e$. Сравнивая общий вес $v$ тортов и $e+t$ людей получаем, что $\frac{n}{m}=\frac{e+t}{v} \leq \frac{k v-e}{v}=k-\frac{e}{v}$. Если $e \geq v$, то $\frac{n}{m} \leq k-1$. Иначе $e=v-1$ и следовательно $\frac{n}{m}=\frac{v(k-1)+1}{v}$. Важное замечание. Если убрать условие $mn$. В этом случае все люди голодные, потому что часть торта, которая достаётся человеку больше самого торта. Каждая связная компонента графа соответствует делению $v$ тортов между $е$ людьми, следовательно $1<\frac{m}{n}=\frac{v}{e}$. Последнее неравенство выполняется только в случае $e=v-1$. Для таких значений $v$ и $e$ пример строится аналогичным образом, в результате получаем такой ответ $$ \frac{m}{n} \in\left[\frac{1}{k-1}, 1\right] \cup\left\{\frac{v}{(k-1) v+1}\right\}_{v=1,2, \ldots} \cup\left\{\frac{e+1}{e}\right\}_{e=1,2, \ldots} $$ в) Ответ. $\frac{m}{n} \in\left[\frac{1}{k-1}, \frac{2}{k-1}\right\rfloor \cup\left\{\frac{v}{(k-1) v+1}\right\}_{v=1,2 \ldots \ldots}$. Решение оставляем читателю. 3.4. a) Как обычно, мы можем считать, что каждый человек получает не менее двух кусков. Тогда общее количество кусков не менее $2 n>3 m$. Следовательно какой-то торт разрезается по крайней мере на четыре куска, один из которых не может быть больше $\frac{1}{4}$. б) Ответ. $\frac{m}{n} \in\left[\frac{5}{8}, \frac{2}{3}\right) \cup\left\{\frac{5 k+2}{8 k+4}\right\}_{k=1,2, \ldots}$. Предположим, что $f(m, n)=\frac{1}{4}$; тогда $f(m, n)>\frac{m}{3 n}$, поэтому мы можем считать, что каждый человек получает ровно 2 куска. Далее, каждый кусок не менее $\frac{1}{4}$ и не более $$ d=\frac{m}{n}-\frac{1}{4} $$ (иначе другой кусок, принадлежащий человеку с куском веса $d$ будет меньше, чем $\frac{1}{4}$ ). Следовательно каждый торт содержит не менее трёх кусков (иначе найдётся кусок с весом $\frac{1}{2}>d$ ) и не более 4 кусков (иначе найдётся кусок, меньший $\frac{1}{5}$ ). Итак у нас есть богатые торты, которые разрезаются на 4 части и объиные торты, которые разрезаются на 3 части. Количество богатых и обычных тортов равно $$ f=2 n-3 m \quad \text { and } \quad u=4 m-2 n $$ соответственно. Так как $u \geq 0$, получаем, что $\frac{m}{n}>\frac{1}{2}$. Каждый богатый торт должен быть разрезан на равные части, которые отдаются $4 f$ людям и второй кусок у каждого такого человека весит $d$. Все оставшиеся люди получают оба своих куска от обычных тортов; будем называть таких людей обичными. Получается $$ s=n-4 f=12 m-7 n $$ обычных людей. Теперь рассмотрим вспомогательное деление отрицательных «тортов»; оно соответствует обычным тортам и людям. Давайте вычтем $\frac{1}{4}$ из каждого куска богатого торта и $d$ из каждого куска обычного торта. Забудем на некоторое время про нулевые куски. Тогда в новом разделении все необычные люди и все не богатые торты исчезнут. Каждый обычный «торт» теперь разделен не более чем на три отрицательных «куска» одинакового общего веса, а каждый обычный человек имеет не более чем два неположительных «куска» одинакового общего веса. Заметим, что если взять все полученные веса с обратным знаком, то мы попадём в ситуацию задачи 4.1a) (без условия $m\frac{m}{n}-\frac{1}{3}$ при $\frac{m}{n}<\frac{1}{2}$. С другой стороны, $f(m, n) \leq$ $\frac{m}{2 n}<\frac{m}{n}-\frac{1}{3}$ при $\frac{m}{n}>\frac{2}{3}$. Осталось разобраться с интервалом $\left(\frac{1}{2}, \frac{2}{3}\right)$ (левый конец интервала не удовлетворяет условию, а правый удовлетворяет). Приведём тут набросок доказательства, оно похоже на доказательство задачи 3.4б). Докажем, что каждый человек получит 2 куска и веса кусков принадлежат отрезку $\left[\frac{1}{3}, d\right]$ где $d=\frac{m}{n}-\frac{1}{3}$. Имеем $f=2 n-3 m$ богатых тортов, каждый из которых разрезается на 4 части и $u=4 m-2 n$ обычных тортов, каждый из которых разрезается на 3 части. Каждый обычный торт должен разрезаться на одинаковые куски, которые достаются $3 u$ людям, причём второй кусок у каждого такого человека весит $d$, а все остальные $s=n-3 u=7 n-12 m$ обичные люди получают оба куска из богатых тортов. Заметим, что $\frac{m}{n}>\frac{1}{2}$ влечёт $\frac{f}{s} \geq \frac{1}{2}$. Теперь вычтем $\frac{1}{3}$ из каждого куска обычного торта и $d$ из каждого из остальных кусков мы получим разбиение оставшихся $f$ неотрицательных «тортов» между $s$ обычными людьми. Единственное оставшееся условие, что каждый человек должен получить не более двух кусков, а каждый «торт» должен быть разрезан не более чем на 4 части. Это условие соблюдается и мы можем восстановить разбиение обычных тортов. Следовательно, по 4.1б) (вместе с замечанием после него), для $\frac{f}{s}>\frac{1}{2}$ требуемое разбиение существует тогда и только тогда, когда $\frac{f}{s} \in$ $\left[\frac{1}{2}, 1\right] \cup\left\{\frac{v+1}{v}\right\} \cup\{\infty\}$ из чего следует ответ. 3.7. Ответ. $\frac{m}{n} \in\left(\frac{2}{k+1}, \frac{2 k-1}{k^{2}}\right] \cup\left\{\frac{d(2 k-1)+2}{d k^{2}+k}\right\}_{d=1,2, \ldots}$. Решение аналогично 3.6б). 3.8. Частный случай задачи 3.5 . Идеи решения задачи 3.9 представлены в следующем разделе. ## Неравные торты Напомним, что через $\lfloor x\rfloor$ и $\lceil x\rceil$ обозначаются наибольшее целое число, не превосходящее $x$, и наименьшее целое число, не меньшее $x$, соответственно. 4.2. а) Ответ. $\frac{3}{N}$, если $3 \mid N ; \max \left\{\frac{3}{N}-\frac{1}{\lfloor 2 N / 3\rfloor}, \frac{1}{\lceil 2 N / 3\rceil}\right\}$ в противном случае. Если $3 \mid N$, тогда очевидно, что оптимальным будет разрезание тортов на куски по $\frac{3}{N}$ каждый. Теперь предположим, что 3 \ $N$. Тогда кто-то должен получить не менее двух кусков, поэтому ответ не превышает $\frac{3}{2 N}$, и мы можем считать, что каждый человек получает по крайней мере два куска. Далее, меньший торт разделен или на $\leq\lfloor 2 N / 3\rfloor$ частей, или на $\geq\lceil 2 N / 3\rceil$ частей (для $N=2$ обязательно выполняется второй случай). В первом случае, один из этих кусков должен быть $\geq \frac{1}{\lfloor 2 N / 3\rfloor}$, поэтому его дополнение (для человека) $\leq \frac{3}{N}-\frac{1}{\lfloor 2 N / 3\rfloor}$. Во втором случае, меньший торт содержит кусок, который $\leq \frac{1}{\lceil 2 N / 3\rceil}$. Итак, в любом случае минимальный вес не превышает хотя бы одного из чисел $\frac{3}{N}-\frac{1}{\lfloor 2 N / 3\rfloor}$ и $\frac{1}{\lceil 2 N / 3\rceil}$, т.е. не превышает $D=\max \left\{\frac{3}{N}-\frac{1}{\lfloor 2 N / 3\rfloor}, \frac{1}{\lceil 2 N / 3\rceil}\right\}$. Осталось привести пример с минимальным весом $D$. Предположим сначала, что $D=\frac{3}{N}-$ $\frac{1}{\lfloor 2 N / 3\rfloor}$. Разделим меньший торт на куски веса $\frac{1}{\lfloor 2 N / 3\rfloor} \geq D$, вырежем то же самое число кусков веса $D$ каждый из большего торта и разделим все остальное на целые порции. Очевидно, такое разделение подходит. Во-втором случае, пример строится аналогично. Замечание. Можно проверить, что $D=\frac{3}{N}-\frac{1}{\lfloor 2 N / 3\rfloor}$ если $N=3 k+2$, и $D=\frac{1}{\lceil 2 N / 3\rceil}$ в противном случае. б) Ответ. $\frac{7}{N}$, если $7 \mid N ; \max \left\{\frac{7}{N}-\frac{2}{\lfloor 4 N / 7\rfloor}, \frac{2}{\lceil 4 N / 7\rceil}\right\}$ в противном случае. Решение аналогично и предоставляется читателю. Следующая задача подсказывает, как работает общий алгоритм. Нам нужно ввести некоторые Определения и обозначения. Напомним, что гипергра $\oint$ - это пара $(V, E)$, где $V$ множество вериин, а $E$ - множество (гипер)ребер, т.е. некоторых непустых подмножеств в $V$. Гиперграф однороден, если все его ребра имеют одинаковое число элементов. Для любого гиперграфа $G=(V, E)$ мы можем построить его подлежащий граф $G^{\prime}=\left(V, E^{\prime}\right)$ с тем же самым множеством вершин, в котором соединены ребром каждые две вершины, принадлежащие одному гиперребру $G$. Гиперграф связен, если его подлежащий граф связен. В дальнейшем мы будем обозначать через $[b: c]$ следующую ситуацию: у нас есть торт веса $b$, который нужно разделить на $c$ частей. Так, запись $2 \times[4: 3]+3 \times[7: 4]$ будет обозначать набор из двух тортов веса 4 , каждый из которых следует разделить на три части, и трех тортов веса 7 , каждый из которых следует разделить на четыре части. 4.4. а) Ответ. $\frac{49}{6}$. В наших обозначениях, имеем $[59: 4]+[89: 6]+2 \times[41: 5]$. Один из кусков в торте $[89: 6]$ не меньше $\frac{89}{6}$; его дополнение не больше $\frac{49}{6}$. Осталось предъявить пример: $$ \left(4 \cdot \frac{59}{4}\right)+\left(6 \cdot \frac{89}{6}\right)+2 \times\left(3 \cdot \frac{49}{6}+2 \cdot \frac{33}{4}\right)=4 \times\left(\frac{59}{4}+\frac{33}{4}\right)+6 \times\left(\frac{89}{6}+\frac{49}{6}\right) $$ б) Ответ. $\frac{49}{6}$. В наших обозначениях, имеем $2 \times[41: 5]+3 \times[35: 4]+11 \times[29: 2]$. Мы будем говорить, что торты веса 29 маленъкие, а остальные болъиие. Заметим, что каждый человек должен получить два куска с общим весом 23. Предположим, что каждый кусок весит не менее чем $\frac{49}{6}$; тогда каждый кусок должен быть не более чем $23-\frac{49}{6}=\frac{89}{6}$. Если человек получает два куска из маленьких тортов (конечно, эти два торта различны), то средний вес оставшихся двух кусков в этих тортах $\frac{2 \cdot 29-23}{2}>\frac{89}{6}$, что невозможно. Поэтому все 22 куска маленьких тортов попадают к разным людям, и, следовательно, все куски из больших тортов также попадают к разным людям. Теперь давайте назовем торты веса 41 богатыми, а торты веса 35 обычными. Построим гиперграф с маленькими тортами в качестве вершин; каждое ребро будет соответствовать обычному торту и состоять из всех маленьких тортов, содержащих дополнения (для людей) к кускам из этого обычного торта. Этот гиперграф содержит по крайней мере две связные компоненты. Теперь давайте удалим все куски обычных тортов и их дополнения в маленьких тортах. Далее, мы склеим оставшиеся куски каждой связной компоненты в один новый «торт». Посчитаем число кусков и вес этого «торта». Предположим, что компонента содержит $v$ вершин и $e$ ребер. Из-за каждого ребра мы удалили 4 куска общего веса $4 \cdot 23-35=57$; поэтому число кусков в нашей компоненте уменьшилось на $4 e$, а их общий вес - $57 e$. Таким образом, средний вес оставшихся кусков равен $\frac{29 v-57 e}{2 v-4 e}$, что должно быть $\leq \frac{89}{6}$, что переписывается как $2 v \geq 7 e$. С другой стороны, так как компонента связная, мы имеем $v \leq 3 e+1$. Два полученных неравенства выполняются только если пара $(v, e)$ - или $(4,1)$, или $(7,2)$. Следовательно, наш гиперграф должен содержать одну компоненту типа $(4,1)$ и одну типа $(7,2)$. В последней компоненте, один из кусков будет не меньше, чем $\frac{7 \cdot 29-2 \cdot 57}{14-8}=\frac{89}{6}$, что дает желаемую оценку. Но из этой конструкции можно получить и пример! Именно, из компоненты типа $(4,1)$ мы получили «торт» из 4 кусков с общим весом $4 \cdot 29-57=59$, а из оставшейся компоненты мы получаем «торт» из 6 кусков с общим весом $7 \cdot 29-2 \cdot 57=89$. Также у нас осталось $2 \times[41: 5]$. Таким образом мы пришли к ситуации 4.4a) и поэтому можем взять разбиение из того примера и найти веса удаленных кусков. Получается пример $$ \begin{aligned} 11 \times 29+2 \times 41+3 \times 35 & =4 \times\left(\frac{59}{4}+\frac{57}{4}\right)+6 \times\left(\frac{89}{6}+\frac{85}{6}\right)+\left(2 \cdot \frac{29}{2}\right)+ \\ & +2 \times\left(3 \cdot \frac{49}{6}+2 \cdot \frac{33}{4}\right)+\left(4 \cdot \frac{35}{4}\right)+2 \times\left(3 \cdot \frac{53}{6}+\frac{17}{2}\right)= \\ =4 \times\left(\frac{59}{4}+\frac{33}{4}\right) & +6 \times\left(\frac{89}{6}+\frac{49}{6}\right)+4 \times\left(\frac{57}{4}+\frac{35}{4}\right)+6 \times\left(\frac{85}{6}+\frac{53}{6}\right)+2 \times\left(\frac{29}{2}+\frac{17}{2}\right) \end{aligned} $$ в) Ответ. $\frac{49}{138}=\frac{1}{23} \cdot \frac{49}{6}$ (могли бы догадаться?). Умножим все веса на 29. Как обычно, мы будем считать, что каждый человек получает ровно два куска, и что каждый торт разделен или на две, или на три части. Тогда количества тортов обоих типов можно найти, и мы приходим к ситуации $12 \times[29: 3]+11 \times[29: 2]$. Будем называть торты с тремя кусками богатыми, а остальные обычными. Предположим, что каждый кусок весит не менее чем $\frac{49}{6}$; тогда каждый кусок должен быть также не более чем $23-\frac{49}{6}=\frac{89}{6}$. По тем же причинам, что и выше, никто из людей не получит двух кусков из обычного торта. Поэтому все 22 куска обычных тортов достанутся различным людям, а их дополнения лежат в богатых тортах. Оставшиеся 14 кусков богатых тортов достанутся 7 оставшимся людям; будем называть этих людей богатыми. Теперь мы построим граф с богатыми тортами в качестве вершин; каждое ребро соответствует богатому человеку и соединяет два богатых торта, содержащих куски, принадлежащие этому человеку. Этот граф содержит по крайней мере 5 компонент связности. Теперь удалим все куски богатых людей. Далее, мы склеим оставшиеся куски каждой связной компоненты в один новый «торт». Давайте найдем число кусков и вес этого «торта». Предположим, что компонента содержит $v$ вершин и $e$ ребер (тогда $v \leq e+1$ ). Из-за каждого ребра мы удалили 2 куска с общим весом 23 ; поэтому число кусков, удаленных из нашей компоненты, равно $2 e$, а их общий вес $-23 e$. Таким образом, средний вес оставшихся кусков равен $\frac{29 v-23 e}{3 v-2 e}$, что должно быть $\geq \frac{49}{6}$; это неравенство переписывается как $27 v \geq 40 e$. Это невозможно, если $v \leq e$, поэтому мы имеем $v=e+1$ и, значит, $27 \leq 13 e$ или $e \leq 2$. Таким образом, каждая связная компонента - дерево (следовательно, их ровно пять) и имеет максимум два ребра. В самом «регулярном» случае есть две компоненты с двумя ребрами и три компоненты с одним ребром; тогда полученные новые «торты» будут иметь вид $2 \times[41: 5]+3 \times[35: 4]$. По 4.4б), ответ будет не более чем $\frac{49}{6}$. В любом другом случае появляется изолированная вершина, то есть все три куска этого торта спарены (в порции) с кусками из обычных тортов. Рассмотрим эти три дополнения и возьмем три обычных торта, содержащих их. Среднее трех оставшихся кусков этих тортов есть $\frac{4 \cdot 29-3 \cdot 23}{3}>\frac{89}{6}$, что невозможно. Оценка доказана. Пример может быть снова получен из примера для 4.4б) добавлением удаленных кусков: $$ \begin{aligned} 11 \times 29+12 \times 29=4 \times( & \left.\frac{59}{4}+\frac{57}{4}\right)+6 \times\left(\frac{89}{6}+\frac{85}{6}\right)+\left(2 \cdot \frac{29}{2}\right)+ \\ & +4 \times\left(\frac{49}{6}+\frac{33}{4}+\frac{151}{12}\right)+2 \times\left(\frac{49}{6}+2 \cdot \frac{125}{12}\right)+ \\ & +2 \times\left(2 \cdot \frac{35}{4}+\frac{23}{2}\right)+2 \times\left(2 \cdot \frac{53}{6}+\frac{34}{3}\right)+2 \times\left(\frac{53}{6}+\frac{17}{2}+\frac{35}{3}\right)= \\ =4 \times\left(\frac{59}{4}+\frac{33}{4}\right) & +6 \times\left(\frac{89}{6}+\frac{49}{6}\right)+4 \times\left(\frac{57}{4}+\frac{35}{4}\right)+6 \times\left(\frac{85}{6}+\frac{53}{6}\right)+ \\ & +2 \times\left(\frac{29}{2}+\frac{17}{2}\right)+4 \times\left(\frac{151}{12}+\frac{125}{12}\right)+\left(2 \cdot \frac{23}{2}\right)+2 \times\left(\frac{34}{3}+\frac{35}{3}\right) \end{aligned} $$ 3.9. а) Ответ. $\frac{5}{4} \cdot \frac{m}{n}-\frac{1}{2}$. Докажем сначала верхнюю оценку. Как обычно, мы считаем, что у каждого человека по два куска, каждый торт разбит на 3 или 4 части, и есть $u=4 m-2 n$ обыиных тортов по 3 части в каждом и $f=2 n-3 m$ богатых тортов из 4 частей. Поскольку $4 f\frac{7}{12}$ ), кто-то должен получить оба куска из обычных тортов. Рассмотрим два торта, содержащие его куски; средний вес остальных кусков этих тортов равен $d=\frac{1}{4}\left(2-\frac{m}{n}\right)$, поэтому один из этих кусков весит не меньше $d$. А тогда его дополнение не тяжелее $\frac{m}{n}-d=\frac{5}{4} \cdot \frac{m}{n}-\frac{1}{2}$, что и требовалось. Пример будет следовать из части б). б) Мы будем исследовать лишь случай $\frac{m}{n} \in\left(\frac{7}{12}, \frac{2}{3}\right)$, когда проходит оценка из пункта а). В этом случае мы утверждаем, что $f(m, n)=\frac{5}{4} \cdot \frac{m}{n}-\frac{1}{2}$ тогда и только тогда, когда $\frac{m}{n} \in$ $\left(\frac{7}{12}, \frac{22}{37}\right] \cup\left\{\frac{22 d-3}{37 d-2}\right\}_{d=1,2, \ldots} ;$ ниже приведён набросок решения. Умножим все веса на $4 n$; тогда вес минимального куска будет $d=5 m-2 n$, а вес максимального $-t=2 n-m$. В нашем случае, каждый человек получает по два куска, есть $f=2 n-3 m$ богатых тортов по 4 куска и $u=4 m-2 n$ обичных тортов по три куска. Далее, легко видеть, что два куска из богатых тортов не могут попасть одному человеку, поэтому у $4 f$ человек по одному куску из богатых тортов, а у остальных $s=n-4 f$ обычных людей по два куска из обычных тортов. Построим граф $G$ с обычными тортами в качестве вершин, где каждое ребро будет соединять два торта, из которых взяты куски одного обычного человека. Теперь удалим всех обычных людей со всеми их кусками, и объединим каждую компоненту связности в новый торт. Если в какой-то компоненте было более одного ребра, то, удаляя обычных людей, мы получаем куски со средним весом $>d$, что невозможно. Значит, мы должны получить $s$ новых тортов веса $8 n-4 m=4 t$, состоящие из 4 кусков каждый, и $u-2 s$ старых тортов веса $4 n$, состоящих из трёх кусков каждый. Заметим, что теперь новые торты должны быть разделены на равные части. Теперь можно действовать, как в 3.4б). Вычтем $d$ из каждого оставшегося куска обычного торта, and и $t$ - из каждого куска богатого торта. Тогда новые торты исчезают, все сохранившиеся обычные торты становятся положительными «тортами» из трёх или менее частей, а все богатые торты становятся отрицательными «тортами» из 4 или менее частей. Беря все куски последних по модулю, мы приходим к такой постановке: Пусть есть $u-2 s$ равных тортов, и нам надо разрезать каждый на не более чем 3 части и перераспределить полученные куски в $f$ групп одинакового суммарного веса, причём в каждой из групп долэжно быть не болъше 4 кусков Более того, можно понять, что из разрезания новых «тортов» восстанавливается разрезание (и распределение) старых. Значит, остаётся выяснить, при каких параметрах новая постановка имеет решение. Это можно сделать аналогично 4.1. ## Общий алгоритм Наконец, мы продемонстрируем работу общего алгоритма на одном нетривиальном примере а именно, мы найдём значение $f(31,52)$. 1.3. д) Мы не будем, как в некоторых предыдущих задачах, сразу предъявлять ответ, а покажем, как можно его найти, с самого начала. Часть I. Сперва мы проделаем некий странный процесс; сам по себе он не даёт ни примера, ни оценки. Однако он выдаёт точный ответ, про который затем просто доказывается, что он достижим и оптимален. В процессе мы будем делать некоторые предположения о том, как должен выглядеть оптимальный пример. Так что после того, как пример будет построен, нам останется убедиться в том, что без выполнения одного из предположений получается худший ответ. Мы отмечаем эти предположения богатым шрифтом и нумеруем их. Подготовка. Умножим все веса на 52. Предположим(1), что каждый человек получил по два куска. Поскольку $\frac{1}{2}<\frac{m}{n}<\frac{2}{3}$, мы также предположим (2), что каждый торт разделён на 3 или 4 части. Тогда мы получаем $$ 11 \times[52: 4]+20 \times[52: 3] $$ Назовём торты с 4 кусками богатыми, а остальные - объчными. Началъный шаг. В богатых кусках всего 44 вершины, что меньше количества людей. Значит, мы предположим (3), что все эти 44 куска распределены по 44 разным людям; значит, найдутся ровно 8 человек, у которых все куски лежат в обычных кусках. Рассмотрим графс обычными тортами в качестве вершин, рёбра которого соответствуют обычным людям. Он содержит 20 вершин м 8 рёбер, так что в нём хотя бы 12 компонент связности. Теперь мы предположим(4) что (i) все компоненты - это деревья (и поэтому их ровно 12), и (ii) все рёбра распределены между компонентами почти равномерно (то есть разность числа пёбер в двух компонентах не превосходит 1). В нашем случае это означает, что появилось 5 компонент связности из 2 вершин, а также 4 изолированных вершины. Тогда, удаляя все куски, принадлежащие обычным людям, и склеивая каждую компоненту в один торт, мы приходим к ситуации $$ 11 \times[52: 4]+8 \times[73: 4]+4 \times[52: 3] $$ Регулярный шаг 1. Теперь у нас есть 44 маленъких куска в 11 богатых тортах и 44 больиих куска в остальных тортах; любой человек должен получить по маленькому и большому куску. Заметим, что средний вес куска в торте $[52: 3]$ меньше, чем в $[73: 4]$. Неформально говоря, это значит, что нам надо разрезать торт $[73: 4]$ настолько поровну, насколько это возможно. Поэтому мы отложим пока эти торты и займёмся остальными. Рассмотрим гиперграф с богатыми тортами в качестве вершин и рёбрами, построены по тортам $[52: 3]$ (каждое ребро состоит из богатых тортов, содержащих дополнения кусков одного торта $[52: 3]$ ). Таким образом, в нашем гиперграфе 11 вершин и 4 ребра мощности $\leq 3$. Тогда в нём не менее $11-4 \cdot(3-1)=3$ компонент связности. Как и раньше, мы предполагаем(5), что в этом гиперграфе (i) в любой компоненте наибольшее количество вершин, возможное при данном количестве рёбер (и поэтому компонент ровно три), и (ii) рёбра распределены по компонентам почти равномерно (т.е. в любых компонентах их количество различается максимум на 1). В нашем случае это означает, что получились две компоненты с одним ребром и тремя вершинами, а также одна с двумя рёбрами и пятью вершинами. Теперь, удаляя все куски тортов [52:4] вместе с их дополнениями и склеивая каждую компоненту в один торт, мы приходим к $$ 2 \times[105: 9]+[178: 14]+8 \times[73: 4] $$ Регулярный шаг 2. Остались 32 болъших куска в тортах $8 \times[73: 4]$ и 32 маленъких куска в остальных тортах; каждый должен получить по одному куску каждого типа. Заметим, что средний вес куска в $[105: 9]$ больше, чем в $[178: 14]$. Опять же, это означает, что надо резать $[178: 14]$ как можно точнее, посему мы работаем с остальными. Рассмотрим гиперграф на тортах $[73: 4]$ как на вершинах, с рёбрами, соответствующими тортам $[105: 9]$. В отличие от предыдущих случаев, этот гиперграф может оказаться связным. Тогда мы предполагаем(6), что он связен и мы готовы завершать наш процесс. Действительно, делая граф связным, после стандартного выкидывания и склеивания получаем ситуацию $$ [178: 14]+[256: 14] $$ которая тривиальна. Действительно, минимальный кусок не превосходит $\frac{178}{14}=\frac{89}{7}$, и добиться такого значения легко: разрезать каждый торт на равные куски и раздать их всем людям поровну. Заметьте, что наша последняя объявленная цель (разрезать $[178: 14]$ как можно точнее) с блеском выполнена. Итак, если все наши предположения выполнены, то минимальный кусок не превосходит $d=\frac{89}{7}$ Часть II. Теперь мы построим пример, показывающий, что минимальный кусок может быть равен $d$. Для этого мы пойдём по нашему процессу в обратном порядке. Напоминаем, что в конце мы построили пример $$ [178: 14]+[256: 14]=\left(14 \cdot \frac{89}{7}\right)+\left(14 \cdot \frac{128}{7}\right) $$ Регулярный шаг 2. Торт $[256: 14]$ получился из $8 \times[73: 4]$ удалением дополнений к кускам из $2 \times[105: 9]$. Восстановим эти куски - например, с помощью «метода отрезков»; сейчас этот метод легко применить: $$ 8 \times[73: 4]+2 \times[105: 9]=8 \times\left(3 \cdot \frac{128}{7}+\frac{127}{7}\right)+2 \cdot\left(5 \cdot \frac{89}{7}+4 \cdot \frac{90}{7}\right) $$ Регулярный шаг 1. Торты $2 \times[105: 9]$ получились из $3 \times[52: 4]+3 \times[52: 4]$ выкидыванием дополнений к кускам из $[52: 3]+[52: 3]$; аналогично, торт $[178: 14]$ получен из других $4 \times[52: 3]$ выкидыванием дополнений к кускам из $2 \times[52: 3]$. Теперь мы восстановим эти торты; это делается автоматически, после того, как мы скажем, как куски из [105:9] и [178:14] разбиваются на куски в тортах $[52: 4]$. Сделав это произвольным образом, получаем $$ \begin{aligned} 11 \times[52: 4] & +4 \times[52: 3]=4 \times\left(2 \cdot \frac{89}{7}+\frac{90}{7}+\frac{96}{7}\right)+2 \times\left(\frac{89}{7}+2 \cdot \frac{90}{7}+\frac{95}{7}\right)+ \\ & +4 \times\left(3 \cdot \frac{89}{7}+\frac{97}{7}\right)+2 \times\left(2 \cdot \frac{89}{7}+2 \cdot \frac{93}{7}\right)+ \\ & +2 \times\left(2 \cdot \frac{121}{7}+\frac{122}{7}\right)+2 \times\left(2 \cdot \frac{120}{7}+\frac{124}{7}\right) \end{aligned} $$ Начальный шаг. Нам осталось восстановить последние торты $16 \times[52: 3]$ из $8 \times[73: 4]$ добавление долей обычных людей; это также происходит автоматически: $$ 16 \times[52: 3]=8 \times\left(2 \cdot \frac{128}{7}+\frac{108}{7}\right)+8 \times\left(\frac{128}{7}+\frac{127}{7}+\frac{109}{7}\right) $$ Таким образом, пример построен: $$ \begin{aligned} 11 \times[52: 4] & +20 \times[52: 3]=4 \times\left(2 \cdot \frac{89}{7}+\frac{90}{7}+\frac{96}{7}\right)+2 \times\left(\frac{89}{7}+2 \cdot \frac{90}{7}+\frac{95}{7}\right)+ \\ & +4 \times\left(3 \cdot \frac{89}{7}+\frac{97}{7}\right)+2 \times\left(2 \cdot \frac{89}{7}+2 \cdot \frac{93}{7}\right)+ \\ & +2 \times\left(2 \cdot \frac{121}{7}+\frac{122}{7}\right)+2 \times\left(2 \cdot \frac{120}{7}+\frac{124}{7}\right)+ \\ & +8 \times\left(2 \cdot \frac{128}{7}+\frac{108}{7}\right)+8 \times\left(\frac{128}{7}+\frac{127}{7}+\frac{109}{7}\right) . \end{aligned} $$ Часть III. Нам осталось проверить, что все наши предположения должны были выполняться. Это несложно делается теми же методами, что и в предыдущих разделах. Обозначим $d=\frac{89}{6}, t=31-d=\frac{128}{7}$. Если $f(31,52)>d$, то размеры всех кусков находятся в интервале $(d, t)$. Предположение (1) выполнено, иначе наименьший кусок не превосходит $\frac{31}{3}t$. Предположение (3) верно: иначе, рассматривая человека с двумя кусками в двух богатых тортах, получаем, что средний вес оставшихся 6 кусков в этих тортах равен $\frac{52 \cdot 2-31}{6}t$. Предположение (5) проверяется так же, как и в 4.4б). Наконец, Предположение (6) можно не проверять: к этому момкету у нас уже получился торт [178:14], а значит, минимальный кусок не может превосходить $\frac{178}{14}=d$. ## Готово! Предлагаем вам попытаться применить алгоритм к парам с Испытательного полигона, чтобы увидеть, как он работает! ## Честный раздел тортов Решения после промежуточного финиша ## Несколько общих результатов Мы начнём с разбора задач 3.1-3.3, поскольку их решение упрощает остальные решения. 3.1. Если $n$ не делится на $m$, то торты невозможно разрезать на куски веса $\frac{m}{n}$. Значит, найдётся кусок меньшего веса. Тогда кто-нибудь получит хотя бы два куска, и наименьший из них будет весить не более $\frac{m}{2 n}$. Пусть теперь $f(m, n)=\frac{m}{2 n}$. Тогда каждый кусок весит либо $\frac{m}{2 n}$, либо $\frac{m}{n}$. Каждый кусок веса $\frac{m}{n}$ можно разбить на два куска веса $\frac{m}{n}$. Итак, каждый торт состоит из кусков веса $\frac{m}{2 n}$, что может случиться тогда и только тогда, когда $2 m$ делится на $n$ (а $m$ не делится). 3.3. a) Рассмотрим любое оптимальное разбиение. Если у кого-то хотя бы три куска, то минимальный из них не превосходит $\frac{m}{3 n}$; поэтому и $f(m, n) \leq \frac{m}{3 n}$. 3.2. а) Предположим, что $f(m, n)>\frac{m}{n}-\frac{1}{2}$. Поскольку $\frac{m}{n}>\frac{3}{4}$, имеем $\frac{m}{n}-\frac{1}{2}>\frac{m}{3 n}$. Значит, по 3.3a) каждый человек получает не более двух кусков. Если есть кусок размера $\frac{m}{n}$, разделим его на два равных; полученное разбиение по-прежнему оптимально ввиду 3.1. Итак, всего есть ровно $2 n$ кусков. Поскольку $2 n<3 m$, найдётся торт, разделённый на две части (каждый торт должен быть порезан!); одна из этих частей не меньше $\frac{1}{2}$. Тогда у человека, получивший эту часть, оставшийся кусок не превосходит $\frac{m}{n}-\frac{1}{2}$. Противоречие. б), в) Пусть $k \geq 3$; предположим, что $\frac{2}{k+1}<\frac{m}{n}<1$, но $f(m, n)>\frac{m}{n}-\frac{1}{k}$. Поскольку $\frac{m}{n}-\frac{1}{k}>\frac{m}{3 n}$, по 3.1 и $3.3 \mathrm{a}$ ) мы опять можем считать, что у каждого человека ровно по два куска, и общее число кусков $-2 n$. Так как $2 n<(m+1) k$, найдётся торт с не более чем $k$ кусками, а тогда один из них не меньше $\frac{1}{k}$. У человека, получившего этот кусок, вторая часть не будет превосходить $\frac{m}{n}-\frac{1}{k}$. Противоречие. 3.3. б) Рассмотрим отрезок длины $m$. Разделим его красными точками на $m$ равных частей, а синими точками - на $3 n$ равных частей (концы отрезка будут иметь оба цвета). Полученные отрезки с красными концами обозначают торты. Теперь одновременно удалим все синие точки, одна из соседних с которыми точек - красная (но не разноцветная!). Затем разрежем торты по оставшимся синим точкам. Мы утверждаем, что теперь полученные части можно раздать $n$ людям поровну. Поскольку $m\frac{1}{3}$. По 3.3а) и 3.1 , можно предположить, что каждый человек получает ровно два куска. Тогда общее число кусков равно $2 n<3 m$, поэтому существует торт, разбитый на два куска. Один из этих кусков не меньше $\frac{1}{2}$. У человека, получившего его, второй кусок не больше $\frac{m}{n}-\frac{1}{2}$, что не превосходит $\frac{m}{3 n}$ ? поскольку $\frac{m}{n} \leq \frac{3}{4}$. Противоречие. Наконец, мы приведём также решение 1.4. 1.4. Рассмотрим такой набор кусков, что его можно распределить как по $n$ равным тортам веса $m$, так и по $m$ равным тортам веса $n$. Пусть $x$ - максимальный возможный наименьший кусок в таком наборе. Тогда $$ n f(m, n)=x=m f(n, m) $$ откуда $f(m, n)=\frac{m}{n} f(n, m)$. ## Некоторые значения функции $f$ Обозначение. При построении примеров мы будем обозначать через $\left(i_{1} \cdot a_{1}+i_{2} \cdot a_{2}+\cdots+i_{l} \cdot a_{l}\right)$ разрез торта на $i_{1}+i_{2}+\cdots+i_{l}$ кусков, среди которых $i_{1}$ кусков веса $a_{1}, i_{2}$ кусков $a_{2}$ и т.д. Так же будет обозначаться состав доли одного человека. 1.1. а) Частный случай 3.3 в). б) Оценка следует из 3.2б). Пример: $$ 4 \times 210 g=2 \times(3 \cdot 70 g)+2 \times(3 \cdot 50 g+60 g) $$ в) Оценка следует из 3.2 в) при $k=12$. Пример: $4 \times 3 k g=2 \times(12 \cdot 250 g)+2 \times(240 g+12 \cdot 230 g)=24 \times(230 g+250 g)+(2 \cdot 240 g)=25 \times 480 g$. 1.2. а) Ответ. $\frac{5}{21}$. Частный случай 3.3 в). б) Ответ. $\frac{5}{18}$. Оценка следует из 3.2a). Пример: $$ \begin{aligned} 7 \times 1=3 \times\left(2 \cdot \frac{1}{2}\right)+2 \times\left(\frac{5}{18}+\frac{6}{18}\right. & \left.+\frac{7}{18}\right)+2 \times\left(2 \times \frac{5}{18}+\frac{8}{18}\right)= \\ & =6 \times\left(\frac{5}{18}+\frac{1}{2}\right)+\left(2 \cdot \frac{7}{18}\right)+2 \times\left(\frac{6}{18}+\frac{8}{18}\right)=9 \times \frac{7}{9} \end{aligned} $$ 1.3. а) Ответ. $\frac{1}{3}$. Как обычно, можно предположить, что у каждого человека по два куска. Тогда найдётся торт с тремя или более частями, одна из которых не превосходит $\frac{1}{3}$, поэтому $f(8,9) \leq \frac{1}{3}$. Пример: $$ 8 \times 1=2 \times\left(3 \cdot \frac{1}{3}\right)+6 \times\left(\frac{4}{9}+\frac{5}{9}\right)=6 \times\left(\frac{1}{3}+\frac{5}{9}\right)+3 \times\left(2 \cdot \frac{4}{9}\right)=9 \times \frac{8}{9} $$ б) Ответ. $\frac{2}{7}$. Оценка $f(11,14) \geq \frac{2}{7}$ следует из $\left.3.2 \mathrm{a}\right)$. Пример: $$ \begin{aligned} 11 \times 1=5 \times\left(2 \cdot \frac{1}{2}\right)+4 \times\left(2 \cdot \frac{2}{7}+\frac{3}{7}\right)+2 \times\left(\frac{2}{7}\right. & \left.+2 \cdot \frac{5}{14}\right)= \\ & =10 \times\left(\frac{1}{2}+\frac{2}{7}\right)+4 \times\left(\frac{3}{7}+\frac{5}{14}\right)=14 \times \frac{11}{14} \end{aligned} $$ в) Ответ. $\frac{5}{17}$. Как обычно, можно предположить, что у каждого человека по два куска. Тогда всего есть 34 куска. Заметим, что каждый торт разрезан на два или три куска: целого торта быть не может, а если какой-то торт разрезан хотя бы на 4 куска, то один из них не превосходит $\frac{1}{4}<\frac{5}{17}$. Тогда есть 6 богатых тортов с тремя кусками и 8 обычных тортов с двумя кусками; в богатых тортах всего 18 кусков, а в обычных - 16 кусков. Поэтому найдётся человек, у которого оба куска - из богатых тортов (если они из одного торта, то выберем ещё один богатый произвольно). Суммарный вес остальных 4 кусков в этих тортах не превосходит $2-\frac{14}{17}=\frac{20}{17}$. Поэтому один из них не тяжелее $\frac{5}{17}$. Пример: $$ \begin{aligned} 14 \times 1=8 \times\left(\frac{9}{17}+\frac{8}{17}\right)+4 \times(2 & \left.\frac{6}{17}+\frac{5}{17}\right)+2 \times\left(\frac{7}{17}+2 \cdot \frac{5}{17}\right)= \\ & =8 \times\left(\frac{5}{17}+\frac{9}{17}\right)+8 \times\left(\frac{6}{17}+\frac{8}{17}\right)+\left(2 \cdot \frac{7}{17}\right)=17 \times \frac{14}{17} \end{aligned} $$ 2.1. а) Ответ. $\frac{1}{3}$. Пусть $s=f(3 k-1,3 k)$. Докажем сначала, что $s \leq \frac{1}{3}$. Пусть это не так. Тогда $s>\frac{1}{3}$, и согласно 3.3а) можно считать, что у любого человека ровно два куска. Тогда найдётся торт, разрезанный хотя бы на 3 куска, и наименьший из них не превосходит $\frac{1}{3}$. Противоречие. Для построения примера умножим все веса на $3 k$. Имеем: $$ \begin{aligned} & (3 k-1) \times 3 k=2 \times(3 \cdot k)+ \\ & \quad+3 \times((2 k-1)+(k+1))+3 \times((2 k-2)+(k+2))+\cdots+3 \times((k+1)+(2 k-1))= \\ & =3 \times(k+(2 k-1))+3 \times((k+1)+(2 k-2))+\cdots+3 \times((2 k-1)+k=(3 k+2) \times(6 k+2) \end{aligned} $$ б) Ответ. $\frac{2 k+1}{2(3 k+2)}$. Обозначим $s=f(3 k+1,3 k+2), t=\frac{2 k+1}{2(3 k+2)}$. Сначала покажем, что $s \leq t$. Пусть это не так. Опять же, из $s>t \geq \frac{3 k+1}{3(3 k+2)}$ можно предположить, что у каждого человека по два куска. Если какой-то торт разрезан хотя бы на 4 части, то наименьшая из них не превосходит $\frac{1}{4} \leq \frac{2 k+1}{2(3 k+2)}$, что невозможно. Поэтому каждый торт разрезан на 2 или 3 куска, и легко понять, что есть ровно два торта, разделённых на 3 куска. Рассмотрим теперь следующий граф. Вершинами являются торты, а каждому человеку сопоставлено ребро, соединяющее торты, из которых он получил свои куски. В этом графе есть две выделенных вершины степени 3 , а все остальные имеют степень 2 . Поэтому он состоит из трёх путей, соединяющих выделенные вершины (возможно, некоторые из них - циклы). Длина одного из этих путей не меньше $k+1$; рассмотрим этот путь $v_{0}, v_{1}, \ldots, v_{k+1}$. Обозначим долю человека, соответствующего ребру $\left(v_{i}, v_{i+1}\right)$, через $\left(p_{i}, q_{i}\right)$, где кусок $p_{i}$ взят из торта $v_{i}$, а $q_{i}-$ из $v_{i+1}$. Тогда $p_{i}+q_{i}=\frac{3 k+1}{3 k+2}$ при $i=0,1, \ldots, k$, и $q_{i}+p_{i+1}=1$ при $i=1,2, \ldots, k$. Поэтому $p_{i+1}-p_{i}=\frac{1}{3 k+2}$, а значит, $p_{k} \geq \frac{k}{3 k+2}+p_{0} \geq \frac{k}{3 k+2}+t=\frac{4 k+1}{2(3 k+2)}$. Наконец, получаем $q_{k}=\frac{3 k+1}{3 k+2}-p_{k} \leq t$. Противоречие. В решении содержится также идея примера: должны получиться два пути длины $k+1$ и один - длины $k$. length $k$. Для удобства умножим все веса на $2(3 k+2)$. Тогда пример выглядит так: $$ \begin{aligned} & (3 k+1) \times(6 k+4)=2 \times(2 \cdot(2 k+1)+(2 k+2))+ \\ & \quad+2 \times((4 k+1)+(2 k+3))+2 \times((4 k-1)+(2 k+5))+\cdots+2 \times((2 k+3)+(4 k+1))+ \\ & \quad+(4 k+(2 k+4))+((4 k-2)+(2 k+6))+\cdots+((2 k+4)+4 k)= \\ & =2 \times((2 k+1)+(4 k+1))+2 \times((2 k+3)+(4 k-1))+\cdots+2 \times((4 k+1)+(2 k+1))+ \\ & \quad+((2 k+2)+4 k)+((2 k+4)+(4 k-2))+\cdots+(4 k+(2 k+2))=(3 k+2) \times(6 k+2) . \end{aligned} $$ в) Ответ. $\frac{k}{3 k+1}$. Обозначим $s=f(3 k, 3 k+1), t=\frac{k}{3 k+1}$. Опять же, предполагая, что $s>t$, мы можем считать, что у каждого человека по два куска, есть ровно два торта с тремя кусками, а остальные содержат по два куска. Далее, строя аналогичный граф, мы получаем, что один из путей длины хотя бы $k+1$. Действуя как и выше, мы находим, что $p_{k}-p_{0}=\frac{k}{3 k+1}$, поэтому $p_{k} \geq \frac{2 k}{3 k+1}$ и $q_{k}=\frac{3 k}{3 k+1}-p_{k} \leq t$. Противоречие. Для построения примера умножим все веса на $3 k+1$. Пример выглядит так: $$ \begin{aligned} & 3 k \times(3 k+1)=2 \times(2 \cdot k+(k+1))+ \\ & \quad+2 \times(2 k+(k+1))+2 \times((2 k-1)+(k+2))+\cdots+2 \times((k+1)+2 k)+ \\ & \quad+((2 k-1)+(k+2))+((2 k-2)+(k+3))+\cdots+((k+2)+(2 k-1))= \\ & =2 \times(k+2 k)+2 \times((k+1)+(2 k-1))+\cdots+2 \times(2 k+k)+ \\ & \quad+((k+1)+(2 k-1))+((k+2)+(2 k-2))+\cdots+((2 k-1)+(k+1))=(3 k+1) \times 3 k \end{aligned} $$ 2.3. a) Возможны три случая, в зависимости от остатка от деления $n$ на 3 . 1) $n=3 k$. Очевидно, $f(3,3 k)=\frac{1}{k}$. 2) $n=3 k+1$. Если $n=1$, то $f(3,1)=1$. Если же $n=3 k+1 \geq 4$, то $f(3,3 k+1)=\frac{3 k-1}{2 k(3 k+1)}$. Оценка следует из 3.2 в) (при $k^{\prime}=2 k$ ). Пример: $$ \begin{aligned} 3 \times 1=\left(2 k \cdot \frac{1}{2 k}\right)+2 \times\left(k \cdot \frac{3 k-1}{2 k(3 k+1)}\right. & \left.+(k+1) \cdot \frac{3}{6 k+2}\right)= \\ = & 2 k \times\left(\frac{3 k-1}{2 k(3 k+1)}+\frac{1}{2 k}\right)+(k+1) \times\left(2 \cdot \frac{3}{6 k+2}\right) \end{aligned} $$ 3) $n=3 k+2$ В этом случае $f(3,3 k+2)=\frac{1}{2 k+2}$. Можно предположить, что у каждого человека по два куска, и общее число кусков равно $6 k+4$. Тогда найдётся торт с хотя бы $2 k+2$ кусками, один из которых не превосходит $\frac{1}{2 k+2}$. Пример: $$ \begin{aligned} 3 \times 1=\left((2 k+2) \cdot \frac{1}{2 k+2}\right)+ & 2 \times\left((k+1) \cdot \frac{3 k+4}{(3 k+2)(2 k+2)}+k \cdot \frac{3}{6 k+4}\right)= \\ & =(2 k+2) \times\left(\frac{1}{2 k+2}+\frac{3 k+4}{(3 k+2)(2 k+2)}\right)+k \times\left(2 \cdot \frac{3}{6 k+4}\right) \end{aligned} $$ # Fair cake division I.I. Bogdanov, G.R. Chelnokov, K.A. Knop, I.N. Shnurnikov ## 1 General setting Firstly, we present several model problems of this project. In every problem, a first question is easy; but then the difficulty grows fast. For instance, problem 1.3e) is very hard! Warning! If you are stuck with some question for a long time, we advice to switch to another problems of the project. Perhaps you will find there some clues or hints. For instance, you may find that problem $3.3 \mathrm{~b}$ ) is very useful. 1.1. a) Three small cakes, each of weight $200 \mathrm{~g}$, are divided into some pieces. It happens that one can distribute all the pieces to 4 children so that each gets the pieces of the same total weight. Prove that the minimal piece weight is not more than $50 \mathrm{~g}$. Is it possible to replace the number 50 by a smaller one? b) Four small cakes, each of weight $210 \mathrm{~g}$, are divided into some pieces. It happens that one can distribute all the pieces to 7 children so that each gets the pieces of the same total weight. Prove again that the minimal piece weight is not more than $50 \mathrm{~g}$. Is it possible to replace the number 50 by a smaller one? c) Now we have four large cakes, each of weight $3 \mathrm{~kg}$, and we divide them into pieces so that it is possible to distribute all the pieces to 25 children so that each gets the same total weight. Prove that the minimal piece weighs not more than $230 \mathrm{~g}$. Is it possible to replace the number 230 by a smaller one? 1.2. a) We have five cakes of $1 \mathrm{~kg}$ each, and we need to cut them and to distribute the pieces to seven people. We need the minimal piece weight to be the largest possible. Find this largest possible minimal weight. b) The same problem for 7 cakes and 9 people. 1.3. a) We need to cut eight cakes of $1 \mathrm{~kg}$ each and to distribute the pieces to 9 people. Find the largest possible weight of the smallest piece in this division. b) The same problem for 11 cakes and 14 people. c) The same problem for 14 cakes and 17 people. d) The same problem for 13 cakes and 16 people. e) The same problem for 31 cakes and 52 people. Surely, all these problems are the particular cases of the following general setting. (We always assume that the variables denote some positive integers.) Megaproblem. There are $m$ cakes (of weight $1 \mathrm{~kg}$ each) and $n$ people. We need to divide the cakes into pieces and to distribute them all to the people so that each gets the same total weight of pieces. We aim to maximize the minimal piece weight. So we need to find this largest possible weight of the minimal piece. Definition. Denote by $f(m, n)$ the answer to the Megaproblem. Although the problem seems to be quite innocent, it is very hard to solve it in this general setting. It happens that in several iterations one can find the answers for "most" values of $m$ and $n$, but at every step there still remain pairs $(m, n)$ for which the answer is unknown. It seems that there is no answer in a closed form. Thus our main purpose is to construct an algorithm of solving Megaproblem for every particular case. We do not formulate the search of this algorithm as a separate problem, but please keep in mind that this is the guiding star of this project. Attention! If you think that you have invented the general algorithm (or even some wellformulated conjectures of how should it look like) - we are always open to discuss that! Moreover, it also concerns to the algorithm which works for some (large enough) interval of values of the ratio $m / n$. We finish this introduction with formulating three general problems. The first one is quite easy; surprisingly, the answer for the second one is yet unknown. Formally speaking, the third one is not connected with the project, but its solution may be helpful. 1.4. Given the value of $f(m, n)$, determine $f(n, m)$. Remark. In view of this problem, it is enough to investigate only the case $m\frac{m}{3 n}$. Prove that in every optimal distribution for the pair $(m, n)$ each man gets not more than 2 pieces. b) (Theorem on One Third) Prove that $f(m, n) \geq \frac{m}{3 n}$. c) Given that $\frac{2}{3}<\frac{m}{n} \leq \frac{3}{4}$, prove that $f(m, n)=\frac{m}{3 n}$. (See also problem 3.11.) 3.4. a) Given that $\frac{m}{n}<\frac{2}{3}$, prove that $f(m, n) \leq \frac{1}{4}$. b) Determine all pairs $(m, n)$ (with $\frac{m}{n}<\frac{2}{3}$ ) such that $f(m, n)=\frac{1}{4}$. 3.5. Determine all pairs $(m, n)$ such that $\frac{2}{k+1}<\frac{m}{n}<\frac{2}{k}$ and $f(m, n)=\frac{1}{k+1}$. 3.6. a) Prove that $f(m, n)=\frac{m}{n}-\frac{1}{3}$ if $\frac{1}{2}<\frac{m}{n} \leq \frac{5}{9}$. b) Determine all pairs $(m, n)$ such that $f(m, n)=\frac{m}{n}-\frac{1}{3}$. 3.7. Determine all pairs $(m, n)$ such that $\frac{2}{k+1}<\frac{m}{n}<\frac{2}{k}$ and $f(m, n)=\frac{m}{n}-\frac{1}{k}$ (for $\left.k \geq 4\right)$. 3.8. a) Given that $\frac{7}{15}<\frac{m}{n}<\frac{1}{2}$, find $f(m, n)$. b) Find all values of $m / n$ for which $f(m, n)$ has the same form. 3.9. a) Given that $\frac{7}{12}<\frac{m}{n}<\frac{22}{37}$, find $f(m, n)$. b) Find all values of $m / n$ for which $f(m, n)$ has the same form. 3.10. a) Given that $\frac{14}{17}<\frac{m}{n}<\frac{5}{6}$, find $f(m, n)$. b) Find all values of $m / n$ for which $f(m, n)$ has the same form. 3.11*. Determine all pairs $(m, n)$ such that $f(m, n)=\frac{m}{3 n}$. ## Fair cake division After semifinal ## Additional problems to the previous sections Just in case, we remind the problem added on the first presentation. 1.6. a) We need to divide $m$ equal cakes and to distribute them among $n$ people so that each gets the same total weight of pieces. Find the minimal number of pieces in such division. b) For such a division with a minimal number of pieces, find all possible weights of the minimal piece. Next problems form the addition to the third section. Namely, these are some bounds analogous to the theorem on one third, but more exact ones. 3.12. Prove that $f(m, n) \geq \frac{2}{5} \cdot \frac{m}{n}$, if $\frac{5}{12} \leq \frac{m}{n} \leq \frac{1}{2}$. 3.13. a) Prove that $f(m, n) \geq \frac{3}{8} \cdot \frac{m}{n}$ if $\frac{m}{n} \leq \frac{1}{2}$. b) Find more intervals on which this inequality is true. 3.14. a) Prove that $f(m, n) \geq \frac{2}{5} \cdot \frac{m}{n}$, if $\frac{3}{5} \leq \frac{m}{n} \leq \frac{8}{13}$. b) Try to prove this inequality for another interval, adjacent to the $\left(\frac{3}{5}, \frac{8}{13}\right)$. For example, is it true for $\frac{m}{n} \in\left(\frac{10}{17}, \frac{3}{5}\right)$ ? Or for $\frac{m}{n} \in\left(\frac{8}{13}, \frac{5}{8}\right)$ ? c) Find more intervals (in other places of the segment $[0,1]$ ) where this bound is true. 3.15. For which intervals inside $\left(\frac{1}{2}, \frac{5}{8}\right)$ you can prove the bound $f(m, n) \geq \frac{2}{3} \cdot \frac{m}{n}-\frac{1}{6}$ ? ## Testing area. This section is useful for everyone who wants to have some nontrivial pairs $(m, n)$, here are some of these pairs. Attention! We can check answers and examples for these pairs, but we will not check a proof, unless it includes some general ideas; so this pairs are not formed as a problem. Here are these pairs (This list can be replenished): $$ (17,29) ; \quad(31,70) ; \quad(17,47) ; \quad(117,133) ; \quad(27,61) ; \quad(566,643) ; \quad(3130,6813) . $$ Good luck! ## 4 Variations of the problems setting In this section we generalize original setting in different ways. Solutions of these problems can be very useful in solving Megaproblem. 4.1. a) We have $m$ cakes with weight 1 and $n>m$ people. We have to cut cakes and give it to the people so that each gets the same total weight of pieces. And herewith each gets at most two pieces and each cake is cut into at most three parts. Find all such pairs $(m, n)$. b) The same problem, but each cake is cut into at most $k$ parts. c) The same problem, but each cake is cut into either $k-1$ or $k$ parts. Next problems deal with the situation when cakes can be different. 4.2. a) Two cakes with weights $1 \mathrm{~kg}$ and $2 \mathrm{~kg}$ are divided between $N$ people so that each gets the same total weight of pieces. What is the maximal weight of the minimal piece? b) The same question for two cakes with weights $2 \mathrm{~kg}$ and $5 \mathrm{~kg}$. 4.3. a) Let $k>1$. There are $3 k$ cakes (each of weight 3 ), $k-1$ cakes (each of weight 4 ), and $3 k-1$ cakes (each of weight 7). We have to cut each cake of the weight 3 into two pieces, and the each of the others - into three pieces so that the pieces may be distributed among several people and each of them will have two pieces with the same total weight. What is the maximal possible size of the minimal piece? b) The same question for $3 k$ cakes of the weight $3, k+2$ cakes of the weight 4 , and $3 k+2$ cakes of the weight 7 . c) The same question for $3 k$ cakes of the weight $3,2 k-1$ cakes of the weight 4 , and $4 k-1$ cakes of the weight 7 , where $k \geq 10$. What can you say for other values of $k$ (for example, $k=7$ )? 4.4. a) We have a cake with weight 59 , a cake with weight 89 and two cakes of weight 41 . We have to cut the first cake into 4 pieces, the second cake into 6 pieces, and the each of the last into 5 pieces so that they may be distributed among 10 persons so that all persons will have the same number of pieces and the same total weight of their pieces. What is the maximal value of the minimal piece? b) There are two cakes with weight 41 , three cakes with weight 35 , and 11 cakes with weight 29 . Each cake of the first group should be divided into 5 pieces, each cake of the second group - into 4 pieces, and the each cake of the third group - into 2 pieces. The pieces should be distributed among 22 persons so that all persons have the same number of pieces and the same total weight of their pieces. What is the maximal possible value of the minimal piece? c) Find $f(23,29)$. # Fair cake division Selected solutions If you have any ideas on this project, please do not hesitate to contact us by the e-mail: Konstantin Knop kostyaknop@gmail.com, Ilya Bogdanov ilya.i.bogdanov@gmail.com The presented solutions are arranged as follows. In section "Some sequences" we find the values of $f$ on some sequences of pairs $(m, n)$; notice that plenty of them also follow from more general results from the next sections. Section "Serial results" contains the solutions (or their outlines) for problems 3.4-3.8 (with problem 4.1 as a useful lemma) and bound 3.13. In section "Nonequal cakes" we extend our methods; it allows us to approach to problems 3.9 and 3.10 (it is recommended to read section on serial results before). Finally, in section "General algorithm" we describe on concrete examples the ideas of a general algorithm of solving Megaproblem (it involves some ideas from the previous two sections). We start with the solution of problem 1.6. 1.6. a) Answer. $m+n-\operatorname{gcd}(m, n)$. To construct an example, consider a segment of length $m$. Divide it by red points into $m$ equal segments, and by blue points into $n$ equal segments (some points will be multicolored). The segments with the red endpoints represent the cakes. We cut the cakes by all the blue endpoints. We claim that a desired division is obtained. Obviously, these pieces may be distributed among the people: it suffices to give to each person pieces between some neighboring blue points. There are $m+1$ red points, $n+1$ blue points, and $\operatorname{gcd}(m, n)+1$ multicolored points. So the total number of points is $m+n-\operatorname{gcd}(m, n)+1$ and we have the required number of pieces. We are left to show that the number of pieces should be at least $m+n-\operatorname{gcd}(m, n)$. Denote $d=\operatorname{gcd}(m, n), n=d n^{\prime}, m=d m^{\prime}$. Consider a bipartite graph with $m$ red vertices and $n$ blue vertices, corresponding to cakes and people. Each edge corresponds to a piece, and it connects the person getting the piece with the cake it is taken from. Consider a connected component of this graph, let it have $r$ red vertices and $b$ blue vertices. Then $b$ persons eat together $r$ cakes, which means that $b \cdot \frac{m}{n}=r$. So $\frac{r}{b}=\frac{m^{\prime}}{n^{\prime}}$ and hence $m^{\prime} \mid r$. So, the number of connected components is at most $\frac{m}{m^{\prime}}=d$. On the other hand, in each component the number of edges is at least the number of vertices decreased by 1 . So the total number of edges in the graph (which is the number of pieces) is at least $m+n-d$. b) The solution is left to the reader. ## Some sequences Here we present the solutions for some problems from section 2. Many of them follow also from more general results from section 3; nevertheless, we have put them here to show more concrete constructions. General remark. Since the case $m \mid n$ is trivial, further we always assume that $m \nmid n$. 2.2. By $3.2 \mathrm{~b}$ ) it follows that $f(m, 2 m-1) \leq \frac{m+1}{6 m-3}$. Example of decomposition of cakes of weights $6 m-3$ : $$ \begin{array}{r} 2 \times(3 \cdot(2 m-1))+(2 \cdot(m+1)+(2 m-4)+(2 m-1))+2 \times(2 \cdot(m+1)+(2 m-2)+(2 m-3))+ \\ ((m+1+i)+(m+3+i)+(2 m-4-i)+(2 m-3-i))_{i=1, \ldots,(m-5)} \end{array} $$ 2.3. b) Answer. $\frac{4}{n}$ if $4 \mid n$; $\frac{2}{n}$ if $n=4 k+2 ; \frac{4}{n}-\frac{2}{n-1}$ if $n$ is odd. If $4 \mid n$ then the answer $f(4, n)=\frac{4}{n}$ is trivial. If $n=4 l+2$ is even then $f(4,4 l+2)=\frac{1}{2 l+1}$ by 3.1 . Let $n=2 k+1$ is odd. By 3.3a) we may assume that every person gets exactly two pieces. So we have $4 k+2$ pieces, and by the pigeonhole principle there exists a cake with not more than $k$ pieces. So there is a piece not less than $\frac{1}{k}$, and its complement (at a person) is at most $\frac{4}{n}-\frac{1}{k}=\frac{4}{n}-\frac{2}{n-1}$; hence $f(4, n) \leq \frac{4}{n}-\frac{2}{n-1}$. An example for odd $n$ : $$ \begin{aligned} 2 \times\left(\frac{n-1}{2} \cdot \frac{2}{n-1}\right)+2 \times\left(\frac{n-1}{2} \cdot\right. & \left.\left(\frac{4}{n}-\frac{2}{n-1}\right)+\frac{2}{n}\right)= \\ & =(n-1) \times\left(\frac{2}{n-1}+\left(\frac{4}{n}-\frac{2}{n-1}\right)\right)+\left(2 \cdot \frac{2}{n}\right)=n \cdot \frac{4}{n} \end{aligned} $$ c) Answer. $\frac{5}{n}$ if $n \vdots 5 ; \frac{1}{\lceil 2 n / 5\rceil}$ if $n=5 k+1 \geq 16$ or $n=5 k+3 ; \frac{5}{n}-\frac{1}{\lfloor 2 n / 5\rfloor}$ if $n=5 k+4$ or $n=5 k+2 \geq 12 ; f(5,11)=\frac{13}{66}$. The other examples follow from the previous problems. 2.4. Answer. $\frac{1}{5}$ for $m \geq 6$ and $m=2$; the other answers follow from the previous problems: $f(1,3)=\frac{1}{3}, f(3,7)=\frac{5}{28}, f(4,9)=\frac{7}{36}, f(5,11)=\frac{13}{66}$. 2.5. Answer. $\frac{1}{4}$ for $k \geq 1$. The bound follows from 3.4 a). Example for cake weight $12 k+8$ : $$ \begin{aligned} & 1 \times(4 \cdot(3 k+2))+2 \times((4 k+2)+(5 k+4-2 i)+(3 k+2+2 i))_{i=1, \ldots, k}= \\ = & k \times(2 \cdot(4 k+2))+2 \times((3 k+2)+(5 k+2))+2 \times((3 k+4)+5 k)+\cdots+2 \times((5 k+2)+(3 k+2)) \end{aligned} $$ Note that the problem follows from $3.4 \mathrm{~b}$ ). 2.6. Answer. $\frac{2 k+1}{2(4 k+1)}$. The bound follows from 3.2 a). Example for cake weight $8 k+2$ : $$ \begin{aligned} & (k+1) \times(2 \cdot(4 k+1))+2 \times((2 k+1)+(2 k+i)+(4 k+1-i))_{i=1, \ldots, k}= \\ = & (2 k+2) \times((2 k+1)+(4 k+1))+2 \times((4 k+1-i)+(2 k+1+i))_{i=1, \ldots,(k-1)}+(2 \cdot(3 k+1)) \end{aligned} $$ 2.7. Answer. $\frac{1}{4}$. Bound follows from 3.4a). Example for cake with weight $32 k+12$. $$ \begin{aligned} & (5 k+2) \times(32 k+12)= \\ = & k \times(4 \cdot(8 k+3))+2 \times(2 \cdot(10 k+4)+(12 k+4))+((12 k+5)+(8 k+3+i)+(12 k+4-i))_{i=1, \ldots, 4 k} \end{aligned} $$ Note that the existence of example follows from $3.4 \mathrm{~b}$ ). 2.8. Answer. $\frac{6 k-1}{3(9 k-2)}$. The bound follows from $\left.3.2 \mathrm{~b}\right)$. Example with cake weights $27 k-6$ and portions of people $15 k-3$ : $$ \begin{aligned} & 2 k \times(3 \cdot(9 k-2))+((6 k-1)+(6 k-1)+(6 k-2+i)+(9 k-2-i))_{i=1, \ldots,(3 k-1)}= \\ & \quad=6 k \times((6 k-1)+(9 k-2))+((6 k-1+i)+(9 k-2-i))_{i=1, \ldots, 3 k-2} \end{aligned} $$ 2.9. Answer. $\frac{18 k-4}{63 k-15}$. The bound follows from the lemma. Lemma. If $\frac{4}{5}<\frac{m}{n}<1$, then $f(m, n) \leq 2 \cdot \frac{m}{n}-\frac{4}{3}$. Proof. Suppose the contrary. It is easy to check that $2 \cdot \frac{m}{n}-\frac{4}{3} \geq \frac{m}{3 n}$ and $2 \cdot \frac{m}{n}-\frac{4}{3} \geq \frac{1}{4}$, so all the cakes contain two or three pieces and all people have two pieces. The number of two-piece cakes is $3 m-2 n$, the number of three-piece cakes is $2 n-2 m$. Two cases are possible. 1) Assume that some person gets both pieces from two-piece cakes. Then the remaining two pieces from these two cakes weigh in total $2-\frac{m}{n}$, and one of pieces is at least $1-\frac{m}{2 n}$. Hence the completing piece is at most $$ \frac{m}{n}-\left(1-\frac{m}{2 n}\right)<2 \cdot \frac{m}{n}-\frac{4}{3} $$ 2) Every piece of two-piece cake is completed by a piece of a three-piece cake. Let $x$ be the minimal piece weight. Then $\frac{m}{n}-x$ is the maximal weight. Let $A$ be some piece of a two-piece cake; then $A \geq 1-\frac{m}{n}+x$. Hence the completing piece is $\frac{m}{n}-A \leq 2 \frac{m}{n}-1-x$. From $\frac{m}{n}>\frac{4}{5}$ it follows that there are more two-piece cakes than three-piece ones. So there is a three-piece cake, all pieces of which are complementary to pieces of two-piece cakes. Hence all three pieces are at most $2 \frac{m}{n}-1-x$ and $$ 3\left(2 \cdot \frac{m}{n}-1-x\right) \leq 1 \Leftrightarrow x \leq 2 \cdot \frac{m}{n}-\frac{4}{3} $$ Example. Cake weight is $63 k-15$, portion of a person is $51 k-12$, the minimal weight is $18 k-4$. $$ \begin{gathered} (17 k-4) \times(63 k-15)=2 k \times(3 \cdot(21 k-5))+6 k \times((33 k-8)+(30 k-7))+ \\ +((33 k-10-i)+(30 k-7+i))_{i=1, \ldots, 3 k-2}+2 \times((18 k-3+i)+(27 k-6-i)+(18 k-4))_{i=1, \ldots, 3 k-1}= \\ =6 k \times((21 k-5)+(30 k-7))+6 k \times((33 k-8)+(18 k-4))+ \\ 2 \times((18 k-4+i)+(33 k-8-i))_{i=1, \ldots, 3 k-2}+((24 k-6+i)+(27 k-6-i))_{i=1, \ldots, 3 k-1}= \\ =(21 k-5) \times(51 k-12) \end{gathered} $$ ## Serial results First, we present an estimate analogous to the Theorem on One Third. 3.13. a) If $n=2 m$, then $f(m, 2 m)=\frac{1}{2}$, so we assume $\frac{m}{n}<\frac{1}{2}$. Let $8 n$ be the weight of every cake, then each person receives $8 m$. Consider the segment of length $8 \mathrm{~nm}$ and divide it by red points into $m$ equal segments (cakes). We will cut off the pieces consequently from the left end of the remaining segment. Cut off several pieces of $4 m$ until the remainder will be between $6 m$ and $10 \mathrm{~m}$. Next, we divide the remaining part into two equal pieces of length between $3 \mathrm{~m}$ and $5 \mathrm{~m}$. We complete both of these two pieces to $8 \mathrm{~m}$ by two pieces from the next cake. So we use at most $10 \mathrm{~m}$ from the next cake, and the remainder is at least $8 n-10 m \geq 6 m$. Thus we may continue cutting until the last cake. Since we have combined extracted pieces to pairs of weight $8 \mathrm{~m}$, and the total segment equals to $8 m n$, then in the last cake will be ended by two pieces of $4 \mathrm{~m}$. The distribution of pieces among people is also constructed. Next, we present some exact values for several intervals. We start with problem 4.1, which happens to be very helpful. 4.1. a), b) Answer. $\frac{m}{n} \in\left[\frac{1}{k-1}, 1\right) \cup\left\{\frac{v}{(k-1) v+1}\right\}_{v=1,2, \ldots}$. Firstly, we present an example showing that the answer fits. We act as in Theorem on One Third. Consider a segment of length $m$. Divide it by red points into $m$ equal segments, and by blue points into $n$ equal segments (some points will be multicolored). The obtained segments with the red endpoints represent the cakes. Now we cut the cakes by all the blue endpoints. We claim that a desired division is obtained. Obviously, these pieces may be distributed among the people: it suffices to give to each person pieces between some neighboring blue points. Moreover, each person gets no more than two pieces since each such segment may contain at most one red point. We are left to show that each cake is divided into at most $k$ parts. If $\frac{m}{n}>\frac{1}{k-1}$, then each cake contains at most $k-2$ whole portions and at most two pieces less than $\frac{m}{n}$ - thus at most $k$ pieces at all. For $\frac{m}{n}=\frac{1}{k-1}$ the claim is obvious. Now assume that $\frac{m}{n}=\frac{v}{(k-1) v+1}$. Consider now $k$ consecutive blue points; the distance between the first and the last of them is $\frac{(k-1) v}{(k-1) v+1}$, and their coordinates are the fractions with denominator $(k-1) v+1$. This implies that a cake can contain all these $k$ points only if one of them is its endpoint. This means exactly that a cake is cut into no more than $k$ pieces. The example is justified. We are left to prove that in other cases the desired division is impossible. Let us call a person angry if he gets two pieces. Let us construct a graph having cakes as vertices, with each edge corresponding to an angry person and connecting two cakes he gets his pieces from. Consider any connected component of this graph; let $v$ and $e$ be the numbers of its vertices and edges, respectively. Then $e \geq v-1$. These $v$ cakes contain at most $k v$ pieces, $2 e$ of which belong to angry people. Since there are no edges from our component outside it, these pieces can be rearranged into whole portions (namely, $e$ portions of two pieces each and, say, $t$ of portions of one piece). Then $t \leq k v-2 e$. Next, comparing the total weight at $v$ cakes and $e+t$ people, we get $\frac{n}{m}=\frac{e+t}{v} \leq \frac{k v-e}{v}=k-\frac{e}{v}$. If $e \geq v$, then we get $\frac{n}{m} \leq k-1$, otherwise $e=v-1$, and we have $\frac{n}{m}=\frac{v(k-1)+1}{v}$, as desired. Important remark. Had we omitted the condition $mn$. In this case, all people are angry since a person's portion is greater than a cake. Now, each connected component of a graph corresponds to the division of $v$ cakes between $e$ people, hence $1<\frac{m}{n}=\frac{v}{e}$ which may happen only if $e=v-1$. For such values an example can be constructed in the same way; hence the answer becomes $$ \frac{m}{n} \in\left[\frac{1}{k-1}, 1\right] \cup\left\{\frac{v}{(k-1) v+1}\right\}_{v=1,2, \ldots} \cup\left\{\frac{e+1}{e}\right\}_{e=1,2, \ldots} $$ c) Answer. $\frac{m}{n} \in\left[\frac{1}{k-1}, \frac{2}{k-1}\right\rfloor \cup\left\{\frac{v}{(k-1) v+1}\right\}_{v=1,2, \ldots}$. The solution is left to the reader. 3.4. a) As usual, we may assume that each person receives at least two pieces. Then the total number of pieces is at least $2 n>3 m$. Hence some cake contains at least four pieces, one of which should not exceed $\frac{1}{4}$. b) Answer. $\frac{m}{n} \in\left[\frac{5}{8}, \frac{2}{3}\right) \cup\left\{\frac{5 k+2}{8 k+4}\right\}_{k=1,2, \ldots}$. Suppose that $f(m, n)=\frac{1}{4}$; then $f(m, n)>\frac{m}{3 n}$, so we may assume that each person gets exactly two pieces. Next, each piece is at least $\frac{1}{4}$ and at most $$ d=\frac{m}{n}-\frac{1}{4} $$ (otherwise the other piece at the person having our one is less than $\frac{1}{4}$ ). Hence each cake contains at least three pieces (otherwise there exists a piece of at least $\frac{1}{2}>d$ ) as well as at most 4 pieces (otherwise there exists a piece not exceeding $\frac{1}{5}$ ). Thus, we have fat cakes with 4 pieces each and usual cakes with 3 pieces each, and the numbers of fat and usual cakes are $$ f=2 n-3 m \quad \text { and } \quad u=4 m-2 n $$ respectively. Since $u \geq 0$, we obtain $\frac{m}{n}>\frac{1}{2}$. Next, each fat cake should be split into equal parts, these parts belong to $4 f$ people, and the second piece at each such person weighs $d$. All the remaining people get both their pieces from the usual cakes; let us call these people usual. Then there are $$ s=n-4 f=12 m-7 n $$ usual people. Now we will consider some auxiliary decomposition of negative "cakes"; it corresponds to the division of the usual cakes and people. Let us subtract $\frac{1}{4}$ from each piece of a fat cake, and $d$ from each piece of a usual cake. Let us forget for a while about zero pieces. Then in a new decomposition all non-usual people and all fat cakes vanish (and we forget about them too), each usual "cake" now contains not more than three negative "pieces" of the same total weight, while each usual person gets at most two nonpositive "pieces" of the same total weight. So, taking the opposites of all the obtained weights, we arrive to the situation of 4.1a) (without a condition $m\frac{m}{n}-\frac{1}{3}$ for $\frac{m}{n}<\frac{1}{2}$. On the other hand, $f(m, n) \leq \frac{m}{2 n}<$ $\frac{m}{n}-\frac{1}{3}$ for $\frac{m}{n}>\frac{2}{3}$. So we are left to investigate the interval $\left(\frac{1}{2}, \frac{2}{3}\right)$ (the left end of the interval does not satisfy the condition, while the right end does). We present an outline of the further solution which is similar to $3.4 \mathrm{~b}$ ). We obtain that each person gets two pieces, the sizes of pieces belong to a segment $\left[\frac{1}{3}, d\right]$ where $d=\frac{m}{n}-\frac{1}{3}$. Next, we have $f=2 n-3 m$ fat cakes with 4 pieces each and $u=4 m-2 n$ usual cakes with 3 pieces each. Each usual cake should be split into equal parts, these parts belong to $3 u$ people, the second piece at each such person weighs $d$, and all the other $s=n-3 u=7 n-12 m$ usual people get both pieces from fat cakes. Notice that $\frac{m}{n}>\frac{1}{2}$ implies $\frac{f}{s} \geq \frac{1}{2}$. Now, subtracting $\frac{1}{3}$ from each piece of a usual cake and $d$ from each other piece we obtain the distribution of the remaining $f$ nonnegative "cakes" over $s$ usual people. The only condition remained is that each person should get not more than two pieces, while each "cake" should contain at most four pieces; this condition being satisfied, we can recover the division of the usual cakes. Hence by 4.1b) (together with the remark after it), for $\frac{f}{s}>\frac{1}{2}$ the desired division exists if and only if $\frac{f}{s} \in\left[\frac{1}{2}, 1\right] \cup\left\{\frac{v+1}{v}\right\} \cup\{\infty\}$. The answer follows. 3.7. Answer. $\frac{m}{n} \in\left(\frac{2}{k+1}, \frac{2 k-1}{k^{2}}\right] \cup\left\{\frac{d(2 k-1)+2}{d k^{2}+k}\right\}_{d=1,2, \ldots}$. The solution is analogous to $3.6 \mathrm{~b}$ ). 3.8. A particular case of 3.5 . The ideas of solution of problem 3.9 is presented in the next section. ## Different cakes Recall that $\lfloor x\rfloor$ and $\lceil x\rceil$ are the largest integer not exceeding $x$ and the smallest integer not less than $x$, respectively. 4.2. a) Answer. $\frac{3}{N}$, if $3 \mid N ; \max \left\{\frac{3}{N}-\frac{1}{\lfloor 2 N / 3\rfloor}, \frac{1}{\lceil 2 N / 3\rceil}\right\}$ otherwise. If $3 \mid N$, then obviously the optimal way is to cut the cakes into the pieces of $\frac{3}{N}$ each. Now assume that $3 \nmid N$. Then some person should get at least two pieces, hence the answer does not exceed $\frac{3}{2 N}$, and we may assume that each person gets at least two pieces. Next, the smaller cake is divided either into $\leq\lfloor 2 N / 3\rfloor$ parts, or into $\geq\lceil 2 N / 3\rceil$ parts (for $N=2$, the second case necessarily holds). In the first case, one of these pieces should be $\geq \frac{1}{\lfloor 2 N / 3\rfloor}$, so its complement (at a person) is $\leq \frac{3}{N}-\frac{1}{\lfloor 2 N / 3\rfloor}$. In the second case, the smaller cake contains a piece which is $\leq \frac{1}{\lceil 2 N / 3\rceil}$. So, in any case the minimal weight does not exceed one of the numbers $\frac{3}{N}-\frac{1}{\lfloor 2 N / 3\rfloor}$ and $\frac{1}{\lceil 2 N / 3\rceil}$, i.e. it does not exceed $D=\max \left\{\frac{3}{N}-\frac{1}{\lfloor 2 N / 3\rfloor}, \frac{1}{\lceil 2 N / 3\rceil}\right\}$. We are left to present an example with $D$ as the minimal piece weight. Assume that $D=$ $\frac{3}{N}-\frac{1}{\lfloor 2 N / 3\rfloor}$. Let us divide the smaller cake into the pieces of $\frac{1}{\lfloor 2 N / 3\rfloor} \geq D$, cut away the same number of pieces of $D$ each from the larger cake, and divide the rest into the whole portions. Obviously, this division fits. In the second case, the example is constructed analogously. Remark. One may check that $D=\frac{3}{N}-\frac{1}{\lfloor 2 N / 3\rfloor}$ if $N=3 k+2$, and $D=\frac{1}{\lceil 2 N / 3\rceil}$ otherwise. b) Answer. $\frac{7}{N}$, if $7 \mid N ; \max \left\{\frac{7}{N}-\frac{2}{\lfloor 4 N / 7\rfloor}, \frac{2}{\lceil 4 N / 7\rceil}\right\}$ otherwise. The solution is completely analogous and is left to the reader. The next problem gives a hint of how does the general algorithm work. We need to introduce some Definitions and notation. Recall that a hypergraph is a pair $(V, E)$ where $V$ is the set of vertices, and $E$ is the set of (hyper)edges which are some nonempty subsets of $V$. A hypergraph is homogeneous if all its edges have the same cardinality. For any hypergraph $G=(V, E)$ we can construct its underlying graph $G^{\prime}=\left(V, E^{\prime}\right)$ with the same set of vertices, connecting every two vertices belonging to one hyperedge of $G$. A hypergraph is connected if its underlying graph is connected. Further we will denote by $[b: c]$ the following situation: we have a cake of weight $b$ which should be divided into $c$ parts. So, the notation $2 \times[4: 3]+3 \times[7: 4]$ will denote the collection of two cakes of weight 4 which should be divided into three parts each together with three cakes of weight 7 which should be divided into four parts each. 4.4. a) Answer. $\frac{49}{6}$. In our notation, we have $[59: 4]+[89: 6]+2 \times[41: 5]$. One of the pieces in $[89: 6]$ is at least $\frac{89}{6}$, and its complement is $\leq \frac{49}{6}$, as desired. It remains to provide an example: $$ \left(4 \cdot \frac{59}{4}\right)+\left(6 \cdot \frac{89}{6}\right)+2 \times\left(3 \cdot \frac{49}{6}+2 \cdot \frac{33}{4}\right)=4 \times\left(\frac{59}{4}+\frac{33}{4}\right)+6 \times\left(\frac{89}{6}+\frac{49}{6}\right) $$ b) Answer. $\frac{49}{6}$. In our notation, we have $2 \times[41: 5]+3 \times[35: 4]+11 \times[29: 2]$. We say that the cakes of weight 29 are small, and the others are large. Notice that each person should get two pieces of total weight 23. Assume that each piece weighs at least than $\frac{49}{6}$; then each piece should also be at most than $23-\frac{49}{6}=\frac{89}{6}$. Assume that a person gets two pieces from small cakes (surely these two cakes are distinct), then the average weight of the remaining two pieces in these cakes is $\frac{2 \cdot 29-23}{2}>\frac{89}{6}$ which is impossible. Hence all 22 pieces of small cakes come to different people, and therefore all the pieces from the large cakes also come to different people. Now let us call the cakes of weight 41 fat, and the cakes of weight 35 usual. Construct a hypergraph with small cakes as vertices; each edge will correspond to a usual cake and consist of all the small cakes containing the people's complements of the pieces of this usual cake. This hypergraph contains at least two connected components. Now let us remove all the pieces of the usual cakes, as well as their complements in small cakes. Next, we glue the remaining pieces of each connected component into one new "cake". Let us calculate a number of pieces and a weight of this "cake". Assume that a component contains $v$ vertices and $e$ edges. Due to each edge, we have removed 4 pieces of total weight $4 \cdot 23-35=57$; hence the number of the pieces removed from our component is $4 e$, while their total weight is $57 e$. Thus the average weight of the remaining pieces is $\frac{29 v-57 e}{2 v-4 e}$ which should be $\leq \frac{89}{6}$, which rewrites as $2 v \geq 7 e$. On the other hand, since the component is connected, we have $v \leq 3 e+1$. The two obtained inequalities hold only if the pair $(v, e)$ is either $(4,1)$ or $(7,2)$. Hence our hypergraph should contain one component of type $(4,1)$ and one of type $(7,2)$. In the latter component, one of the pieces will be at least $\frac{7 \cdot 29-2 \cdot 57}{14-8}=\frac{89}{6}$ which provides the desired estimate. But we can also get the example from this construction! Namely, from the component of type $(4,1)$ we have obtained a "cake" of 4 pieces and total weight $4 \cdot 29-57=59$, while from the remaining component we get a "cake" of 6 pieces and total weight $7 \cdot 29-2 \cdot 57=89$. Also we have $2 \times[41: 5]$ remained. Thus we come to the situation of $4.4 \mathrm{a})$, so we may take the division from that example and then find the weights of the removed pieces. The resulting example is $$ \begin{aligned} & 11 \times 29+2 \times 41+3 \times 35=4 \times\left(\frac{59}{4}+\frac{57}{4}\right)+6 \times\left(\frac{89}{6}+\frac{85}{6}\right)+\left(2 \cdot \frac{29}{2}\right)+ \\ &+2 \times\left(3 \cdot \frac{49}{6}+2 \cdot \frac{33}{4}\right)+\left(4 \cdot \frac{35}{4}\right)+2 \times\left(3 \cdot \frac{53}{6}+\frac{17}{2}\right)= \\ &=4 \times\left(\frac{59}{4}+\frac{33}{4}\right)+6 \times\left(\frac{89}{6}+\frac{49}{6}\right)+4 \times\left(\frac{57}{4}+\frac{35}{4}\right)+6 \times\left(\frac{85}{6}+\frac{53}{6}\right)+2 \times\left(\frac{29}{2}+\frac{17}{2}\right) \end{aligned} $$ c) Answer. $\frac{49}{138}=\frac{1}{23} \cdot \frac{49}{6}$ (could you guess it?). Let us multiply all the weights by 29. As usual, we may assume that each person gets exactly two pieces, and each cake is divided into either two or three parts. Then the numbers of cakes of both types can be found, and we arrive to the situation $12 \times[29: 3]+11 \times[29: 2]$. We say that the cakes with three pieces are fat, and the others are usual. Assume that each piece weighs at least than $\frac{49}{6}$; then each piece should also be at most than $23-\frac{49}{6}=\frac{89}{6}$. By the same reasons as above, none of the people gets two pieces from a usual cake. Hence all 22 pieces of usual cakes come to different people, and their complements belong to fat cakes. The remaining 14 pieces of fat cakes come to 7 remaining people; let us call these people fat. Now construct a graph with fat cakes as vertices; each edge will correspond to a fat person and connect two fat cakes containing the cakes containing the pieces of this person. This graph contains at least five connected components. Now let us remove all the pieces of fat people. Next, we glue the remaining pieces of each connected component into one new "cake". Let us calculate a number of pieces and a weight of this "cake". Assume that a component contains $v$ vertices and $e$ edges (then $v \leq e+1$ ). Due to each edge, we have removed 2 pieces of total weight 23 ; hence the number of the pieces removed from our component is $2 e$, while their total weight is $23 e$. Thus the average weight of the remaining pieces is $\frac{29 v-23 e}{3 v-2 e}$ which should be $\geq \frac{49}{6}$, which rewrites as $27 v \geq 40 e$. This is impossible if $v \leq e$, so we get $v=e+1$ and hence $27 \leq 13 e$, or $e \leq 2$. Thus, each component is a tree (so there are exactly five of them) and has at most two edges. The most "regular" case is when there are two components with two edges and three components with one edge; so the obtained new "cakes" will look as $2 \times[41: 5]+3 \times[35: 4]$. So by $4.4 \mathrm{~b})$ the answer will be at most $\frac{49}{6}$. In any other case, an isolated vertex appears; this means that all three pieces of this cake are paired up (in portions) with the pieces from usual cakes. Consider these three complements, and take three usual cakes containing them. The average of three remaining pieces of these cakes is $\frac{4 \cdot 29-3 \cdot 23}{3}>\frac{89}{6}$, which is impossible. Hence the estimate is established. The example again can be obtained from the example for $4.4 \mathrm{~b}$ ) by filling up the removed pieces: $$ \begin{aligned} 11 \times 29+12 \times 29=4 \times( & \left.\frac{59}{4}+\frac{57}{4}\right)+6 \times\left(\frac{89}{6}+\frac{85}{6}\right)+\left(2 \cdot \frac{29}{2}\right)+ \\ & +4 \times\left(\frac{49}{6}+\frac{33}{4}+\frac{151}{12}\right)+2 \times\left(\frac{49}{6}+2 \cdot \frac{125}{12}\right)+ \\ & +2 \times\left(2 \cdot \frac{35}{4}+\frac{23}{2}\right)+2 \times\left(2 \cdot \frac{53}{6}+\frac{34}{3}\right)+2 \times\left(\frac{53}{6}+\frac{17}{2}+\frac{35}{3}\right)= \\ =4 \times\left(\frac{59}{4}+\frac{33}{4}\right) & +6 \times\left(\frac{89}{6}+\frac{49}{6}\right)+4 \times\left(\frac{57}{4}+\frac{35}{4}\right)+6 \times\left(\frac{85}{6}+\frac{53}{6}\right)+ \\ +2 & \times\left(\frac{29}{2}+\frac{17}{2}\right)+4 \times\left(\frac{151}{12}+\frac{125}{12}\right)+\left(2 \cdot \frac{23}{2}\right)+2 \times\left(\frac{34}{3}+\frac{35}{3}\right) \end{aligned} $$ 3.9. a) Answer. $\frac{5}{4} \cdot \frac{m}{n}-\frac{1}{2}$. First, let us prove the upper bound. As usual, we may assume that each person gets two pieces, all the cakes are divided into 3 or 4 parts, hence there are $u=4 m-2 n$ usual cakes of three parts and $f=2 n-3 m$ fat cakes of four parts. Since $4 f\frac{7}{12}$ ), some person should get both pieces from the usual cakes. Consider two cakes containing these pieces; the average weight of the rest four pieces in them will be $t=\frac{1}{4}\left(2-\frac{m}{n}\right)$, so one of these pieces weighs at least $t$. So its complement weighs at most $d=\frac{m}{n}-t=\frac{5}{4} \cdot \frac{m}{n}-\frac{1}{2}$, as desired. The example will follow from part b). b) We investigate only the case $\frac{m}{n} \in\left(\frac{7}{12}, \frac{2}{3}\right)$ where the upper bound from part a) holds. We claim that on this interval $f(m, n)=\frac{5}{4} \cdot \frac{m}{n}-\frac{1}{2}$ if and only if $\frac{m}{n} \in\left(\frac{7}{12}, \frac{22}{37}\right\} \cup\left\{\frac{22 d-3}{37 d-2}\right\}_{d=1,2, \ldots}$; here is an outline of the proof. We multiply all the weights by $4 n$; so the weight of the minimal piece should be $d=5 m-2 n$, while the maximal weight should be $t=2 n-m$. In our case, each person should get two pieces, there are $f=2 n-3 m$ fat cakes with four pieces each and $u=4 m-2 n$ usual cakes with three pieces each. Next, it is easy to see that no person gets two pieces from the fat cakes, so there are $4 f$ persons getting a piece from the fat cake and $s=n-4 f$ usual persons with two pieces from usual cakes. Construct a graph $G$ having usual cakes as vertices, with the edges formed by the two pieces of a usual person. Remove all the usual people's pieces and glue each component into a new cake. If some connected component contains more than one edge, then deleting all the usual people's pieces from this component we get some pieces of average weight $>d$ which is impossible. Hence we get $s$ new cakes of weight $8 n-4 m=4 t$ consisting of four pieces and $u-2 s$ old cakes of weight $4 n$ consisting of three pieces. Notice that new cakes should be divided into four equal parts each. Now we act as in $3.4 \mathrm{~b}$ ). Subtract $d$ from each remaining piece of usual cake, and $t$ from each piece of a fat cake. Then the new cakes vanish, all remaining usual cakes turn into positive "cakes" of three (or less) pieces, and all fat cakes turn into negative "cakes" of four (or less) pieces. Taking the absolute values of negative pieces, we come to the following situation: We have $u-2 s$ equal cakes, and we need to cut each of them into at most three parts and redistribute into $f$ groups of equal weight having at most four pieces each. Moreover, one can see that if the desired division of the "cakes" is possible then one may recover the division of the initial cakes. Hence it remains to determine when the new problem has a solution. This can be made in the same way as in 4.1. ## General algorithm Finally, we show how the general algorithm works on some nontrivial example - that is, we will find $f(31,52)$. 1.3. e) Unlike in the other problems, we do not start with an answer, but we wish to see how to find it from the very beginning. Part I. Firstly, we will perform some strange process which provides neither an example nor the bound. But we will get an answer; and then we will check that this answer is achievable and optimal. During the process, we will make some assumptions on how should the optimal example look like. So, after the example is constructed we will need to check that lacking these assumptions we will obtain a worse division. We mark these assumprions by a bold font and number them consecutively. Preliminaries. Multiply all the weights by 52 . We will assume(1) that each person has two pieces, and since $\frac{1}{2}<\frac{m}{n}<\frac{2}{3}$ we will assume(2) that each cake is divided into three of four parts. Then we have $$ 11 \times[52: 4]+20 \times[52: 3] $$ Let us call the cakes with four pieces fat, and the other cakes usual. Initial step. Now we have 44 pieces in fat cakes, which is smaller than the number of people. We assume(3) that all of them come to different persons. Hence there will be exactly 8 usual persons with both pieces in usual cakes. So we construct a graph on usual cakes as vertices, where each usual person induces an edge. This graph contains 20 vertices and 8 edges, so it has at least 12 connected components. In such a situation we assume(4) that (i) all components are trees (so there are exactly 12 of them), and (ii) the edges are distributed between the components almost uniformly (that is, the numbers of edges in any two components differ by at most 1). In our case, this means that there are 8 components with one edge and 4 isolated vertices. Now, removing the pieces belonging to usual people and gluing the pieces of one component, we come to a situation $$ 11 \times[52: 4]+8 \times[73: 4]+4 \times[52: 3] $$ Regular step 1. Now we have 44 small pieces in 11 fat cakes, and 44 large pieces in remaining cakes; each person should get one piece of each type. Notice that the average weight of a piece in [52:3] is smaller than that in [73:4]. Informally speaking, this means that we need to cut the latter cakes as uniformly as we can. So we postpone them and deal with the remaining ones. Consider a hypergraph on the fat cakes as vertices, with each [52 : 3] cake inducing an edge (this edge consists of the fat cakes containing the complements of the pieces of our [52:3] cake). Thus we have a hypergraph on 11 vertices with 4 edges of cardinality $\leq 3$. Such hypergraph has at least $11-4 \cdot(3-1)=3$ connected components. As before, we assume(5) that (i) each component has the maximal possible number of vertices for its number of edges (so there are exactly three of them), and (ii) the edges are distributed between the components almost uniformly (that is, the numbers of edges in any two components differ by at most 1). In our case, this means that there are two components with three vertices and one edge, as well as one component with two edges and five vertices. Now, removing all the pieces of $[52: 3]$ cakes together with their complements, and gluing the pieces of one component, we come to a situation $$ 2 \times[105: 9]+[178: 14]+8 \times[73: 4] $$ Regular step 2. Now we have 32 large pieces in [73:4] cakes, and 32 small pieces in remaining cakes; each person should get one piece of each type. Notice that the average weight of a piece in [105:9] is larger than that in $[178: 14]$. Again, this means that we need to cut the latter cakes as uniformly as we can, so we deal with $[105: 9]$ cakes. Consider a hypergraph on the $[73: 4]$ cakes as vertices, with each [105 : 9] cake inducing an edge. Unlike the previous cases, this hypergraph may be connected; so we assume(6) that it is connected, and we are ready to finish. We make this graph connected, hence by the standard removing we arrive to the situation $$ [178: 14]+[256: 14] $$ But this situation is trivial, and the maximal possible smallest piece is $\frac{178}{14}$ : it is enough to divide each cake into equal parts and give to each person one piece from each cake. Notice that our last aim (to cut $[178: 14]$ with the maximal uniformity) is completely reached. Thus, under all our assumptions we obtain that the minimal piece is at most $d=\frac{89}{7}$. Part II. Now we are to construct an example, moving backwards in our process. Recall that in our example we have $$ [178: 14]+[256: 14]=\left(14 \cdot \frac{89}{7}\right)+\left(14 \cdot \frac{128}{7}\right) $$ Regular step 2. The cake [256 : 14] is obtained from $8 \times[73: 4]$ by removing the pieces complementary to the ones from $2 \times[105: 9]$. Now we reconstruct the division of these cakes - for instance, with the help of intervals; now it is easy to apply: $$ 8 \times[73: 4]+2 \times[105: 9]=8 \times\left(3 \cdot \frac{128}{7}+\frac{127}{7}\right)+2 \cdot\left(5 \cdot \frac{89}{7}+4 \cdot \frac{90}{7}\right) $$ Regular step 1. The cakes $2 \times[105: 9]$ were obtained from $3 \times[52: 4]+3 \times[52: 4]$ by removing the complements of the pieces from $[52: 3]+[52: 3]$; analogously, the cake $[178: 14]$ was obtained from another $4 \times[52: 3]$ by removing the complements of the pieces from $2 \times[52: 3]$. Now we will reconstruct them; it is immediate after we split the pieces in $[105: 9]$ and $[178: 14]$ into the $[52: 4]$ cakes they were taken from. Making this arbitrarily we get $$ \begin{aligned} 11 \times[52: 4] & +4 \times[52: 3]=4 \times\left(2 \cdot \frac{89}{7}+\frac{90}{7}+\frac{96}{7}\right)+2 \times\left(\frac{89}{7}+2 \cdot \frac{90}{7}+\frac{95}{7}\right)+ \\ & +4 \times\left(3 \cdot \frac{89}{7}+\frac{97}{7}\right)+2 \times\left(2 \cdot \frac{89}{7}+2 \cdot \frac{93}{7}\right)+ \\ & +2 \times\left(2 \cdot \frac{121}{7}+\frac{122}{7}\right)+2 \times\left(2 \cdot \frac{120}{7}+\frac{124}{7}\right) \end{aligned} $$ Initial step. We are left to reconstruct the last cakes $16 \times[52: 3]$ from $8 \times[73: 4]$ by adding the usual people; it also goes automatically: $$ 16 \times[52: 3]=8 \times\left(2 \cdot \frac{128}{7}+\frac{108}{7}\right)+8 \times\left(\frac{128}{7}+\frac{127}{7}+\frac{109}{7}\right) $$ So the whole example is reconstructed: $$ \begin{aligned} 11 \times[52: 4] & +20 \times[52: 3]=4 \times\left(2 \cdot \frac{89}{7}+\frac{90}{7}+\frac{96}{7}\right)+2 \times\left(\frac{89}{7}+2 \cdot \frac{90}{7}+\frac{95}{7}\right)+ \\ & +4 \times\left(3 \cdot \frac{89}{7}+\frac{97}{7}\right)+2 \times\left(2 \cdot \frac{89}{7}+2 \cdot \frac{93}{7}\right)+ \\ & +2 \times\left(2 \cdot \frac{121}{7}+\frac{122}{7}\right)+2 \times\left(2 \cdot \frac{120}{7}+\frac{124}{7}\right)+ \\ & +8 \times\left(2 \cdot \frac{128}{7}+\frac{108}{7}\right)+8 \times\left(\frac{128}{7}+\frac{127}{7}+\frac{109}{7}\right) \end{aligned} $$ Part III. We are left to check that all our assumptions were necessary. It can be done easily within the methods involved in the previous sections. Denote $d=\frac{89}{6}, t=31-d=\frac{128}{7}$. If $f(31,52)>d$ then all the piece weights should belong to the interval $(d, t)$. Assumption (1) should hold since otherwise the least piece is at most $\frac{31}{3}t$. Assumption (3) should hold, otherwise let us consider a person with two pieces in two fat cakes. Then the average weight of the remaining six pieces in these cakes is $\frac{52 \cdot 2-31}{6}t$. Assumption (5) may be checked in the same way as in $4.4 \mathrm{~b}$ ). Finally, we do not need to check the last Assumption (6) at all: to this step, we already have a $[178: 14]$ cake, so the minimal piece cannot exceed $\frac{178}{14}=d$. We are done! We suggest you to apply this algorithm to the pairs from the Testing area to see how it works! # Fair cake division Solutions after semifinal ## Some general results We start with problems 3.1-3.3, since their solutions allow to simplify the further text. 3.1. If $m \nmid n$, then it is impossible to split a cake into equal pieces which weigh $\frac{m}{n}$. So there will be some piece less than $\frac{m}{n}$. That means that some person will receive at least two pieces, and one of them weigh at most $\frac{m}{2 n}$ by the pigeonhole principle. If $f(m, n)=\frac{m}{2 n}$, then every piece weighs $\frac{m}{2 n}$ or $\frac{m}{n}$ (if its weight is between these numbers, then the person receiving it has all other pieces smaller than $\frac{m}{2 n}$ ). We may split all the pieces of $\frac{m}{n}$ into two pieces which weigh $\frac{m}{2 n}$ which may happen if and only if $m \mid 2 n$ (while $m \nmid n$ ). 3.3. a) Consider any optimal distribution. If someone gets at least three pieces, then the minimal of them is at most $\frac{1}{3} \cdot \frac{m}{n}$; hence $f(m, n) \leq \frac{m}{3 n}$. 3.2. a) Suppose that $f(m, n)>\frac{m}{n}-\frac{1}{2}$. For $\frac{m}{n}>\frac{3}{4}$ we have $\frac{m}{n}-\frac{1}{2}>\frac{m}{3 n}$. So by 3.3a) every person has not more than two pieces. If there is a piece of weight $\frac{m}{n}$, then we cut it into two equal pieces and, and we still have the optimal decomposition of cakes because of 3.1. So the total of pieces in decomposition is $2 n$. Since $2 n<3 m$, then by the pigeonhole principle there exists a cake with not more than two pieces. A cake with one piece is impossible, so we have a cake with two pieces, one of which is at least $\frac{1}{2}$. A person who has this piece also gets one more piece, the weight of which is not more than $\frac{m}{n}-\frac{1}{2}$. A contradiction. b), c) Let $k \geq 3$. Suppose that $\frac{2}{k+1}<\frac{m}{n}<1$ but $f(m, n)>\frac{m}{n}-\frac{1}{k}$. Since $\frac{m}{n}-\frac{1}{k}>\frac{m}{3 n}$ for $\frac{m}{n}>\frac{2}{k+1}$, then by 3.1 and 3.3a) we may assume that each person has got two pieces and so the total number of pieces is $2 n$. Since $2 n<(m+1) k$, then there is a cake with not more than $k$ pieces, one of which by the pigeonhole principle is at least $\frac{1}{k}$. A person with this piece has one more piece with weight not more than $\frac{m}{n}-\frac{1}{k}$. A contradiction. 3.3. b) Consider a segment of length $m$. Divide it by red points into $m$ equal segments, and by blue points into $3 n$ equal segments (the endpoints will be multicolored). The obtained segments with the red endpoints represent the cakes. Now we simultaneously erase all blue points adjacent to a red point which is not blue. Next, cut the cakes by the remaining blue points. We claim that we have obtained a desired division. Since $m\frac{1}{3}$. By 3.1 and 3.3a), we may assume that each man gets exactly two pieces. Then the total number of pieces is $2 n<3 m$, hence by the pigeonhole principle there exists a cake consisting of no more than two pieces. Hence one of these pieces is at least $\frac{1}{2}$. Finally, the man getting this piece should get some other piece of weight at most $\frac{m}{n}-\frac{1}{2}$ which does not exceed $\frac{m}{3 n}$ since $\frac{m}{n} \leq \frac{3}{4}$. A contradiction. Finally, we present the solution of 1.4. 1.4. Consider a set of pieces such that we may arrange it into $n$ equal cakes with weight $m$, as well as into $m$ equal cakes with weight $n$. Suppose that $x$ is the maximal weight of the minimal piece of sets with given property. Then $$ n f(m, n)=x=m f(n, m) $$ and $f(m, n)=\frac{m}{n} f(n, m)$. ## Some concrete values of $f$ Notation. In the examples we shall denote by $\left(i_{1} \cdot a_{1}+i_{2} \cdot a_{2}+\cdots+i_{l} \cdot a_{l}\right)$ the decomposition of a cake into $i_{1}+i_{2}+\cdots+i_{l}$ pieces, among which $i_{1}$ pieces weigh $a_{1}, i_{2}$ pieces weigh $a_{2}$, etc. The composition of a man's portion will be denoted in the same manner. 1.1. a) A particular case of 3.3c). b) The bound follows from $3.2 \mathrm{~b}$ ). Example: $$ 4 \times 210 g=2 \times(3 \cdot 70 g)+2 \times(3 \cdot 50 g+60 g) $$ c) The bound follows from 3.2c) for $k=12$. Example: $4 \times 3 k g=2 \times(12 \cdot 250 g)+2 \times(240 g+12 \cdot 230 g)=24 \times(230 g+250 g)+(2 \cdot 240 g)=25 \times 480 g$. 1.2. a) Answer. $\frac{5}{21}$. A particular case of $3.3 \mathrm{c}$ ). b) Answer. $\frac{5}{18}$. The bound follows from 3.2a). Example: $$ \begin{aligned} 7 \times 1=3 \times\left(2 \cdot \frac{1}{2}\right)+2 \times\left(\frac{5}{18}+\frac{6}{18}\right. & \left.+\frac{7}{18}\right)+2 \times\left(2 \times \frac{5}{18}+\frac{8}{18}\right)= \\ & =6 \times\left(\frac{5}{18}+\frac{1}{2}\right)+\left(2 \cdot \frac{7}{18}\right)+2 \times\left(\frac{6}{18}+\frac{8}{18}\right)=9 \times \frac{7}{9} \end{aligned} $$ 1.3. a) Answer. $\frac{1}{3}$. We may assume that every person has two pieces, so there is a cake with three (or more) pieces, one of which is not more than $\frac{1}{3}$, and $f(8,9) \leq \frac{1}{3}$. Example: $$ 8 \times 1=2 \times\left(3 \cdot \frac{1}{3}\right)+6 \times\left(\frac{4}{9}+\frac{5}{9}\right)=6 \times\left(\frac{1}{3}+\frac{5}{9}\right)+3 \times\left(2 \cdot \frac{4}{9}\right)=9 \times \frac{8}{9} $$ b) Answer. $\frac{2}{7}$. The bound $f(11,14) \geq \frac{2}{7}$ follows from $\left.3.2 \mathrm{a}\right)$. Example: $$ \begin{aligned} 11 \times 1=5 \times\left(2 \cdot \frac{1}{2}\right)+4 \times\left(2 \cdot \frac{2}{7}+\frac{3}{7}\right)+2 \times & \left(\frac{2}{7}+2 \cdot \frac{5}{14}\right)= \\ & =10 \times\left(\frac{1}{2}+\frac{2}{7}\right)+4 \times\left(\frac{3}{7}+\frac{5}{14}\right)=14 \times \frac{11}{14} \end{aligned} $$ c) Answer. $\frac{5}{17}$. As usual, we may assume that each person has got two pieces. Then there are 34 pieces in total. Note that each cake contains two or three pieces: a cake could not contain only one piece, and if it contains at least 4 pieces, then one of them is not more than $\frac{1}{4}<\frac{5}{17}$. So we have 6 fat cakes with three pieces and 8 usual cakes with two pieces. There are 18 pieces in fat cakes and 16 pieces in usual ones. So there is a person getting both his pieces from the fat cakes (if it is the same cake, we choose a second fat cake arbitrarily). The rest four pieces of these two cakes weigh in total $2-\frac{14}{17}=\frac{20}{17}$. So one of them is not more than $\frac{5}{17}$. Example: $$ \begin{aligned} 14 \times 1=8 \times\left(\frac{9}{17}+\frac{8}{17}\right)+4 \times(2 & \left.\frac{6}{17}+\frac{5}{17}\right)+2 \times\left(\frac{7}{17}+2 \cdot \frac{5}{17}\right)= \\ & =8 \times\left(\frac{5}{17}+\frac{9}{17}\right)+8 \times\left(\frac{6}{17}+\frac{8}{17}\right)+\left(2 \cdot \frac{7}{17}\right)=17 \times \frac{14}{17} \end{aligned} $$ 2.1. a) Answer. $\frac{1}{3}$. Denote $s=f(3 k-1,3 k)$. Firstly we prove that $s \leq \frac{1}{3}$. Assume the contrary. Then $s>\frac{1}{3}$, hence by 3.1 and 3.3a) each man gets two pieces, and as usual we may assume that he gets exactly to pieces. Hence there exists a cake split into at least three parts, and the minimal of them is at most $\frac{1}{3}$. A contradiction. To construct an example, let us multiply all the weights by $3 k$. We have $$ \begin{aligned} & (3 k-1) \times 3 k=2 \times(3 \cdot k)+ \\ & \quad+3 \times((2 k-1)+(k+1))+3 \times((2 k-2)+(k+2))+\cdots+3 \times((k+1)+(2 k-1))= \\ & =3 \times(k+(2 k-1))+3 \times((k+1)+(2 k-2))+\cdots+3 \times((2 k-1)+k=(3 k+2) \times(6 k+2) \end{aligned} $$ b) Answer. $\frac{2 k+1}{2(3 k+2)}$. Denote $s=f(3 k+1,3 k+2), t=\frac{2 k+1}{2(3 k+2)}$. Firstly, let us prove that $s \leq t$. Assume the contrary. As in the previous problem, by $s>t \geq \frac{3 k+1}{3(3 k+2)}$ we may assume that each man gets exactly two pieces. If some cake is divided into at least four parts then the least of them is at most $\frac{1}{4} \leq \frac{2 k+1}{2(3 k+2)}$ which is impossible. Hence each cake is split into two or three pieces, and it is easy to see that there are exactly two cakes split into three parts. Now consider the following graph. Its vertices are the cakes, and to each man corresponds an edge connecting two cakes the pieces of this man are taken from. This graph has two distinguished vertices of degree 3 and all other vertices of degree 2 , hence it consists of three paths connecting distinguished vertices (some of them may be circuits). The length of one of these paths is at least $k+1$; consider this path $v_{0}, v_{1}, \ldots, v_{k+1}$. Denote the portion of the man corresponding to the edge $\left(v_{i}, v_{i+1}\right)$ as $\left(p_{i}, q_{i}\right)$ so that $p_{i}$ is taken from cake $v_{i}$, and $q_{i}$ is taken from $v_{i+1}$. Then $p_{i}+q_{i}=\frac{3 k+1}{3 k+2}$ for $i=0,1, \ldots, k$, while $q_{i}+p_{i+1}=1$ for $i=1,2, \ldots, k$. Hence $p_{i+1}-p_{i}=\frac{1}{3 k+2}$, and hence $p_{k} \geq \frac{k}{3 k+2}+p_{0} \geq \frac{k}{3 k+2}+t=\frac{4 k+1}{2(3 k+2)}$. Finally, we get $q_{k}=\frac{3 k+1}{3 k+2}-p_{k} \leq t$. A contradiction. This proof also provides a hint of how to construct an example: there should be two paths of length $k+1$ and one path of length $k$. To construct such an example, let us multiply all the weights by $2(3 k+2)$. We have $$ \begin{aligned} & (3 k+1) \times(6 k+4)=2 \times(2 \cdot(2 k+1)+(2 k+2))+ \\ & \quad+2 \times((4 k+1)+(2 k+3))+2 \times((4 k-1)+(2 k+5))+\cdots+2 \times((2 k+3)+(4 k+1))+ \\ & \quad+(4 k+(2 k+4))+((4 k-2)+(2 k+6))+\cdots+((2 k+4)+4 k)= \\ & =2 \times((2 k+1)+(4 k+1))+2 \times((2 k+3)+(4 k-1))+\cdots+2 \times((4 k+1)+(2 k+1))+ \\ & \quad+((2 k+2)+4 k)+((2 k+4)+(4 k-2))+\cdots+(4 k+(2 k+2))=(3 k+2) \times(6 k+2) . \end{aligned} $$ c) Answer. $\frac{k}{3 k+1}$. Denote $s=f(3 k, 3 k+1), t=\frac{k}{3 k+1}$. Again, supposing that $s>t$, we may assume that each man has two pieces, there are exactly two cakes split into three parts, and each other cake consists of two parts. Next, constructing a graph as above, we get that it contains a path of length at least $k+1$. Again, acting as above we find that $p_{k}-p_{0}=\frac{k}{3 k+1}$, so $p_{k} \geq \frac{2 k}{3 k+1}$, and $q_{k}=\frac{3 k}{3 k+1}-p_{k} \leq t$. A contradiction. To construct an example, let us multiply all the weights by $3 k+1$. We have $$ \begin{aligned} & 3 k \times(3 k+1)=2 \times(2 \cdot k+(k+1))+ \\ & \quad+2 \times(2 k+(k+1))+2 \times((2 k-1)+(k+2))+\cdots+2 \times((k+1)+2 k)+ \\ & \quad+((2 k-1)+(k+2))+((2 k-2)+(k+3))+\cdots+((k+2)+(2 k-1))= \\ & =2 \times(k+2 k)+2 \times((k+1)+(2 k-1))+\cdots+2 \times(2 k+k)+ \\ & \quad+((k+1)+(2 k-1))+((k+2)+(2 k-2))+\cdots+((2 k-1)+(k+1))=(3 k+1) \times 3 k \end{aligned} $$ 2.3. a) There are three cases, depending on the residue of $n$ modulo 3 . 1) $n=3 k$. Obviously, $f(3,3 k)=\frac{1}{k}$. 2) $n=3 k+1$. If $n=1$, then $f(3,1)=1$. For $n=3 k+1 \geq 4$ we have $f(3,3 k+1)=\frac{3 k-1}{2 k(3 k+1)}$. The bound follows from $3.2 \mathrm{c}$ ) for $k^{\prime}=2 k$. Example: $$ \begin{aligned} 3 \times 1=\left(2 k \cdot \frac{1}{2 k}\right)+2 \times\left(k \cdot \frac{3 k-1}{2 k(3 k+1)}\right. & \left.+(k+1) \cdot \frac{3}{6 k+2}\right)= \\ = & 2 k \times\left(\frac{3 k-1}{2 k(3 k+1)}+\frac{1}{2 k}\right)+(k+1) \times\left(2 \cdot \frac{3}{6 k+2}\right) \end{aligned} $$ 3) $n=3 k+2$. Here we have $f(3,3 k+2)=\frac{1}{2 k+2}$. We may assume that each person has got two pieces and that the total number of pieces is $6 k+4$. Then there is a cake with at least $2 k+2$ pieces, one of them is not more than $\frac{1}{2 k+2}$. Example: $$ \begin{aligned} 3 \times 1=\left((2 k+2) \cdot \frac{1}{2 k+2}\right)+ & 2 \times\left((k+1) \cdot \frac{3 k+4}{(3 k+2)(2 k+2)}+k \cdot \frac{3}{6 k+4}\right)= \\ & =(2 k+2) \times\left(\frac{1}{2 k+2}+\frac{3 k+4}{(3 k+2)(2 k+2)}\right)+k \times\left(2 \cdot \frac{3}{6 k+4}\right) \end{aligned} $$ # Равновесия Нэша Владимир Гурвич ## 1. Предварительное обсуждение Что общего у шашек, шахмат, го и крестиков-ноликов на ограниченной доске? Это все конечные позиционные игры с полной информацией. С полной информацией - значит, что вся информация известна всем игрокам (в картах это не так) и нет скрытой информации (нерозданных карт или непредсказуемых бросков костей). Позиционные - значит ходы ведут из позиции в позицию. Конечные - значит, число позиций конечно, игра начинается с некоторой начальной позиции, и заканчивается в какой-то из конечных позиций (например, в шахматах - позицией с патом, матом, голыми королями или повторением позиции). Эта конечная позиция и определяет, кто выиграл и с каким счетом (каждую игру можно сделать игрой на счет, например, начисляя 1 за победу, 0 за ничью и -1 за поражение). Кроме того, все эти игры - антагонистические для двух участников. Антагонистические - значит выигрыш одного является проигрышем другого, и если один сколько-то очков выигрывает, то другой - проигрывает. Анализом с конца легко доказать, что при этих условиях у каждого из игроков есть оптимальная стратегия и оптимальный результат. Игра по оптимальной стратегии гарантирует результат не хуже оптимального. При этом нет стратегии, добивающейся большего с гарантией, то есть при любой игре противника. В антагонистических играх оптимальные результаты противников противоположны, в игре на счет их сумма равна нулю. Игра обоих по оптимальной стратегии создает «равновесие»: отклонение одного из игроков от этой стратегии не может принести ему выгоды. Ситуация заметно усложняется, если игроков больше двух. Может оказаться, что каждому не гарантирован никакой результат, кроме наихудшего ввиду невозможности противостоять сговору остальных. Упражнение. На столе лежат 10 спичек. Трое игроков берут спички по очереди, от 1 до 5 за ход. Взявший последнюю спичку идет мыть посуду. Докажите, что сговорившись, любые двое могут послать мыть посуду третьего. Давайте за мытье посуды начислять -2 , а остальным по +1 . Сумма в любой партии равна 0 , однако сумма оптимальных результатов равна -6. Хочется, однако, устроить какой-то аналог равновесия и для троих: предложить игрокам три такие стратегии, которым они захотят следовать. Для этого достаточно, чтобы отклонившийся был наказан: если он не следует указанной стратегии, а остальные двое следуют, то он получит меньше (или не больше). Упражнение. Придумайте три такие стратегии для данной игры. Набор стратегий, где единственный отклонившийся не выигрывает называется равновесием Нэша (это определение годится и для неантагонистических игр). Наша задача состоит в том, чтобы разобраться, для каких игр равновесия Нэша есть (и какие), а для каких - нет. Равновесия Нэша можно описать как правила, о соблюдении которых можно договориться даже без механизма внешнего принуждения. Упражнение. «Встреча в супермаркете». Два (или три) человека потерялись в супермаркете, мобильные телефоны сеть не ловят... Они могут встречаться у одного из трёх выходов, каждый выбирает куда идти независимо и не зная выбор остальных. Если все встретились, каждый получает выигрыш +1 , иначе каждый получает -1 . Какие равновесия Нэша в этой игре? Примечание. Эта игра задана в так называемой нормальной форме (все игроки одновременно делают выбор, не зная выбор друг друга; после этого по выбору всех игроков определяются выигрыши). Примечание 2. В некоторых супермаркетах вешают большие таблички «потерявшимся встречаться у первой кассы». Упражнение. Есть ли равновесия Нэша в крестиках-ноликах 3 на 3? Опишите их. Оказывается, что для ациклических игр (то есть игр, где позиции не повторяются), хотя бы одно равновесие Нэша всегда есть (даже если участников не два, а больше). Вы сами сможете это легко доказать. Давайте свяжем с игрой ориентированный граф: позиции будут вершинами, а ходы - ориентированными ребрами (стрелками). Позиции, из которых нет ходов - конечные, каждой приписан набор очков, который получат игроки при ходе в эту позицию. Остальные позиции поделены между игроками, для каждой известно, кто из нее должен ходить. Пусть из позиции $\Pi$ все ходы ведут в конечные, и игрок выберает наиболее выгодный для него ход в некоторую позицию Т. Очки из Т можно перенести в $П$. Теперь и П стала определенной, как бы конечной. Так анализом с конца делаем все позиции определенными, в том числе начальную. Оптимальная стратегия состоит в ходе игрока в такую позицию, где его выплата максимальна. Упражнение. Докажите, что для любой ациклической игры указанные оптимальные стратегии образуют равновесие Нэша. Давайте построим теперь граф игры в шахматах. Мы уже понимаем, что позиция - это не просто расстановка фигур, она должна включать в себя еще и очередь хода. Кроме того, полезно знать, есть ли право рокировки, взятия на проходе, повторялась ли позиция раньше. Один из выходов снабдить позицию нужной информацией - запоминать ее вместе с предысторией. Тогда повторяющихся позиций точно не будет, граф ациклический, и нем для обоих игроков есть оптимальная стратегия. Но такое понимание позиции для нас неинтересно. Правило троекратного повторения позиции подразумевает под позицией нечто другое. А именно, расстановка фигур, очередь хода, есть ли право рокировки, взятия на проходе. Тогда в графе есть ориентированные циклы, и анализ с конца уже не действует. Уточним понятие стратегии. Назовем стационарной стратегией данного игрока правило, выбирающее один определенный ход в каждой позиции с его ходом. Например, в игре в спички жадная стратегия предписывает каждый раз брать максимально возможное количество спичек. Заметим, что стационарная стратегия не зависит от предыстории, поэтому если каждый играет по стационарной стратегии, то при повторении позиции игра зацикливается. Понятно, что в шахматах зацикливание означает ничью. Можно, однако договорится, что циклы тоже имеют свою цену (например, при зацикливании все проигрывают). В играх с циклами про равновесие Нэша мало что известно. Упражнение. Есть ли равновесие Нэша в шахматах? А если убрать правила про ничью при троекратном повторе позиции или после 50 ходов без взятий и передвижений пешек? До сих пор мы рассматривали только терминальные игры, когда результат игры (платежи) определяется только конечной позицией или циклом. В некоторых играх, помимо этого, игрок получает или платит еще и за каждый ход, а окончательный результат игры определяется для него суммой всех платежей. Упражнение. На столе лежат 5 спичек. Трое игроков берут спички по очереди 1 или 2 спички. Взявший последнюю спичку получает премию из 3 спичек. Число заработанных очков равно числу спичек. Постройте граф игры и найдите для всех оптимальные стратегии. Если игра заканчивается циклом, то мы предполагаем, что цикл проходится бесконечно много раз. Тогда результат игрока будет конечен, только если сумма его платежей по циклу равна 0 . Иначе результат равен плюс или минус бесконечности. В этой игре очевидно, сумма оптимальных результатов равна -3 . Упражнение. 100 кровожадных отморозков ограбили банк на миллион долларов и уселись в ряд за стол делить деньги. Сначала первый предлагает, кому сколько: мне столько-то, второму столько-то и т.д. (каждому -- целое число долларов), и все 100 голосуют. Если «за» не менее половины, то предложение принимается, каждый получает предложенную долю, и все расходятся. Если более половины голосуют «против», первого убивают, и тогда уже второй отморозок предлагает на тех же условиях кому сколько, и т.д. Каждый отморозок руководствуется в первую очередь желанием выжить, во вторую (если жизнь вне опасности) - получить побольше денег, в третью (если на жизнь и сумму это не влияет) - убить как можно больше (а то ведь подстерегут в темном переулке!). Как распределятся деньги, если все отморозки будут действовать и рассуждать абсолютно логически? (то есть, найдите равновесие Нэша) ## 2. Введение «без строгих определений» Мы рассмотрим следующий вопрос: Какие конечные позиционные игры с полной информацией имеют равновеся Нэша в чистых стационарных стратегиях? В некоторых случаях ответ хорошо известен. Дадим сначала небольшой обзор, откладывая точные определения до следующего параграфа. Равновесие Нэша существует для таких классов: А. Ациклические игры. В них позиции не могут повторяться. В этом случае равновесие всегда имеется. Однако, уже в Шахматах, или даже в Го, повторения позиции возможны. Б. Антагонистические игры двух лии. Этот класс включает и Го, и Шахматы. Но что если интересы двух игроков непротивоположны? или число игроков больше двух? В. Если ходы игроков могут зависеть от предыстории. Мы, однако, ограничиваем себя (и игроков) чистыми стационарными стратегиями. Иными словами, ход может зависеть только от текущей позиции, но не от предшествующих, и выбирается он детерминировано, без всякой рандомизации. Например, Нарды, исключаются. Заметим, впрочем, что в рассмотренных случаях А, Б, и В равновесие существует даже и при наличии случайных ходов. Известно, однако, что равновесий может не быть в играх с неполной информацией (карточные игры или Домино). Но мы таких игр не рассматриваем и даже определять их не будем. Резюмируем: Мы ограничимся играми с полной информацией, без случайных ходов и чистыми стационарными стратегиями. При этом игроков может быть более двух, и даже если два, их интересы не обязательно противоположны. Удивительно, но в этом случае мало что известно. Есть несколько концепций решения, простейшей из которых является несомненно равновесие Нэша. (Мы определим его ниже.) Хотя за работы о равновесиях Нэша было выдано пять нобелевских премий по экономике, но мне кажется, что наиболее «простые» и естественные математические вопросы до сих пор открыты. Здесь я предлагаю два таких вопроса-гипотезы. Они проверены, с помощью компьютера, для достаточно (но не чрезмерно) больших примеров. Я надеюсь на положительные ответы, но не удивлюсь и контрпримерам. У этих гипотез есть относительно простые частные случаи, на которых можно будет упражняться. Впрочем, другие частные случаи довольно сложны, а для некоторых ответ неизвестен, как и в общем случае. ## 3. Основные определения Мне кажется, что большинство из них интуитивно очевидно. Однако, формализм может и «напугать» когото. Если так, то пропустите этот параграф при первом чтении и используйте его потом как словарь или справочник. ## Граф игры, позиции и ходы. Дан конечный ориентированный граф (орграф) $G=(V, E)$. Каждая его вершины $v \in V$ - позизия игры, а ориентированное ребро $e=\left(v, v^{\prime}\right)$ - возможный ход в позиции $v$. Позизии, $V_{T} \subset V$, в которых вообще нет ходов, называются терминальными. Выберем также начальную позицию $v_{0} \in V \backslash V_{T}$. Каждой нетерминальной позиции $v \in V \backslash V_{T}$ поставим в соответствие игрока $i \in I=\{1, \ldots, n\}$, который выбирает ход в позиции $v$. Будем говорить, что $i$ контролирует $v$ и писать $i=\phi(v)$; иными словами, отображение $\phi: V \backslash V_{T} \rightarrow I$ распределяет нетерминальные позиции по игрокам. Тройка $\left\{G, \phi, v_{0}\right\}$ называется позиционной структурой. ## Стратегии и ситуации. Стратегия $x_{i}$ игрока $i \in I$ - это план, выбирающий ход $e=\left(v, v^{\prime}\right)$ в любой позиции $v \in \phi^{-1}(i)$, контролируемой $i$, иными словами, - отображение $x_{i}$, ставит в соответствие каждой позиции $v \in \phi^{-1}(i)$ некоторый ход $e=\left(v, v^{\prime}\right)$ из $v$. Это - так называемые чистые стаиионарные стратегии. Как уже говорилось, других мы ни рассматривать, ни даже определять, не будем. Партии. Пусть каждый игрок $i$ выберет стратегию $x_{i}$. Полученный набор $x=\left(x_{1}, \ldots, x_{n}\right)$ называется профилем стратегий или ситуацией. Каждая такая ситуация однозначно определяет партию $p(x)$, поскольку каждый игрок $i \in I$ в каждой своей позиции $v \in \phi^{-1}(i)$ знает, какой ход ему делать (тот, который предписывает его стратегия $x_{i}$ ). Партия $p(x)$ начинается в $v_{0}$ и либо заканчивается в одном из терминалов $v \in V_{T}$ либо "зацикливается", т. е. возникает ориентированный цикл $C$, который затем повторяется бесконечно. (Партия $p(x)$ уйти с $C$ не может, так как все стратегии стационарны.) Таким образом, мы получаем отображение $g: X \rightarrow P$, которое каждой ситуации $x \in X$ ставит в соответствие партию $p \in P$. Такие отображения называются игровыми формами ## Функции стоимости. Каждый игрок $i \in I$ за каждый ход $e \in E$ платит $c(i, e) \in \mathcal{R}$. Это вещественное число называется локальной стоимостьюо. (Если $c(i, e)<0$, то $i$ не платит, а наоборот, получает $|c(i, e)|$.) Позиционная структура и локальный платеж определяют игру в позиционной форме. $Э$ Эфективная стоимость партии $p=p(x)$ определяется для каждого игрока $i \in I$ так. Если $p$ заканчивается в терминале $v \in V_{T}$, то ее стоимость $c(i, p)=\sum_{e \in p} c(i, e)$ аддитивна, т.е. равна сумме стоимостей всех ходов $p$. Если же $p$ зацикливается, то надо вычислить стоимость $c(i, C)=\sum_{e \in C} c(i, e)$ соответствующего цикла $C$ для $i$. Если $c(i, C) \geq 0$, то $c(i, p)=\infty$ и $c(i, p)=-\infty$, если $c(i, C)<0$. Такое определение естественно, поскольку цикл проходится неограниченное число раз, а локальные стоимости суммируются. Однако, для если партия $p$ зацикливается на «нулевом цикле», $c(i, C)=0$, мы всё равно полагаем $c(i, p)=\infty$. Это всего лишь удобное соглашение. Игровая форма $g$ и эффективная стоимость $c$ определяют игру $(g, c)$ в нормальной форме. Естественно, каждый игрок $i$ пытается минимизировать свою эффективную стоимость $c(i, p)$. Терминальные игры. Ход $e=\left(v, v^{\prime}\right)$ называется терминальным, если $v^{\prime} \in V_{T}$ - терминальна. Заметим, что терминальный ход не может принадлежать никакому циклу. Функция стоимости $с$ (и сама игра) называется терминальной, если $c(i, e) \equiv 0$ для любого игрока $i$ и нетерминального хода $e$. В этом случае, стоимость партии $p$ зависит только от её терминальной позиции. Если же партия $p$ зацикливается, то её стоимость по определению равна + или $-\infty$. Игры с нулевой суммой. Говорят, что функция стоимости с (и сама игра) имеют нулевую сумму, если $\sum_{i \in I} c(i, e)=0$ для любого хода $e \in E$. Игры двух лиц, $n=2$, с нулевой суммой играют очень важную роль, как исторически, так и по существу. Любую игру $n$ лиц легко превратить в игру $n+1$ лиц с нулевой суммой. Достаточно ввести $(n+1)$-го игрока-болвана (который не контролирует ни одной позиции) и определить локальную стоимость его ходов формулой $c(n+1, e)=-\sum_{i=1}^{n} c(i, e)$. Игры в нормальной форме; общее определение. Итак, пусть $I=\{1, \ldots, n\}$ множество игроков, $X_{i}$ - конечное множество стратегий игрока $i \in I$, а $X=X_{1} \times \ldots \times X_{n}-$ их прямое произведение, т.е. множество ситуаций. Далее, пусть $P$ обозначает произвольное множество исходов игры (в нашем случае - партий). Произвольное отображение $g: X \rightarrow P$ называется игровой формой. Наконец, пусть дана произвольная функция стоимости $c: I \times P \rightarrow \mathcal{R}$. Её вещественные значения $c(i, p)$ показывают, сколько должен платить игрок $i \in I$ за партию $p \in P$. Пара ( $g, c$ ) определяет игру в нормальной форме. Равновесие Нэша и седловая точка. Ситуация $x=\left(x_{1}, \ldots, x_{n}\right) \in X_{1} \times \ldots \times X_{n}=X$ называется равновесием Нэша, если изменение стратегии любым игроком $i \in I$ (но только одним) не приносит ему выгоды, т.е. не уменьшает стоимости для него. Формально, это можно записать так: $c(i, g(x)) \leq c\left(i, g\left(x^{\prime}\right)\right)$ для любого игрока $i \in I$ и для любой ситуации $x^{\prime} \in X$ такой, что все её координаты (стратегии) те же, что и в $x$, за исключением, быть может, координаты $i$, иными словами, только $x_{i}^{\prime}$ может отличаться от $x_{i}$. Это понятие было введено Джоном Нэшем в 1950 году. В случае игр двух лиц с нулевой суммой равновесие Нэша носит название седловая точка. Это понятие лет на 200 старше. В отличие от седловой точки, концепция Нэша весьма уязвима для критики. Зачастую, два игрока могут изменить одновременно свои стратегии и оба выгадать. Более того, то же могут сделать иногда и все $n$ игроков. Ситуаций равновесия (в чистых стратегиях) может вообще не быть. А если есть, то их может быть много. Более того, не только равновесий, но и равновесных платежей может быть много. Седловая точка лишена большинства этих недостатков. Однако, критика Нэша не является нашей целью. (Вспомним также о пяти нобелевских премиях :-) Однородное равновесие Нэша Ситуация $x \in X$ называется однородным равновесием Нэша, если она является равновесием не только при данной начальной позиции $v_{0} \in V$, но и при любой другой начальной позиции $v_{0}^{\prime} \in V$. ## 4. Задачи и гипотезы Мы будем интересоваться теоремами существования равновесия Нэша (т.е. разрешимостью по Нэшу) позиционных игр, определенных выше. Сложность проблемы я оцениваю числом очков, данным в скобках. Гипотеза 1 (500). Верно ли, что любая позиционная игра двух лиц разрешима по Нэшу. Задача 1 (10). Покажите, что без нарушения общности можно предположить отсутствие «нулевых циклов», точнее, ориентированных циклов с нулевой суммой локальных стоимостей. Иными словами, можно без нарушения общности предположить, что $\sum_{e \in C} c(i, e) \neq 0$ для любого ориентированного цикла $C$ и игрока $i \in I=\{1,2\}$. Напомним, что, эффективная стоимость любой зацикливающейся партии равна + или $-\infty$. Это совсем новая гипотеза. Владимир Удалов написал программу, которая подтвердила её для многих орграфов с 10 - 18 вершинами. Задача 2 (25). На случай трёх игроков Гипотеза 1 не обобщается. Постройте пример. Для игр двух лиц с нулевой суммой гипотеза верна, но доказательство сложное. Более того, в этом случае можно так ввести конечную эффективную стоимость каждой партии $p$, заканчивающейся «нулевым циклом» $C$, что седловая точка всегда будет существовать. (Напомним, что мы определили $c(i, p)=+\infty$ в этом случае.) Однако, такое переопределение непросто. Задача 3 (70). Попробуйте его найти и доказать разрешимость. Покажите, что «очевидные попытки» не проходят. Например, если положить $c(i, p)=0$ или $c(i, p)=\sum_{e \in p} c(i, e)$, то седловой точки может и не быть. Постройте примеры. Гипотеза 2 (500). Верно ли, что любая позиционная игра $n$ лиц, в которой все локальные стоимости неотрицательны, разрешима по Нэшу? Задача За (5). Докажите, что достаточно рассмотреть строго положительные локальные стоимости. Гипотеза не доказана даже в следующих «очень частных» случаях. Гипотеза 2а (300). Терминальный платеж. При этом эффективная стоимость любой зацикливающейся партии для любого игрока равна $+\infty$. Гипотеза 2б (400). Терминальный платеж. При этом по-прежнему все циклы образуют один и тот же исход, НО не обязательно наихудший для всех игроков. Вместо этого, мы теперь предполагаем, что каждый из игроков ранжирует все терминалы и циклический исход произвольно. Гипотеза 2в (300). Случай двух игроков, $n=2$. В этом случае мы обьединяем предположения Гипотез 1 и 2 . Задача 4 (100). Докажите, что в случае двух игроков и терминальной функции стоимости Гипотеза 2 всё же верна. Этот результат можно вывести из одной моей старой теоремы, 1975 года. По определению, общая игровая форма $n$ лиц $g: X_{1} \times \ldots \times X_{n} \rightarrow P$ разрешима по Нэшу, если соответствующая игра ( $g, c$ ) имеет хотя бы одно равновесие Нэша при любой функции стоимости $c: I \times P \rightarrow \mathcal{R}$. Здесь $c(i, p)$ - стоимость исхода $p \in P$ для игрока $i \in I$. Для случая двух игроков, $I=\{1,2\}$, наряду с общим определением разрешимости рассмотрим следующие два более слабых свойства: Игровая форма двух лиц $g$ называется антагонистически разрешимой, если она разрешима в классе игр с нулевой суммой. Наконец, $g$ называется $\pm 1$ разрешимой, если она разрешима в классе игр двух лиц с нулевой суммой, причем функция стоимости принимает только два значения: +1 и -1 . Задача 5 (100). Докажите, что все эти три свойства (разрешимость, антагонистическая разрешимость и $\pm 1$ разрешимость) эквивалентны. Эквивалентность последних двух свойств я доказал немного раньше, в 1973 году, но ещё раньше, в 1970, то же сделали Джек Эдмондс и Дэлберт Рэй Фалкерсон. Edmonds, J.; Fulkerson, D. R. (1970), "Bottleneck extrema", Journal of Combinatorial Theory 8:3 (1970) 299-306. $\mathrm{K}$ сожалению, утверждение задачи 5 на игры трех лиц уже не обобщается. Сформулируем это точнее. Каждой игровой форме $n$ лиц, $I=\{1, \ldots, n\}$, можно поставить в соответствие $n$ игровых форм двух лиц, в которых $i$ играет против $I \backslash\{i\}$, где $i \in I$. Задача 5а (50). Приведите пример неразрешимой по Нэшу игровой формы трёх лиц, такой что все три соответствующих ей игровые формы двух лиц разрешимы. Задача 5б (20) Приведите обратный пример, разрешимой по Нэшу игровой формы трёх лиц, такой что все три соответствующих ей формы двух лиц неразрешимы. Задача 6 (20). Покажите, что Задача 4 сводится к Задаче 5 . Задача 7 (15). Докажите, что равновесие Нэша существует, если граф $G$ ациклический (не имеет ориентированных циклов). Подсказка: Примените динамичаское программирование. В теории позиционных игр это называется "обратная индукция". Этот результат был получен Гарольдом Куном (1952) и Давидом Гейлом (1953) вскоре после того, как Нэш ввел своё понятие равновесия. Задача $7 \mathrm{a}$ (20). Докажите, что для ациклических игр равновесие Нэша существует, даже если разрешить позиции случая (в которых задано распределение вероятностей). Разумеется, за решение обеих этих задач можно получить максимум 20 очков, но не 35 . Задача 8 (40). Докажите, что равновесие Нэша (седловая точка) существует для позиционных игр двух лиц с нулевой суммой. В частности, для шахмат или го. Этот результат Эрнст Цермело доложил на 5 -м международном конгрессе математиков в 1912 году. Его доклад назывался: «О применении теории множеств к шахматной игре». Замечу, что и в этом случае результат можно обобщить, разрешив позиции случая. Однако, это увело бы нас далеко в сторону (стохастических игр). Поэтому отложим это направление на будущее. Задача 9 (10). Договоримся заканчивать игру при первом же повторении позиции. При этом исходом игры будет считаться полученный цикл. Покажите, что при этом конечный граф может быть заменен конечным деревом (в котором нет не только ориентированных, но и вообще никаких циклов). Почему же Гипотезы 1 и 2 не вытекают из Задачи 7 ? Задача 10 (15) Приведите пример терминальной игры двух лиц в которой имеется всего один цикл и нет однородного равновесия. (При этом цикл не обязательно худший исход для обоих игроков. Каждый из них ранжирует терминалы и цикл произвольно.) Задача 11 (100) Приведите пример терминальной игры двух лиц в которой нет однородного равновесия и при этом имеется всего один цикл, который является худшим исходом для обоих игроков. Задача 12 (25) Приведите аналогичный пример терминальной игры трех лиц: в ней нет однородного равновесия и при этом имеется всего один цикл, который является худшим исходом для всех трёх игроков. Такие примеры были построены не так давно: к Задаче 11 в 2003, а к Задаче 12 в 2008 годах. Разумеется, во всех трех случаях (Задачи 10,11 и 12) относительно любой фиксированной начальной позиции, равновесие существует. Иначе, Гипотеза 2 была бы опровергнута. # Nash Equilibria Vladimir Gurvich ## 1 Preliminary talks What is common in Go, Chess, Checkers, and Gomoku? They all are finite positional games with perfect information and without positions of chance. The last means that "all players know everything" and hence, they know the same. This is not the case with cards or domino. A player does (or at least supposed to) not see the opponents' cards. In Backgammon, there are positions of chance, when the dices are tossed. Word "positional" means that moves lead between positions. Word "finite" means that there are finitely many positions. Any configuration of stones is a position in Go. There are very (but finitely) many of them. A play starts with some initial position and terminates in a final one (which is called a terminal). For example, a mate or a stale mate are terminals in Chess. It is important to notice that positions can be repeated and a play may cycle. All games considered above are zero-sum two-person games. The word "zero-sum" means that the winning of one is the losing of the other. And if one gets some number of points then the other loses the same number. A pair of strategies is optimal if they form an equilibrium, that is, the corresponding result can be improved by neither of the players. Yet, everything becomes much more complicated when there are more than two players (or two but the game is not zero-sum). It may happen that each player can guarantee only a very poor result, because it is difficult to fight against the coalition of all other players. An exercise: There are 10 matches, 3 players take them in a cyclic order, 1,2,3,4, or 5 for one move. One that take the last one should do the dishes. Prove that any two can always force the third one to do the dishes. Let doing the dishes costs 2 , while the winners get +1 each (that is, their cost is (-1) for each). The game is zero-sum. We want to define an equilibrium in this case too, that is, to suggest 3 strategies such that if one player changes his strategy, he cannot profit whenever two opponents keep their old strategies. This concept was introduced by John Nash in 1950 and it is called Nash equilibrium. An exercise: Suggest some Nash equilibria in the considered game. Our main problem is to understand which games are Nash-solvable (that is, always have Nash equilibria) and which may have none. First, let us demonstrate that any acyclic case (in which no position can be repeated) is Nash-solvable. Let us assign to a game a directed graph (digraph), whose vertices are the positions and the directed edges (arcs) are moves. The positions with no moves are called terminals. Let us assign to each terminal and player a number which this player gets in this terminal. For any non-terminal position we define a player who makes a move in it. Let all moves from a position $v$ lead to terminals. Then the corresponding player chooses a best his move, say to a terminal $v^{\prime}$. Then we transfer to $v$ all points defined for $v^{\prime}$. Now $v$ "becomes terminal", etc. This procedure is called Backward Induction. It defines strategies of all players. An exercise: Prove that these strategies form a Nash equilibrium for any acyclic games. Let us define the concept of a strategy more accurately. A stationary strategy of a player is a rule choosing his move in each his position. For example in the above "match-game" the greedy strategy suggests to take the maximum number of matches each time. Let us note that a stationary strategy does not depend on history, that is, on the preceding positions or moves. In particular, the play must cycle whenever a position appears twice. In Chess this means a draw. However, cycles may have some other costs, for example, all players lose. Up to now, we considered only the terminal cost functions, that is, the result depended only on the terminal (or cycle). More generally, each player may pay for each (not only for his own) move and the final result is defined as the sum of all these local costs. An exercise: There are 5 matches. 3 players take them in a cyclic order. One who takes the last match gets a bonus: 3 matches. The result of a player is the number of collected matches. Construct the graph and find an equilibrium. If a play cycles then we assume that the cycle is passed infinitely many times. In other words, the cost of such a play is either + or $-\infty$ For convenience we will assume that it is $+\infty$ whenever the sum of all local costs $\geq 0$. ## 2 A mini-survey "before accurate definitions" We will consider the following question: Which positional games (with perfect information and without moves of chance) have Nash equilibria (in pure stationary strategies)? In some cases, the answer is well known. We start with a mini-survey postponing the precise definitions till the next section. Nash equilibria (NE) exist for the following classes of games: A. Acyclic games, in which no position can appear twice. In this case, NE always exist. Yet, already in Chess, or even Go, positions can be repeated. B. Zero-sum two-person games. Both Go and Chess are included. Yet, what if the conflict is not antagonistic? or there are more than two participants? C. NE exist if players' moves may depend on the preceding moves. Yet, we will restrict ourselves (and the players) to the pure stationary strategies. In other words, a move in the present position depends only on it, not on preceding positions or moves. Furthermore, this move is chosen deterministically, without any randomization. For example, Backgammon will not be considered. Let us note, however, that in all of the above cases, $\mathrm{A}, \mathrm{B}$, and $\mathrm{C}$, a NE exists even if we allow positions of chance. It is also known that NE may fail to exist in games with imperfect information (like card games or Domino). Yet, we will not consider (and will not even define) them. Let us summarize: We will restrict ourselves to games with perfect information, without random moves, and to pure stationary strategies. Yet, the number of players may be greater than two and, even a two-person game, may be not zero-sum. Somewhat surprisingly, not much is known about the considered games. There are several solutionconcepts, among which the $\mathrm{NE}$ is certainly most popular. (It will be defined in the next section.) Although, five Nobel Prizes in Economics were granted for works on NE, but in my opinion, the "simplest" and most challenging related mathematical problems are open yet. Here we will consider two such problems-conjectures. By computers, they are verified for sufficiently (but not too) large examples. So, I hope for affirmative solutions but a counterexample would not be too surprising to me, either. These conjectures are verified in some special cases, which will serve as exercises. In contrast, some other special cases are difficult, or even open. ## 3 Main definitions They all are pretty natural but still so much formalities may scare some. In this case, I recommend to skip this section during the first reading and use it as a dictionary, only when necessary. Graphs, positions, and moves. Given a finite directed graph (digraph) $G=(V, E)$, a vertex $v \in V$ is interpreted as a position, while a directed edge $e=\left(v, v^{\prime}\right)$ is a move from the position $v$ in the corresponding game. The positions $V_{T} \subset V$ without any moves are called terminal. Let us choose also an initial position $v_{0} \in V \backslash V_{T}$. Players. Let us assign to each non-terminal position $v \in V \backslash V$ a player $i \in I=\{1, \ldots, n\}$ who will make a move in $v$, say that $v$ is controlled by $i$, and write $i=\phi(v)$. In other words, the mapping $\phi: V \backslash V_{T} \rightarrow I$ distributes the non-terminal positions among players. Triplet $\left\{G, \phi, v_{0}\right\}$ is called a positional structure. Strategies and situations. A strategy $x_{i}$ of player $i \in I$ is a plan choosing a move $e=\left(v, v^{\prime}\right)$ in every position $v \in \phi^{-1}(i)$ controlled by $i$. In other words, the mapping $x_{i}$ assigns a move $e=\left(v, v^{\prime}\right)$ from $v$ to $v^{\prime}$ for each position $v \in \phi^{-1}(i)$. These are the so-called pure stationary strategies. As we already mentioned, we will not consider, nor even define, any others. Let each player $i$ choose a strategy $x_{i}$. The obtained $n$-tuple $x=\left(x_{1}, \ldots, x_{n}\right)$ will be called a strategy profile or a situation. Plays. Eeach situation $x$ uniquely defines a play $p(x)$, since each player $i$ knows what to do in every position $v \in \phi^{-1}(i)$ (to move according to $x_{i}$ ). The play $p(x)$ begins in $v_{0}$ and either it terminates an a $v \in V_{T}$ or "cycles", that is, passes a directed cycle $C$ infinitely many times. (Let us notice that $p(x)$ cannot leave $C$, since all strategies of $x$ are stationary.) Thus, we obtain a mapping $g: X \rightarrow P$ that assigns a play $p=p(x) \in P$ to every situation $x \in X$. Such a mapping is called a game form. Local and effective cost functions. Each player $i \in I$ pays the value $c(i, e) \in \mathbb{R}$ for each (not only for his own) move $e \in E$. This real number is the local cost. (Of course, if $c(i, e)<0$ then $i$ gets $|c(i, e)|$ rather than pays it.) A positional structure and a local cost function define a positional game. The effective cost $c(i, p)$ of a play $p=p(x)$ for a player $i \in I$ is defined as follows. If $p$ ends in a terminal position $v \in V$ then $c(i, p)=\sum_{\in p} c(i$,$) , that is, the cost is additive and is equal to the sum of$ the costs of all moves of $p$ for $i$. If $p$ cycles on $C$, we have to compute the cost $c(i, C)=\sum_{\in C} c(i, e)$ of $C$ first. If $c(i, C) \geq 0$ then $c(i, p)=\infty$ and $c(i, p)=-\infty$ when $c(i, C)<0$. Such definition is natural. Indeed, play $p$ repeats $C$ infinitely and the local costs are summed up. Yet, when $C$ is a "zero-cycle" for $i$, that is, $c(i, C)=0$, we still set $c(i, p)=\infty$. This is just a helpful convention. A game form $g: X \rightarrow P$ together with an effective cost function $c: I \times P \rightarrow \mathbb{R}$ define a game $(g, c)$ in the normal form. Naturally, each player $i \in I$ is trying to minimize his effective cost $c(i, p)$. In particular, all players should avoid non-negative cycles. We will see, however, that it might be not that easy to do. Terminal moves, costs, and games. A move $e=\left(v, v^{\prime}\right)$ is called terminal if $v^{\prime} \in V_{T}$ is a terminal position. Let us notice that a terminal move cannot belong to a directed cycle. A local cost function $c$ (and the obtained game) are called terminal if $c(i, e) \equiv 0$ for each player $i$ and every non-terminal move $e$. In this case, the effective cost of a terminal play $p$ depends only on its last move and if $p$ cycles then its cost is + or $-\infty$, by definition. Zero-sum games. We say that a local cost function $c$ (as well as the corresponding game) are zerosum if $\sum_{i \in I} c(i, e)=0$ for every move $e \in E$. Zero-sum two-person, $n=2$, games play very important role. Any $n$-person game can be easily converted into a zero-sum $(n+1)$-person game. Let us introduce a new $(n+1)$ st player who will be a dummy (in control of no positions) and define his local cost function $c(n+1, e)=-\sum_{i=1}^{n} c(i, e)$. Games in normal form; general definition. Let $I=\{1, \ldots, n\}$ be a set of players, $i$ be a finite set of strategies of $i \in I$, and $X=X_{1} \times \ldots \times X_{n}$ be the direct product of these $n$ sets, that is, $X$ is the set of situations. Furthermore, let $P$ denote an arbitrary set of outcomes (plays, in our case). An arbitrary mapping $g: X \rightarrow P$ is called a game form. Finally, given an arbitrary cost function $c: I \times P \rightarrow \mathbb{R}$, its real values $c(i, p)$ show how much player $i \in I$ must pay for the play $p \in P$. Finally, the pair $(g, c)$ is called a game in normal form. ## Nash equilibria and saddle points. A situation $x=\left(x_{1}, \ldots, x_{n}\right) \in X_{1} \times \ldots \times X_{n}=X$ is called a Nash equilibrium (NE), if no player $i \in I$ can profit by replacing his strategy ( $x_{i}$ by $x_{i}^{\prime}$ ) provided all other players keep their old strategies. Formally, we can write this as follows: $c(i, g(x)) \leq c\left(i, g\left(x^{\prime}\right)\right)$ for every player $i \in I$ and for each situation $x^{\prime} \in X$ such that all components (strategies) of $x^{\prime}$ are the same as in $x$, except for, maybe, the $i$ th one; that is, only $x_{i}^{\prime}$ may differ from $x_{i}$, while $x_{j}^{\prime}=x_{j}$ for all $j \in I \backslash\{i\}$. This concept was introduced by John Nash in 1950. For the two-person zero-sum games, NE are saddle points, which concept is about 200 years older. In contrast to saddle points, the concept of NE is vulnerable for criticism. Indeed, two players might change simultaneously their strategies and profit both. Moreover, sometimes all $n$ players may do the same. (In other words, NE are not necessarily Pareto-optimal.) Furthermore, NE (in pure strategies) may fail to exist (as well as the saddle points, yet). Then, NE may be numerous, moreover NE costs might be not unique, either. However, we are here not for criticizing but for studying the concept of NE. (Remember also about five Nobel Prizes :-) Uniform Nash equilibria. A situation $x \in X$ is called a uniform $\mathrm{NE}$, if it is a NE not only with respect to the given initial position $v_{0}$ but with respect to any other initial position $v_{0}^{\prime} \in V$, as well. ## 4 Conjectures and problems We are interested in the NE existence theorems, or in other words in Nash-solvability (NS), of the positional games defined above. The number of points in parentheses measure the complexity of the problems. Conjecture 1 (500). Prove or disprove that any two-person positional game is Nash-solvable (NS). Problem 1 (10). Show that, proving Conjecture 1, one can assume, without loss of generality, that the considered game contains no "zero-cycles"; more precisely, $\sum_{e \in C} c(i, e) \neq 0$ for every directed cycle $C$ and player $i \in I=\{1,2\}$. Let us recall that the effective cost of any cycling play is either + or $-\infty$. This is a brand new conjecture. It was verified by a recent computer code written by Vladimir Oudalov for many digraphs with 10 -18 vertices. Problem 2 (25). Give an example showing that Conjecture 1 cannot be extended for the three-person case, $n=3$. The conjecture does hold for the two-person zero-sum case but all known proofs are difficult. Moreover, in this case we can introduce a finite effective cost function for all plays resulting in zerocycles such that a saddle point always exists. (Let us recall that we have set $c(i, p)=+\infty$ in the considered case.) Problem 3 (70). Show that the following "natural redefinings" fail: $c(i, p)=0$ or $c(i, p)=\sum_{e \in p} c(i, e)$. In both cases there may be no saddle points. Give examples and try to find the "right" definition. Conjecture 2 (500). Prove (or disprove) that an $n$-person positional game is Nash-solvable whenever all its local costs are non-negative. Problem 4 (5). Show that proving Conjecture 2, without loss of generality, one can restrict himself to the strictly positive costs. This conjecture remains unproved even in the following very special cases: Conjecture 2a (300). Does Conjecture 2 hold for the games with a terminal cost function? (In this case the effective cost of every cycling play is $+\infty$.) Conjecture 2b (400). The same question but now we do not assume that every cycling play is the worst outcome for all $n$ players. Instead, we assume that all such plays form the same outcome but each player can rank this cyclic and all terminal outcomes arbitrarily. Does NS hold? Conjecture 2c (200). Does conjecture 2 hold for two-person games? In other words, here we unite the conditions of Conjectures 1 and 2 . Problem 5 (100). Prove that Conjecture 2 holds, yet, for the case of two players and terminal cost functions. This result can be derived from my old theorem of 1975. By definition, a general $n$-person game form $g: X_{1} \times \ldots \times X_{n} \rightarrow P$ is NS when the corresponding game $(g, c)$ has at least one NE for every cost function $c: I \times P \rightarrow \mathbb{R}$. Here $c(i, p)$ is the cost of the outcome $p \in P$ for the player $i \in I$. For the two-person case, $I=\{1,2\}$, let us introduce the next two relaxations of the above condition. A two-person game form $g$ will be called: zero-sum solvable if it is solvable in the class of the zero-sum games; $\pm 1$ solvable if it is solvable in the class of the zero-sum games whose cost function takes the values +1 and -1 only. Problem 5a (100). Prove that all three above properties (solvability, zero-sum solvability, and $\pm 1$ solvability) of the two-person game forms are equivalent. The equivalence of the last two properties is not difficult to show and I proved it a bit earlier, in 1973. Yet, even earlier this was demonstrated by Jack Edmonds and Delbert Ray Fulkerson, in their paper "Bottleneck extrema", Journal of Combinatorial Theory 8:3 (1970) 299-306. Unfortunately, the statement of Problem 5a cannot be extended to the three-person case, already. More precisely, let us assign to each $n$-person game form $n$ two-person game forms in which $i$ is playing against the complementary coalition $I \backslash\{i\}$, for all $n$ players $i \in I$. Problem 5b (50). Construct a three-person game form that is not NS, while all three corresponding two-person game forms are NS. Problem 5c (20). Construct an "inverse" example: a three-person NS game form such that all three corresponding two-person game forms are not NS. Problem 6 (20). Reduce problem 4 to Problem 5. Problem 7 (15). Prove Nash-solvability for the games on acyclic digraphs. (A digraph $G$ is acyclic if it has no directed cycles.) Hint: Make use of the dynamic programming (which is called "backward induction" in game theory.) This result was obtained by Harold Kuhn in 1951 and David Gale in 1953, soon after Nash coined his concept of equilibrium. Problem 7a (20). Prove that NS holds for the acyclic case, even in the presence of positions of chance (for each of which a probabilistic distribution among possible moves is given). Of course, solution of the last two problems costs 20 points rather than 35 . Problem 8 (40). Prove that a NE (that is, a saddle point) always exists in the zero-sum two-person positional games. In particular, for Chess and Go. This theorem belongs to Ernst Zermelo: "On an Application of Set Theory to the Theory of the Game of Chess", Proceedings of the Fifth Congress of Mathematicians at Cambridge, 1912. Let us note that this result also can be extended to allow positions of chance. Yet, this direction would lead us too far to the stochastic game theory. So, we will postpone it for the future. Problem 9 (10). Let us agree to finish the game as soon as a position is repeated, the obtained cycling play being the outcome. Then, any finite digraph is reduced to a tree (that have no cycles at all, directed or not). Then, why Conjectures 1 and 2 do not result from Problem 7 ? Problem 10 (15). Give an example of a terminal two-person game that has a unique directed cycle and no uniform NE. (Here, we do not assume that the cycle is the worst outcome for both players. Each of them may rank it and the terminals arbitrarily.) Problem 11 (100). Give an example of a terminal two-person game that has a unique directed cycle and no uniform NE, now assuming that the cycle is the worst outcome for both players. Problem 12 (25). Provide a similar three-person example with a unique directed cycle that is the worst outcome for all players and without uniform NE. Such examples were obtained just recently: in 2003 for Problem 11 and in 2008 for Problem 12. Of course, in all three cases (of Problems 10, 11, and 12), a NE exists with respect to any fixed initial position. Otherwise, Conjecture 2 would be disproved. [^0]: 1 Напомним доказательство: $\frac{1}{1}, \frac{1}{2}, \ldots, \frac{1}{(p-1)}$ и $1,2, \ldots,(p-1)$ - это один и тот же набор остатков, потому что и в том, и в другом наборе по $p-1$ элементу, при этом очевидно, что в каждом наборе все остатки различны и не равны нулю, значит, каждый набор содержит все ненулевые остатки по модулю $p$. Тогда для квадратов утверждение очевидно. [^1]: 1 Читатель, интересующийся вопросом "где мы ее возьмем" и не удовлетворенный ответом "в справочнике", может просто воспользоваться формулой Эйлера $\cos \varphi=\frac{1}{2}\left(e^{i \varphi}+e^{-i \varphi}\right)$ и возвести правую часть в степень $2 n+1$ по формуле бинома. 2 Когда мы учим правила умножения, мы запоминаем формулу "минус на минус будет плюс". В этой формуле мы перемножаем знаки. Значит, если нам нужно перемножить $n$ минусов, кажется вполне уместной запись $(-)^{n}$. Поэтому мы оставляем старомодное обозначение $(-)^{n}$, как у автора, вместо современного $(-1)^{n}$. [^2]: 1 These sets coincide because they contain $p-1$ element each, and it is clear that all the reminders in each set are non zero and pairwise distinct. [^3]: ${ }^{1}$ The reader who is interested in question "from where do we take it" and not satisfied by the answer "from some text-book" may wish to use the Euler's formula $\cos \varphi=\frac{1}{2}\left(e^{i \varphi}+e^{-i \varphi}\right)$ and raise its r.h.s in power $2 n+1$ by the binomial formula. ${ }^{2}$ When we were learning the rules of multiplication, we just memorized that "minus by minus equals plus". In this formula we multiply signs. If we need to multiply $n$ minuses, the record $(-)^{n}$ seems to be appropriate. So we leave the old-fashioned notation $(-)^{n}$, used by the author, instead of the modern one $(-1)^{n}$. [^4]: 1 Напомним доказательство: $\frac{1}{1}, \frac{1}{2}, \ldots, \frac{1}{(p-1)}$ и $1,2, \ldots,(p-1)$ - это один и тот же набор остатков, потому что и в том, и в другом наборе по $p-1$ элементу, при этом очевидно, что в каждом наборе все остатки различны и не равны нулю, значит, каждый набор содержит все ненулевые остатки по модулю $p$. Тогда для квадратов утверждение очевидно. [^5]: 1 Читатель, интересующийся вопросом "где мы ее возьмем" и не удовлетворенный ответом "в справочнике", может просто воспользоваться формулой Эйлера $\cos \varphi=\frac{1}{2}\left(e^{i \varphi}+e^{-i \varphi}\right)$ и возвести правую часть в степень $2 n+1$ по формуле бинома. 2 Когда мы учим правила умножения, мы запоминаем формулу "минус на минус будет плюс". В этой формуле мы перемножаем знаки. Значит, если нам нужно перемножить $n$ минусов, кажется вполне уместной запись $(-)^{n}$. Поэтому мы оставляем старомодное обозначение $(-)^{n}$, как у автора, вместо современного $(-1)^{n}$. [^6]: ${ }^{1}$ Даже если слова в других словарных формах. [^7]: ${ }^{1}$ Даже если слова в других словарных формах. [^8]: ${ }^{2}$ To, что $c_{0}=1$ проверяется непосредственно. [^9]: 1 These sets coincide because they contain $p-1$ element each, and it is clear that all the reminders in each set are non zero and pairwise distinct. [^10]: ${ }^{1}$ The reader who is interested in question "from where do we take it" and not satisfied by the answer "from some text-book" may wish to use the Euler's formula $\cos \varphi=\frac{1}{2}\left(e^{i \varphi}+e^{-i \varphi}\right)$ and raise its r.h.s in power $2 n+1$ by the binomial formula. ${ }^{2}$ When we were learning the rules of multiplication, we just memorized that "minus by minus equals plus". In this formula we multiply signs. If we need to multiply $n$ minuses, the record $(-)^{n}$ seems to be appropriate. So we leave the old-fashioned notation $(-)^{n}$, used by the author, instead of the modern one $(-1)^{n}$. [^11]: ${ }^{1}$ Вообще говоря, алгебра определена над полем и над ним же определены соотношения. У нас об этом разговора нет и потому вопрос о том, где живут $c_{i}$ - сложен. [^12]: ${ }^{1}$ i.e. such words $W$ that any letter is used in $W$ not more than once ${ }^{2}$ For example, the number of words which are not 3-divisible equals to a Catalan's number [^13]: *If you have any suggestations or find any bugs please write me on krab8nog@yandex.ru. [^14]: ${ }^{1}$ Obviously, $c_{0}=1$. [^15]: ${ }^{3}$ Here we use an the axiom of choice [^16]: This research was supported by the Israel Science Foundation, grant \#1178/06. The authors would like to thank L. Bokut, A. Kemer, E. Zelmanov, and U. Vishne for helpful comments on drafts of this survey. [^17]: This research was supported by the Israel Science Foundation, grant \#1178/06. The authors would like to thank L. Bokut, A. Kemer, E. Zelmanov, and U. Vishne for helpful comments on drafts of this survey. [^18]: [Hig56] Higman, G., On a conjecture of Nagata, Proc. Cam. Phil. Soc. 52 (1956), $1-4$. [Ilt91] Iltyakov, A.V., Finiteness of basis identities of a finitely generated alternative PI-algebra, Sibir. Mat. Zh. 31 (1991), no. 6, 87-99; English translation: Sib. Math. J. 31 (1991), 948-961. [Ilt03] Iltyakov, A.V., Polynomial identities of Finite Dimensional Lie Algebras, monograph (2003). [Kap49] Kaplansky, I., Groups with representations of bounded degree, Canadian J. Math. 1 (1949), 105-112. [Kap50] Kaplansky, I., Topological representation of algebras. II, Trans. Amer. Math. Soc. 66 (1949), 464-491. [Kem80] Kemer, A.R., Capelli identities and the nilpotence of the radical of a finitely generated PI-algebra, Soviet Math. Dokl. 22 (3) (1980), 750-753. [Kem87] Kemer, A.R., Finite basability of identities of associative algebras (Russian), Algebra i Logika 26 (1987), 597-641; English translation: Algebra and Logic 26 (1987), 362-397. [Kem88] Kemer, A.R., The representability of reduced-free algebras, Algebra i Logika 27 (1988), no. 3, 274-294. [Kem90a] Kemer, A.R., Identities of Associative Algebras, Transl. Math. Monogr., 87, Amer. Math. Soc. (1991). [Kem90b] Kemer, A.R. Identities of finitely generated algebras over an infinite field (Russian), Izv. Akad. Nauk SSSR Ser. Mat. 54 (1990), no. 4, 726-753; translation in Math. USSR-Izv. 37 (1991), no. 1, 69-96. [Kem95] Kemer, A.R., Multilinear identities of the algebras over a field of characteristic p, Internat. J. Algebra Comput. 5 (1995), no. 2, 189-197. [Kem09] Kemer, A.R., Comments on the Shirshov's Height Theorem, in this collection. [Kol81] Kolotov, A.T., Aperiodic sequences and growth functions in algebras, Algebra i Logika 20 (1981), no. 2, 138-154. [KrLe00] Krause, G.R., and Lenagan, T.H., Growth of Algebras and Gelfand-Kirillov Dimension, Amer. Math. Soc. Graduate Studies in Mathematics 22 (2000). [Kuz75] Kuzmin, E.N., About Nagata-Higman Theorem, Proceedings dedicated to the 60th birthday of Academician Iliev, Sofia (1975), 101-107 (in Russian). [Lat72] Latyshev, V.N., On Regev's theorem on indentities in a tensor product of PI-algebras, Uspehi Mat. Nauk. 27 (1972), 213-214. [Lat88] Latyshev, V.N., Combinatorial Ring Theory. Standard Bases, Moscow University Press, Moscow (1988), (in Russian). [Lev46] Levitzki, J., On a problem of Kurosch, Bull. Amer. Math. Soc. 52 (1946), 1033-1035. [Lv83] Lvov, I.V., Braun's theorem on the radical of PI-algebras, Institute of Mathematics, Novosibirsk (1983), preprint. [Mar88] Markov, V.T., Gelfand-Kirillov dimension: nilpotence, representability, nonmatrix varieties, In: Tez.Dokl. Sib. Shkola po Mnogoobr. Algebraicheskih Sistem, Barnaul (1988), 43-45. [^19]: ${ }^{1}$ That is, a central element. [Translators] ${ }^{2}$ To make the condition of the lemma hold in our case, it suffices to consider, instead of the ring $\mathcal{B}$, the $\Sigma$-admissible subring generated by all elements of $A$. [^20]: Mat. Sbornik N.S. 34 (76), (1954), no. 1, 81-88. (c) 2009 Translated from the Russian original by M.R. Bremner and M.V. Kochetov. ${ }^{1}$ According to current terminology, an anticommutative algebra in characteristic 2 should also satisfy $x^{2}=0$ for all $x$, and this case is not included in the author's considerations. [Translators] [^21]: Mat. Sbornik N.S. 40 (82), (1956), no. 1, 65-72. (c) 2009 Translated from the Russian original by M.R. Bremner and M.V. Kochetov. ${ }^{1}$ The word "commutative" is omitted in the Russian. [Translators] ${ }^{2}$ Literally, the "dimension". [Translators] [^22]: ${ }^{3}$ It is implicit that $\sigma_{k} \in \Sigma$. [Translators] ${ }^{4}$ It is implicit that $q \neq 0$. [Translators] [^23]: ${ }^{5}$ It is also implicit that $c_{i}^{\prime}$ maps to $c_{i}$ for $i=1, \ldots, m$. [Translators] [^24]: Mat. Sbornik N.S. 41 (83), (1957), no. 3, 381-394. (c) 2009 Translated from the Russian original by M.R. Bremner and M.V. Kochetov. ${ }^{1}$ It is implicit that $a_{k}$ occurs at least once. [Translators] [^25]: ${ }^{2}$ It is implicit that $\Sigma$ is also commutative. [Translators] [^26]: Mat. Sbornik N.S. 43 (85), (1957), no. 2, 277-283. (c) 2009 Translated from the Russian original by M.R. Bremner and M.V. Kochetov. [^27]: ${ }^{1}$ The current term is "integral". [Translators] [^28]: ${ }^{2}$ The number $n$ should denote not the degree of the identity in $K$ but in $K^{+}$. In general it is not the same and much bigger. [Editors] [^29]: ${ }^{3}$ The bar here has a different meaning from earlier in this proof, up to and including the first sentence of this paragraph. [Translators] ${ }^{4}$ In fact, this identical relation may not hold. For instance, if $f(x, y)=x x y=0$ holds in $A$, then $x x y[x, y]=0$ does not necessary hold in the algebra $A \oplus \mathbb{Z} 1$ with an external unit element 1 . We can consider instead the identical relation $f\left(\left[x_{1}, y_{1}\right], \ldots,\left[x_{n}, y_{n}\right]\right)$. [Editors] [^30]: Mat. Sbornik N.S. 45 (87), (1958), no. 2, 113-122. (c) 2009 Translated from the Russian original by M.R. Bremner and M.V. Kochetov. [^31]: ${ }^{1}$ The rest of this sentence has been added by the Editors. [^32]: ${ }^{2}$ This is now usually called the Möbius inversion formula. [Translators] [^33]: ${ }^{3}$ In the case of characteristic 0 , one must replace $\mathfrak{A}_{\Sigma R}^{(p)}$ by $\mathscr{A}_{\Sigma R}^{(-)}$. [Translators] ${ }^{4}$ Today this is expressed in terms of the coproduct on the algebra $\mathfrak{A}_{\Sigma R}$. [Translators] ${ }^{5}$ (without loss of generality). [Translators] [^34]: ${ }^{6}$ Literally, "does not have similars". [Translators] [^35]: ${ }^{7}$ We have added a bar over $\ell_{j}$. [Translators] [^36]: Uspekhi Mat. Nauk 13, (1958), no. 6 (84), 3-20. (c) 2009 Translated from the Russian original by M.R. Bremner and N.P. Fomenko, with the assistance of M.V. Kochetov and A.P. Pozhidaev. [^37]: ${ }^{1}$ That is, an algebra over the commutative associative coefficient ring $\Sigma$. [Translators] ${ }^{2}$ Literally, " $J$-rings". [Translators] [^38]: ${ }^{3}$ Literally, the "problem of equality". [Translators] ${ }^{4}$ That is, nonassociative algebras. [Translators] [^39]: ${ }^{5}$ That is, the $n$-th term of the lower central series. [Translators] [^40]: ${ }^{6}$ Now called Malcev rings. [Translators] [^41]: Sibirsk Mat. Zh. 3, (1962), no. 1, 132-137. (c) 2009 Translated from the Russian original by M.R. Bremner and M.V. Kochetov. ${ }^{1}$ Literally, "the problem of identity". [Translators] [^42]: ${ }^{2}$ In this proof, we have replaced $s_{i_{k(i)}}, s_{j_{k(j)}}$ by $s_{k_{i}}, s_{k_{j}}$ respectively. [Translators] ${ }^{3}$ The original says "although they can be subwords of each other". [Translators] [^43]: ${ }^{1}$ We have added tildes over $\bar{b}$ and $\bar{c}$ in the following equations for $u_{1}$ and $u_{2}$; the tilde means the regular nonassociative word corresponding to a given regular associative word. See the proof of Lemma 3. [Translators] [^44]: ${ }^{2}$ We have added a bar here, and twice in the first sentence of the next paragraph. [Translators] [^45]: ${ }^{3}$ We have omitted the primes on $c_{1}, \ldots, c_{q}$. [Translators] ${ }^{4}$ Let us simplify and put $d_{1}^{\prime}=d_{j}^{\prime}=\left(c s_{p_{j}} c^{\prime} s_{p_{1}} f\right)$ where $c, c^{\prime}, f$ are some associative words and (...) is the same placement of parentheses as in Shirshov's paper. (We shorten Shirshov's notation, and instead of two expressions $d_{1}^{\prime}$, $d_{j}^{\prime}$ we use only one). Then, for example, $d_{1}-d_{1}^{\prime}$ has the shorter form $\left(c \overline{s_{p_{j}}} c^{\prime} s_{p_{1}} f\right)-\left(c s_{p_{j}} c^{\prime} s_{p_{1}} f\right)$ where $c, c^{\prime}, f$ are the same associative words, and the maximal associative words of each expression $\overline{d_{1}}$ and $\overline{d_{1}^{\prime}}$ are equal to $\overline{d_{1}}$. Then we can rewrite $d_{1}$ as an associative expression $c \overline{s_{p_{j}}} c^{\prime} s_{p_{1}} f$ with maximal word $\overline{d_{1}}$ plus a linear combination of associative expressions $a_{i} s_{p_{1}} b_{i}$ with maximal words less than $\overline{d_{1}}$. We can do the same with $d_{1}^{\prime}$. The result is $$ D=d_{1}-d_{1}^{\prime}=\sum_{1 \leq j \leq k} \alpha_{j} a_{j} s_{p_{1}} b_{j} $$ with maximal words less than $\overline{d_{1}}$. Without loss of generality, we can assume $a_{1} \overline{s_{p_{1}}} b_{1}>a_{2} \overline{s_{p_{1}}} b_{2}>$ ..., since the maximal word of $s_{p_{1}}$ is a regular word, and any regular word has the property that its prefix cannot coincide with its suffix. Then $\bar{D}=a_{1} \overline{s_{p_{1}}} b_{1}$. By Lemma 4 of [1], one can place parentheses to obtain $\left(a_{1} s_{p_{1}} b_{1}\right)$ with the maximal word equal to $\bar{D}$. Then $D-\alpha_{1}\left(a_{1} s_{p_{1}} b_{1}\right)$ has the same form as $D$, but its maximal word is less than $\bar{D}$. The result now follows by induction on the maximal word. [Editors] [^46]: ${ }^{5}$ In the rest of this sentence, we have added double bars over $s$ and $t$. [Translators] [^47]: ${ }^{1}$ Multiplied by the $c_{i}$ and $d_{j}$. [Translators] ${ }^{2}$ And on the number of products with equal leading terms. [Translators] [^48]: ${ }^{1}$ In this regard, see also [5]. [^49]: ${ }^{2}$ See also for example Theorem 11.3 in [3]. [^50]: ${ }^{3}$ See for example Lemma 1 in [6]. ${ }^{4}$ See for example Theorem 4.2 in [2]. [^51]: ${ }^{5}$ In the rest of this proof, there are some typographical errors in the original text, especially regarding the superscripts. We have attempted to correct these errors. [Translators] [^52]: ${ }^{6}$ With regard to completely free projective planes, see also [5]. [^53]: ${ }^{7}$ That is, either $u_{i} u_{j}$ or $u_{j} u_{i}$ is regular relative to $V$, and hence $\overline{u_{i} u_{j}}$ is defined. [Translators] [^54]: ${ }^{1}$ Мы благодарим за полезные замечания и обсуждения С. Ландо и анонимного рецензента Московской Математической Конференции Школьников. ${ }^{2}$ Поддержан Грантом фонда Саймонса-НМУ [^55]: ${ }^{3}$ Вот другая интерпретация, предложенная И.Н. Шнурниковым. Даны единичный квадрат на плоскости и (кусочно-линейная) функция на нем, строго положительная на границе квадрата. Диск соответствует одной криволинейной сфере (с проколом), график функции (над диском) - другой криволинейной сфере, множество нулей функции - пересечению криволинейных сфер. [^56]: ${ }^{4}$ Сравните с известным примером колец Борромео. [^57]: ${ }^{5}$ Теорема Жордана о кривой. Окружность на сфере делит сферу ровно на две части. Две точки сферы, не лежащие на этой окружности, лежнт в одной части тогда и только тогда, когда их можно соединить некоторой сферической ломаной, не пересекающей окружности. [^58]: ${ }^{6}$ Для $m=2$ это утверждение - почти определение незацепленности (точнее, того, что ' $p_{2}$ лежит по одну сторону от $\partial P_{1}^{\prime}$ '). Случай $m \geq 3$ интересней, ведь объединение двух подмножеств, вообще говоря, может разбить само множество, даже если каждое из этих подмножеств поодиночке исходное множество не разбивало. [^59]: ${ }^{1}$ We are grateful for useful remarks and discussions to G. Chelnokov, S. Lando and to an anonymous referee of Moscow Mathematical Conference of High-School Students. ${ }^{2}$ Supported by Simons-IUM Fellowship [^60]: ${ }^{3}$ Here is another interpretation suggested by I. N. Shnurnikov. Suppose that the unit square on the plane and (piecewise linear) function on the square are given. The function is strictly positive on the boundary of the square. The disk corresponds to the first curved sphere (with a hole), the graph of the function (above the disk) - to the second curved sphere, the zero set of the function - to the intersection of curved spheres. [^61]: ${ }^{4}$ This should be compared with the well-known Borromean rings example. [^62]: ${ }^{5}$ Jordan Curve Theorem. A circle on a sphere splits the sphere into exactly two parts. Two points of the sphere not lying on the circle both lie in the same part if and only if they can be connected them by (spherical) broken line not intersecting the circle. [^63]: ${ }^{6}$ This assertion for $m=2$ is essentially the definition of the comparability (or, rather, of ' $p_{2}$ is on the same side of $\left.\partial P_{1}^{\prime}\right)$. This case $m \geq 3$ is interesting because in general the union of two subsets could split the ambient set even if each subset alone does not split the ambient set. [^64]: ${ }^{1}$ A PL circle or circle is a closed broken line (polygon) without self-intersections in 3 -space. A PL sphere or sphere is a polyhedron in 3-space (more precisely, 2-dimensional surface of the polyhedron), which is split into several parts by any circle lying on the polyhedron, i.e. is a polyhedron homeomorphic to $S^{2}$. [^65]: ${ }^{2}$ Map $f: A \rightarrow B$ is piecewise linear if $f$ is a simplicial map for some simplicial decompositions of $A$ and $B$ [^66]: ${ }^{3} \delta A$ is a set of all edges incident to $A$ [^67]: ${ }^{0}$ Летняя конференция Международного математического Турнира Городов, 2-10 августа 2012 г. [^68]: ${ }^{0}$ Летняя конференция Международного математического Турнира Городов, 2-10 августа 2012 г. [^69]: ${ }^{0}$ Summer conference of the International mathematical Tournament of towns, August 2-10, 2012 [^70]: ${ }^{0}$ Summer conference of the International mathematical Tournament of towns, August 2-10, 2012