Encyclopedia Foundation Foundation Pair Kernel Gap2a Production Orbit Residual Stronger Production Respo

ARTICLE 4 claims 4 theorems

Foundation Pair Kernel Gap2a Production Orbit Residual Stronger Production Respo

A machine-checked proof shows that a complete five-step schedule of witnessed production acts still cannot recover absolute physical action, leaving a precise open problem.

The residual gap

A production act is a witnessed event in the framework's ledger, the discrete record of recognition events. The declaration strongerProductionResponsePhysicality_gap2a_residual certifies a structural result about these acts: it proves that no fixed schedule of such acts, however complete, can select the absolute magnitude of a posting action from the observable response classes alone. The proof is machine-checked, meaning a computer verified every step of the argument from the framework's axioms.

The framework models a complete schedule as a closed production-response orbit: a finite cyclic list of production acts whose observed responses cover every possible committed recognition response. The theorem establishes two facts about such orbits. First, a simple orbit, one where each response appears exactly once, must have period five, because the committed production-response quotient has exactly five classes. Second, a complete orbit of period eight also exists, but it necessarily repeats an observable response. Completeness alone therefore does not select five versus eight as the continuum source window.

The stronger negative result is this: adjoining any such orbit to the observable class leaves the independent positive duration and energy rescaling intact. No fixed selector, whether it tries to recover absolute posting action or an action dual, can succeed for all representatives. The proof shows both no-go theorems: there is no fixed production-orbit selector that recovers absolute posting action, and no fixed source selector that acts as an action dual for all representatives. The orbit schedules themselves are model witnesses, constructed from theorem-backed production acts, but the impossibility results are theorems.

What this establishes in plain terms is a boundary. The framework can prove that a complete, witnessed schedule exists and has a definite period, but it cannot use that schedule to pin down the absolute scale of physical action. The residual gap is precisely this: a future closing object must carry phase data beyond the five response classes and must couple that phase data to physical action and pair-kernel source transport. The declaration proves this gap remains open; it does not close it.

The consequence for the framework is a sharpened research target. The five-period orbit is the natural candidate for a source window, but the proof shows it is insufficient. The eight-period orbit adds no new observable responses, only repetitions. The next step is not a refinement of the schedule but a new kind of data, phase information that links the schedule to the physical action it represents. The declaration names that requirement precisely and proves that the current objects cannot meet it.

THEOREM simpleClosedProductionResponseOrbit_period_eq_five · IndisputableMonolith/Foundation/PairKernelGap2aProductionOrbitResidual.lean
simpleClosedProductionResponseOrbit_period_eq_five · IndisputableMonolith/Foundation/PairKernelGap2aProductionOrbitResidual.lean:145
/-- Every response-simple complete production orbit has period exactly five.
This is the intrinsic closure count supplied by S24's response catalog. -/
theorem simpleClosedProductionResponseOrbit_period_eq_five
    (orbit : ClosedProductionResponseOrbit3)
    (hsimple : ProductionResponseOrbitIsSimple3 orbit) :
    orbit.period = 5 := by
  let read :
      Fin orbit.period → RecognitionParentResponse3 :=
    fun phase =>
      productionEventResponseAct_read
        (orbit.phaseAct phase)
  have hcard :
      Fintype.card (Fin orbit.period) =
        Fintype.card RecognitionParentResponse3 :=
    Fintype.card_congr
      (Equiv.ofBijective read
        ⟨hsimple, orbit.responseComplete⟩)
  calc
    orbit.period =
        Fintype.card (Fin orbit.period) := by simp
    _ = Fintype.card RecognitionParentResponse3 := hcard
    _ = 5 := recognitionParentResponse_card_eq_five
THEOREM canonicalEightProductionResponseOrbit_not_simple · IndisputableMonolith/Foundation/PairKernelGap2aProductionOrbitResidual.lean
canonicalEightProductionResponseOrbit_not_simple · IndisputableMonolith/Foundation/PairKernelGap2aProductionOrbitResidual.lean:202
theorem canonicalEightProductionResponseOrbit_not_simple :
    ¬ ProductionResponseOrbitIsSimple3
      canonicalEightProductionResponseOrbit3 := by
  intro hsimple
  have hperiod :=
    simpleClosedProductionResponseOrbit_period_eq_five
      canonicalEightProductionResponseOrbit3 hsimple
  norm_num [canonicalEightProductionResponseOrbit3] at hperiod
THEOREM no_fixed_productionOrbit_selector_recovers_absolutePostingAction · IndisputableMonolith/Foundation/PairKernelGap2aProductionOrbitResidual.lean
no_fixed_productionOrbit_selector_recovers_absolutePostingAction · IndisputableMonolith/Foundation/PairKernelGap2aProductionOrbitResidual.lean:271
/-- Fixing any entire closed response-complete production orbit does not turn
absolute event action into a function of the unit quotient. -/
theorem no_fixed_productionOrbit_selector_recovers_absolutePostingAction
    (orbit : ClosedProductionResponseOrbit3) :
    ¬ ∃ selector : ProductionOrbitAbsoluteActionSelector3 orbit,
      SelectsAllProductionOrbitRepresentativeActions3
        orbit selector := by
  rintro ⟨selector, hselector⟩
  obtain ⟨left, right, hsame, event, hne⟩ :=
    absolute_eventAction_not_unit_invariant
  have hclass :
      physicalObservableClass3 left =
        physicalObservableClass3 right :=
    sameRecognitionData_sameObservableClass hsame
  have hleft := hselector left event
  have hright := hselector right event
  rw [hclass] at hleft
  exact hne (hleft.symm.trans hright)
THEOREM no_fixed_productionOrbit_sourceSelector_is_actionDual_for_all_representatives · IndisputableMonolith/Foundation/PairKernelGap2aProductionOrbitResidual.lean
no_fixed_productionOrbit_sourceSelector_is_actionDual_for_all_representatives · IndisputableMonolith/Foundation/PairKernelGap2aProductionOrbitResidual.lean:306
/-- The multiplicative action-dual source also fails to descend after the
whole fixed closed production orbit is adjoined. -/
theorem no_fixed_productionOrbit_sourceSelector_is_actionDual_for_all_representatives
    (orbit : ClosedProductionResponseOrbit3) :
    ¬ ∃ selector : ProductionOrbitActionDualSourceSelector3 orbit,
      IsActionDualForAllProductionOrbitRepresentatives3
        orbit selector := by
  rintro ⟨selector, hselector⟩
  obtain ⟨left, right, hsame, event, hne⟩ :=
    absolute_eventAction_not_unit_invariant
  have hclass :
      physicalObservableClass3 left =
        physicalObservableClass3 right :=
    sameRecognitionData_sameObservableClass hsame
  have hleft := hselector left event
  have hright := hselector right event
  have hsource :
      selector (physicalObservableClass3 left) event =
        selector (physicalObservableClass3 right) event :=
    congrArg (fun observableClass =>
      selector observableClass event) hclass
  rw [← hsource] at hright
  apply hne
  nlinarith [hleft.1, hleft.2, hright.2]

What this page does not claim

The declaration does not prove that a five-period orbit is physically realized. The declaration does not prove that an eight-period orbit is impossible, only that it repeats a response. The declaration does not recover absolute posting action or an action dual from any orbit.

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