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

printExamples

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)

  91def printExamples : IO Unit := do

proof body

Definition body.

  92  IO.println "┌─────────────────────────────────────────────────────────────┐"
  93  IO.println "│ Example Witness                                             │"
  94  IO.println "└─────────────────────────────────────────────────────────────┘"
  95  IO.println ""
  96  IO.println "  The CPM standalone certificate includes a toy-model witness."
  97  IO.println "  This confirms the A/B/C assumptions are consistent and usable."
  98  IO.println ""
  99
 100/-- Print audit summary. -/

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (6)

Lean names referenced from this declaration's body.