Encyclopedia Foundation Foundation Pair Kernel Gap2a Scale Breaking Phase Transaction Law Residual Phase

ARTICLE 3 claims 3 theorems

Foundation Pair Kernel Gap2a Scale Breaking Phase Transaction Law Residual Phase

A formal theorem proves that any physical law strong enough to pick out real phase actions must break a certain symmetry, and it names exactly what that law must add.

The missing physical premise

In the Recognition Science framework, a ledger is a discrete record of events, and a recognition is the act of accounting for one event against the record. The framework has already attached a full eight-phase transaction to its ledger: eight distinct phases, one tick per phase, exact closure after eight. The remaining problem is that the framework's observable data cannot tell two different physical valuations apart. One valuation assigns a unit action to each primitive event; another assigns exactly twice that action. The two valuations have identical recognition data, meaning no observable class can distinguish them, yet their phase actions differ by a factor of two.

The declaration phasePremise_supporting_actionDualSource_must_break_S20_torsor is a theorem in the framework's machine-checked library of formal theorems. It states: any physical premise that admits the unit valuation and also supports a representative-independent action-dual source must fail to descend through the S20 observable quotient. In plain language, if a proposed law is strong enough to pick out a unique physical action scale, then that law cannot depend only on observable recognition data. It must add new physical content that breaks the symmetry between the unit and doubled valuations. The theorem proves this by contradiction: if such a premise existed and descended through S20, it would force a selector that recovers absolute phase actions from observable classes alone, which the framework proves impossible.

The theorem does not claim that such a premise exists. It proves a conditional statement: if a premise supports the action-dual source, then it must break the torsor. The framework calls this the residual certificate for the current pass. The missing physical content is precisely a target-blind production premise that breaks, rather than descends through, the S20 positive action-scale torsor. This is a formal result about the framework's internal structure, not a physical prediction. The framework does not yet have the physical premise that would close the gap, and the theorem does not supply one.

What the theorem changes is the search space. A future law cannot be built from observable data alone; it must introduce a new physical principle that distinguishes the two valuations. The framework has proven that the Gray phase labels, response completeness, and eight-tick closure do not suffice. The next step is to find the premise that breaks the torsor, and the theorem guarantees that such a premise must exist for the framework to reach a complete physical theory.

THEOREM phasePremise_supporting_actionDualSource_must_break_S20_torsor · IndisputableMonolith/Foundation/PairKernelGap2aScaleBreakingPhaseTransactionLawResidual.lean
phasePremise_supporting_actionDualSource_must_break_S20_torsor · IndisputableMonolith/Foundation/PairKernelGap2aScaleBreakingPhaseTransactionLawResidual.lean:224
/-- Any premise strong enough to support a representative-independent
action-dual phase source must also fail to descend through S20. -/
theorem phasePremise_supporting_actionDualSource_must_break_S20_torsor
    (premise : PhaseProductionPhysicalPremise3)
    (hunit : premise phaseUnitValuation3)
    (selector : PhasePremiseActionDualSourceSelector3)
    (hselector :
      IsPremiseActionDualForAllPhaseRepresentatives3
        premise selector) :
    ¬ PhaseProductionPremiseDescendsThroughS20 premise := by
  intro hdescends
  exact
    no_S20_descended_phasePremise_selects_actionDualSource
      premise hdescends hunit
      ⟨selector, hselector⟩
THEOREM no_S20_descended_phasePremise_recovers_absolutePhaseAction · IndisputableMonolith/Foundation/PairKernelGap2aScaleBreakingPhaseTransactionLawResidual.lean
no_S20_descended_phasePremise_recovers_absolutePhaseAction · IndisputableMonolith/Foundation/PairKernelGap2aScaleBreakingPhaseTransactionLawResidual.lean:130
/-- If a phase-production premise still descends through S20 and admits the
already constructed unit representative, no observable-class action selector
can recover all primitive phase actions under that premise. -/
theorem no_S20_descended_phasePremise_recovers_absolutePhaseAction
    (premise : PhaseProductionPhysicalPremise3)
    (hdescends :
      PhaseProductionPremiseDescendsThroughS20 premise)
    (hunit : premise phaseUnitValuation3) :
    ¬ ∃ selector : PhasePremiseAbsoluteActionSelector3,
      SelectsPremisePhaseRepresentativeActions3
        premise selector := by
  rintro ⟨selector, hselector⟩
  have hdoubled : premise phaseDoubledActionValuation3 :=
    hdescends phaseUnitValuation3 phaseDoubledActionValuation3
      phaseUnit_doubled_sameRecognitionData hunit
  let phase : Fin 8 := 0
  have hleft :=
    hselector phaseUnitValuation3 hunit phase
  have hright :=
    hselector phaseDoubledActionValuation3 hdoubled phase
  rw [← phaseUnit_doubled_sameObservableClass] at hright
  have heq :
      postingEventAction3 phaseUnitValuation3.kinematics
          (phaseBearingPostingEvent3 phase).1 =
        postingEventAction3 phaseDoubledActionValuation3.kinematics
          (phaseBearingPostingEvent3 phase).1 :=
    hleft.symm.trans hright
  exact phaseUnit_doubled_phase_action_ne phase heq
THEOREM scaleBreakingPhaseTransactionLaw_gap2a_residual · IndisputableMonolith/Foundation/PairKernelGap2aScaleBreakingPhaseTransactionLawResidual.lean
/-- Terminal theorem for this pass: the missing physical content is exactly a
target-blind production premise that breaks, rather than descends through, the
S20 positive action-scale torsor. -/
theorem scaleBreakingPhaseTransactionLaw_gap2a_residual :
    Gap2aScaleBreakingPhaseTransactionLawResidualCert3 where
  actual_phase_transaction :=
    phaseBearingActualTransaction_cert
  same_observable_scaled_representative :=
    phaseUnit_doubled_sameObservableClass
  phase_action_changes_under_scaled_representative :=
    phaseUnit_doubled_phase_action_ne
  descended_premise_cannot_select_action :=
    no_S20_descended_phasePremise_recovers_absolutePhaseAction
  descended_premise_cannot_select_action_dual :=
    no_S20_descended_phasePremise_selects_actionDualSource

What this page does not claim

The theorem does not claim that a premise breaking the S20 torsor exists. It does not claim that the framework has derived the fine-structure constant or any other physical constant from this result. It does not claim that the S20 torsor is the only obstruction to a complete physical theory.

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/PairKernelGap2aScaleBreakingPhaseTransactionLawResidual.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