Encyclopedia Foundation Foundation Pair Kernel Exact Jsource First Event Operator Source Response Is Act

ARTICLE 4 claims 3 theorems 1 model

Foundation Pair Kernel Exact Jsource First Event Operator Source Response Is Act

In a finite model of events, the response of a system to a small change is shown to be exactly the derivative of its action, not an added term.

The source response

In classical physics, the response of a system to a small push is often added to the equations by hand: a force term, a potential, a coupling. The Recognition Science declaration sourceResponse_is_action_derivative removes that choice for a specific finite model. It proves that the source response, the first-order change in the system's action when its background field is varied, is exactly the derivative of that action. The response is not a separate ingredient; it is read off from the action itself.

The setting is a finite grid of three sites arranged on a torus, a discrete ledger of events. The action is the exact J-cost, the unique cost function forced by the framework's five plain conditions. The theorem states that for any such operator and any variation of its background field, the derivative of the action along that variation equals the operator's source response. This is a variational identity, proved in the machine-checked library of formal theorems, with no additional axioms and no empirical constants.

The construction is deliberately bare. It has no kinetic, potential, source, or field-normalization coefficient. The response and the quantum fluctuation generator are two derivatives of one action, not two terms joined after a Hamiltonian has been chosen. A companion theorem shows the response equals twice the sum over sites of the variation times a nonlinear Gauss source, with the factor two fixed by differentiating J. The Hessian of the same action is symmetric, and the resulting evolution operator is Hermitian and generates a Stone group, the standard conditions for a valid quantum generator.

What the declaration does not claim is as important as what it proves. The framework does not prove that this fluctuation operator is the molecular one-body Hamiltonian. The construction has no separate attractive potential and no selected molecular coupling ratio. It therefore does not close the dimensioned compiler or the Planck source-scale atom. The molecular interpretation remains explicitly open, a target for future derivation rather than a result of this theorem.

The payoff is a clean separation of concerns. The variational and operator properties are theorems, machine-checked and axiom-clean. The physical interpretation as a molecular Hamiltonian is a model, a definitional choice awaiting further derivation. This distinction lets a reader trust the mathematics without overextending it into physics the framework has not yet forced.

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 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
MODEL ExactJSourceFirstEventOperator3 · IndisputableMonolith/Foundation/PairKernelExactJSourceFirstEventOperator.lean
/-- A realized posting.  No Hamiltonian coefficient or background field is
accepted as data. -/
structure ExactJSourceFirstEventOperator3 where
  event : PostingPair3 3
  event_realized : event ∈ realizedPrimitivePostingPairs3 3

What this page does not claim

The fluctuation operator is not proved to be the molecular one-body Hamiltonian. The construction has no separate attractive potential or selected molecular coupling ratio. The theorem does not close the dimensioned compiler or the Planck source-scale atom.

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:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND