pith. machine review for the scientific record. sign in
def definition def or abbrev

cpm_closure_report

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  14def cpm_closure_report : String :=

proof body

Definition body.

  15  let cert : URCGenerators.CPMClosureCert := {}
  16  have _ : URCGenerators.CPMClosureCert.verified cert :=
  17    URCGenerators.CPMClosureCert.verified_any cert
  18  "CPM Closure: COMPLETE ✓\n" ++
  19  "  ├─ LawOfExistence A/B/C: PROVEN (generic)\n" ++
  20  "  ├─ Standalone certificate: OK\n" ++
  21  "  └─ Toy-model witness: OK\n"
  22
  23/-- Short success line for quick checks. -/

depends on (6)

Lean names referenced from this declaration's body.