Encyclopedia Foundation Foundation Pair Kernel Gap2a Phase Bearing Transaction Residual Phase Bearing Co
ARTICLE 3 claims 2 theorems 1 model
Foundation Pair Kernel Gap2a Phase Bearing Transaction Residual Phase Bearing Co
A machine-checked theorem shows that when a recognition transaction posts the same magnitude on all eight of its phases, the total Green source is exactly four times that magnitude.
The eight-phase aggregate
In the Recognition Science framework, a recognition event is a discrete record of an interaction, and a cost is the forced price of that record. A transaction here is a sequence of eight such posting events, one for each phase of a Gray-code carrier. The theorem phaseBearingCompleteOrbitGreenSource3_of_constant states a simple arithmetic fact about such a transaction: if every one of the eight phases posts the same magnitude q, then the complete-orbit Green source, the sum of the eight individual Green scales, equals 4q.
The proof is a direct computation. Each phase's Green scale is q/2, because the pair-kernel Green scale is half the posting magnitude. Summing eight copies of q/2 gives 4q. The theorem is machine-checked in the framework's library of formal theorems, with no unproved assumptions. It is a theorem about the defined quantity, not a physical law.
What the theorem does not claim is equally important. It does not say that this aggregate equals any physical source in the continuum. The definition ContinuumSourceIsCompletePhaseTransaction3 merely states the equality as a proposition; identifying the aggregate with a static continuum source is additional physical content, not a consequence of the theorem. The theorem also does not select an absolute action scale for the transaction. The Gray state and its period are dimensionless, and adjoining the phase to an observable class leaves two representatives with the same Recognition data and different action. The no-go theorems in the same module prove that no selector can recover absolute posting action or an action-dual source for all representatives.
The practical upshot is that the eight-phase aggregate is a well-defined, computed quantity, but it is not a physical prediction. It is a construction with a proved arithmetic property. The framework's own library marks the construction as a construction, and the no-go results as theorems. A reader should not take 4q as a derived coupling or a measured constant; it is a formal result about a defined sum.
THEOREM phaseBearingCompleteOrbitGreenSource3_of_constant · IndisputableMonolith/Foundation/PairKernelGap2aPhaseBearingTransactionResidual.lean
theorem phaseBearingCompleteOrbitGreenSource3_of_constant
(postingMagnitude : Fin 8 → ℝ)
(q : ℝ)
(hconstant : ∀ phase, postingMagnitude phase = q) :
phaseBearingCompleteOrbitGreenSource3 postingMagnitude =
4 * q := by
unfold phaseBearingCompleteOrbitGreenSource3
simp_rw [hconstant, realGreenScaleFromPostingMagnitude]
simp [Finset.sum_const, nsmul_eq_mul]
ring
MODEL phaseBearingCompleteOrbitGreenSource3 · IndisputableMonolith/Foundation/PairKernelGap2aPhaseBearingTransactionResidual.lean
/-- Linear pair-kernel Green source of all eight phase-bearing commits. -/
def phaseBearingCompleteOrbitGreenSource3
(postingMagnitude : Fin 8 → ℝ) : ℝ :=
∑ phase : Fin 8,
realGreenScaleFromPostingMagnitude
(postingMagnitude phase)
THEOREM ContinuumSourceIsCompletePhaseTransaction3 · IndisputableMonolith/Foundation/PairKernelGap2aPhaseBearingTransactionResidual.lean
/-- The third required join. It identifies the static continuum source with
the complete eight-commit aggregate. The definition is target-blind, but its
truth is not supplied by phase combinatorics. -/
def ContinuumSourceIsCompletePhaseTransaction3
(postingMagnitude : Fin 8 → ℝ)
(continuumSource : ℝ) : Prop :=
continuumSource =
phaseBearingCompleteOrbitGreenSource3 postingMagnitude
What this page does not claim
The theorem does not claim that 4q is a measured or predicted physical constant. The theorem does not claim that the aggregate is the static continuum source. The theorem does not claim that the transaction selects an absolute action scale.
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/PairKernelGap2aPhaseBearingTransactionResidual.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 content would justify identifying the eight-phase aggregate with a continuum source?
- How does the no-go result for absolute posting action constrain physical interpretations of the transaction?
- What is the role of the Gray-code carrier in the eight-phase transaction structure?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM phaseBearingCompleteOrbitGreenSource3_of_constant · IndisputableMonolith/Foundation/PairKernelGap2aPhaseBearingTransactionResidual.lean
theorem phaseBearingCompleteOrbitGreenSource3_of_constant (postingMagnitude : Fin 8 → ℝ) (q : ℝ) (hconstant : ∀ phase, postingMagnitude phase = q) : phaseBearingCompleteOrbitGreenSource3 postingMagnitude = 4 * q := by unfold phaseBearingCompleteOrbitGreenSource3 simp_rw [hconstant, realGreenScaleFromPostingMagnitude] simp [Finset.sum_const, nsmul_eq_mul] ringif every one of the eight phases posts the same magnitude q, then the complete-orbit Green source, the sum of the eight individual Green scales, equals 4q. phaseBearingCompleteOrbitGreenSource3_of_constant · IndisputableMonolith/Foundation/PairKernelGap2aPhaseBearingTransactionResidual.leanMODEL phaseBearingCompleteOrbitGreenSource3 · IndisputableMonolith/Foundation/PairKernelGap2aPhaseBearingTransactionResidual.lean
/-- Linear pair-kernel Green source of all eight phase-bearing commits. -/ def phaseBearingCompleteOrbitGreenSource3 (postingMagnitude : Fin 8 → ℝ) : ℝ := ∑ phase : Fin 8, realGreenScaleFromPostingMagnitude (postingMagnitude phase)Each phase's Green scale is q/2, because the pair-kernel Green scale is half the posting magnitude. phaseBearingCompleteOrbitGreenSource3 · IndisputableMonolith/Foundation/PairKernelGap2aPhaseBearingTransactionResidual.leanTHEOREM ContinuumSourceIsCompletePhaseTransaction3 · IndisputableMonolith/Foundation/PairKernelGap2aPhaseBearingTransactionResidual.lean
/-- The third required join. It identifies the static continuum source with the complete eight-commit aggregate. The definition is target-blind, but its truth is not supplied by phase combinatorics. -/ def ContinuumSourceIsCompletePhaseTransaction3 (postingMagnitude : Fin 8 → ℝ) (continuumSource : ℝ) : Prop := continuumSource = phaseBearingCompleteOrbitGreenSource3 postingMagnitudeidentifying the aggregate with a static continuum source is additional physical content, not a consequence of the theorem. ContinuumSourceIsCompletePhaseTransaction3 · IndisputableMonolith/Foundation/PairKernelGap2aPhaseBearingTransactionResidual.lean