structure
definition
def or abbrev
DefectBudget
show as:
view Lean formalization →
formal statement (Lean)
63structure DefectBudget where
64 total_defect : ℝ
65 defect_positive : 0 < total_defect
66 defect_bounded : total_defect ≤ 1 -- normalized
67