pith. sign in
module module low

IndisputableMonolith.Constants.LambdaRecDerivation

show as:
view Lean formalization →

The LambdaRecDerivation module normalizes the bit cost of one recognition event and derives lambda_rec as the unique positive root of the associated balance residual equation. Researchers fixing RS-native constants would cite these results when anchoring the phi-ladder or mass formulas. The module consists of sequential definitions for cost and balance functions followed by positivity and uniqueness lemmas built on the base Constants module.

claimLet $J_{ m bit}$ denote the normalized bit cost of one recognition event. Then $\\lambda_0$ is the unique positive root of the balance residual equation constructed from total cost and curvature terms, with $K$ the auxiliary scaling factor.

background

The module resides in the Constants domain and imports the base Constants module. The upstream doc-comment states: 'The fundamental RS time quantum (RS-native). τ₀ = 1 tick.' It introduces J_bit_normalized for the bit cost of one recognition event, together with J_curv, totalCost, balanceResidual, and K. These support the definitions of lambda_0, lambda_0_pos, balance_at_lambda_0, and the root lemmas lambda_rec_is_root and lambda_rec_unique_root.

proof idea

The module structures its argument as a chain of definitions for the normalized cost and balance functions, followed by lemmas establishing positivity of lambda_0 and uniqueness of the positive root.

why it matters in Recognition Science

This module supplies the lambda recurrence derivation that anchors constant fixing in the Recognition Science framework. It builds directly on the Constants module (τ₀ = 1 tick) and contributes the unique root needed for downstream relations involving phi, the eight-tick octave, and the alpha band.

scope and limits

depends on (1)

Lean names referenced from this declaration's body.

declarations in this module (26)