F
The generating functional F(z) equals the natural logarithm of one plus z over the golden ratio. Researchers deriving mass gaps or anchor residues in Recognition Science cite this expression as the base generator. The definition is a direct assignment with no additional lemmas or reductions required.
claimDefine the function $F: ℝ → ℝ$ by $F(z) = log(1 + z/φ)$, where $φ$ denotes the golden ratio.
background
The Pipelines module fixes the golden ratio as a concrete real number. Upstream gap definitions in RSBridge.Anchor and Masses.AnchorPolicy express the residue at the anchor scale as log(1 + Z/φ) / log(φ) for integer Z, representing the integrated mass anomalous dimension for fermion species. The ContinuumBridge.as structure equates a weighted Laplacian sum over simplices to a scaled sum of defects.
proof idea
Direct definition that assigns the built-in real logarithm of one plus the argument scaled by the golden ratio.
why it matters in Recognition Science
This supplies the core generator appearing in downstream results such as SatisfiesRCL in CostAlgebra, which encodes the Recognition Composition Law, and in anchor policies for mass derivations. The form aligns with the phi-ladder scaling in the framework, where masses follow yardstick times phi to the power of rung minus eight plus gap(Z).
scope and limits
- Does not compute numerical values for specific z.
- Does not prove any functional equation satisfied by F.
- Does not extend the domain to complex arguments.
- Does not relate F directly to the J-cost function.
formal statement (Lean)
27noncomputable def F (z : ℝ) : ℝ := Real.log (1 + z / phi)
proof body
Definition body.
28
29/-- The master gap value as the generator at z=1. -/
used by (40)
-
standardLagrangian -
SatisfiesRCL -
oganesson_full_shell -
Centering -
numBravaisLattices -
en_increases_across_period -
noble_gas_zero_en -
alkaliMetalZ -
electronegativityDifference -
DuhamelKernelDominatedConvergenceAt -
duhamelKernelDominatedConvergenceAt_of_forcing -
duhamelKernelIntegral -
duhamelRemainderOfGalerkin_integratingFactor -
duhamelRemainderOfGalerkin_kernel -
forcingDCTAt -
ForcingDominatedConvergenceAt -
ForcingDominatedConvergenceAt -
GalerkinForcingDominatedConvergenceHypothesis -
nsDuhamelCoeffBound_galerkinKernel -
nsDuhamelCoeffBound_galerkinKernel_of_forcing -
nsDuhamelCoeffBound_galerkinKernel_of_forcingHyp -
nsDuhamelCoeffBound_kernelIntegral -
nsDuhamelCoeffBound_kernelIntegral_of_forcing -
nsDuhamel_of_forall_kernelIntegral -
nsDuhamel_of_forall_kernelIntegral_of_forcing -
of_convectionNormBound -
of_convectionNormBound_of_continuous -
tendsto_duhamelKernelIntegral_of_dominated_convergence -
Hypothesis -
hypothesisNormSq