Corpus proposition canonical 2026-05-27T20:53:50+00:00
Corpus v3 · Proposition cid001147PRP0025canonicalv1

HolFun Associativity

HolFun composition is associative: (f1 o f2) o f3 = f1 o (f2 o f3). Follows from function extensionality. Together with identity and composition closure, HolFun forms a monoid.

Payload

HolFun Associativity

HolFun composition is associative: (f1 o f2) o f3 = f1 o (f2 o f3). Follows from function extensionality. Together with identity and composition closure, HolFun forms a monoid.

HolFun Associativity

Summary

HolFun composition is associative: (f1 o f2) o f3 = f1 o (f2 o f3). Follows from function extensionality. Together with identity and composition closure, HolFun forms a monoid.

Statement

%
\label{prop:holfun-associativity}
Composition of HolFuns is associative:
for all $R, S, T \in \mathrm{HolFun}$,
\[
    \boxed{%
    (R \circ S) \circ T = R \circ (S \circ T).}
\]

Proof / Justification

This inherits directly from the associativity
of function composition,
which was already established
for the program monoid
(Theorem~\ref{thm:comp-assoc}, I.T03)
in Chapter~\ref{ch:program-monoid}.
The program monoid acts on $\tau$-Idx
by function application;
HolFun composition is a special case
of this action restricted to functions
that satisfy both D-holomorphy and tower coherence.
Since Theorem~\ref{thm:composition-closure} (I.T20)
guarantees that all intermediate compositions
remain in HolFun,
the associativity of the ambient function composition
restricts to HolFun without modification.

Source Context

  • Registry source: book-01.jsonl line 118
  • Manuscript source: 2nd-edition/book-i-categorical-foundations/02_mainmatter/part13/ch51-diagonal-free-protection.tex lines 457-466

Lean / Formalization Notes

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

Dependencies

  • Canonical: I.T20, I.T03

Generated by later projection phases.

Generated by later projection phases.

Revision Notes

  • 2026-04-24: Initial pilot migration.

Identifiers

  • Corpus ID cid001147
  • Primary alias PRP0025
  • Type Proposition
  • Status canonical
  • Visibility public
  • Version v1

Aliases & legacy IDs

I.P24holfun-associativityprop:holfun-associativity

Release lines

corpus_v3_workingcorpus_v2

Relations

Formalized by (1)

Appears in (1)

Downstream uses (computed) (2)

Items in the corpus that reference this one via load-bearing relations. Computed from the full corpus-v3 graph at build time.

Sources

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

Version & History

  • v1 · 2026-05-10 imported from v2 registry
  • v1 · 2026-05-10 wired formalized by in wave 5

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