pith. machine review for the scientific record. sign in
theorem other other high

c8_immediate

show as:
view Lean formalization →

The theorem asserts that the C8 Miller-Span combination meets the immediate priority criterion within the empirical testing queue. Developers of the C1-C9 cross-domain theorems cite it when ordering formal empirical protocols. The proof is a direct reflexivity step on the definition of immediate priority.

claimThe empirical priority of the Miller-Span combination equals the immediate level: $empiricalPriority(c8MillerSpan) = immediate$.

background

The module constructs a priority queue that records the order in which empirical tests for the C1-C9 cross-domain theorems should be executed. The predicate isImmediate holds precisely when a combination's empiricalPriority equals the immediate constructor. This declaration targets the specific case of the C8 Miller-Span combination.

proof idea

One-line wrapper that applies reflexivity to the definition of isImmediate for the c8MillerSpan combination.

why it matters in Recognition Science

The result supplies the c8_now field inside the empiricalQueueCert structure, confirming that the C8 protocol is already covered by the formal empirical protocol. It directly supports the module's guarantee that every queued item satisfies the coverage requirement for the C-series theorems.

scope and limits

formal statement (Lean)

  52theorem c8_immediate : isImmediate .c8MillerSpan := rfl

proof body

  53

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.