proof

Lean proof spine

P32 Cooperativity threshold

Lean spine source

formal/Capability.lean

Declarations: P32_kappa_threshold

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 P32_kappa_threshold
    (b p rho c : Int)
    (_hc : 0 < c) :
    c < b * p * rho ↔ KappaNumerator b p rho > c := by
  unfold KappaNumerator; omega