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

AuditItem

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)

  14structure AuditItem where
  15  name              : String
  16  category          : String
  17  status            : String   -- "Proven" | "Scaffold" | "Planned"
  18  usesExternalInput : Bool
  19  value             : Option String := none

proof body

Definition body.

  20deriving Repr
  21
  22/-! Numeric helpers for rational approximations (pure, computable). -/
  23
  24namespace NumFmt
  25

used by (3)

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

depends on (13)

Lean names referenced from this declaration's body.