THM0024canonicalv1Composition Closure
HolFun is closed under composition: if f1 and f2 are tower-coherent reduce-form functions, then f1 o f2 is tower-coherent. Proven via reduction_compat on composed reduce-form functions.
Payload
Composition Closure
HolFun is closed under composition: if f1 and f2 are tower-coherent reduce-form functions, then f1 o f2 is tower-coherent. Proven via reduction_compat on composed reduce-form functions.
Composition Closure
Summary
HolFun is closed under composition: if f1 and f2 are tower-coherent reduce-form functions, then f1 o f2 is tower-coherent. Proven via reduction_compat on composed reduce-form functions.
Statement
%
\label{thm:composition-closure}
$\mathrm{HolFun}$ is closed under composition.
If $S, T \in \mathrm{HolFun}$,
then $S \circ T \in \mathrm{HolFun}$.
Proof / Justification
We must verify both conditions
of the HolFun definition (I.D47).
\emph{Condition (1): D-holomorphy.}
$S \circ T$ is D-holomorphic
because the composition of D-holomorphic functions
is D-holomorphic.
Explicitly:
if $S(u, v) = (s_1(u),\; s_2(v))$
and $T(u, v) = (t_1(u),\; t_2(v))$
in sector coordinates (by I.P22), then
\[
(S \circ T)(u, v)
= S(t_1(u),\; t_2(v))
= (s_1(t_1(u)),\; s_2(t_2(v))),
\]
which is again sector-independent:
the $B$-sector output $s_1(t_1(u))$
depends only on the $B$-sector input $u$,
and the $C$-sector output $s_2(t_2(v))$
depends only on the $C$-sector input $v$.
The split-CR equations are preserved under composition
because the chain rule holds in sector coordinates.
\emph{Condition (2): Tower coherence.}
For all $k \leq \ell$,
we must show that
$\pi_{\ell \to k}((S \circ T)(x))
= (S \circ T)(\pi_{\ell \to k}(x))$.
We compute:
\begin{align*}
\pi_{\ell \to k}((S \circ T)(x))
&= \pi_{\ell \to k}(S(T(x))) \\
&= S(\pi_{\ell \to k}(T(x)))
&& \text{(by $S$'s tower coherence)} \\
&= S(T(\pi_{\ell \to k}(x)))
&& \text{(by $T$'s tower coherence)} \\
&= (S \circ T)(\pi_{\ell \to k}(x)).
\end{align*}
Both conditions are satisfied,
so $S \circ T \in \mathrm{HolFun}$.
Source Context
- Registry source:
book-01.jsonlline 117 - Manuscript source:
2nd-edition/book-i-categorical-foundations/02_mainmatter/part13/ch51-diagonal-free-protection.texlines 394-400
Lean / Formalization Notes
- Formalization:
formalized - Module:
TauLib.BookI.Holomorphy.DiagonalProtection - Name:
Tau.Holomorphy.comp_reduce_coherent
Dependencies
- Canonical: I.D47, I.D46
Related Results
Generated by later projection phases.
Related Publications
Generated by later projection phases.
Revision Notes
- 2026-04-24: Initial pilot migration.
Identifiers
Aliases & legacy IDs
I.T20composition-closurethm:composition-closureRelease lines
corpus_v3_workingcorpus_v2Relations
Appears in (1)
Sources
Version & History
Status disclaimer
A Corpus Item page reports the program's current internal record for this item. It does not imply external verification, scientific consensus, or final proof unless explicitly stated. Read it together with its dependencies, formalization status, and the program's overall stance.