proof

Lean proof spine

P12 Coordination bottleneck

Lean spine source

formal/Capability.lean

Declarations: P12_coordination_bottleneck

From the machine-checked spine in formal/ (Mathlib + spine imports). Not self-contained for Lean 4 Web — use the repo or a local lake build.

theorem P12_coordination_bottleneck
    {raw eff loss : Int}
    (hdef : eff = raw - loss) (hloss : 0 < loss) :
    eff < raw := by omega