Encyclopedia Foundation Foundation Pair Kernel Gap2a Production Side Invariant Residual Production Side
ARTICLE 4 claims 3 theorems 1 model
Foundation Pair Kernel Gap2a Production Side Invariant Residual Production Side
A machine-checked theorem shows a physical invariant can fix one scale while leaving the identity of the source coordinate completely open.
The coherence-event invariant
A recognition event is a discrete record of a physical happening, kept in a ledger that tracks what the event carries and what it costs. In the Recognition Science framework, the cost of recognition is forced by a proved functional equation, and from that equation a chain of theorems derives constants and structures. Within this framework, a production-side invariant is a rule about the physical act of posting an event, not about the ledger's bookkeeping afterward. The invariant at issue here, the coherence-event invariant, states that one realized primitive posting is exactly one coherence-energy event lasting one fundamental Tick.
The framework's machine-checked library of formal theorems proves that this invariant selects the native primitive action assignment: a posting that satisfies the invariant carries the action of one fundamental Tick, no more and no less. The same library proves that the invariant rejects a doubled-duration representative that carries the same recognition-side data, the same survival data, and the same price data. That rejection is the invariant's sharp edge. It shows the invariant is not a quotient observable, meaning it cannot descend through the S20 observable class, so it genuinely breaks the positive action-scale symmetry that the earlier residual left open.
What the invariant does not do is the subject of the theorem productionSideInvariant_alone_does_not_identify_completeEightSource. The invariant has no source-coordinate field. It fixes the scale of the action, but it carries no information about where that action comes from. The theorem proves that there exists a positive posting-magnitude assignment, one that assigns a positive magnitude to each of the eight phases of the posting cycle, that satisfies the coherence-event invariant yet is not the complete eight-phase transaction aggregate. In plain language: knowing that a posting has the right action scale tells you nothing about which of the eight phases produced it, or whether the source is a single continuum object or a sum of distinct postings.
Two distinct positive source maps can coexist with the same invariant valuation until an action-dual source law is added, and a different positive continuum-source representative remains available until the continuum-source identification is added. These are not failures of the invariant; they are its boundaries. The invariant does one job, fixing the action scale, and it does that job completely. The remaining joins, source duality and complete eight-posting continuum-source identification, stay open as targets for further axioms or theorems.
MODEL ProductionSideCoherenceEventInvariant3 · IndisputableMonolith/Foundation/PairKernelGap2aProductionSideInvariantResidual.lean
/-- The production-side invariant supplied by the existing S14 semantic arrow:
one realized primitive posting is one coherence-energy event lasting one
fundamental Tick. -/
def ProductionSideCoherenceEventInvariant3
(valuation : RecognitionPhysicalValuation3.{0} 3) : Prop :=
PrimitivePostingRealizesOneCoherenceEvent3
valuation.kinematics
THEOREM productionSideCoherenceInvariant_implies_nativeActionAssignment · IndisputableMonolith/Foundation/PairKernelGap2aProductionSideInvariantResidual.lean
/-- Once supplied, the production-side invariant forces the native primitive
action assignment. -/
theorem productionSideCoherenceInvariant_implies_nativeActionAssignment
{valuation : RecognitionPhysicalValuation3.{0} 3}
(hinvariant :
ProductionSideCoherenceEventInvariant3 valuation) :
MinimumJPostingCarriesNativeAction3
(postingEventAction3 valuation.kinematics) :=
primitiveCoherenceEvent_implies_nativeActionAssignment
hinvariant
THEOREM productionSideCoherenceInvariant_rejects_positive_action_rescaling · IndisputableMonolith/Foundation/PairKernelGap2aProductionSideInvariantResidual.lean
theorem productionSideCoherenceInvariant_rejects_positive_action_rescaling :
ProductionSideCoherenceEventInvariant3 coherentEventValuation3 ∧
SameRecognitionData3
coherentEventValuation3
doubledCoherentActionValuation3 ∧
physicalObservableClass3 coherentEventValuation3 =
physicalObservableClass3 doubledCoherentActionValuation3 ∧
(∀ phase : Fin 8,
postingEventAction3 coherentEventValuation3.kinematics
(phaseBearingPostingEvent3 phase).1 ≠
postingEventAction3
doubledCoherentActionValuation3.kinematics
(phaseBearingPostingEvent3 phase).1) ∧
¬ ProductionSideCoherenceEventInvariant3
doubledCoherentActionValuation3 :=
⟨coherentEventValuation_satisfies_invariant,
coherent_doubled_sameRecognitionData,
coherent_doubled_sameObservableClass,
coherent_doubled_phase_action_ne,
doubledCoherentAction_not_invariant⟩
THEOREM productionSideInvariant_alone_does_not_identify_completeEightSource · IndisputableMonolith/Foundation/PairKernelGap2aProductionSideInvariantResidual.lean
/-- The complete eight-phase transaction aggregate is likewise not supplied
by the coherence-event invariant. A different positive continuum-source
representative remains available until the continuum-source identification is
added. -/
theorem productionSideInvariant_alone_does_not_identify_completeEightSource :
∃ postingMagnitude : Fin 8 → ℝ,
(∀ phase, 0 < postingMagnitude phase) ∧
ProductionSideCoherenceEventInvariant3
coherentEventValuation3 ∧
¬ ContinuumSourceIsCompletePhaseTransaction3
postingMagnitude 0 := by
refine
⟨fun _ => 1, (fun _ => by norm_num),
coherentEventValuation_satisfies_invariant, ?_⟩
intro hsource
unfold ContinuumSourceIsCompletePhaseTransaction3 at hsource
have haggregate :=
phaseBearingCompleteOrbitGreenSource3_of_constant
(fun _ : Fin 8 => (1 : ℝ)) 1 (fun _ => rfl)
rw [haggregate] at hsource
norm_num at hsource
What this page does not claim
The coherence-event invariant does not identify the pair-kernel source coordinate as the positive action-dual source. The coherence-event invariant does not identify a Lane-C-style continuum source with the complete eight-phase transaction aggregate. The theorem does not claim that no such identification exists, only that the invariant alone does not supply it.
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/PairKernelGap2aProductionSideInvariantResidual.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 additional axiom or law would identify the pair-kernel source coordinate as the positive action-dual source?
- What additional identification would force the continuum source to be the complete eight-phase transaction aggregate?
- How does the coherence-event invariant relate to the broader forcing chain that derives the eight-tick cycle and three spatial dimensions?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
MODEL ProductionSideCoherenceEventInvariant3 · IndisputableMonolith/Foundation/PairKernelGap2aProductionSideInvariantResidual.lean
/-- The production-side invariant supplied by the existing S14 semantic arrow: one realized primitive posting is one coherence-energy event lasting one fundamental Tick. -/ def ProductionSideCoherenceEventInvariant3 (valuation : RecognitionPhysicalValuation3.{0} 3) : Prop := PrimitivePostingRealizesOneCoherenceEvent3 valuation.kinematicsThe coherence-event invariant states that one realized primitive posting is exactly one coherence-energy event lasting one fundamental Tick. ProductionSideCoherenceEventInvariant3 · IndisputableMonolith/Foundation/PairKernelGap2aProductionSideInvariantResidual.leanTHEOREM productionSideCoherenceInvariant_implies_nativeActionAssignment · IndisputableMonolith/Foundation/PairKernelGap2aProductionSideInvariantResidual.lean
/-- Once supplied, the production-side invariant forces the native primitive action assignment. -/ theorem productionSideCoherenceInvariant_implies_nativeActionAssignment {valuation : RecognitionPhysicalValuation3.{0} 3} (hinvariant : ProductionSideCoherenceEventInvariant3 valuation) : MinimumJPostingCarriesNativeAction3 (postingEventAction3 valuation.kinematics) := primitiveCoherenceEvent_implies_nativeActionAssignment hinvariantThe framework's machine-checked library of formal theorems proves that this invariant selects the native primitive action assignment. productionSideCoherenceInvariant_implies_nativeActionAssignment · IndisputableMonolith/Foundation/PairKernelGap2aProductionSideInvariantResidual.leanTHEOREM productionSideCoherenceInvariant_rejects_positive_action_rescaling · IndisputableMonolith/Foundation/PairKernelGap2aProductionSideInvariantResidual.lean
theorem productionSideCoherenceInvariant_rejects_positive_action_rescaling : ProductionSideCoherenceEventInvariant3 coherentEventValuation3 ∧ SameRecognitionData3 coherentEventValuation3 doubledCoherentActionValuation3 ∧ physicalObservableClass3 coherentEventValuation3 = physicalObservableClass3 doubledCoherentActionValuation3 ∧ (∀ phase : Fin 8, postingEventAction3 coherentEventValuation3.kinematics (phaseBearingPostingEvent3 phase).1 ≠ postingEventAction3 doubledCoherentActionValuation3.kinematics (phaseBearingPostingEvent3 phase).1) ∧ ¬ ProductionSideCoherenceEventInvariant3 doubledCoherentActionValuation3 := ⟨coherentEventValuation_satisfies_invariant, coherent_doubled_sameRecognitionData, coherent_doubled_sameObservableClass, coherent_doubled_phase_action_ne, doubledCoherentAction_not_invariant⟩The same library proves that the invariant rejects a doubled-duration representative that carries the same recognition-side data, the same survival data, and the same price data. productionSideCoherenceInvariant_rejects_positive_action_rescaling · IndisputableMonolith/Foundation/PairKernelGap2aProductionSideInvariantResidual.leanTHEOREM productionSideInvariant_alone_does_not_identify_completeEightSource · IndisputableMonolith/Foundation/PairKernelGap2aProductionSideInvariantResidual.lean
/-- The complete eight-phase transaction aggregate is likewise not supplied by the coherence-event invariant. A different positive continuum-source representative remains available until the continuum-source identification is added. -/ theorem productionSideInvariant_alone_does_not_identify_completeEightSource : ∃ postingMagnitude : Fin 8 → ℝ, (∀ phase, 0 < postingMagnitude phase) ∧ ProductionSideCoherenceEventInvariant3 coherentEventValuation3 ∧ ¬ ContinuumSourceIsCompletePhaseTransaction3 postingMagnitude 0 := by refine ⟨fun _ => 1, (fun _ => by norm_num), coherentEventValuation_satisfies_invariant, ?_⟩ intro hsource unfold ContinuumSourceIsCompletePhaseTransaction3 at hsource have haggregate := phaseBearingCompleteOrbitGreenSource3_of_constant (fun _ : Fin 8 => (1 : ℝ)) 1 (fun _ => rfl) rw [haggregate] at hsource norm_num at hsourceThe theorem proves that there exists a positive posting-magnitude assignment, one that assigns a positive magnitude to each of the eight phases of the posting cycle, that satisfies the coherence-event invariant yet is not the complete eight-phase transaction aggregate. productionSideInvariant_alone_does_not_identify_completeEightSource · IndisputableMonolith/Foundation/PairKernelGap2aProductionSideInvariantResidual.lean