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

empiricalQueueCert

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)

 182def empiricalQueueCert : EmpiricalQueueCert where
 183  four_priorities := priority_count

proof body

Definition body.

 184  c3_now := c3_immediate
 185  c8_now := c8_immediate
 186  c5_next := c5_high
 187  c2_next := c2_high
 188  c9_next := c9_high
 189  all_have_protocol := every_priority_has_protocol
 190  immediate_classification := immediate_iff
 191  high_or_immediate_classification := high_or_immediate_iff
 192  immediate_count := immediateTests_length
 193  high_count := highPriorityTests_length
 194  medium_count := mediumPriorityTests_length
 195  defer_count := deferredTests_length
 196  bucket_total := priorityBucketTotal
 197  immediate_exact := immediateTests_exact
 198  high_exact := highPriorityTests_exact
 199  medium_exact := mediumPriorityTests_exact
 200  defer_exact := deferredTests_exact
 201
 202end OptionAEmpiricalQueue
 203end Foundation
 204end IndisputableMonolith

depends on (19)

Lean names referenced from this declaration's body.