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

printProbability

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)

  77def printProbability : IO Unit := do

proof body

Definition body.

  78  IO.println "┌─────────────────────────────────────────────────────────────┐"
  79  IO.println "│ Probability Bounds                                          │"
  80  IO.println "└─────────────────────────────────────────────────────────────┘"
  81  IO.println ""
  82  IO.println "  Coincidence probability for CPM constants matching RS:"
  83  IO.println "  • Number of independent constants: 4"
  84  IO.println "  • Precision of each match: 3 decimal places"
  85  IO.println "  • Upper bound: 10^(-12)"
  86  IO.println ""
  87  IO.println "  ✓ coincidence_negligible: probability < 10^(-10)"
  88  IO.println ""
  89
  90/-- Print example witness section (standalone CPM). -/

used by (1)

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

depends on (12)

Lean names referenced from this declaration's body.