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

empiricalQueueCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Foundation.OptionAEmpiricalQueue
domain
Foundation
line
182 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Foundation.OptionAEmpiricalQueue on GitHub at line 182.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

formal source

 179  defer_exact : ∀ c : CombinationID,
 180    c ∈ deferredTests ↔ empiricalPriority c = .defer
 181
 182def empiricalQueueCert : EmpiricalQueueCert where
 183  four_priorities := priority_count
 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