IndisputableMonolith.Foundation.RecognitionOperator
Defines the recognition operator and the ledger state space on the eight-tick carrier: signals, bonds, agents, phases, and the neutral (mean-free) register. Downstream forcing and gravity modules import this carrier so that the cyclic shift and cost gradient act on a fixed typed state. The module is largely definitional scaffolding that packages the 8-tick geometry forced upstream.
claimThe recognition ledger lives on an $8$-tick carrier $\mathrm{Signal}_8$. A ledger state records time, $Z$-patterns, a global phase, channels, and active bonds (with multipliers, positions, and agent endpoints). The neutral register is the mean-free subspace of that carrier; the recognition operator updates the ledger by the cyclic eight-tick shift together with bond and phase data.
background
Recognition Science fixes an eight-tick octave (forcing step T7): the minimal closed schedule on a $2^3$-periodic discrete time. Upstream, Complex Structure Forcing shows that the corresponding cyclic shift $T$ on the ledger cannot be diagonalized over $\mathbb{R}$, so the carrier must be complexified. That module states: "The 8-tick shift operator cannot be diagonalized over $\mathbb{R}$. Complexification is algebraically forced, not chosen."
This module names the concrete state space that shift acts on. $\mathrm{Signal}_8$ is the eight-component recognition signal; bonds and agents label pairwise recognition links; ledger fields include time, $Z$-patterns, global phase, channels, active bonds and their multipliers and positions. The neutral register is singled out as the mean-free subspace of the 8-tick carrier, i.e. the slice orthogonal to the uniform mode on which cost and phase dynamics are tracked without a pure offset.
proof idea
This is a definition module, not a theorem package. It introduces inductive types and structures (signal carrier, bond and agent identifiers, ledger state record) and lightweight field accessors. No deep proof obligations are discharged here; the mathematical content is the typed packaging of the eight-tick ledger so that later modules can state linearity of the cyclic shift, cost-gradient functoriality, and the T0–T8 forcing chain against a single shared carrier.
why it matters in Recognition Science
UnifiedForcingChain imports this module to run the absolute-floor plus T0–T8 argument on a fixed ledger: that chain claims all of T0–T8 are forced from the Recognition Composition Law and the cost foundation, including T7 (eight-tick octave) and the complex structure already forced upstream. Gravity.LedgerSuperposition likewise anchors Theorem 1 of Gravity from Recognition IV: the recognition state space $\mathrm{Signal}_8$ is a complex Hilbert carrier and the one-tick update (cyclic shift) is $\mathbb{C}$-linear. Without a shared operator and neutral-register language, those parent results would re-define the carrier ad hoc. The module therefore sits between complex-structure forcing and both the unified foundation chain and the gravity quantum-channel theorems.
scope and limits
- Does not prove uniqueness of the eight-tick period or derive T7 from the cost law.
- Does not establish $\mathbb{C}$-linearity or Hilbert structure of the cyclic shift.
- Does not derive mass ladders, $\alpha$, or gravitational field equations.
- Does not discharge sorry-free theorems in the T0–T8 chain; it only supplies types.
- Does not specify dynamics beyond the typed ledger and neutral mean-free slice.
used by (2)
depends on (1)
declarations in this module (48)
-
abbrev
Signal8 -
abbrev
BondId -
abbrev
AgentId -
abbrev
LedgerState -
def
time -
def
Z_patterns -
def
global_phase -
def
channels -
def
active_bonds -
def
bond_multipliers -
def
bond_pos -
def
bond_agents -
def
total_Z -
def
RecognitionCost -
def
net_skew -
def
signed_log_flow -
def
reciprocity_skew -
def
reciprocity_skew_abs -
def
admissible -
def
neutralRegister -
def
quarterTurnCore -
structure
StructuredSector -
def
quarterTurnModes -
lemma
mem_quarterTurnModes -
def
quarterTurnSector -
structure
RecognitionOperator -
def
shiftLinear -
lemma
shiftLinear_apply -
lemma
dft_coefficients_add -
lemma
dft_coefficients_smul -
lemma
dft_coefficients_mode -
lemma
dft8_mode_mem_neutralRegister -
theorem
quarterTurnCore_le_neutralRegister -
def
sectorProject -
lemma
sectorProject_apply -
lemma
sectorProject_mode -
def
recognitionUpdate -
lemma
recognitionUpdate_apply -
def
cyclicShiftIter -
lemma
cyclicShiftIter_add -
lemma
cyclicShiftIter_smul -
lemma
cyclicShiftIter_mode -
lemma
odd_mode_fourth_eigenvalue -
theorem
shift_mem_quarterTurnCore -
theorem
shift_four_eq_neg_on_quarterTurnCore -
theorem
twoBeat_square_eq_neg_on_quarterTurnCore -
theorem
sectorProject_eq_id_on_quarterTurnCore -
theorem
recognitionUpdate_eq_shift_on_quarterTurnCore