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

Category Axioms

Cat_tau satisfies the category axioms: left/right identity for stagewise composition (id_stage), and associativity of composition (stagefun_comp_assoc). All proven from HolFun monoid properties.

Payload

Category Axioms

Cat_tau satisfies the category axioms: left/right identity for stagewise composition (id_stage), and associativity of composition (stagefun_comp_assoc). All proven from HolFun monoid properties.

Category Axioms

Summary

Cat_tau satisfies the category axioms: left/right identity for stagewise composition (id_stage), and associativity of composition (stagefun_comp_assoc). All proven from HolFun monoid properties.

Statement

%
\label{thm:category-axioms}
$\mathrm{Cat}_\tau$ (Definition~\ref{def:cat-tau}, I.D51)
satisfies the axioms of a category:
\begin{enumerate}
    \item \textbf{Left identity}: for all $\alpha \in \mathrm{Hom}(A, B)$,
          $\mathrm{id}_B \circ \alpha = \alpha$.
    \item \textbf{Right identity}: for all $\alpha \in \mathrm{Hom}(A, B)$,
          $\alpha \circ \mathrm{id}_A = \alpha$.
    \item \textbf{Composition closure}: for all
          $\alpha \in \mathrm{Hom}(A, B)$
          and $\beta \in \mathrm{Hom}(B, C)$,
          the composite $\beta \circ \alpha$
          exists and lies in $\mathrm{Hom}(A, C)$.
    \item \textbf{Associativity}: for all
          $\alpha \in \mathrm{Hom}(A, B)$,
          $\beta \in \mathrm{Hom}(B, C)$,
          $\gamma \in \mathrm{Hom}(C, D)$,
          \[
              (\gamma \circ \beta) \circ \alpha
              = \gamma \circ (\beta \circ \alpha).
          \]
\end{enumerate}

Proof / Justification

Each axiom follows directly
from the established properties of $\mathrm{HolFun}$.

\textbf{(1) Left identity.}
Let $\alpha = [\pi]_{\mathrm{NF}} \in \mathrm{Hom}(A, B)$.
Then
$\mathrm{id}_B \circ \alpha
= [\mathrm{id}_\tau \circ \pi]_{\mathrm{NF}}
= [\pi]_{\mathrm{NF}}
= \alpha$,
because $\mathrm{id}_\tau \circ \pi = \pi$
as functions on omega-tails.

\textbf{(2) Right identity.}
Similarly,
$\alpha \circ \mathrm{id}_A
= [\pi \circ \mathrm{id}_\tau]_{\mathrm{NF}}
= [\pi]_{\mathrm{NF}}
= \alpha$.

\textbf{(3) Composition closure.}
Let $\alpha = [\pi_\alpha]_{\mathrm{NF}} \in \mathrm{Hom}(A, B)$
and $\beta = [\pi_\beta]_{\mathrm{NF}} \in \mathrm{Hom}(B, C)$.
By Theorem~\ref{thm:composition-closure} (I.T20),
$T_\beta \circ T_\alpha \in \mathrm{HolFun}$.
Therefore $\beta \circ \alpha
= [\pi_\beta \circ \pi_\alpha]_{\mathrm{NF}}
\in \mathrm{Hom}(A, C)$.

\textbf{(4) Associativity.}
By Proposition~\ref{prop:holfun-associativity} (I.P24),
$(T_\gamma \circ T_\beta) \circ T_\alpha
= T_\gamma \circ (T_\beta \circ T_\alpha)$
as functions on omega-tails.
Passing to NF-equivalence classes:
$(\gamma \circ \beta) \circ \alpha
= \gamma \circ (\beta \circ \alpha)$.

Source Context

  • Registry source: book-01.jsonl line 124
  • Manuscript source: 2nd-edition/book-i-categorical-foundations/02_mainmatter/part14/ch53-earned-arrows.tex lines 336-360

Lean / Formalization Notes

  • Formalization: formalized
  • Module: TauLib.BookI.Topos.EarnedArrows
  • Name: Tau.Topos.cat_tau_assoc

Dependencies

  • Canonical: I.D51, I.T20, I.P24

Generated by later projection phases.

Generated by later projection phases.

Revision Notes

  • 2026-04-24: Initial pilot migration.

Identifiers

  • Corpus ID cid001192
  • Primary alias THM0026
  • Type Theorem
  • Status canonical
  • Visibility public
  • Version v1

Aliases & legacy IDs

I.T22category-axiomsthm:category-axioms

Release lines

corpus_v3_workingcorpus_v2

Relations

Appears in (1)

Sources

  • Monograph cid000023Book I, Part 14, Chapter 53 (Part XIV)

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