Corpus theorem canonical 2026-05-27T20:53:50+00:00
Corpus v3 · Theorem cid001190THM0024canonicalv1

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.

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.jsonl line 117
  • Manuscript source: 2nd-edition/book-i-categorical-foundations/02_mainmatter/part13/ch51-diagonal-free-protection.tex lines 394-400

Lean / Formalization Notes

  • Formalization: formalized
  • Module: TauLib.BookI.Holomorphy.DiagonalProtection
  • Name: Tau.Holomorphy.comp_reduce_coherent

Dependencies

  • Canonical: I.D47, I.D46

Generated by later projection phases.

Generated by later projection phases.

Revision Notes

  • 2026-04-24: Initial pilot migration.

Identifiers

  • Corpus ID cid001190
  • Primary alias THM0024
  • Type Theorem
  • Status canonical
  • Visibility public
  • Version v1

Aliases & legacy IDs

I.T20composition-closurethm:composition-closure

Release lines

corpus_v3_workingcorpus_v2

Relations

Appears in (1)

Sources

  • Monograph cid000023Book I, Part 13, Chapter 51 (Part XIII)

Version & History

  • v1 · 2026-05-10 imported from v2 registry

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.

Save or share this page for inspection

Download a portable dossier, copy a reviewer note, or send this page to someone who can inspect it.

Email to expert