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

Metric Inequality

ell_spine(x) <= ell_DAG(x) <= ell_occ(x). Three canonical complexity metrics: spine length (radial depth), DAG size (memoized work), occurrence size (naive work).

Payload

Metric Inequality

ell_spine(x) <= ell_DAG(x) <= ell_occ(x). Three canonical complexity metrics: spine length (radial depth), DAG size (memoized work), occurrence size (naive work).

Metric Inequality

Summary

ell_spine(x) <= ell_DAG(x) <= ell_occ(x). Three canonical complexity metrics: spine length (radial depth), DAG size (memoized work), occurrence size (naive work).

Statement

%
\label{prop:metric-inequality}
For every $x \in \tau\text{-Idx}$:
\[
    \boxed{\ell_{\mathrm{spine}}(x)
    \;\leq\;
    \ell_{\mathrm{DAG}}(x)
    \;\leq\;
    \ell_{\mathrm{occ}}(x).}
\]

Proof / Justification

The spine visits only the $D$-children,
which form a subpath of the DAG.
So $\ell_{\mathrm{spine}} \leq \ell_{\mathrm{DAG}}$.
The DAG has at most as many nodes
as the quadtree has occurrences,
since the DAG identifies repeated nodes.
So $\ell_{\mathrm{DAG}} \leq \ell_{\mathrm{occ}}$.

The first inequality is strict
whenever $x$ has nontrivial index children
(i.e., when some coordinate is not $\alpha_1$).
The second is strict whenever any index
appears more than once in the full quadtree.

Source Context

  • Registry source: book-01.jsonl line 63
  • Manuscript source: 2nd-edition/book-i-categorical-foundations/02_mainmatter/part04/ch20-dimension-fibration.tex lines 447-458

Lean / Formalization Notes

  • Formalization: formalized
  • Module: TauLib.BookI.Coordinates.ABCD
  • Name: Tau.Coordinates.metric_inequality_check

Dependencies

  • Canonical: I.D24

Generated by later projection phases.

Generated by later projection phases.

Revision Notes

  • 2026-04-24: Initial pilot migration.

Identifiers

  • Corpus ID cid001132
  • Primary alias PRP0010
  • Type Proposition
  • Status canonical
  • Visibility public
  • Version v1

Aliases & legacy IDs

I.P09metric-inequalityprop:metric-inequality

Release lines

corpus_v3_workingcorpus_v2

Relations

Appears in (1)

Sources

  • Monograph cid000023Book I, Part 4, Chapter 20 (Part IV)

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