← back to temporal compression

Chain Fragility

Chapter 2 · Casteigts et al. 2012, §4.4 · Krishnan 2014, Thm 5.12

Sequential dependency breaks. Same pattern in all three fields.

Three descriptions of the same break

A temporal graph journey breaks when timing fails to compose. A P-frame chain breaks when a reference is lost. A sheaf's local sections fail to extend globally when exactness fails. Different triggers, same structural pattern: downstream validity depends on every earlier link.

Intact: A ⟶ B ⟶ C A B C Broken: B severed A B lost C

TVG: timing fails to compose

In a temporal graph, A→B at time t₁ and B→C at time t₂ only composes into a journey A→C if t₂ ≥ t₁ + ζ(e₁, t₁) — you must arrive at B before the next edge departs, including latency. When this fails, the journey breaks even though both edges exist.

Python

Codecs: reference lost

A P-frame references a previous frame. If that reference is lost, the P-frame can't decode — and neither can anything depending on it. Same pattern: break one link, sever the tail.

Python

Sheaves: exactness failure

Krishnan (2014, Theorem 5.12) proves that duality gaps — where max-flow is strictly less than min-cut — arise when directed sheaf cohomology fails to be exact. Local sections (valid flows on subnetworks) exist, but they don't compose into a global section. "Local consistency fails to globalize" is the algebraic form of chain fragility. (The three-way connection is this series' reading, not Krishnan's.)

Ghrist & Hiraoka make it concrete: Proposition 11 says global flow on a failure network G\A lives in H⁰_Z(X; F). Checking whether flows survive node removal is a cohomological computation — same question as "does removing B break A→C?"

One pattern, three triggers

All three describe: on a directed dependency graph, removing an intermediate node severs everything downstream that depends uniquely on it. The triggers differ — failed time composition (TVG), reference loss (codecs), exactness failure (sheaves) — but the dependency pattern is formally the same.

This is the one genuine parallel in the crosswalk. The others (next chapter) are forced.

Neighbors

Key references