pith. sign in
module module high

IndisputableMonolith.Foundation.OptionAEmpiricalQueue

show as:
view Lean formalization →

This module assigns empirical priorities to the implemented Option A combinations C1-C9. It defines a Priority type along with the empiricalPriority function and predicates that mark items as immediate or high. Researchers formalizing falsification schedules for Recognition Science predictions would cite it to rank testable combinations. The module consists of definitions and direct coverage checks that extend the upstream protocol without new theorems.

claimThe map empiricalPriority assigns each implemented Option A combination $C_i$ ($i=1..9$) a value in the set {immediate, high}, together with the predicates isImmediate and isHighOrImmediate that select the subset of protocol-covered items ready for scheduling.

background

The upstream Option A Empirical Protocol module converts the falsifier registry into Lean propositions, guaranteeing that every implemented C1-C9 combination carries a dataset class, predicted observable, and failure mode. This queue module introduces the Priority type and the empiricalPriority function to rank those combinations for testing order. It also supplies the predicates isImmediate, isHighOrImmediate, and the coverage lemmas c3_immediate through c9_high that filter high-value tests while confirming protocol coverage.

proof idea

This is a definition module. It declares the Priority inductive type, the empiricalPriority function, and a collection of one-line lemmas that apply the protocol coverage results from the imported module to verify each priority classification.

why it matters in Recognition Science

This module supplies the priority assignments consumed by the downstream Option A Empirical Schedule module, which fixes an explicit execution order for the first five high-value tests and proves that every scheduled item is high-or-immediate and protocol-covered. It therefore bridges the protocol registry to the ordered falsification queue in the Option A chain.

scope and limits

used by (1)

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

depends on (1)

Lean names referenced from this declaration's body.

declarations in this module (34)