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

hygienicBool

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)

  59def hygienicBool (p : Protocol) : Bool :=

proof body

Definition body.

  60  (!p.name.isEmpty) &&
  61    match p.status with
  62    | .hypothesis | .scaffold => (!p.assumptions.isEmpty) && (!p.falsifiers.isEmpty)
  63    | _ => true
  64
  65end Protocol
  66
  67/-! ## Time windows (ticks) -/
  68
  69/-- A discrete measurement window, expressed in ticks. -/

depends on (7)

Lean names referenced from this declaration's body.