Encyclopedia Foundation Foundation Pair Kernel Exact Jsource First Event Operator
ARTICLE 5 claims 5 theorems
Foundation Pair Kernel Exact Jsource First Event Operator
A single mathematical action, derived from the cost of recognition, supplies both the source response and the quantum fluctuation operator without any free coefficients.
The source-first operator
In Recognition Science, the ledger, a discrete record of recognition events, is not a metaphor but the primitive object. This construction forms a finite event operator that is source-first: it begins with one exact action, the J-cost, and reads both the source response and the quantum generator from its derivatives. The action has no kinetic, potential, source, or field-normalization coefficient. The response and the generator are two derivatives of one action, not two terms joined after a Hamiltonian has been chosen.
The construction works on a finite torus with three sites. An event is a realized posting pair, and its background is the S28 mean-zero Green field of the unit posting. The exact J-cost action exists before either the source response or the quantum operator is read from it. The source response is the first variation of this action at the event background; the result proves it equals twice the sum over sites of the variation times the nonlinear Gauss Laplacian. The Hessian of the same action, read in a site basis, becomes the dimensionless fluctuation operator. The physical evolution operator multiplies this dimensionless Hessian by a common scale, the native action per native tick, introducing no relative source or kinetic coefficient.
The theorems establish the operator's formal properties. The source response is the derivative of the action along any line, the Hessian is symmetric, the evolution operator is Hermitian, and it satisfies the Stone generator certificate. A decoy normalization that omits the ordered-edge factor two is rejected: it is not the derivative of exact J even on the smallest nontrivial carrier. The construction is coefficient-free and source-first, but its molecular interpretation is explicitly open. The existing theory does not prove that this fluctuation operator is the molecular one-body Hamiltonian, and the construction has no separate attractive potential or selected molecular coupling ratio. It does not close the dimensioned compiler or the Planck source-scale atom.
The construction is honest about its status: it is a MODEL physical interpretation with THEOREM variational and operator properties. The machine-checked library of formal theorems contains no sorry, no new axiom, and no empirical constant. What the construction establishes in plain language is this: from one exact action, the source response and the quantum fluctuation generator arise as two derivatives, not as separate terms. The factor two in the response is fixed by differentiating J, not by fitting. This is a structural result about how a source and a quantum operator can emerge from a single recognition cost, and it leaves open the question of whether that operator is the Hamiltonian of a real molecule.
THEOREM sourceResponse_is_action_derivative · IndisputableMonolith/Foundation/PairKernelExactJSourceFirstEventOperator.lean
theorem sourceResponse_is_action_derivative
(op : ExactJSourceFirstEventOperator3) (variation : EventField3) :
HasDerivAt
(fun t : ℝ =>
eventExactJAction3
(fun i => op.background i + t * variation i))
(op.sourceResponse variation) 0 := by
exact
exactJCostAction_hasDerivAt_line
(signedRecognitionProductionGraph3 3 (Equiv.refl (Fin 3)))
op.background variation
THEOREM sourceResponse_eq_nonlinear_gauss · IndisputableMonolith/Foundation/PairKernelExactJSourceFirstEventOperator.lean
/-- The intrinsic response is exactly the nonlinear Gauss source paired with
the variation. The ordered-edge factor two is fixed by differentiating J. -/
theorem sourceResponse_eq_nonlinear_gauss
(op : ExactJSourceFirstEventOperator3) (variation : EventField3) :
op.sourceResponse variation =
2 * ∑ i, variation i *
exactJNonlinearLaplacian
(signedRecognitionProductionGraph3 3 (Equiv.refl (Fin 3)))
op.background i := by
exact
exactJFirstVariationPairing_eq_two_sum_mul_laplacian
(signedRecognitionProductionGraph3 3 (Equiv.refl (Fin 3)))
op.background variation
THEOREM hessianEntry_eq_tangent_generator_on_basis · IndisputableMonolith/Foundation/PairKernelExactJSourceFirstEventOperator.lean
theorem hessianEntry_eq_tangent_generator_on_basis
(op : ExactJSourceFirstEventOperator3)
(i j : Fin (TorusCard3 3)) :
op.hessianEntry i j =
exactJTangentLaplacian
(signedRecognitionProductionGraph3 3 (Equiv.refl (Fin 3)))
op.background (siteBasis3 j) i := by
rw [ExactJSourceFirstEventOperator3.hessianEntry,
exactJHessianPairing_eq_two_sum_mul_tangentLaplacian]
simp [siteBasis3]
THEOREM source_first_event_operator_stone · IndisputableMonolith/Foundation/PairKernelExactJSourceFirstEventOperator.lean
theorem source_first_event_operator_stone
(op : ExactJSourceFirstEventOperator3) :
StoneGeneratorCert (TorusCard3 3) op.evolution :=
stoneGeneratorCert op.evolution
THEOREM missing_factor_two_decoy_rejected · IndisputableMonolith/Foundation/PairKernelExactJSourceFirstEventOperator.lean
/-- The response normalization is discriminating: omitting the
ordered-edge factor two is not the derivative of exact J even on the smallest
nontrivial carrier. -/
theorem missing_factor_two_decoy_rejected :
¬ HasDerivAt
(fun t : ℝ =>
exactJCostAction twoSiteUnitLedgerGraph
(fun i => PairKernelSourceCoupling.twoSiteField 2 i +
t * PairKernelSourceCoupling.twoSiteField 2 i))
(Real.sinh 1) 0 :=
missingFactorTwo_not_exactJDerivative
What this page does not claim
The fluctuation operator is the molecular one-body Hamiltonian. The construction closes the dimensioned compiler or the Planck source-scale atom. The source response and quantum generator are independent terms joined after a Hamiltonian is chosen.
Verify this page
Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:
$ lake env lean IndisputableMonolith/Foundation/PairKernelExactJSourceFirstEventOperator.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)
A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.
Derived articles
This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:
- What physical system, if any, has this finite fluctuation operator as its one-body Hamiltonian?
- How does the common scale E_coh connect to the forcing chain's derived constants?
- Can the source-first construction be extended to the full torus cardinality used in the dimensioned compiler?
- What molecular coupling ratio, if any, would the exact J-action select without a separate potential term?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM sourceResponse_is_action_derivative · IndisputableMonolith/Foundation/PairKernelExactJSourceFirstEventOperator.lean
theorem sourceResponse_is_action_derivative (op : ExactJSourceFirstEventOperator3) (variation : EventField3) : HasDerivAt (fun t : ℝ => eventExactJAction3 (fun i => op.background i + t * variation i)) (op.sourceResponse variation) 0 := by exact exactJCostAction_hasDerivAt_line (signedRecognitionProductionGraph3 3 (Equiv.refl (Fin 3))) op.background variationThe source response is the first variation of the exact J-cost action at the event background. sourceResponse_is_action_derivative · IndisputableMonolith/Foundation/PairKernelExactJSourceFirstEventOperator.leanTHEOREM sourceResponse_eq_nonlinear_gauss · IndisputableMonolith/Foundation/PairKernelExactJSourceFirstEventOperator.lean
/-- The intrinsic response is exactly the nonlinear Gauss source paired with the variation. The ordered-edge factor two is fixed by differentiating J. -/ theorem sourceResponse_eq_nonlinear_gauss (op : ExactJSourceFirstEventOperator3) (variation : EventField3) : op.sourceResponse variation = 2 * ∑ i, variation i * exactJNonlinearLaplacian (signedRecognitionProductionGraph3 3 (Equiv.refl (Fin 3))) op.background i := by exact exactJFirstVariationPairing_eq_two_sum_mul_laplacian (signedRecognitionProductionGraph3 3 (Equiv.refl (Fin 3))) op.background variationThe source response equals twice the sum over sites of the variation times the nonlinear Gauss Laplacian. sourceResponse_eq_nonlinear_gauss · IndisputableMonolith/Foundation/PairKernelExactJSourceFirstEventOperator.leanTHEOREM hessianEntry_eq_tangent_generator_on_basis · IndisputableMonolith/Foundation/PairKernelExactJSourceFirstEventOperator.lean
theorem hessianEntry_eq_tangent_generator_on_basis (op : ExactJSourceFirstEventOperator3) (i j : Fin (TorusCard3 3)) : op.hessianEntry i j = exactJTangentLaplacian (signedRecognitionProductionGraph3 3 (Equiv.refl (Fin 3))) op.background (siteBasis3 j) i := by rw [ExactJSourceFirstEventOperator3.hessianEntry, exactJHessianPairing_eq_two_sum_mul_tangentLaplacian] simp [siteBasis3]The Hessian of the same action, read in a site basis, becomes the dimensionless fluctuation operator. hessianEntry_eq_tangent_generator_on_basis · IndisputableMonolith/Foundation/PairKernelExactJSourceFirstEventOperator.leanTHEOREM source_first_event_operator_stone · IndisputableMonolith/Foundation/PairKernelExactJSourceFirstEventOperator.lean
theorem source_first_event_operator_stone (op : ExactJSourceFirstEventOperator3) : StoneGeneratorCert (TorusCard3 3) op.evolution := stoneGeneratorCert op.evolutionThe evolution operator is Hermitian and satisfies the Stone generator certificate. source_first_event_operator_stone · IndisputableMonolith/Foundation/PairKernelExactJSourceFirstEventOperator.leanTHEOREM missing_factor_two_decoy_rejected · IndisputableMonolith/Foundation/PairKernelExactJSourceFirstEventOperator.lean
/-- The response normalization is discriminating: omitting the ordered-edge factor two is not the derivative of exact J even on the smallest nontrivial carrier. -/ theorem missing_factor_two_decoy_rejected : ¬ HasDerivAt (fun t : ℝ => exactJCostAction twoSiteUnitLedgerGraph (fun i => PairKernelSourceCoupling.twoSiteField 2 i + t * PairKernelSourceCoupling.twoSiteField 2 i)) (Real.sinh 1) 0 := missingFactorTwo_not_exactJDerivativeA decoy normalization that omits the ordered-edge factor two is rejected: it is not the derivative of exact J even on the smallest nontrivial carrier. missing_factor_two_decoy_rejected · IndisputableMonolith/Foundation/PairKernelExactJSourceFirstEventOperator.lean