Pith. sign in
module module moderate

IndisputableMonolith.Holography.SeamTransferCore

show as:
view Lean formalization →

Core linear-algebra layer for seam transfer on the holographic boundary: real eigenvalues of a closure map, the characteristic anomaly of a 2x2 transfer, and its identification with the J-cost. Supplies balanced (trace-zero, det-one) witnesses, a hyperbolic witness with explicit spectrum, and a rotation form. Cited by anyone pricing a seam cycle or discharging ConservingSeamPricing. Mostly definitional identities and short matrix calculations.

claimFor a linear closure $W$ on a fiber, $W$ has real eigenvalue $x$ when some nonzero vector scales by $x$ under one step (the delivered mismatch ratio). The characteristic anomaly of a $2\times 2$ transfer is the scalar that measures det-trace imbalance; on balanced matrices it equals $J(x)=(x+x^{-1})/2-1$. A hyperbolic witness realizes spectrum $\{x,x^{-1}\}$ with $\det=1$; a rotation form covers the oscillatory case.

background

Recognition holography prices the continued eight-tick cycle on the real turn ratio. Upstream TurnRatioCarrier fixes the per-cycle cost as $C(T)=J(\kappa T/2\pi)$ with the T5 cost $J(x)=(x+x^{-1})/2-1$ from Cost.Jcost. The seam is the interface where a required leg and a delivered leg meet; mismatch is a scaling ratio, not an additive deficit.

This module isolates the linear-algebra core of that transfer. HasRealEigen packages the delivered-leg statement: some nonzero fiber vector scales by a real $x$ under one closure, with no assumption on the other leg. Balanced matrices (trace zero in the appropriate normalization, conjugate spectrum) and a hyperbolic witness supply concrete carriers whose characteristic anomaly collapses to $J$. A rotation companion covers the compact/oscillatory branch of the same $2\times 2$ picture.

proof idea

Definition-and-identity module, not a long derivation. HasRealEigen is a Prop packaging existence of a real eigenpair. Characteristic anomaly is defined via det and scalar-multiple-of-identity comparison; eigen_char and det_sub_smul_one relate the char poly to that scalar. Balanced_trace and balanced_conjugate pin the SL-like normal form; charAnomaly_eq_J is the algebraic reduction that the anomaly equals $J$ on that form. HyperbolicWitness builds an explicit matrix with det one and real spectrum ${x,x^{-1}}$; companion lemmas record det and eigen facts. Diag_balanced_iff and rotation close the classification for the diagonal and circular cases. Proofs are short matrix algebra over Mathlib.

why it matters in Recognition Science

SeamLedgerDischarge imports this module to type the R1–R4 residue of ConservingSeamPricing in ledger language and to keep B2 (uniqueness of the deficit-free period $\beta=2\pi/\kappa$ as the zero of per-cycle seam cost) under a weakened fourth conjunct. Without a clean identification of the transfer anomaly with $J$, the turn-ratio pricing $C(T)=J(\kappa T/2\pi)$ cannot be read off the seam map. The module therefore sits between Cost/TurnRatioCarrier and the holography discharge stack: it turns the delivered-leg scaling story into the same $J$ that forces the eight-tick octave cost structure (T5–T7 landmarks). Parent consumers are the ConservingSeamPricing conjuncts and the B2 uniqueness argument in SeamLedgerDischarge.

scope and limits

used by (1)

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

depends on (2)

Lean names referenced from this declaration's body.

declarations in this module (35)