paper.tex

51.8 kB · latex · 621 lines

1% PREAMBLE2\documentclass[11pt]{amsart}3\usepackage[T1]{fontenc}4\usepackage{lmodern}5\usepackage{microtype}6\usepackage{amsmath,amssymb}7\usepackage{mathtools}8\usepackage{graphicx}9\usepackage{booktabs}10\usepackage{tikz}11\usepackage[colorlinks=true,linkcolor=bluedark,citecolor=bluedark,urlcolor=bluedark]{hyperref}12\usepackage[capitalize]{cleveref}1314% COLORS15\definecolor{black}{HTML}{000000}16\definecolor{white}{HTML}{FFFFFF}17\definecolor{red}{HTML}{FF3D40}18\definecolor{redlight}{HTML}{FF9D95}19\definecolor{reddark}{HTML}{A80016}20\definecolor{orange}{HTML}{FF8F2C}21\definecolor{orangelight}{HTML}{FFC093}22\definecolor{orangedark}{HTML}{A25400}23\definecolor{yellow}{HTML}{FFD100}24\definecolor{yellowlight}{HTML}{FFE591}25\definecolor{yellowdark}{HTML}{9E8100}26\definecolor{green}{HTML}{32CC58}27\definecolor{greenlight}{HTML}{5EEE79}28\definecolor{greendark}{HTML}{007F2C}29\definecolor{mint}{HTML}{00D1BB}30\definecolor{mintlight}{HTML}{48EFD8}31\definecolor{mintdark}{HTML}{008173}32\definecolor{teal}{HTML}{00CAD8}33\definecolor{teallight}{HTML}{48E9F7}34\definecolor{tealdark}{HTML}{007C85}35\definecolor{cyan}{HTML}{1EC9F3}36\definecolor{cyanlight}{HTML}{86E2FF}37\definecolor{cyandark}{HTML}{007C98}38\definecolor{blue}{HTML}{008CFF}39\definecolor{bluelight}{HTML}{84BDFF}40\definecolor{bluedark}{HTML}{00559F}41\definecolor{indigo}{HTML}{6768FA}42\definecolor{indigolight}{HTML}{9EA9FF}43\definecolor{indigodark}{HTML}{3C2ABC}44\definecolor{purple}{HTML}{D332E9}45\definecolor{purplelight}{HTML}{F08AFF}46\definecolor{purpledark}{HTML}{870097}47\definecolor{pink}{HTML}{FF325A}48\definecolor{pinklight}{HTML}{FF9A9F}49\definecolor{pinkdark}{HTML}{A50030}50\definecolor{brown}{HTML}{B18462}51\definecolor{brownlight}{HTML}{DFAF8C}52\definecolor{browndark}{HTML}{754C2B}53\definecolor{gray}{HTML}{8E8E93}54\definecolor{graylight}{HTML}{BABABF}55\definecolor{graydark}{HTML}{56565A}56% COLORS END5758\newtheorem{theorem}{Theorem}[section]59\newtheorem{proposition}[theorem]{Proposition}60\newtheorem{lemma}[theorem]{Lemma}61\newtheorem{corollary}[theorem]{Corollary}62\newtheorem{conjecture}[theorem]{Conjecture}63\theoremstyle{definition}64\newtheorem{definition}[theorem]{Definition}65\newtheorem{fact}[theorem]{Fact}66\theoremstyle{remark}67\newtheorem{remark}[theorem]{Remark}6869\title{Divisor Avatars: Which Parity Designs Count the Divisors of a Power}70\author{Carlo Mitchener}71\address{MrlyProd, Inc.}72\email{carlo.mitchener@gmail.com}73\date{First published 2026-08-23, revised 2026-09-08}7475% PAPER76\begin{document}7778\begin{abstract}79Colour the cells of a cube by whether their coordinates are odd or even, keep a chosen set of colours, and count what you kept. This paper shows that the resulting count is often the number of divisors of a power, and settles exactly when. For an integer $x$ with $\omega(x)=D$ distinct prime factors, a design of dimension $D$ whose cell count at side $2n+1$ equals $d(x^{n})$ for every $n \ge 0$ exists if and only if $\Omega(x) \le 2\omega(x)$; when it exists its weight signature is forced, and the number of such designs is a product of binomial coefficients. The qualifying divisor polynomials in dimension $D$ number $\sum_{m \le D} p(m)$, the partition sums A000070. The Menger sponge is the boundary case: its fill is $d(240^{n})$ and its void count is A395241.80\end{abstract}8182% TITLE PAGE83\makeatletter84\global\let\titledate\@date85\global\let\paperabstract\@setabstracta86\global\let\@date\@empty87\global\let\@setabstract\relax88\makeatother8990\maketitle9192\begin{center}93\normalfont\footnotesize94MrlyProd, Inc.\\95\titledate96\end{center}9798\vspace*{\stretch{1}}99100\begin{center}101\includegraphics[width=0.8\textwidth]{figures/avatar-light.png}102\end{center}103104\vspace*{\stretch{1.25}}105106\newpage107108\paperabstract109110% BODY111\section{Introduction}112\label{sec:intro}113114Take a cube of $3 \times 3 \times 3$ small cells and number the coordinates $1,2,3$. Throw away every cell that has at least two even coordinates. Seven cells go: the one in the very middle, and the six in the middles of the faces. Twenty stay. That is the first step of the Menger sponge, and it is drawn in \cref{fig:sponge}.115116\begin{figure}[ht]117\centering118\begin{tikzpicture}[scale=0.72]119\begin{scope}[shift={(0,0)}]120\foreach \i in {1,2,3} \foreach \j in {1,2,3} {\fill[blue!14] (\i-1,\j-1) rectangle (\i,\j);}121\fill[black!45] (1,1) rectangle (2,2);122\draw[step=1,gray!60] (0,0) grid (3,3);123\draw[gray!60] (0,0) rectangle (3,3);124\node at (1.5,-0.55) {$z=1$};125\end{scope}126\begin{scope}[shift={(4,0)}]127\foreach \i in {1,2,3} \foreach \j in {1,2,3} {\fill[blue!14] (\i-1,\j-1) rectangle (\i,\j);}128\foreach \p in {{(1,0)},{(0,1)},{(1,1)},{(2,1)},{(1,2)}} {\fill[black!45] \p rectangle ++(1,1);}129\draw[step=1,gray!60] (0,0) grid (3,3);130\draw[gray!60] (0,0) rectangle (3,3);131\node at (1.5,-0.55) {$z=2$};132\end{scope}133\begin{scope}[shift={(8,0)}]134\foreach \i in {1,2,3} \foreach \j in {1,2,3} {\fill[blue!14] (\i-1,\j-1) rectangle (\i,\j);}135\fill[black!45] (1,1) rectangle (2,2);136\draw[step=1,gray!60] (0,0) grid (3,3);137\draw[gray!60] (0,0) rectangle (3,3);138\node at (1.5,-0.55) {$z=3$};139\end{scope}140\end{tikzpicture}141\caption{The first Menger step at side $3$, one layer at a time. Dark cells have at least two even coordinates and are removed; $7$ go and $20$ stay. Now $20 = d(240)$, and the coincidence is not one: at side $2n+1$ the same rule keeps exactly $d(240^{n})$ cells.}142\label{fig:sponge}143\end{figure}144145Now enlarge the cube to side $5$, then $7$, then $2n+1$, applying the same rule. The counts are $1, 20, 81, 208, 425, \dots$. They are the divisor counts of the powers of $240$:146\[147  d(240^{n}) = (4n+1)(n+1)^{2}, \qquad d(240^{0})=1,\; d(240)=20,\; d(240^{2})=81 .148\]149So a purely geometric census -- how many cells survive an odd/even rule -- is computing an arithmetic function. That is the phenomenon this paper is about.150151The rule is completely specified by which parity patterns it keeps. In dimension $D$ a \emph{design} is a set $F$ of parity patterns, a subset of $\{0,1\}^{D}$, and the design's \emph{fill} at side $2n+1$ is the number of cells whose parity pattern lies in $F$. The Menger rule is the design that keeps every pattern with at most one even coordinate. Call a design a \emph{divisor avatar} of $x$ when its fill equals $d(x^{n})$ at every $n \ge 0$.152153Two questions follow immediately. Which integers $x$ have an avatar? And how many designs realise one? The answer to the first is a single clean inequality between the two standard prime-counting functions: $\Omega(x)$, the number of prime factors with multiplicity, and $\omega(x)$, the number of distinct ones.154155\begin{quote}156\textbf{An integer $x>1$ has a divisor avatar if and only if $\Omega(x) \le 2\,\omega(x)$.}157\end{quote}158159The Menger sponge sits exactly on the boundary: $240 = 2^{4}\cdot 3 \cdot 5$ has $\Omega = 6$ and $\omega = 3$. Push one prime factor further -- to $480$, with $\Omega = 7$ -- and no design in any dimension has that fill. The obstruction is not subtle once you see it: the fill of a $D$-dimensional design cannot count more than $\binom{D}{1}=D$ parity patterns of weight one, and the arithmetic demands $\sum_{i}(a_{i}-1)$ of them. When the inequality does hold the design is essentially forced: its weight signature is determined outright, and only the choice of which patterns to take at each weight is free, giving $\prod_{w}\binom{\binom{D}{w}}{f_{w}}$ designs. Counting the qualifying polynomials in dimension $D$ turns into counting partitions, and the answer is $\sum_{m \le D} p(m)$, the sequence A000070 \cite{a000070}: $2, 4, 7, 12, 19, 30, \dots$160161\subsection*{What is and is not new here}162163The fill of a design is an Ehrhart-type count: lattice points of a dilated box that lie in prescribed cosets of $(2\mathbb{Z})^{D}$, and such counts are quasi-polynomial by the standard theory \cite{beckrobins}. Restricted to odd sides they are honest polynomials, and \cref{lem:fill} is a two-line special case, not an application of the general machinery. The formula $d(x^{n}) = \prod_{i}(a_{i}n+1)$ is classical \cite{apostol}. The change of basis that turns one into the other -- substituting $a_{i}n+1 = (a_{i}-1)n + (n+1)$ -- is one line and no depth is claimed for it.164165What is new is the pair of questions above and their answers: the realizability criterion $\Omega(x) \le 2\omega(x)$ (\cref{thm:criterion}), the count $\prod_{w}\binom{\binom{D}{w}}{f_{w}}$ of designs realizing it, the A000070 census (\cref{cor:census}), and the splitting test that decides an avatar from its fill polynomial alone (\cref{cor:split}). The closed form for the Menger void count is the author's own OEIS entry A395241 \cite{a395241}, whose name field already records $a(n)=n^{2}(4n+3)$ and whose comments already record the Menger reading and the anchor $a(1)=7$; \cref{prop:void} supplies that entry's missing derivation and is presented as such, not as a new result.166167\Cref{sec:def} sets up designs and fills. \Cref{sec:res} states everything. \Cref{sec:proofs} proves it. A short arithmetic tour rides along: which divisor-sum functions can and cannot be counted by a polynomial (\cref{prop:sigmak}), what happens to Robin's inequality along the seven three-dimensional avatar ladders (\cref{prop:robin}), and a machine scan of every three-dimensional design against nine observables (\cref{fact:scan}).168169\section{Definitions}170\label{sec:def}171172Throughout, $D \ge 0$ is an integer, $p_{1} < p_{2} < \cdots$ are the primes, $d$ is the number-of-divisors function, $\sigma_{k}(m)=\sum_{e \mid m} e^{k}$ and $\sigma = \sigma_{1}$, $\omega(x)$ is the number of distinct primes dividing $x$ and $\Omega(x)$ the number counted with multiplicity. For a vector $b=(b_{1},\dots,b_{D})$, $e_{w}(b)$ is the $w$-th elementary symmetric polynomial, with $e_{0}(b)=1$ and $e_{w}(b)=0$ for $w>D$. Finally $p(m)$ is the number of partitions of $m$.173174\begin{definition}[design]175\label{def:design}176The \emph{parity cube} in dimension $D$ is $\{0,1\}^{D}$; its elements are called \emph{corners}, and the \emph{weight} of a corner $c$ is $|c| = c_{1}+\cdots+c_{D}$. A \emph{design} is a subset $F \subseteq \{0,1\}^{D}$. Its \emph{weight signature} is the vector $f=(f_{0},\dots,f_{D})$ with177\[178  f_{w} = \#\{\,c \in F : |c| = w\,\}.179\]180In dimension $D=0$ the parity cube $\{0,1\}^{0}$ has a single element, the empty corner, of weight $0$; so dimension zero has exactly two designs, $\emptyset$ and $\{()\}$, of signatures $(0)$ and $(1)$.181\end{definition}182183\begin{definition}[fill]184\label{def:fill}185Let $B_{n} = \{1,2,\dots,2n+1\}^{D}$ be the cubical grid of odd side $2n+1$, its cells addressed by integer coordinates. The \emph{parity} of a cell $u \in B_{n}$ is the corner $\pi(u) \in \{0,1\}^{D}$ with $\pi(u)_{i}=1$ when $u_{i}$ is even and $\pi(u)_{i}=0$ when $u_{i}$ is odd. A cell is \emph{filled} by $F$ when $\pi(u) \in F$, and the \emph{fill} of $F$ is186\[187  P_{F}(n) = \#\{\, u \in B_{n} : \pi(u) \in F \,\}, \qquad n \ge 0 .188\]189The \emph{void} of $F$ is $V_{F}(n) = (2n+1)^{D} - P_{F}(n)$.190\end{definition}191192\begin{definition}[divisor avatar]193\label{def:avatar}194A design $F$ of dimension $D$ is a \emph{divisor avatar} of the integer $x > 1$ when195\[196  P_{F}(n) = d(x^{n}) \quad \text{for every integer } n \ge 0 .197\]198We then call $x$ an \emph{avatar integer} of $F$, and the least such $x$ the \emph{minimal avatar}.199\end{definition}200201\begin{definition}[Menger design]202\label{def:menger}203The \emph{Menger design} is $F_{M} = \{\, c \in \{0,1\}^{3} : |c| \le 1 \,\}$, of signature $(1,3,0,0)$. Its filled cells are exactly those with at most one even coordinate, so its voids are exactly the cells removed by the first step of the Menger sponge construction at side $2n+1$.204\end{definition}205206\begin{definition}[the touched complex]207\label{def:touched}208Realise each cell $u \in B_{n}$ as the closed unit box $\prod_{i}[u_{i}-1,u_{i}] \subset \mathbb{R}^{D}$. A vertex, edge or $2$-face of the unit grid of $\mathbb{R}^{D}$ is \emph{touched} by $F$ when it lies in the box of some cell filled by $F$; write $\mathrm{ver}_{F}(n)$, $\mathrm{edg}_{F}(n)$, $\mathrm{fac}_{F}(n)$ for the numbers of touched vertices, edges and $2$-faces. Two filled cells are \emph{adjacent} when their boxes share a $(D-1)$-face; let $\mathrm{adj}_{F}(n)$ count the adjacent pairs, $\kappa_{F}(n)$ the connected components of the filled cells under adjacency, and $\mathrm{sur}_{F}(n)$ the $(D-1)$-faces lying in exactly one filled box. The \emph{cycle rank} of $F$ is $\mathrm{adj}_{F}(n) - P_{F}(n) + \kappa_{F}(n)$, and in dimension three the \emph{Euler characteristic} of $F$ is209\[210  \chi_{F}(n) = \mathrm{ver}_{F}(n) - \mathrm{edg}_{F}(n) + \mathrm{fac}_{F}(n) - P_{F}(n).211\]212\end{definition}213214\section{Results}215\label{sec:res}216217\subsection*{The fill is a polynomial, and the polynomial remembers the design}218219\begin{lemma}[fill law]220\label{lem:fill}221For every design $F$ of dimension $D$ and every $n \ge 0$,222\[223  P_{F}(n) = \sum_{w=0}^{D} f_{w}\,(n+1)^{D-w}\,n^{w} .224\]225In particular $P_{F}$ agrees on $n \ge 0$ with a polynomial of degree $D$ and leading coefficient $|F|$ when $F \neq \emptyset$, and with the zero polynomial otherwise.226\end{lemma}227228\begin{lemma}[the fill basis is a basis]229\label{lem:basis}230The $D+1$ polynomials $q_{w}(n) = (n+1)^{D-w}n^{w}$, $w=0,\dots,D$, are linearly independent over $\mathbb{Q}$. Consequently the fill polynomial of a design determines its weight signature.231\end{lemma}232233\begin{lemma}[realizability]234\label{lem:real}235A vector $f = (f_{0},\dots,f_{D})$ of integers is the weight signature of some design of dimension $D$ if and only if $0 \le f_{w} \le \binom{D}{w}$ for every $w$. The number of designs with that signature is $\prod_{w=0}^{D}\binom{\binom{D}{w}}{f_{w}}$.236\end{lemma}237238\begin{lemma}[binomial domination]239\label{lem:dom}240Let $b_{1},\dots,b_{D}$ be nonnegative integers with $m = b_{1}+\cdots+b_{D}$. Then241\[242  0 \le e_{w}(b) \le \binom{m}{w} \qquad (0 \le w \le D),243\]244and hence $e_{w}(b) \le \binom{D}{w}$ for every $w$ whenever $m \le D$.245\end{lemma}246247\subsection*{The criterion}248249\begin{theorem}[avatar criterion]250\label{thm:criterion}251Let $x > 1$ be an integer with $x = q_{1}^{a_{1}}\cdots q_{D}^{a_{D}}$ over its $D = \omega(x)$ distinct prime divisors $q_{1} < \cdots < q_{D}$, every $a_{i} \ge 1$, and put $b_{i} = a_{i}-1$. Then:252\begin{enumerate}253\item[(i)] $\displaystyle d(x^{n}) = \sum_{w=0}^{D} e_{w}(b)\,(n+1)^{D-w}n^{w}$ for every $n \ge 0$, as an identity of polynomials in $n$;254\item[(ii)] a design $F$ of dimension $D$ satisfies $P_{F}(n)=d(x^{n})$ for every $n \ge 0$ if and only if its weight signature is $f_{w} = e_{w}(b)$ for every $w$;255\item[(iii)] such a design exists if and only if256\[257  \Omega(x) \;\le\; 2\,\omega(x), \qquad \text{equivalently} \qquad \sum_{i=1}^{D}(a_{i}-1) \le D ;258\]259\item[(iv)] when it exists, the number of such designs is exactly $\displaystyle \prod_{w=0}^{D}\binom{\binom{D}{w}}{e_{w}(b)}$;260\item[(v)] no design of any dimension other than $D$ has fill polynomial $d(x^{n})$.261\end{enumerate}262\end{theorem}263264\begin{remark}265\label{rem:thedesign}266Part (iv) is the reason one must say ``any design with signature $e_{w}(b)$'' and never ``the design''. For $x=240$ the signature $(1,3,0,0)$ in dimension $3$ is realised by $\binom{1}{1}\binom{3}{3}\binom{3}{0}\binom{1}{0}=1$ design, so the Menger design is unique; but for $x = 2\cdot 3 \cdot 5$ the signature is $(1,0,0,0)$, realised by $\binom{1}{1}\binom{3}{0}\binom{3}{0}\binom{1}{0}=1$ design, while for $x = 2^{2}\cdot 3 \cdot 5$ the signature $(1,1,0,0)$ is realised by $\binom{3}{1}=3$ distinct designs, all with the same fill.267\end{remark}268269\begin{remark}270\label{rem:sharp}271The failure is real and not rare. The smallest failing $x$ is $x=8$: $D=1$, $b=(2)$, and the demanded signature $(1,2)$ needs $f_{1}=2 > \binom{1}{1}=1$. In dimension two, $x=72=2^{3}3^{2}$ demands $(1,3,2)$ against the caps $(1,2,1)$; exhaustive search over all $16$ designs of dimension two confirms that $d(72^{n})=6n^{2}+5n+1$ is not among the $12$ distinct fill polynomials available there.272\end{remark}273274\begin{corollary}[splitting criterion]275\label{cor:split}276Let $F$ be a nonempty design of dimension $D$. Then $F$ is a divisor avatar of some integer $x$ with $\omega(x)=D$ if and only if277\[278  P_{F}(0) = 1 \quad\text{and}\quad P_{F} \text{ splits into linear factors over } \mathbb{Q}.279\]280In that case $P_{F}(n) = \prod_{i=1}^{D}(a_{i}n+1)$ with every $a_{i}$ a positive integer, the avatar integers of $F$ are exactly the $\prod_{i} p_{\tau(i)}^{a_{i}}$ over injections $\tau$ into the primes, and the minimal avatar is obtained by pairing the largest slope with the smallest prime.281\end{corollary}282283\begin{corollary}[census of qualifying polynomials]284\label{cor:census}285For every $D \ge 0$ the number of distinct polynomials of the form $d(x^{n})$ with $\omega(x)=D$ that arise as the fill of some design of dimension $D$ equals286\[287  \sum_{m=0}^{D} p(m) = \mathrm{A000070}(D).288\]289For $D = 0,1,2,\dots,8$ these are $1, 2, 4, 7, 12, 19, 30, 45, 67$.290\end{corollary}291292\subsection*{The Menger sponge, both halves}293294\begin{proposition}[void census]295\label{prop:void}296In the cubical grid of side $2n+1$, the number of cells having at least two even coordinates is297\[298  a(n) = 3n^{2}(n+1) + n^{3} = n^{2}(4n+3),299\]300with $a(1)=7$: the central cell and the six face centres. This is the closed form recorded in A395241 \cite{a395241}; the proposition supplies its derivation.301\end{proposition}302303\begin{corollary}[the sponge is a boundary avatar]304\label{cor:bridge}305The Menger design $F_{M}$ of \cref{def:menger} has306\begin{gather*}307  P_{F_{M}}(n) = (n+1)^{2}(4n+1) = 4n^{3}+9n^{2}+6n+1 = d(240^{n}),\\308  V_{F_{M}}(n) = (2n+1)^{3} - P_{F_{M}}(n) = n^{2}(4n+3),309\end{gather*}310so its fill is a divisor avatar with minimal avatar $240$ and its void is A395241. Moreover $\Omega(240)=6=2\,\omega(240)$, so $240$ lies exactly on the boundary of \cref{thm:criterion}(iii), while $480$, with $\Omega=7$ and $\omega=3$, has no avatar in any dimension.311\end{corollary}312313\begin{remark}314\label{rem:bridge}315\Cref{cor:bridge} is the complement identity $P+V=(2n+1)^{3}$ with both halves already on record: the fill polynomial follows from \cref{lem:fill} by expansion, and the void is A395241 \cite{a395241}. It is offered as the paper's worked example, not as a discovery.316\end{remark}317318\subsection*{Which divisor functions a polynomial can count}319320\begin{proposition}[divisor sums are excluded]321\label{prop:sigmak}322Let $Q$ be a polynomial in $n$ with rational coefficients. Then:323\begin{enumerate}324\item[(i)] $Q(n) = \sigma_{k}(x^{n})$ for every $n \ge 0$ is impossible for every integer $k \ge 1$ and every $x > 1$;325\item[(ii)] $Q(n) = \sigma(x^{n})/x^{n}$ for every $n \ge 0$ is impossible for every $x > 1$.326\end{enumerate}327At $x = 1$ both expressions collapse to the constant $1 = d(1^{n})$. Since every fill is a polynomial (\cref{lem:fill}), no design in any dimension has fill $\sigma_{k}(x^{n})$ or $\sigma(x^{n})/x^{n}$ for any $x > 1$: among the functions $\sigma_{k}$ only $k=0$, the divisor count itself, is ever the fill of a design.328\end{proposition}329330\subsection*{The seven three-dimensional ladders and Robin's inequality}331332Exactly seven integers occur as minimal avatars of three-dimensional designs, namely $30, 60, 120, 180, 240, 360, 900$; they are $5$-smooth because a minimal avatar in dimension three puts its exponents on the primes $2,3,5$, which is forced by minimality and is not an arithmetic accident. Robin's theorem \cite{robin} states that the Riemann Hypothesis is equivalent to $\sigma(N) < e^{\gamma}N\log\log N$ for all $N > 5040$.333334\begin{proposition}[the corridors recede, for all $n$]335\label{prop:robin}336Let $x>1$ have prime support $\{2,3,5\}$, which covers all seven ladders. Then for every $n \ge 1$337\[338  1 < \frac{\sigma(x^{n})}{x^{n}} < \frac{15}{4},339  \qquad340  \lim_{n \to \infty}\frac{\sigma(x^{n})}{x^{n}} = \frac{15}{4},341  \qquad342  \lim_{n \to \infty}\frac{\sigma(x^{n})}{x^{n}\log\log(x^{n})} = 0 .343\]344Consequently $\sigma(N) < e^{\gamma}N\log\log N$ holds for every such power $N = x^{n}$ with345\[346  \log\log N > \frac{15}{4e^{\gamma}} = 2.10547306\ldots,347  \qquad \text{that is} \qquad N > 3681.171813\ldots,348\]349and in particular for every one of them exceeding $5040$. No computation is needed for any of this.350\end{proposition}351352\begin{fact}[the corridor table]353\label{fact:robin}354Over the exact finite domain consisting of the $140$ powers $N = x^{n}$ with $x \in \{30,60,120,180,240,360,900\}$ and $1 \le n \le 20$, exactly $131$ of the powers satisfy $N > 5040$, and every one of those $131$ satisfies Robin's inequality. The domain is $140$ powers but only $130$ distinct integers, since $900^{n} = 30^{2n}$; the $131$ powers above $5040$ are $122$ distinct integers. The largest ratio $\sigma(N)/(N\log\log N)$ among them occurs at $N = 14400 = 120^{2}$ and equals $1.573259905933$ to twelve decimal places, against $e^{\gamma} = 1.781072417990$. Checked by \texttt{scripts/verify.py} with exact integer $\sigma$ and $40$-digit decimal arithmetic.355\end{fact}356357\begin{remark}358\label{rem:norh}359\Cref{fact:robin} is illustration, not evidence: \cref{prop:robin} already proves the inequality on all seven ladders for all $n$, with no computation. And neither bears on the Riemann Hypothesis. Robin's criterion quantifies over all $N > 5040$; it suffices to check the colossally abundant numbers \cite{robin}, and the least counterexample, should one exist, must be superabundant \cite{akbaryfriggstad}. Verifying the inequality on a sparse family of powers excludes nothing. Identities describe; only a bound over the full domain constrains.360\end{remark}361362\subsection*{Colossally abundant numbers}363364\begin{fact}[the first colossally abundant number with no avatar]365\label{fact:ca}366Over the exact finite domain consisting of the first $13$ colossally abundant numbers A004490 \cite{a004490}, namely367\begin{gather*}368  2,\; 6,\; 12,\; 60,\; 120,\; 360,\; 2520,\; 5040,\\369  55440,\; 720720,\; 1441440,\; 4324320,\; 21621600,370\end{gather*}371the first twelve satisfy $\Omega \le 2\omega$ and therefore have divisor avatars by \cref{thm:criterion}, while the thirteenth,372\[373  21621600 = 2^{5}\cdot 3^{3}\cdot 5^{2}\cdot 7 \cdot 11 \cdot 13, \qquad \Omega = 13, \quad \omega = 6,374\]375has $\Omega = 13 > 12 = 2\omega$ and therefore has no avatar: no design, in any dimension, has fill $d(21621600^{n})$. Checked by \texttt{scripts/verify.py}.376\end{fact}377378\begin{remark}379\label{rem:ca}380\Cref{fact:ca} corrects a natural guess. Colossally abundant numbers have exactly the shape $p_{1}^{a_{1}}p_{2}^{a_{2}}\cdots p_{D}^{a_{D}}$ with $a_{1} \ge \cdots \ge a_{D} \ge 1$ \cite{alaogluerdos}, which is the minimal-avatar shape, and this makes it tempting to claim that every colossally abundant number is a minimal avatar in dimension $\omega$. That claim is false, and $21621600$ refutes it. The correct statement is the criterion: a colossally abundant number has an avatar exactly when $\Omega \le 2\omega$. Surjectivity fails too, and badly: dimension $D$ carries $\mathrm{A000070}(D)$ qualifying polynomials against a handful of colossally abundant numbers.381\end{remark}382383\subsection*{A machine scan in dimension three}384385The group generated by coordinate permutations and coordinate reversals has order $48$ and acts on the $256$ designs of dimension three with $22$ orbits. Coding a design as $\sum_{c \in F}2^{c_{1}+2c_{2}+4c_{3}}$, take the least code in each orbit as its representative. Note that a coordinate reversal moves the odd/even origin, so it does \emph{not} preserve the fill at a fixed odd side; the scan below therefore classifies the $22$ canonical least-mask representatives, not all $256$ oriented masks.386387Before the scan, one general fact about the observables of \cref{def:touched}. The fill is a disjoint union of boxes, which is why \cref{lem:fill} is a one-line count. The touched counts are unions of boxes that overlap, so they need inclusion-exclusion; the point of the next lemma is that the overlaps stay inside a small family of intervals whose sizes are linear in $n$.388389\begin{lemma}[box unions are polynomial]390\label{lem:boxes}391For $n \ge 0$ set392\begin{gather*}393  O = \{1,3,\dots,2n+1\},\qquad E = \{2,4,\dots,2n\},\\394  O^{+} = \{0,1,\dots,2n+1\},\qquad E^{+} = \{1,2,\dots,2n\},395\end{gather*}396and let $\mathcal{S}_{n} = \{\,\emptyset,\; O \cap E^{+},\; O,\; E,\; E^{+},\; O^{+}\,\}$, of cardinalities $0,\,n,\,n+1,\,n,\,2n,\,2n+2$. Then $\mathcal{S}_{n}$ is closed under intersection, and if $B_{1},\dots,B_{r}$ are boxes $B_{k} = \prod_{i=1}^{D}U_{k,i}$ with every $U_{k,i} \in \mathcal{S}_{n}$ chosen by a rule independent of $n$, then $|B_{1} \cup \cdots \cup B_{r}|$ agrees for all $n \ge 0$ with a polynomial in $n$ of degree at most $D$.397\end{lemma}398399\begin{proposition}[the local counts are polynomial]400\label{prop:topo}401Let $F$ be a design of dimension $D$. Then each of $\mathrm{ver}_{F}$, $\mathrm{edg}_{F}$, $\mathrm{fac}_{F}$, $\mathrm{sur}_{F}$ and $\mathrm{adj}_{F}$ agrees for all $n \ge 0$ with a polynomial in $n$ of degree at most $D$. Consequently, in dimension three the Euler characteristic $\chi_{F}$ agrees for all $n \ge 0$ with a polynomial of degree at most three; and in any dimension the cycle rank agrees with a polynomial on a given set of sides exactly when the component count $\kappa_{F}$ does, since the two differ by $\mathrm{adj}_{F}-P_{F}$.402\end{proposition}403404\begin{fact}[extended avatar scan]405\label{fact:scan}406Over the exact finite domain consisting of the $22$ least-mask orbit representatives of dimension three, the nine observables407\begin{gather*}408  \text{fill},\quad \text{voids},\quad \text{surface},\quad \text{touched vertices},\quad \text{touched edges},\\409  \text{touched faces},\quad \text{Euler characteristic},\quad \text{components},\quad \text{cycle rank},410\end{gather*}411and the eleven sides $2n+1$ for $n=0,1,\dots,10$ (largest grid $21^{3} = 9261$ cells, every count literal, no sampling), the following hold. Every one of the $198$ observable sequences agrees on that range with a polynomial of degree at most three except the component and cycle-rank sequences of codes $30$ and $126$, which do so only for $n \ge 1$. Among the sequences that are of the form $d(x^{n})$ for all $n$ in range with $x>1$, exactly eight are not fills:412\begin{center}413\begin{tabular}{rlll}414\toprule415code & design & observable & law \\416\midrule417$0$  & $\emptyset$ & voids & $(2n+1)^{3} = d(900^{n})$\\418$1$  & $\{000\}$ & Euler characteristic & $(n+1)^{3} = d(30^{n})$\\419$1$  & $\{000\}$ & components & $(n+1)^{3} = d(30^{n})$\\420$3$  & $\{000,100\}$ & Euler characteristic & $(n+1)^{2} = d(6^{n})$\\421$3$  & $\{000,100\}$ & components & $(n+1)^{2} = d(6^{n})$\\422$7$  & $\{000,100,010\}$ & components & $n+1 = d(2^{n})$\\423$15$ & $\{000,100,010,110\}$ & Euler characteristic & $n+1 = d(2^{n})$\\424$15$ & $\{000,100,010,110\}$ & components & $n+1 = d(2^{n})$\\425\bottomrule426\end{tabular}427\end{center}428There are in addition exactly nine sequences that are constantly $1 = d(1^{n})$: components for the codes $23, 27, 31, 61, 63, 111, 127, 255$ and Euler characteristic for code $255$. Finally, exactly eight representatives have a fill of the form $d(x^{n})$ with $x>1$, namely codes $1,3,7,15,23,27,63,255$ with minimal avatars $30,60,120,180,240,180,360,900$. Checked by \texttt{scripts/verify.py}, which recomputes all nine observables cell by cell, recovers each law by exact rational interpolation, and applies \cref{cor:split}.429\end{fact}430431\begin{conjecture}[the component count is polynomial in every dimension]432\label{con:topo}433For every design $F$ in every dimension $D$ there is a polynomial that agrees with the component count $\kappa_{F}(n)$ for all sufficiently large $n$. \emph{Evidence:} \cref{fact:scan} exhibits such a polynomial for all $22$ orbit representatives in dimension three over $n = 0,\dots,10$, of degree at most three in every case, agreeing from $n=0$ for twenty of them and from $n=1$ for the two exceptions, codes $30$ and $126$. By \cref{prop:topo} the same statement for the cycle rank is equivalent to this one; the corresponding statements for the touched counts and for the Euler characteristic are not conjectural but proved, and hold from $n=0$. \emph{Failure modes:} the component count is the one observable here that is not a union-of-boxes census, so \cref{lem:boxes} does not reach it; two filled regions can merge into one component only at sides above a threshold, and nothing in the present argument bounds that threshold. The count could be quasi-polynomial with a nontrivial period, or eventually polynomial with more exceptional small sides than the two seen in dimension three, and nothing here bounds the number of exceptional sides in dimension $D \ge 4$.434\end{conjecture}435436\section{Proofs}437\label{sec:proofs}438439\begin{proof}[Proof of \cref{lem:fill}]440Among $1,2,\dots,2n+1$ there are exactly $n+1$ odd values and exactly $n$ even values. Fix a corner $c \in \{0,1\}^{D}$. A cell $x \in B_{n}$ has $\pi(x)=c$ precisely when, for each coordinate $i$ independently, $x_{i}$ is even if $c_{i}=1$ and odd if $c_{i}=0$. The choices in distinct coordinates are independent, so the number of cells with $\pi(x)=c$ is $n^{|c|}(n+1)^{D-|c|}$. Summing over $c \in F$ and grouping the corners of equal weight gives the stated formula. Each term $q_{w}(n)=(n+1)^{D-w}n^{w}$ is a monic polynomial of degree $D$, so $P_{F}$ is a polynomial of degree at most $D$ whose coefficient of $n^{D}$ is $\sum_{w}f_{w}=|F|$; this is nonzero exactly when $F \neq \emptyset$.441\end{proof}442443\begin{proof}[Proof of \cref{lem:basis}]444Suppose $\sum_{w=0}^{D}\lambda_{w}q_{w} = 0$ with $\lambda_{w} \in \mathbb{Q}$. We show $\lambda_{0}=\cdots=\lambda_{D}=0$ by induction on $w$. Evaluating at $n=0$ kills every term with $w \ge 1$ and leaves $\lambda_{0}(0+1)^{D}=\lambda_{0}$, so $\lambda_{0}=0$. Assume $\lambda_{0}=\cdots=\lambda_{j-1}=0$ for some $j \ge 1$. Then $\sum_{w \ge j}\lambda_{w}(n+1)^{D-w}n^{w}=0$ identically, and every term is divisible by $n^{j}$ in $\mathbb{Q}[n]$; dividing by $n^{j}$ gives $\sum_{w \ge j}\lambda_{w}(n+1)^{D-w}n^{w-j}=0$ identically. Evaluating at $n=0$ now kills every term with $w>j$ and leaves $\lambda_{j}=0$. This completes the induction. Since $P_{F}=\sum_{w}f_{w}q_{w}$ by \cref{lem:fill}, and a polynomial identity holding for all $n \ge 0$ holds identically, the coefficients $f_{w}$ are determined by $P_{F}$.445\end{proof}446447\begin{proof}[Proof of \cref{lem:real}]448There are exactly $\binom{D}{w}$ corners of weight $w$, so any signature must satisfy $0 \le f_{w} \le \binom{D}{w}$. Conversely, given such a vector, choose any $f_{w}$ of the weight-$w$ corners for each $w$ and take $F$ to be the union; the choices at distinct weights are independent, so this both realises $f$ and counts the designs realising it as $\prod_{w}\binom{\binom{D}{w}}{f_{w}}$.449\end{proof}450451\begin{proof}[Proof of \cref{lem:dom}]452For $A = \sum_{w}A_{w}t^{w}$ and $B=\sum_{w}B_{w}t^{w}$, say that $A$ is dominated by $B$, written $A \preceq B$, when $0 \le A_{w} \le B_{w}$ for every $w$. Domination is preserved by products of polynomials with nonnegative coefficients: if $A \preceq A'$ and $B \preceq B'$ then the coefficient of $t^{w}$ in $AB$ is $\sum_{j}A_{j}B_{w-j} \le \sum_{j}A'_{j}B'_{w-j}$, the coefficient of $t^{w}$ in $A'B'$.453454For a nonnegative integer $b$ we have $1+bt \preceq (1+t)^{b}$, since the coefficients on the left are $1, b, 0, 0, \dots$ and those on the right are $1, b, \binom{b}{2}, \dots$, all nonnegative. Multiplying these $D$ dominations together,455\[456  \sum_{w}e_{w}(b)\,t^{w} \;=\; \prod_{i=1}^{D}(1+b_{i}t) \;\preceq\; \prod_{i=1}^{D}(1+t)^{b_{i}} \;=\; (1+t)^{m},457\]458which is exactly $0 \le e_{w}(b) \le \binom{m}{w}$ for every $w$. If moreover $m \le D$ then $\binom{m}{w} \le \binom{D}{w}$ for every $w \ge 0$, since $\binom{m}{w}$ is nondecreasing in $m$.459\end{proof}460461\begin{proof}[Proof of \cref{thm:criterion}]462(i) Since $x^{n} = \prod_{i}q_{i}^{a_{i}n}$ with the $q_{i}$ distinct, $d(x^{n}) = \prod_{i=1}^{D}(a_{i}n+1)$. Write $b_{i}=a_{i}-1 \ge 0$. Then463\[464  a_{i}n+1 = (a_{i}-1)n + (n+1) = b_{i}n + (n+1),465\]466so, expanding the product by choosing from each factor either the term $b_{i}n$ or the term $(n+1)$,467\begin{align*}468  \prod_{i=1}^{D}(a_{i}n+1)469  &= \prod_{i=1}^{D}\bigl(b_{i}n+(n+1)\bigr)\\470  &= \sum_{S \subseteq \{1,\dots,D\}} \Bigl(\prod_{i \in S}b_{i}\Bigr) n^{|S|}(n+1)^{D-|S|}\\471  &= \sum_{w=0}^{D} e_{w}(b)\,n^{w}(n+1)^{D-w},472\end{align*}473the last step grouping the subsets by their size. This is an identity in $\mathbb{Z}[n]$. (It is the generating-function identity $\prod_{i}(b_{i}t+1)=\sum_{w}e_{w}(b)t^{w}$ evaluated at $t=n/(n+1)$ and multiplied by $(n+1)^{D}$; the expansion above avoids the division and is valid at $n=-1$ as well.)474475(ii) By \cref{lem:fill}, $P_{F} = \sum_{w}f_{w}q_{w}$; by (i), $d(x^{n}) = \sum_{w}e_{w}(b)q_{w}(n)$. Two polynomials agreeing at all integers $n \ge 0$ are equal, so $P_{F}(n)=d(x^{n})$ for all $n \ge 0$ is equivalent to $\sum_{w}\bigl(f_{w}-e_{w}(b)\bigr)q_{w}=0$, and by \cref{lem:basis} that forces $f_{w}=e_{w}(b)$ for every $w$. The converse is immediate from the same two displays.476477(iii) By (ii) and \cref{lem:real}, a design with fill $d(x^{n})$ exists if and only if $0 \le e_{w}(b) \le \binom{D}{w}$ for every $w$. Necessity: taking $w=1$ gives $e_{1}(b)=\sum_{i}(a_{i}-1)=\Omega(x)-\omega(x) \le \binom{D}{1}=D=\omega(x)$, that is $\Omega(x) \le 2\omega(x)$. Sufficiency: if $\sum_{i}b_{i}=m \le D$ then \cref{lem:dom} gives $0 \le e_{w}(b) \le \binom{D}{w}$ for every $w$, so the signature is realizable.478479(iv) Immediate from (ii) and the counting half of \cref{lem:real}.480481(v) A design $F'$ of dimension $D' \ge 0$ has fill either identically zero (when $F'=\emptyset$) or a polynomial of degree exactly $D'$, by \cref{lem:fill}. The polynomial $d(x^{n}) = \prod_{i=1}^{D}(a_{i}n+1)$ has degree exactly $D$ and is not identically zero, so $D'=D$.482\end{proof}483484\begin{proof}[Proof of \cref{cor:split}]485Suppose first that $F$ is a divisor avatar of $x$ with $\omega(x)=D$. Then $P_{F}(n)=\prod_{i}(a_{i}n+1)$ with each $a_{i} \ge 1$ an integer, which both splits over $\mathbb{Q}$ and gives $P_{F}(0)=1$.486487Conversely, suppose $P_{F}(0)=1$ and $P_{F}$ splits into linear factors over $\mathbb{Q}$. Since $F \neq \emptyset$, \cref{lem:fill} gives $\deg P_{F}=D$ and $P_{F} \in \mathbb{Z}[n]$ with constant term $P_{F}(0)=f_{0}=1$. Write $P_{F}(n)=\sum_{j=0}^{D}c_{j}n^{j}$ with $c_{0}=1$, $c_{D}=|F| > 0$, and let488\[489  P^{*}_{F}(n) \;=\; n^{D}P_{F}(1/n) \;=\; \sum_{j=0}^{D}c_{j}n^{D-j} \;=\; n^{D} + c_{1}n^{D-1} + \cdots + c_{D},490\]491a \emph{monic} polynomial with integer coefficients. Because $P_{F}(0)=1 \neq 0$, no root of $P_{F}$ is zero, and the roots of $P^{*}_{F}$ are exactly the reciprocals of the roots of $P_{F}$. By hypothesis all $D$ roots of $P_{F}$ are rational, hence so are all $D$ roots of $P^{*}_{F}$; and by the rational root theorem every rational root of a monic integer polynomial is an integer. So the roots of $P_{F}$ are $-1/a_{1},\dots,-1/a_{D}$ for nonzero integers $a_{1},\dots,a_{D}$ (the sign is a labelling choice).492493Each $a_{i}$ is positive. Indeed, by \cref{lem:fill}, $P_{F}(t)=\sum_{w}f_{w}(t+1)^{D-w}t^{w}$ has nonnegative coefficients $f_{w}$ not all zero, so for real $t>0$ every term is nonnegative and at least one is strictly positive, giving $P_{F}(t)>0$; and $P_{F}(0)=1>0$. Hence $P_{F}$ has no root in $[0,\infty)$, so every root $-1/a_{i}$ is negative, so every $a_{i}$ is positive.494495Finally, $n+1/a_{i} = (a_{i}n+1)/a_{i}$, so $P_{F}(n) = \lambda\prod_{i}(a_{i}n+1)$ for some rational $\lambda$, and setting $n=0$ gives $\lambda = P_{F}(0)=1$. Thus $P_{F}(n)=\prod_{i}(a_{i}n+1)$, and for any injection $\tau$ from $\{1,\dots,D\}$ into the primes, $x = \prod_{i}p_{\tau(i)}^{a_{i}}$ satisfies $\omega(x)=D$ and $d(x^{n})=\prod_{i}(a_{i}n+1)=P_{F}(n)$.496497Every avatar integer has that shape. Indeed, let $y>1$ be any avatar integer of $F$ and write $y = r_{1}^{c_{1}}\cdots r_{D'}^{c_{D'}}$ over its distinct primes with every $c_{i} \ge 1$. Then $\prod_{i}(c_{i}n+1) = d(y^{n}) = P_{F}(n) = \prod_{i}(a_{i}n+1)$ as polynomials, and a polynomial determines its multiset of roots, so $D'=D$ and $\{c_{1},\dots,c_{D}\} = \{a_{1},\dots,a_{D}\}$ as multisets. Hence the avatar integers of $F$ are exactly the $\prod_{i}p_{\tau(i)}^{a_{i}}$.498499It remains to minimise over $\tau$. If some $\tau$ uses a prime $p_{k}$ while a smaller prime $p_{j}$, $j<k$, is unused, then replacing the factor $p_{k}^{a}$ by $p_{j}^{a}$ gives another avatar integer, with the same exponent multiset, that is strictly smaller because $a \ge 1$ and $p_{j} < p_{k}$. So a minimiser uses exactly the primes $p_{1},\dots,p_{D}$, and minimising $x$ is minimising $\prod_{i}p_{i}^{a_{\rho(i)}}$ over orderings $\rho$, which by the rearrangement inequality applied to $\sum_{i}a_{\rho(i)}\log p_{i}$ is achieved by pairing the largest exponent with the smallest prime.500\end{proof}501502\begin{proof}[Proof of \cref{cor:census}]503By \cref{thm:criterion}, the polynomials in question are exactly the $\prod_{i=1}^{D}(a_{i}n+1)$ for multisets $\{a_{1},\dots,a_{D}\}$ of positive integers with $\sum_{i}(a_{i}-1) \le D$, and distinct multisets give distinct polynomials because a polynomial determines its multiset of roots. Substituting $b_{i}=a_{i}-1$, these are exactly the multisets of $D$ nonnegative integers with $\sum_{i}b_{i} \le D$. Dropping the zero entries, such a multiset is a partition of some integer $m$ with $0 \le m \le D$ into at most $D$ positive parts; and since every part is at least $1$, a partition of $m \le D$ automatically has at most $D$ parts. So the count is $\sum_{m=0}^{D}p(m)$, which is A000070$(D)$ \cite{a000070}. For $D=0,\dots,8$ the partial sums of $p(m)=1,1,2,3,5,7,11,15,22$ are $1,2,4,7,12,19,30,45,67$.504\end{proof}505506\begin{proof}[Proof of \cref{prop:void}]507Number the coordinates from $1$ to $2n+1$; there are $n$ even values and $n+1$ odd values. A removed cell has either exactly two even coordinates or exactly three, and the two cases are disjoint. For exactly two: choose which two of the three coordinates are even, in $\binom{3}{2}=3$ ways; each even coordinate then has $n$ possible values and the remaining odd coordinate has $n+1$, giving $3n^{2}(n+1)$. For exactly three: $n^{3}$. Hence508\[509  a(n) = 3n^{2}(n+1) + n^{3} = 3n^{3}+3n^{2}+n^{3} = 4n^{3}+3n^{2} = n^{2}(4n+3).510\]511At $n=1$ this is $7$, namely the central cell $(2,2,2)$ and the six face centres $(2,2,1),(2,2,3),(2,1,2),(2,3,2),(1,2,2),(3,2,2)$.512\end{proof}513514\begin{proof}[Proof of \cref{cor:bridge}]515The Menger design has signature $(1,3,0,0)$, so the fill law of \cref{lem:fill} gives516\[517  P_{F_{M}}(n) = (n+1)^{3} + 3(n+1)^{2}n = (n+1)^{2}\bigl((n+1)+3n\bigr) = (n+1)^{2}(4n+1).518\]519Since $240 = 2^{4}\cdot 3\cdot 5$ we have $d(240^{n}) = (4n+1)(n+1)(n+1)$, which is the same polynomial; equivalently $b=(3,0,0)$ and $e_{w}(b)=(1,3,0,0)$, matching \cref{thm:criterion}(ii). Subtracting from $(2n+1)^{3}=8n^{3}+12n^{2}+6n+1$ gives $V_{F_{M}}(n)=4n^{3}+3n^{2}=n^{2}(4n+3)$, which is \cref{prop:void} and A395241, as it must be since the cells $F_{M}$ discards are exactly those with at least two even coordinates. Finally $\Omega(240)=4+1+1=6$ and $\omega(240)=3$, so $\Omega=2\omega$; whereas $480=2^{5}\cdot 3\cdot 5$ has $\Omega=7>6=2\omega$, so by \cref{thm:criterion}(iii) and (v) no design in any dimension has fill $d(480^{n})$.520\end{proof}521522\begin{proof}[Proof of \cref{prop:sigmak}]523(i) For $k \ge 1$ and $x > 1$ we have $\sigma_{k}(x^{n}) \ge x^{kn} \ge 2^{n}$, since $x^{n}$ is itself a divisor of $x^{n}$ and $x^{k} \ge 2$. A polynomial in $n$ of degree $\delta$ grows like $n^{\delta}$, while $2^{n}/n^{\delta} \to \infty$. So the two cannot agree for all large $n$, hence not for all $n \ge 0$.524525(ii) Write $x = \prod_{p^{e}\|x}p^{e}$. Then526\[527  \frac{\sigma(x^{n})}{x^{n}} = \prod_{p^{e}\|x}\bigl(1+p^{-1}+\cdots+p^{-en}\bigr).528\]529This is a finite product of factors, each at least $1$ and each strictly increasing in $n$ (the factor for $p$ gains the positive term $p^{-en-1}+\cdots+p^{-en-e}$ when $n$ increases by one), so the product is strictly increasing in $n$. It is bounded above by $\prod_{p \mid x}(1-1/p)^{-1}$, a finite constant. A polynomial that is bounded on the nonnegative integers must be constant, since a nonconstant polynomial is unbounded there; but a strictly increasing sequence is not constant. Contradiction.530531At $x=1$, $\sigma_{k}(1)=1$ and $\sigma(1)/1=1$ for every $n$, so both expressions are the constant $1=d(1^{n})$.532\end{proof}533534\begin{proof}[Proof of \cref{prop:robin}]535Write $x = 2^{\alpha}3^{\beta}5^{\gamma}$ with $\alpha,\beta,\gamma \ge 1$; each of $30,\allowbreak 60,\allowbreak 120,\allowbreak 180,\allowbreak 240,\allowbreak 360,\allowbreak 900$ has this form. Then536\[537  \frac{\sigma(x^{n})}{x^{n}} = \prod_{p \in \{2,3,5\}}\bigl(1+p^{-1}+\cdots+p^{-e_{p}n}\bigr),538  \qquad (e_{2},e_{3},e_{5}) = (\alpha,\beta,\gamma).539\]540Each factor is a truncation of a convergent geometric series, so it is strictly less than $(1-1/p)^{-1}$ and increases to it as $n \to \infty$. Hence the product is strictly less than $2 \cdot \tfrac{3}{2}\cdot\tfrac{5}{4} = \tfrac{15}{4}$ and tends to $\tfrac{15}{4}$; it exceeds $1$ because every factor does. Since $\log\log(x^{n}) = \log(n\log x) \to \infty$, the third limit follows from the boundedness of the first ratio.541542For the threshold: for $N = x^{n}$,543\[544  \frac{\sigma(N)}{N\log\log N} < \frac{15/4}{\log\log N},545\]546and the right side is less than $e^{\gamma}$ exactly when $\log\log N > \dfrac{15}{4e^{\gamma}}$. Numerically $e^{\gamma}=1.781072417990\ldots$, so $15/(4e^{\gamma}) = 2.105473063376\ldots$ and $\exp\exp\bigl(15/(4e^{\gamma})\bigr) = 3681.171813\ldots$. Every such power exceeding $3682$ therefore satisfies Robin's inequality, and in particular every one exceeding $5040$.547\end{proof}548549\begin{proof}[Proof of \cref{lem:boxes}]550Write $O^{-} = O \cap E^{+} = \{1,3,\dots,2n-1\}$. Among the six members of $\mathcal{S}_{n}$ one has the inclusions $O^{-} \subseteq O \subseteq O^{+}$, $O^{-} \subseteq E^{+} \subseteq O^{+}$ and $E \subseteq E^{+}$, so every pair related by inclusion intersects inside the family. The pairs not so related are $(O,E)$ and $(O^{-},E)$, which meet in $\emptyset$ because one member consists of odd and the other of even integers, and $(O,E^{+})$, which meets in $O^{-}$ by definition. So $\mathcal{S}_{n}$ is closed under pairwise intersection, hence, being finite, under arbitrary intersections. Note that this table records which member the intersection is, and it is the same table for every $n \ge 0$.551552Now let $B_{k} = \prod_{i}U_{k,i}$ be as stated. Intersections of boxes are computed slotwise, $\bigcap_{k \in G}B_{k} = \prod_{i}\bigl(\bigcap_{k \in G}U_{k,i}\bigr)$, so by the previous paragraph every such intersection is again a box all of whose slots carry members of $\mathcal{S}_{n}$, with the member in each slot named by a label that does not depend on $n$. Its cardinality is the product of the $D$ slot cardinalities, each one of $0, n, n+1, n, 2n, 2n+2$, hence a polynomial in $n$ of degree at most $D$. By inclusion-exclusion,553\[554  |B_{1} \cup \cdots \cup B_{r}| = \sum_{\emptyset \neq G \subseteq \{1,\dots,r\}}(-1)^{|G|+1}\Bigl|\bigcap_{k \in G}B_{k}\Bigr| ,555\]556a fixed integer combination, the same for every $n$, of polynomials of degree at most $D$.557\end{proof}558559\begin{proof}[Proof of \cref{prop:topo}]560Write $T_{0}=O$, $T_{1}=E$, $T^{+}_{0}=O^{+}$, $T^{+}_{1}=E^{+}$, all members of $\mathcal{S}_{n}$. As in the proof of \cref{lem:fill}, the cells of $B_{n}$ of parity $c$ are exactly the box $\prod_{i}T_{c_{i}}$, and these boxes are pairwise disjoint over distinct corners $c$.561562\emph{Vertices.} The vertices of the box of a cell $u$ are the points $v$ with $v_{i} \in \{u_{i}-1,u_{i}\}$ for every $i$. For a single slot, $\bigcup_{u_{i} \in O}\{u_{i}-1,u_{i}\} = O^{+}$ and $\bigcup_{u_{i} \in E}\{u_{i}-1,u_{i}\} = E^{+}$, and conversely each $v_{i} \in T^{+}_{c_{i}}$ is realised by some $u_{i} \in T_{c_{i}}$: if $v_{i}$ has the parity demanded by $c_{i}$ take $u_{i}=v_{i}$, otherwise take $u_{i}=v_{i}+1$, which stays in range in both cases. The slots are independent, so the vertices touched by the cells of parity $c$ are exactly the box $\prod_{i}T^{+}_{c_{i}}$, and $\mathrm{ver}_{F}(n) = \bigl|\bigcup_{c \in F}\prod_{i}T^{+}_{c_{i}}\bigr|$. Apply \cref{lem:boxes}.563564\emph{Edges and $2$-faces.} An edge of the unit grid in direction $j$ is addressed by a cell coordinate in slot $j$ and a vertex coordinate in every other slot; the direction-$j$ edges of the box of $u$ are those with slot-$j$ value $u_{j}$ and slot-$i$ value in $\{u_{i}-1,u_{i}\}$ for $i \neq j$. By the same slotwise argument the direction-$j$ edges touched by the cells of parity $c$ form the box carrying $T_{c_{j}}$ in slot $j$ and $T^{+}_{c_{i}}$ elsewhere, so their union over $c \in F$ is covered by \cref{lem:boxes}; summing over the $D$ directions gives $\mathrm{edg}_{F}$. A $2$-face spanning slots $j$ and $k$ is addressed by cell coordinates in those two slots and vertex coordinates elsewhere, so the same argument with $T_{c_{j}},T_{c_{k}}$ in slots $j,k$ and $T^{+}_{c_{i}}$ elsewhere, summed over the $\binom{D}{2}$ pairs, gives $\mathrm{fac}_{F}$. Likewise a $(D-1)$-face omitting slot $j$ is addressed by a vertex coordinate in slot $j$ and cell coordinates elsewhere, giving $T^{+}_{c_{j}}$ in slot $j$ and $T_{c_{i}}$ elsewhere; call the resulting total $\Phi_{F}(n)$, again a polynomial of degree at most $D$. In dimension three $\Phi_{F}=\mathrm{fac}_{F}$, a $2$-face and a $(D-1)$-face being the same object there.565566\emph{Adjacent pairs and surface.} Two cells are adjacent exactly when they differ by $e_{j}$ in a single slot $j$, and $\pi(u+e_{j})$ is $\pi(u)$ with slot $j$ flipped. So the lower cells of the direction-$j$ adjacent pairs of filled cells are those $u$ with $\pi(u)=c$ for some $c \in F$ with $c \oplus e_{j} \in F$, and $u_{j} \le 2n$: for each such $c$ this is the box carrying $T_{c_{j}} \cap E^{+}$ in slot $j$ and $T_{c_{i}}$ elsewhere, with $O \cap E^{+}$ and $E \cap E^{+} = E$ both in $\mathcal{S}_{n}$, and these boxes are disjoint over distinct $c$. Summing over $j$ and applying \cref{lem:boxes} makes $\mathrm{adj}_{F}$ a polynomial of degree at most $D$. Finally, a $(D-1)$-face omitting slot $j$, at vertex coordinate $v_{j}$, lies in the boxes of exactly those filled cells $u$ with the given coordinates elsewhere and $u_{j} \in \{v_{j},v_{j}+1\}$, so it lies in at most two filled boxes and in two precisely when that pair is adjacent. Hence $\Phi_{F} = \mathrm{sur}_{F} + \mathrm{adj}_{F}$ and $\mathrm{sur}_{F} = \Phi_{F} - \mathrm{adj}_{F}$ is a polynomial of degree at most $D$.567568\emph{Euler characteristic and cycle rank.} In dimension three $\chi_{F} = \mathrm{ver}_{F} - \mathrm{edg}_{F} + \mathrm{fac}_{F} - P_{F}$, and $P_{F}$ is a polynomial of degree at most three by \cref{lem:fill}, so $\chi_{F}$ agrees with such a polynomial at every $n \ge 0$. In any dimension the cycle rank is $\mathrm{adj}_{F}-P_{F}+\kappa_{F}$, and $\mathrm{adj}_{F}-P_{F}$ is a polynomial, so on any set of sides the cycle rank agrees with a polynomial if and only if $\kappa_{F}$ does.569\end{proof}570571\section{Reproducibility}572\label{sec:repro}573574One script, \texttt{scripts/verify.py}, checks every number in this paper. It is plain \texttt{python3} with no dependencies beyond the standard library, takes no arguments, reads no files, and is run from the lane root as \texttt{python3 scripts/verify.py}. Total runtime is under two seconds on a laptop. Every assertion names both the value obtained and the value wanted, and the script exits nonzero on the first disagreement; a clean run prints one line per domain point and the word \texttt{all green}.575576\begin{itemize}577\item \emph{Fill law} (\cref{lem:fill}). All $256$ designs of dimension three, all sides $2n+1$ for $n=0,\dots,6$: the cell-by-cell count is compared with $\sum_{w}f_{w}(n+1)^{3-w}n^{w}$.578\item \emph{Criterion} (\cref{thm:criterion}). Every integer $x$ with $2 \le x \le 3000$: the script factors $x$, tests $\Omega(x) \le 2\omega(x)$, and independently searches all $2^{2^{D}}$ designs of dimension $D=\omega(x)$ for one whose cell-by-cell fill matches $d(x^{n})$ at $n=0,\dots,6$, for $D \le 3$. The two verdicts must agree for every $x$ in range, and where a design exists the count of designs found must equal $\prod_{w}\binom{\binom{D}{w}}{e_{w}(b)}$.579\item \emph{Counterexamples} (\cref{rem:sharp}). $x=8$ in dimension one and $x=72$ in dimension two: the script enumerates the $4$ and $16$ designs respectively and asserts that $d(x^{n})$ is absent from the fill polynomials, reporting the $12$ distinct fill polynomials of dimension two.580\item \emph{Census} (\cref{cor:census}). Dimensions $D=0,\dots,8$: the number of distinct qualifying polynomials is enumerated directly from multisets and asserted equal to $\sum_{m \le D}p(m)$, giving $1,2,4,7,12,19,30,45,67$.581\item \emph{Sponge and void} (\cref{prop:void}, \cref{cor:bridge}). Sides $2n+1$ for $n=0,\dots,10$: the removed cells are counted literally and compared with $n^{2}(4n+3)$, the kept cells with $d(240^{n})$, and their sum with $(2n+1)^{3}$.582\item \emph{Robin corridors} (\cref{fact:robin}). The $140$ powers $x^{n}$ with $x \in \{30,\allowbreak 60,\allowbreak 120,\allowbreak 180,\allowbreak 240,\allowbreak 360,\allowbreak 900\}$ and $1 \le n \le 20$: $\sigma$ is computed exactly as an integer from the factorisation, the ratio in $40$-digit decimal arithmetic. The script asserts that the $140$ powers are $130$ distinct integers, that $131$ of the $140$ exceed $5040$ and are $122$ distinct integers, that all $131$ satisfy Robin's inequality, and that the maximum ratio is attained at $N=14400$ with value $1.573259905933$ to twelve places. It also checks the threshold constant $\exp\exp(15/(4e^{\gamma})) = 3681.17\ldots < 5040$.583\item \emph{Colossally abundant} (\cref{fact:ca}). The first $13$ terms of A004490: the criterion $\Omega \le 2\omega$ holds for the first twelve and fails at $21621600$.584\item \emph{Extended scan} (\cref{fact:scan}). The $22$ least-mask orbit representatives of dimension three, nine observables, $n=0,\dots,10$: every observable is recomputed cell by cell from the grid (components by union-find on face adjacency, cycle rank as graph edges minus fill plus components, Euler characteristic as touched vertices minus touched edges plus touched faces minus fill), each law is recovered by exact rational Lagrange interpolation and asserted to be a polynomial of degree at most three over the full range or over $n \ge 1$, and the splitting test of \cref{cor:split} is applied to every one of the $198$ sequences, the four late-starting ones included, over the full range $n=0,\dots,10$. The script asserts exactly the eight non-fill rows, exactly the nine constant identities, and exactly the eight fill avatars with their minimal avatars.585\end{itemize}586587The figure in the lane README is regenerated by \texttt{scripts/figure.py}, also plain \texttt{python3}, run as \texttt{python3 scripts/figure.py}. It takes no input and writes \texttt{figures/sponge.svg} in well under a second.588589\section*{Acknowledgments}590591This paper was developed and verified in collaboration with Claude (Anthropic). The author takes sole responsibility for every claim.592593\begin{thebibliography}{9}594595\bibitem{akbaryfriggstad}596A. Akbary and Z. Friggstad, \emph{Superabundant numbers and the Riemann hypothesis}, Amer. Math. Monthly \textbf{116} (2009), no.~3, 273--275. \url{https://doi.org/10.4169/193009709X470128}597598\bibitem{alaogluerdos}599L. Alaoglu and P. Erd\H{o}s, \emph{On highly composite and similar numbers}, Trans. Amer. Math. Soc. \textbf{56} (1944), 448--469. \url{https://doi.org/10.1090/S0002-9947-1944-0011087-2}600601\bibitem{apostol}602T. M. Apostol, \emph{Introduction to Analytic Number Theory}, Springer, 1976. \url{https://doi.org/10.1007/978-1-4757-5579-4}603604\bibitem{beckrobins}605M. Beck and S. Robins, \emph{Computing the Continuous Discretely: Integer-Point Enumeration in Polyhedra}, 2nd ed., Springer, 2015. \url{https://doi.org/10.1007/978-1-4939-2969-6}606607\bibitem{robin}608G. Robin, \emph{Grandes valeurs de la fonction somme des diviseurs et hypoth\`ese de Riemann}, J. Math. Pures Appl. (9) \textbf{63} (1984), 187--213. \url{https://zbmath.org/0516.10036}609610\bibitem{a000070}611OEIS Foundation Inc., \emph{Sequence A000070: partial sums of the partition numbers}, The On-Line Encyclopedia of Integer Sequences. \href{https://oeis.org/A000070}{https://oeis.org/A000070}612613\bibitem{a004490}614OEIS Foundation Inc., \emph{Sequence A004490: colossally abundant numbers}, The On-Line Encyclopedia of Integer Sequences. \href{https://oeis.org/A004490}{https://oeis.org/A004490}615616\bibitem{a395241}617C. Mitchener, \emph{Sequence A395241: $a(n) = n^{2}(4n+3)$}, The On-Line Encyclopedia of Integer Sequences, 2026. \href{https://oeis.org/A395241}{https://oeis.org/A395241}618619\end{thebibliography}620621\end{document}