pith. machine review for the scientific record. sign in
def

auditCost

definition
show as:
view math explainer →
module
IndisputableMonolith.Ethics.SigmaExternalizationAudit
domain
Ethics
line
26 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Ethics.SigmaExternalizationAudit on GitHub at line 26.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

used by

formal source

  23theorem safe_when_small (impact eps : ℝ) (h : |impact| < eps) :
  24    |impact| < eps := h
  25
  26def auditCost : ℕ := 1
  27
  28theorem audit_is_O1 : auditCost = 1 := rfl
  29
  30end
  31
  32end IndisputableMonolith.Ethics.SigmaExternalizationAudit