J_log
J_log re-expresses J-cost in additive log coordinates by the substitution J_log(ε) = Jcost(exp(ε)). Workers deriving the Regge action from the simplicial ledger cite it to obtain the quadratic Laplacian form needed for the continuum limit. The definition is the direct composition that yields cosh(ε) − 1.
claim$J_ {log} : ℝ → ℝ$ is given by $J_{log}(ε) = J(e^ε)$ where $J(x) = (x + x^{-1})/2 - 1$. This equals $cosh(ε) - 1$.
background
The ContinuumBridge module links the discrete J-cost on the simplicial ledger to the Regge action that converges to the Einstein field equations. J-cost is the functional $J(x) = (x + x^{-1})/2 - 1$ whose unique minimum at $x=1$ enforces discreteness (T5). In log coordinates $ε = ln ψ$ the coupling between neighboring simplices is $J(exp(ε_1 - ε_2)) = (ε_1 - ε_2)^2/2 + O((ε_1 - ε_2)^4)$, which is the discrete Laplacian action.
proof idea
The definition is a one-line wrapper that applies the upstream Jcost functional to the exponential map. It composes directly with the identity supplied by DiscretenessForcing.J_log.
why it matters in Recognition Science
This definition supplies the log form used by discreteness_forcing_principle and the quadratic-bound theorems in DiscretenessForcing. It fills the step in the module chain SimplicialLedger.J_global → log expansion → discrete Laplacian → Regge action → EFE. It implements T5 J-uniqueness in additive coordinates and supports the RCL composition law.
scope and limits
- Does not prove any remainder bounds on the Taylor expansion.
- Does not fix the normalization constant κ = 8φ^5.
- Does not derive the Regge equations themselves.
- Does not address convergence of the discrete system to the continuum.
formal statement (Lean)
67def J_log (ε : ℝ) : ℝ := Jcost (Real.exp ε)
proof body
Definition body.
68
69/-- The quadratic approximation of J in log coordinates. -/
used by (27)
-
cosh_quadratic_bound -
discreteness_forcing_principle -
J_log -
J_log_eq_J_exp -
J_log_eq_zero_iff -
J_log_nonneg -
J_log_pos -
J_log_quadratic_approx -
J_log_second_deriv_at_zero -
J_log_symmetric -
J_log_zero -
rh_equivalent_to_zero_cost -
defectIterate_zero_eq_J_log -
defectIterate_zero_param -
doubledZeroDefect -
doubledZeroDefect_eq_cosh_sub_one -
zeroDefect -
zeroDefect_eq_cosh_sub_one -
zeroDefect_eq_J_log -
zeroDefect_invariant_under_conjugation -
zeroDefect_invariant_under_functional_reflection -
zeroDefect_invariant_under_reflection -
zeroDefect_pos_iff_off_critical_line -
cosh_gt_one_plus_half_sq -
coupling_identity -
coupling_law_cert -
exactCost