Corpus definition canonical 2026-05-27T20:53:50+00:00
Corpus v3 · Definition cid001441DEF0211canonicalv1

Ladder Checker

Lean-grade proof harness for verifying ladder properties: existence_checker(k) verifies non-emptiness at level k, stability_checker(k) verifies template preservation, strictness_checker(k) verifies E_k \ E_{k-1} ≠ ∅, saturation_checker(k_max) verifies [E_{k_max}^op, E_{k_max}] ⊆ E_{k_max}.

Payload

Ladder Checker

Lean-grade proof harness for verifying ladder properties: existence_checker(k) verifies non-emptiness at level k, stability_checker(k) verifies template preservation, strictness_checker(k) verifies E_k \ E_{k-1} ≠ ∅, saturation_checker(k_max) verifies [E_{k_max}^op, E_{k_max}] ⊆ E_{k_max}.

Ladder Checker

Summary

Lean-grade proof harness for verifying ladder properties: existence_checker(k) verifies non-emptiness at level k, stability_checker(k) verifies template preservation, strictness_checker(k) verifies E_k \ E_{k-1} ≠ ∅, saturation_checker(k_max) verifies [E_{k_max}^op, E_{k_max}] ⊆ E_{k_max}.

Statement

%
\label{def:ladder-checker}
The \textbf{Ladder Checker} is a quadruple of decision procedures:
\begin{enumerate}
    \item \texttt{existence\_checker}$(k)$:
          Given $k \in \{0, 1, 2, 3\}$,
          certifies that $E_k$ is non-empty
          by producing an explicit object $x_k \in \Obj(E_k)$
          together with a non-identity endomorphism $f_k : x_k \to x_k$.
    \item \texttt{stability\_checker}$(k)$:
          Given $k \in \{0, 1, 2, 3\}$,
          certifies that $E_k$ is closed
          under morphism composition:
          for all composable pairs $(g, f)$ in~$E_k$,
          the composite $g \circ f$ remains in~$E_k$.
    \item \texttt{strictness\_checker}$(k)$:
          Given $k \in \{1, 2, 3\}$,
          certifies that $E_k \setminus E_{k-1} \neq \varnothing$
          by exhibiting a \emph{strictness witness}:
          an object $w_k \in E_k$
          together with a proof that $w_k \notin E_{k-1}$.
    \item \texttt{saturation\_checker}$(k_{\max})$:
          Given $k_{\max} = 3$,
          certifies that $\mathcal{F}_E(E_{k_{\max}}) = E_{k_{\max}}$
          by showing that the functor category
          $[E_3^{\mathrm{op}}, E_3]$ introduces no
          object outside~$E_3$.
\end{enumerate}

Proof / Justification

This item is definitional. No manuscript proof is required.

Source Context

  • Registry source: book-03.jsonl line 21
  • Manuscript source: 2nd-edition/book-iii-categorical-spectrum/02_mainmatter/part01/ch08-the-canonical-ladder-theorem.tex lines 274-303

Lean / Formalization Notes

  • Formalization: formalized
  • Module: TauLib.BookIII.Enrichment.Functor
  • Name: ladder_checker

Dependencies

  • Canonical: III.T04

Generated by later projection phases.

Generated by later projection phases.

Revision Notes

  • 2026-04-24: Initial pilot migration.

Identifiers

  • Corpus ID cid001441
  • Primary alias DEF0211
  • Type Definition
  • Status canonical
  • Visibility public
  • Version v1

Aliases & legacy IDs

III.D10ladder-checkerdef:ladder-checker

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 cid000024Book III, Part 1, Chapter 8 (Part I)

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