Chapter 4 — Capital Evolution and Transformation

Part II · Evolution versus Transformation · Week 3

K𝒢QΞ

Two kinds of change: evolution moves the state along a frozen architecture; transformation rewires the architecture itself. The Separation Theorem guarantees the distinction is well-posed — and the Structural Criterion decides, for any operation, which kind it is, by asking whether it changes the reachable profile.

Learning objectives

  • LOS 4.1 — Distinguish evolution from transformation and state the Separation Theorem.
  • LOS 4.3–4.4 — Apply the Structural Transformation Criterion: an operation is structural iff a witness class appears in the reachable profile at some stratum.
  • LOS 4.6 — Classify the standard operations (dividend, listing, securitization, amendment) as structural or non-structural.

The laboratory module

Module 4 — Evolution versus Transformation. A two-class world ([Private], [Listed], with a mintable [Securitized]) with an evolution simulator (drift/volatility/jump sliders) and a criterion checker that computes both profiles and displays the witness when the verdict is structural.

The three-operation verdict, from System B at \(t=0\):

Operation Verdict Witness Stratum
dividend (\(d=2\)) non-structural
mint (\(\kappa=2\)) structural [Securitized] \((1,1)\)
amendment (gate \(100 \to 50\)) structural [Listed] \((1,1)\)

The amendment is the subtle case: its witness sits at \((1,1)\) but not at \((1,\tfrac12)\) — both profiles already contain [Listed] on the up branch. What the amendment bought is how surely, not whether — exactly how a credit officer prices it.

Guided experiments

  1. Reproduce the dividend/shelf pair and record the shelf’s witness.
  2. Run first-time versus repeat securitization and compare the verdicts.
  3. Flip the listing verdict by toggling the index-inclusion rewiring; record which witness appears.
  4. Construct an island-gate amendment and verify the non-structural verdict.

ch04 · 8/8 PASS

Exercises

A · Concept checks

  • 4.1 For each of dividend, listing, first securitization, and covenant amendment, state whether it is evolution or transformation and name the coordinate it moves.

B · Computations

  • 4.7 Rerun the three-operation example at a different listing threshold and report which witnesses survive. Hint: the witness’s stratum tag \((h,\varepsilon)\) tells you “how surely” the class becomes reachable.

Statements and hints surfaced here; full solutions in the Instructor’s Manual.