$$
% ============================================
% GENERAL / UNIVERSAL
% Used throughout the documentation
% ============================================
% --- Basic Number Systems ---
\newcommand{\IR}{\mathbb{R}} % Real numbers #listed
\newcommand{\IC}{\mathbb{C}} % Complex numbers #listed
\newcommand{\IN}{\mathbb{N}} % Natural numbers #listed
\newcommand{\IZ}{\mathbb{Z}} % Integers #listed
\newcommand{\IQ}{\mathbb{Q}} % Rational numbers #listed
\newcommand{\IA}{\mathbb{A}} % Affine space #listed
\newcommand{\IB}{\mathbb{B}} % Generic field #listed
\newcommand{\ik}{\Bbbk} % Ground field #listed
\newcommand{\ID}{\mathbb{D}} % Generic field #listed
\newcommand{\IF}{\mathbb{F}} % Generic field #listed
\newcommand{\IH}{\mathbb{H}} % Quaternions #listed
\newcommand{\II}{\mathbb{I}} % Generic field #listed
\newcommand{\IL}{\mathbb{L}} % Generic field #listed
\newcommand{\IP}{\mathbb{P}} % Projective space #listed
\newcommand{\IS}{\mathbb{S}} % Sphere #listed
\newcommand{\IT}{\mathbb{T}} % Tensor algebra #listed
\newcommand{\IV}{\mathbb{V}} % Generic vector space #listed
% --- Function Spaces ---
\newcommand{\CINF}{\mathcal{C}^\infty} % Smooth (infinitely differentiable) functions #listed
\newcommand{\CC}{\mathcal{C}} % C^k functions #listed
\newcommand{\Ck}{\mathcal{C}^k} % C^k functions #listed
\newcommand{\CK}{\mathcal{C}^K} % C^k functions #listed
% --- Fundamental Operators ---
\newcommand{\del}{\partial} % Partial derivative #listed
\newcommand{\uDelta}{\underline{\Delta}} % Discrete difference operator #listed
\newcommand{\Shift}{\mathrm{S}_\downarrow} % Shift operator #listed
% --- Logical & Set Operations ---
\newcommand{\IFF}{\Leftrightarrow} % If and only if #listed
\newcommand{\Ind}{\mathbb{1}} % Indicator/characteristic function #listed
\newcommand{\IndA}[1]{\mathbb{1}\lbrace #1 \rbrace} % Indicator with condition #listed
\newcommand{\1}{\mathbb{1}} % Indicator shorthand #listed
\newcommand{\set}[1]{\{#1\}} % Simple set braces #listed
\newcommand{\Set}[2]{\left\{\, #1 \;\vert\; #2 \,\right\}} % Set-builder notation #listed
\newcommand{\CSet}[2]{\#\{\, #1 \;\vert\; #2 \,\right\}} % Cardinality notation #listed
\newcommand{\C}{\,\#} % Cardinality operator #listed
% --- Limits & Categorical ---
\newcommand{\limproj}{\varprojlim} % Inverse limit #listed
\newcommand{\limind}{\varinjlim} % Direct limit #listed
\newcommand{\Hom}{\mathrm{Hom}} % Homomorphism #listed
\newcommand{\End}{\mathrm{End}} % Endomorphism #listed
\newcommand{\Ext}{\mathrm{Ext}} % Ext functor #listed
% --- Arrows & Relations ---
\newcommand{\ra}{\rightarrow} % Right arrow #listed
\newcommand{\lra}{\longrightarrow} % Long right arrow #listed
\newcommand{\xlra}[1]{\overset{#1}{\lra}} % Labeled long arrow #listed
\newcommand{\la}{\leftarrow} % Left arrow #listed
\newcommand{\lla}{\longleftarrow} % Long left arrow #listed
\newcommand{\mono}{\hookrightarrow} % Monomorphism #listed
\newcommand{\epi}{\twoheadrightarrow} % Epimorphism #listed
\newcommand{\isom}{\cong} % Isomorphism #listed
\newcommand{\downto}{\searrow} % Diagonal arrow #listed
% --- Tensor & Algebraic Structures ---
\newcommand{\tensor}{\otimes} % Tensor product #listed
\newcommand{\tensors}{\tensor\dots\tensor} % Multiple tensor products #listed
\newcommand{\Tensor}{\bigotimes} % Big tensor product #listed
\newcommand{\stensor}{\odot} % Symmetric tensor product #listed
\newcommand{\vsum}{\oplus} % Direct sum #listed
\newcommand{\Vsum}{\bigoplus} % Big direct sum #listed
% --- Calligraphic Letters (Generic) ---
\newcommand{\KA}{\mathcal{A}}
\newcommand{\KB}{\mathcal{B}}
\newcommand{\KC}{\mathcal{C}}
\newcommand{\KD}{\mathcal{D}}
\newcommand{\KF}{\mathcal{F}}
\newcommand{\KH}{\mathcal{H}}
\newcommand{\KI}{\mathcal{I}}
\newcommand{\KL}{\mathcal{L}}
\newcommand{\KN}{\mathcal{N}}
\newcommand{\KP}{\mathcal{P}}
\newcommand{\KQ}{\mathcal{Q}}
\newcommand{\KR}{\mathcal{R}}
\newcommand{\KS}{\mathcal{S}}
\newcommand{\KV}{\mathcal{V}}
\newcommand{\KZ}{\mathcal{Z}}
% --- Fraktur Letters (Generic) ---
\newcommand{\gc}{\mathfrak{C}}
\newcommand{\gd}{\mathfrak{D}}
\newcommand{\gM}{\mathfrak{M}}
\newcommand{\gm}{\mathfrak{m}}
\newcommand{\gf}{\mathfrak{f}}
\newcommand{\gu}{\mathfrak{U}}
\newcommand{\fa}{\mathfrak{a}}
\newcommand{\fg}{\mathfrak{g}}
\newcommand{\fn}{\mathfrak{n}}
\newcommand{\fk}{\mathfrak{k}}
\newcommand{\fm}{\mathfrak{m}}
\newcommand{\fp}{\mathfrak{p}}
\newcommand{\fP}{\mathfrak{P}}
% \fg already defined above (line 95) as \mathfrak{g}
% --- Text & Formatting ---
\newcommand{\qtext}[1]{\quad\text{#1}\quad} % Quad spaced text #listed
\newcommand{\stext}[1]{\;\text{#1}\;} % Small spaced text #listed
\newcommand{\ssum}[1]{\sum_{\substack{#1}}} % Sum with substacked condition #listed
\newcommand{\half}{\frac{1}{2}} % One-half #listed
\newcommand{\floor}[1]{\lfloor #1 \rfloor} % Floor function #listed
\newcommand{\ceil}[1]{\lceil #1 \rceil} % Ceiling function #listed
\newcommand{\nl}{\\} % Newline #listed
% --- Common Functions ---
\newcommand{\id}{\mathrm{id}} % Identity function #listed
\newcommand{\len}{\mathrm{len}} % Length of a word #listed
\newcommand{\rk}{\mathrm{rk}} % Rank #listed
\newcommand{\diag}{\operatorname{diag}} % Diagonal matrix #listed
\newcommand{\Res}{\operatorname{Res}} % Residue #listed
\newcommand{\Ker}{\mathrm{Ker}} % Kernel #listed
\newcommand{\Diff}{\mathrm{Diff}} % Diffeomorphism group #listed
\newcommand{\Pic}{\mathrm{Pic}} % Picard group #listed
\newcommand{\Spec}{\mathrm{Spec}} % Spectrum #listed
\newcommand{\D}{\mathrm{D}} % Differential operator #listed
\newcommand{\DP}{\mathrm{D_{\!+}}} % Positive differential #listed
\newcommand{\DDP}{\mathrm{D^{\!+}}} % Upper differential #listed
% --- Variants ---
\newcommand{\vphi}{\varphi} % Variant phi #listed
\newcommand{\sphi}{\phi} % Straight phi #listed
\newcommand{\eps}{\varepsilon} % Epsilon variant #listed
\newcommand{\pt}{*} % Point notation #listed
\newcommand{\point}{*} % Point notation alt #listed
% --- Set Operations ---
\newcommand{\union}{\cup} % Union #listed
\newcommand{\Union}{\bigcup} % Big union #listed
\newcommand{\dotcup}{\ensuremath{\mathaccent\cdot\cup}} % Disjoint union #listed
\newcommand{\dunion}{\dotcup} % Disjoint union alt #listed
% \< and \> removed - conflict with LaTeX tabbing commands and unused in docs
\newcommand{\inpart}[1]{\in\text{\part}(#1)} % In partition of #listed
\newcommand{\trl}{\triangleleft} % Left triangle #listed
\newcommand{\trr}{\triangleright} % Right triangle #listed
% --- Misc ---
\newcommand{\curly}[1]{\mathcal{#1}}
\newcommand{\op}[1]{\mathrm{#1}}
\newcommand{\Cat}[1]{\mathfrak{#1}}
\newcommand{\cat}[1]{\mathbf{#1}}
\newcommand{\CAT}[1]{\left\{\,\text{#1}\,\right\}}
\newcommand{\CATii}[2]{\left\{\,\begin{array}{c}\text{#1}\\\text{#2}\end{array}\,\right\}}
\newcommand{\Mon}{\mathrm{Mon}}
\newcommand{\Lin}{\mathrm{Lin}}
\newcommand{\ev}{\mathrm{ev}}
\newcommand{\tc}{\prec_{\mathrm{tc}}}
\newcommand{\tightlist}{\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
\newcommand{\QED}{\square} % End of proof #listed
\renewcommand{\part}{\vdash} % Turnstile #listed (overrides LaTeX \part sectioning)
\newcommand{\opart}{\models} % Semantic entailment #listed
\newcommand{\Def}{\mathrm{Def}} % Bialgebra defect #listed
% ============================================
% CHAPTER 1: DIFFERENTIAL DUALITY
% ============================================
\newcommand{\Jet}{\mathbf{Jet}} % Jet space of C infinity germs #listed
\newcommand{\jet}{\mathrm{jet}} % Jet functor #listed
\newcommand{\E}{\mathbf{E}} % Space of smooth functions #listed
\newcommand{\EE}{\mathbf{E}} % Space of smooth functions alt #listed
% ============================================
% CHAPTER 2: DISCRETE DUALITY
% ============================================
% --- Multisets and Iterated Structures ---
\newcommand{\KM}{\mathcal{M}} % Multiset / multi-index set #listed
\newcommand{\ualpha}{\underline{\alpha}} % Underline alpha (iterated multi-index) #listed
\newcommand{\ubeta}{\underline{\beta}} % Underline beta (iterated multi-index) #listed
\newcommand{\ugamma}{\underline{\gamma}} % Underline gamma (iterated multi-index) #listed
\newcommand{\uS}{\underline{S}} % Underline S (iterated subset) #listed
\newcommand{\uT}{\underline{T}} % Underline T (iterated subset) #listed
% --- From Affine Cubes ---
\newcommand{\BC}{\mathbf{B}} % Affine Cube space #listed
% --- From Cubes.md and affine cube space ---
\newcommand{\BB}{\mathbb{B}} % Boolean lattice #listed
\newcommand{\minelt}{\hat{0}} % Minimal element #listed
\newcommand{\maxelt}{\hat{1}} % Maximal element #listed
\newcommand{\sleq}{\subseteq} % Subset relation #listed
\newcommand{\drk}{\mathrm{rk_{\Delta}}} % Discrete rank #listed
\newcommand{\Fun}{\operatorname{F}} % Function space #listed
\newcommand{\Cube}{\operatorname{Cube}} % Geometric cubes #listed
\newcommand{\Cu}{\mathrm{Cube}} % Cube spaces (NC calculus); symbol choice revisable #listed
\newcommand{\Fl}{\operatorname{Fl}} % Flow (NC calculus) #listed
\newcommand{\Aff}{\operatorname{Aff}} % Affine cubes #listed
\newcommand{\Exp}{\operatorname{exp}} % Geometric realization (zeta transform) #listed
\newcommand{\Log}{\operatorname{log}} % Tangent logarithm (Möbius transform) #listed
\newcommand{\aprod}{\star} % Anchored product of cubes #listed
\newcommand{\acoprod}{\Delta} % Anchored coproduct of cubes #listed
\newcommand{\tcoprod}{\Delta^\tau} % Transport coproduct of cubes #listed
\newcommand{\tprod}{\star^\tau} % Transport product of cubes #listed
\newcommand{\Part}{\mathrm{Part}} % Partitions of a set #listed
\newcommand{\Cov}{\mathrm{Cov}} % Coverings #listed
\DeclareMathOperator{\lf}{\mathrm{leaf}} % Leaf support #listed
\newcommand{\CT}{\mathbf{CT}} % Covering trees #listed
\newcommand{\BH}{\mathbf{IH}} % Iterated hypergraphs #listed
\newcommand{\IHCov}{\mathbf{IHCov}} % Iterated hypergraph covers #listed
\newcommand{\vac}{{|0\rangle}} % Empty partition #listed
% --- From Filtered Vector Spaces.md ---
\newcommand{\gr}{\mathrm{gr}} % Graded/associated graded object #listed
% ============================================
% CHAPTER 3: ULTRA CALCULUS
% ============================================
\newcommand{\POS}{\mathbf{Pos}} % Growth domain spaces #listed
\newcommand{\U}{\mathbf{U}} % Ultra regulator quotient #listed
\newcommand{\IU}{\mathbb{U}} % Ultra regulator #listed
\newcommand{\IG}{\mathbb{G}} % Growth profile #listed
\newcommand{\Tame}{\mathbf{Tame}} % Tame growth functions #listed
\newcommand{\Scale}{\mathrm{Scale}} % Scaling operator #listed
\newcommand{\Bell}{\mathcal{B}} % Bell polynomials #listed
\newcommand{\uexp}{\exp_+} % Exponential generating series #listed
% --- Ultra Structures ---
\newcommand{\Sym}{\mathbf{S}} % Symmetric functions/algebra #listed
\newcommand{\SYM}{\mathrm{Sym}} % Symmetric algebra, roman #listed
\renewcommand{\SS}{\Sym} % Symmetric functions alt #listed (overrides LaTeX \SS)
\newcommand{\SP}{\Sym^+} % Positive symmetric functions #listed
\newcommand{\SH}{\hat{\Sym}} % Completed symmetric functions #listed
\newcommand{\SPH}{\hat{\Sym}^+} % Completed positive symmetric #listed
% --- Completed tangent/cotangent spaces (DDC paper) ---
\newcommand{\STH}{\hat{S}T} % Completed symmetric cotangent space #listed
\newcommand{\CTH}{\hat{C}T} % Completed co-cube space #listed
% --- Ultra Operators ---
\newcommand{\MIX}{\mathrm{Mix}} % Mixing operator #listed
\newcommand{\BMIX}{\mathrm{BMix}} % Boolean mixing #listed
\newcommand{\TMIX}{\mathrm{TMix}} % Transport mixing #listed
\newcommand{\TBMIX}{\mathrm{TMix}} % Transport boolean mixing #listed
\newcommand{\TRANS}{\mathrm{Trans}} % Transport operator #listed
% --- Gauge & Equivalence ---
\newcommand{\gaugeleq}{\preccurlyeq} % Gauge less-or-equal #listed
\newcommand{\gaugeeq}{\asymp} % Gauge equivalence #listed
\newcommand{\gaugegeq}{\preccurlygeq} % Gauge greater-or-equal #listed
\newcommand{\tstar}{\circledast} % Tight star product #listed
% --- Forward Differences ---
\newcommand{\FD}{\blacktriangle} % Forward difference #listed
\newcommand{\fd}{\FD} % Forward difference alt #listed
\newcommand{\AC}{\square} % Associated character #listed
% ============================================
% OPERATORS (DeclareMathOperator)
% ============================================
\DeclareMathOperator{\Supp}{\mathrm{Supp}} % Support #listed
\DeclareMathOperator{\supp}{\mathrm{Supp}} % Support #listed
\newcommand{\esssupp}{\operatorname*{ess-supp}} % Support #listed
\DeclareMathOperator{\Alt}{\Lambda} % Alternating/exterior #listed
\DeclareMathOperator{\ad}{ad} % Adjoint representation #listed
\DeclareMathOperator{\ch}{ch} % Chern character #listed
\DeclareMathOperator{\td}{td} % Todd class #listed
\DeclareMathOperator{\TD}{TD} % Todd operator #listed
\DeclareMathOperator{\pr}{pr} % Projection #listed
\DeclareMathOperator{\Map}{Map} % Mapping space #listed
\DeclareMathOperator{\Pol}{Pol} % Polarization
% ============================================
% ENVIRONMENT SIDEBARS
% Plain neutral-grey left rule on theorem-like environments,
% marking structure without web-style color coding.
% ============================================
\usepackage{xcolor}
\usepackage[framemethod=TikZ]{mdframed}
\usepackage{booktabs} % pandoc emits \toprule/\midrule/\bottomrule for pipe tables
\definecolor{envRule}{HTML}{666666}
\mdfdefinestyle{envstyle}{%
linewidth=0.8pt,
topline=false,
bottomline=false,
rightline=false,
leftline=true,
leftmargin=-8pt,
rightmargin=0pt,
innerleftmargin=7.2pt,
innerrightmargin=0pt,
innertopmargin=0pt,
innerbottommargin=0pt,
skipabove=1em,
skipbelow=1em,
linecolor=envRule,
}
\surroundwithmdframed[style=envstyle]{theorem}
\surroundwithmdframed[style=envstyle]{proposition}
\surroundwithmdframed[style=envstyle]{lemma}
\surroundwithmdframed[style=envstyle]{corollary}
\surroundwithmdframed[style=envstyle]{definition}
\surroundwithmdframed[style=envstyle]{example}
\surroundwithmdframed[style=envstyle]{remark}
\surroundwithmdframed[style=envstyle]{proof}
$$
The covering Faà di Bruno formula E0006 regroups into a
partition-indexed sum with shifted basepoints and directions,
recovering the discrete formula of Duarte–Torres
(arXiv:0811.4343). The combinatorial engine is a fibration of
the coverings \(\Cov(k)\) over the partitions \(\Part(k)\): in the
fiber over \(\xi\), every candidate set \(S \in \KP_+([k])\) plays
exactly one of three roles:
- witness of a block \(B \in \xi\) (\(S \in \KA^\xi_B\)): may
appear, and each block must be witnessed at least once;
- free (\(S \in \KA^\xi_{0,+}\)): appears or not, at will;
- excluded: all remaining sets.
Under the shift identities E0015, "at least one of" assembles
into a direction sum and "free" into a basepoint shift, one
\(\Delta\)-term per fiber.
(1) Definition (Correction sets). Every partition
\(\xi \in \Part(k)\), \(k \geq 1\), arises from its restriction
\(\tau = \xi|_{[k-1]} \in \Part(k-1)\) either by adjoining the
singleton block \(\set{k}\), or by inserting \(k\) into a block
\(B_i \in \tau\). Order blocks by birth (\(B <_b B'\) iff
\(\min B < \min B'\)) and write
\(\KA \uplus k := \set{S \cup \set{k} : S \in \KA}\). Define
\(\KA^\xi_\beta \subseteq \KP([k])\) for \(\beta = 0\) (free sets,
with \(\KA^\xi_{0,+} := \KA^\xi_0 \setminus \set{\emptyset}\))
and \(\beta = B \in \xi\) (witnesses of \(B\)) by recursion on
\(k\):
-
Base. \(\KA^\emptyset_0 = \set{\emptyset}\) for the empty
partition of \([0]\).
-
New block (\(\xi = \tau \cup \set{\set{k}}\)): the witnesses
of \(\set{k}\) are the free sets with \(k\) adjoined; nothing
else changes.
\[
\KA^\xi_0 = \KA^\tau_0,
\qquad
\KA^\xi_B = \KA^\tau_B \ (B \in \tau),
\qquad
\KA^\xi_{\set{k}} = \KA^\tau_0 \uplus k.
\]
-
Extend block (\(k\) joins \(B_i \in \tau\), giving
\(B'_i = B_i \cup \set{k}\)): witnesses of the extended block
must now cover \(k\); the old \(k\)-free witnesses of \(B_i\) are
set free; blocks born before \(B_i\) additionally admit the
\(k\)-variants of their witnesses; blocks born after do not.
\[
\begin{aligned}
\KA^\xi_{B'_i} &= \KA^\tau_{B_i} \uplus k, \\
\KA^\xi_0 &= \KA^\tau_0 \cup (\KA^\tau_0 \uplus k)
\cup \KA^\tau_{B_i}, \\
\KA^\xi_B &= \KA^\tau_B \cup (\KA^\tau_B \uplus k)
&& (B <_b B_i), \\
\KA^\xi_B &= \KA^\tau_B
&& (B >_b B_i).
\end{aligned}
\]
The asymmetry between older and younger blocks is a tie-break.
The partition lemma below assigns \(k\) to the youngest block
pointed at by a witness containing \(k\): a \(k\)-variant pointing
at an older block is an admissible extra witness of that block,
while one pointing at a younger block would change the
classification and is therefore excluded.
(2) Lemma (Structure). For every \(\xi \in \Part(k)\):
- (Disjointness) The sets \(\KA^\xi_0\) and \(\KA^\xi_B\),
\(B \in \xi\), are pairwise disjoint.
- (Anchors) \(\emptyset \in \KA^\xi_0\) and \(B \in \KA^\xi_B\).
- (Sandwich) \(B \subseteq S\) for every \(S \in \KA^\xi_B\);
and \(S \subsetneq [k]\) for every
\(S \in \KA^\xi_0 \cup \bigcup_B (\KA^\xi_B \setminus \set{B})\).
Proof. Induction along the recursion. New block: the new
witnesses \(\KA^\tau_0 \uplus k\) all contain \(k\) while all
inherited sets lie in \(\KP([k-1])\), so disjointness is
preserved; \(\set{k} = \emptyset \cup \set{k}\) is an anchor
witness, and \(S \cup \set{k} \supseteq \set{k}\) with
\(S \cup \set{k} \subsetneq [k]\) for \(S \neq \emptyset\), since
\(S \subsetneq [k-1]\) by induction. Extend block: split every
correction set by membership of \(k\). The \(k\)-free strata
\(\KA^\tau_0\), \(\KA^\tau_{B_i}\), \((\KA^\tau_B)_{B \neq B_i}\) are
pairwise disjoint by induction, and so are the \(k\)-strata
\(\KA^\tau_0 \uplus k\), \(\KA^\tau_{B_i} \uplus k\),
\((\KA^\tau_B \uplus k)_{B <_b B_i}\), since \(\uplus k\) is
injective. Anchors: \(B'_i = B_i \cup \set{k} \in
\KA^\tau_{B_i} \uplus k\). Sandwich: \(S \supseteq B_i\) gives
\(S \cup \set{k} \supseteq B'_i\); strict upper bounds propagate
since \(k\)-free sets miss \(k\), and lifted sets \(S \cup \set{k}\)
with \(S \subsetneq [k-1]\) stay proper (\(S = [k-1]\) occurs only
for the anchor of the full block). \(\square\)
(3) Definition (Fibers). For \(\xi \in \Part(k)\) set
\[
\Cov(\xi)
:= \set{E_0 \sqcup \textstyle\bigsqcup_{B \in \xi} E_B
\;:\; E_0 \subseteq \KA^\xi_{0,+},
\ \emptyset \neq E_B \subseteq \KA^\xi_B}.
\]
(4) Lemma (Fibers). For every \(\xi \in \Part(k)\):
-
The parts of \(H \in \Cov(\xi)\) are recovered from the union
as \(E_0 = H \cap \KA^\xi_{0,+}\) and \(E_B = H \cap \KA^\xi_B\);
hence
\[
\Cov(\xi)
\simeq \KP(\KA^\xi_{0,+})
\times \prod_{B \in \xi} \KP_+(\KA^\xi_B).
\]
-
\(\Cov(\xi) \subseteq \Cov(k)\).
Proof. Ad 1) Immediate from disjointness. Ad 2) Every
\(H \in \Cov(\xi)\) is a covering: each block is covered by any
of its witnesses (sandwich), and the blocks partition \([k]\).
\(\square\)
(5) Lemma (Partition). The fibers partition the coverings:
\[
\Cov(k) = \bigsqcup_{\xi \in \Part(k)} \Cov(\xi).
\]
Proof. Induction on \(k\); for \(k = 0\) both sides are
\(\set{\emptyset}\). Let \(k \geq 1\) and \(H \in \Cov(k)\). Write
\(H = H_0 \sqcup H_1\) for the members without and with \(k\).
Stripping \(k\) yields the covering
\(\pi(H) := \set{S \setminus \set{k} : S \in H}
\setminus \set{\emptyset} \in \Cov(k-1)\) and the pointers
\(F := \set{S \setminus \set{k} : S \in H_1}\); note
\(H_1 \neq \emptyset\) since \(H\) covers \(k\), and
\(\pi(H) = H_0 \cup (F \setminus \set{\emptyset})\).
By induction \(\pi(H)\) lies in a unique fiber \(\Cov(\tau)\),
\(\tau \in \Part(k-1)\); in particular every member of \(\pi(H)\),
and hence every pointer, lies in exactly one correction set of
\(\tau\) (disjointness; the pointer \(\emptyset\) lies in
\(\KA^\tau_0\)). Call \(B \in \tau\) touched if
\(F \cap \KA^\tau_B \neq \emptyset\), and classify:
\[
\xi(H) :=
\begin{cases}
\tau \cup \set{\set{k}}
& \text{no block touched}, \\
\tau \text{ with } k \text{ inserted into } B_i
& B_i \text{ the youngest touched block}.
\end{cases}
\]
It suffices to prove that (1) \(H \in \Cov(\xi)\) implies
\(\xi = \xi(H)\), and (2) \(H \in \Cov(\xi(H))\) for every
\(H \in \Cov(k)\): the fibers are then pairwise disjoint by (1)
and exhaustive by (2).
Ad 1) Let \(H = E_0 \sqcup \bigsqcup E_B \in \Cov(\xi)\) and
\(\tau' := \xi|_{[k-1]}\). In the new-block case, the only
correction set of \(\xi\) containing \(k\)-sets is
\(\KA^\xi_{\set{k}} = \KA^{\tau'}_0 \uplus k\), so
\(H_1 = E_{\set{k}}\) and \(F \subseteq \KA^{\tau'}_0\). Thus
\(\pi(H) = (E_0 \cup F_+) \sqcup \bigsqcup_{B} E_B
\in \Cov(\tau')\), forcing \(\tau = \tau'\), and no block is
touched: \(\xi(H) = \tau \cup \set{\set{k}} = \xi\). In the
extend case (\(k\) inserted into \(B_i\)), stripping \(k\) maps
\(E_{B'_i}\) into \(\KA^{\tau'}_{B_i}\) (nonempty), each \(E_B\)
into \(\KA^{\tau'}_B\) (nonempty), and \(E_0\) into
\(\KA^{\tau'}_0 \cup \KA^{\tau'}_{B_i}\); hence
\(\pi(H) \in \Cov(\tau')\) and \(\tau = \tau'\). The pointers lie
in \(\KA^{\tau}_0 \cup \KA^{\tau}_{B_i} \cup
\bigcup_{B <_b B_i} \KA^{\tau}_B\), and
\(E_{B'_i} \neq \emptyset\) contributes one in
\(\KA^{\tau}_{B_i}\): the touched blocks include \(B_i\) and are
otherwise older, so \(\xi(H) = \xi\).
Ad 2) Let \(\tau\) be the fiber of \(\pi(H)\) and \(\xi := \xi(H)\);
we sort the members of \(H\) by role. If no block is touched,
all pointers are free, \(F \subseteq \KA^\tau_0\), and
\(H_1 = F \uplus k \subseteq \KA^\xi_{\set{k}}\) is a nonempty
witness choice for the new block. Since
\(F_+ \subseteq \KA^\tau_{0,+}\) is disjoint from the block
sets, the block parts of \(\pi(H)\) are \(k\)-free, so
\(E_B := H_0 \cap \KA^\tau_B = \pi(H) \cap \KA^\tau_B \neq
\emptyset\); the remaining members lie in \(\KA^\tau_{0,+}\) and
are free. Hence \(H \in \Cov(\xi)\). If \(B_i\) is the youngest
touched block, assign
\(E_{B'_i} := (F \cap \KA^\tau_{B_i}) \uplus k
\subseteq \KA^\xi_{B'_i}\), nonempty since \(B_i\) is touched.
For \(B >_b B_i\) no pointer touches \(B\) (it would be a younger
touched block), so the \(B\)-part of \(\pi(H)\) is \(k\)-free and
\(E_B := H_0 \cap \KA^\tau_B = \pi(H) \cap \KA^\tau_B
\neq \emptyset\). For \(B <_b B_i\) set
\(E_B := H \cap (\KA^\tau_B \cup \KA^\tau_B \uplus k)
\subseteq \KA^\xi_B\); every member of the nonempty \(B\)-part
of \(\pi(H)\) lifts to a member of \(H\) in one of the two
strata, so \(E_B \neq \emptyset\). All remaining members are
free: \(k\)-free members in \(\KA^\tau_0\) or \(\KA^\tau_{B_i}\),
and \(k\)-members with pointer in \(\KA^\tau_0\), lie in
\(\KA^\xi_0\). This exhausts \(H\): a \(k\)-free member lies in
\(\pi(H)\), hence in exactly one correction set of \(\tau\); a
\(k\)-member has its pointer in \(\KA^\tau_0\), in
\(\KA^\tau_{B_i}\), or in the witness set of a touched, hence
older, block. So \(H \in \Cov(\xi)\). \(\square\)
(6) Theorem (Duarte–Torres). Let \(X, Y, Z\) be abelian groups,
\(g: X \to Y\) and \(f: Y \to Z\) arbitrary maps, \(x \in X\),
\(u_1, \dots, u_k \in X\), \(k \geq 1\). Write \(y = g(x)\) and
\(v_S := \Delta(g; x; u_S)\) for \(S \subseteq [k]\). Then
\[
\Delta(f \circ g; x; u_\bullet)
= \sum_{\xi \in \Part(k)}
\Delta(f;\, y^\xi;\, (v^\xi_B)_{B \in \xi}),
\]
where
\[
y^\xi = y + \sum_{S \in \KA^\xi_{0,+}} v_S,
\qquad
v^\xi_B = \sum_{S \in \KA^\xi_B} v_S.
\]
By the anchor and sandwich properties,
\(v^\xi_B = v_B + (\text{corrections})\) with each correction
indexed by a strict superset of \(B\).
Proof. Fix \(\xi\) and expand its summand at the unshifted
basepoint \(y\): the direction shift E0015 applied to each slot
\(v^\xi_B = \sum_{S \in \KA^\xi_B} v_S\) gives a sum over
nonempty \(E_B \subseteq \KA^\xi_B\), and the basepoint shift
applied to \(y^\xi\) a sum over \(E_0 \subseteq \KA^\xi_{0,+}\):
\[
\Delta(f;\, y^\xi;\, (v^\xi_B)_{B \in \xi})
= \sum_{E_0,\, (E_B)}
\Delta(f;\, y;\, (v_S)_{S \in E_0 \sqcup \bigsqcup_B E_B})
= \sum_{H \in \Cov(\xi)}
\Delta(f;\, y;\, (v_T)_{T \in H}),
\]
using the fiber parametrization
\(\Cov(\xi) \simeq \KP(\KA^\xi_{0,+}) \times
\prod_B \KP_+(\KA^\xi_B)\). Summing over \(\xi\), the partition
lemma turns the right side into the sum over all of \(\Cov(k)\),
which equals \(\Delta(f \circ g; x; u_\bullet)\) by the covering
Faà di Bruno formula E0006. \(\square\)
(8) Validation (numeric). The recursion, structure lemma, and
formula are implemented in
Discrete-Faa-di-Bruno:
structural properties verified through degree \(6\), the formula
through degree \(5\) (tests/test_asets.py), cross-validated
against an independent top-down recursion
(tests/test_duarte_torres.py). The failure of the
Duarte–Torres order bounds at degree \(4\) is documented there.