IndisputableMonolith.Measurement
This module defines boolean streams together with periodic extensions and aligned block sums for the measurement layer. Researchers formalizing observation of 8-tick patterns in Recognition Science would cite it when building gating or averaging lemmas. It is a definition module with no proofs, importing stream primitives from upstream and exposing them for downstream use.
claimBoolean streams $S : ℤ → {0,1}$ equipped with periodic extension over period 8, window functions, cylinder sets, and aligned block sums such as blockSumAligned8 and observeAvg8.
background
The module sits in the measurement layer and imports Streams (periodic extension and finite sums) together with Streams.Blocks (patterns, windows, and aligned block sums). It introduces sibling definitions including Stream, Pattern, Z_of_window, Cylinder, extendPeriodic8, sumFirst, subBlockSum8, blockSumAligned8, observeAvg8, and the three equality lemmas firstBlockSum_eq_Z_on_cylinder, subBlockSum8_periodic_eq_Z, blockSumAligned8_periodic. These realize the eight-tick octave structure for exact alignment of finite observations.
proof idea
This is a definition module, no proofs.
why it matters in Recognition Science
The module supplies the measurement primitives that feed the Gap45 gating rule. Downstream Gap45.Beat applies these definitions to enforce that experience is required exactly when the plan period is not a multiple of 8, capturing the policy that 8-beat alignment disables Gap45 gating. It thereby implements the periodic measurement step required by the eight-tick octave in the forcing chain.
scope and limits
- Does not prove any theorems about stream properties.
- Does not define J-cost, defectDist, or the phi-ladder.
- Does not address spatial dimensions or physical constants.
- Does not contain the full forcing chain or RCL.
used by (1)
depends on (2)
declarations in this module (17)
-
abbrev
Stream -
abbrev
Pattern -
abbrev
Z_of_window -
abbrev
Cylinder -
abbrev
extendPeriodic8 -
abbrev
sumFirst -
abbrev
subBlockSum8 -
abbrev
blockSumAligned8 -
abbrev
observeAvg8 -
lemma
firstBlockSum_eq_Z_on_cylinder -
lemma
subBlockSum8_periodic_eq_Z -
lemma
blockSumAligned8_periodic -
lemma
observeAvg8_periodic_eq_Z -
structure
Map -
def
avg -
structure
CQ -
def
score