pith. sign in
def

LensingCorrection

definition
show as:
module
IndisputableMonolith.Relativity.Lensing.ShadowPredictions
domain
Relativity
line
27 · github
papers citing
none yet

plain-language theorem explainer

LensingCorrection supplies the ILG-adjusted deflection angle by scaling the general-relativistic value with a fringe factor drawn from the eight-tick cycle. Researchers modeling black-hole shadows or phase-fringe observables in Recognition Science would cite it when converting classical lensing results into the discrete-time framework. The definition is a direct one-line multiplication that encodes the stated scaling without further lemmas.

Claim. The ILG lensing correction is given by $δθ_{ILG} = δθ_{GR} ⋅ (1 + ε_{fringe})$, where $δθ_{GR}$ is the deflection angle computed in general relativity and $ε_{fringe}$ is the phase-fringe correction generated by the eight-tick cycle.

background

The definition sits inside the module on black-hole shadow and phase-fringe predictions, whose stated objective is to prove that the eight-tick cycle produces a detectable non-zero phase fringe at the event horizon of any Schwarzschild-like black hole. The eight-tick cycle supplies the fundamental evolution period of eight ticks, with discrete phases $kπ/4$ for $k = 0,…,7$, as supplied by Foundation.EightTick.phase. The tick itself is the fundamental RS time quantum $τ_0 = 1$, taken from Constants.tick and its RS-native-units counterpart. Upstream structures such as NucleosynthesisTiers.of organize physical quantities into discrete φ-tiers, while LedgerFactorization.of calibrates the J-cost on the positive reals.

proof idea

The definition is a one-line algebraic wrapper that performs the multiplication delta_theta_gr * (1 + epsilon_fringe). No lemmas or tactics are invoked; the expression directly implements the scaling relation given in the doc-comment.

why it matters

This definition supplies the explicit correction term required for all ILG-adjusted lensing calculations inside the shadow-predictions module. It implements the modification arising from the eight-tick octave (T7 of the forcing chain) and thereby supports the module-level claim that a non-zero phase fringe exists at the horizon. The construction links the continuous GR deflection to the discrete time structure of Recognition Science without altering the underlying metric or the phi-ladder mass formulas.

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.