Encyclopedia Foundation Foundation Pair Kernel Executable Effect Physical Existence S27 Witnessed Produc

ARTICLE 3 claims 3 theorems

Foundation Pair Kernel Executable Effect Physical Existence S27 Witnessed Produc

A machine-checked proof shows that every observable effect of a production operation corresponds to exactly one physical observation class, and it does not claim that the raw physical carrier is identified with that class.

The witnessed-effect principle

In the Recognition Science framework, a ledger is a discrete record of events, and a recognition event is a cost-forced posting in that record. The declaration witnessedProductionEffects_determine_physicalObservationClasses is a theorem in the framework's machine-checked library of formal theorems. It establishes that for every production operation that is witnessed, nontrivial, and conserved, there exists a unique physical observation class whose probe responses match the operation's effect observations exactly. This means the operation's observable effect is not ambiguous: it selects precisely one class of physical states, and no other class reproduces the same pattern of probe responses.

The theorem is proved by constructing a canonical system in which the event-local carrier is the observation effect quotient itself. Each effect is realized by its own quotient class, and the proof shows this realization is injective: distinct effect classes give distinct physical responses, and every effect class has at least one probe that distinguishes it from any other. The result licenses the framework's selection, transport, observable exhaustion, and scale-covariant consumer steps for this physical observation system.

What the declaration does not claim is equally important. It does not identify a separately supplied raw physical ontology with the observation effect quotient. A separate theorem, externalRawOntology_realization_remains_independent, shows that a committed set of production operations admits two different physical response systems, one that realizes the effects and one that does not. So the framework proves that effects determine observation classes, but it leaves open which raw carrier, if any, realizes those classes in a given physical setting.

The practical consequence is that the framework can reason about physical observation classes without committing to a specific underlying carrier. This separation is what makes the S27 module a clean foundation for the later steps that transport event response acts and select operation channels. A reader should take away that the framework's proof is precise about what it forces: effect classes determine observation classes, and nothing more.

THEOREM witnessedProductionEffects_determine_physicalObservationClasses · IndisputableMonolith/Foundation/PairKernelExecutableEffectPhysicalExistenceS27.lean
witnessedProductionEffects_determine_physicalObservationClasses · IndisputableMonolith/Foundation/PairKernelExecutableEffectPhysicalExistenceS27.lean:84
/-- The weakest principle follows from the committed Recognition
`PhysicalQuotient`: use the operation's quotient projection, then use S26
effect extensionality for uniqueness. -/
theorem witnessedProductionEffects_determine_physicalObservationClasses :
    WitnessedProductionEffectsDeterminePhysicalObservationClasses3 := by
  intro operation _hoperation
  refine
    ⟨productionOperationEffectClass3 operation, ?_, ?_⟩
  · intro probe
    rfl
  · intro other hother
    apply productionOperationEffectCoordinateRepresentation_injective
    funext probe
    simpa [productionOperationEffectCoordinateRepresentation3] using
      hother probe
THEOREM productionOperationEffectClass_response_injective · distinctProductionEffectClasses_have_distinguishingProbe · IndisputableMonolith/Foundation/PairKernelExecutableEffectPhysicalExistenceS27.lean
productionOperationEffectClass_response_injective · IndisputableMonolith/Foundation/PairKernelExecutableEffectPhysicalExistenceS27.lean:189
/-- The response recovered from an effect class is faithful. -/
theorem productionOperationEffectClass_response_injective :
    Function.Injective productionOperationEffectClass_response3 := by
  intro left right hresponse
  apply productionOperationEffectClassEquivResponseQuotient3.injective
  apply recognitionResponseQuotientEquiv3.injective
  exact hresponse
distinctProductionEffectClasses_have_distinguishingProbe · IndisputableMonolith/Foundation/PairKernelExecutableEffectPhysicalExistenceS27.lean:172
/-- Distinct physical effect classes are distinguished by a committed
operational probe. This is the no-ghost converse licensed by the observational
quotient: every distinction in this carrier has an operational witness. -/
theorem distinctProductionEffectClasses_have_distinguishingProbe
    (left right : ProductionOperationEffectClass3)
    (hne : left ≠ right) :
    ∃ probe : ProductionOperationEffectProbe3,
      productionOperationEffectClassObservation3 probe left ≠
        productionOperationEffectClassObservation3 probe right := by
  classical
  by_contra hno
  push_neg at hno
  apply hne
  apply productionOperationEffectCoordinateRepresentation_injective
  funext probe
  exact hno probe
THEOREM externalRawOntology_realization_remains_independent · IndisputableMonolith/Foundation/PairKernelExecutableEffectPhysicalExistenceS27.lean
externalRawOntology_realization_remains_independent · IndisputableMonolith/Foundation/PairKernelExecutableEffectPhysicalExistenceS27.lean:502
/-- The exact remaining external-ontology boundary. Committed effects and
their canonical physical observational realization coexist with external
systems that do and do not realize them. Thus S27 does not promote a
separately supplied raw ontology. -/
theorem externalRawOntology_realization_remains_independent :
    CommittedProductionOperations3 ∧
      ∃ left right : PostingPhysicalResponseSystem3.{0} 3,
        ProductionEffectsRealizePhysicalChannels3 left ∧
          ¬ ProductionEffectsRealizePhysicalChannels3 right :=
  committedEffects_admit_physicalRealization_split

What this page does not claim

The theorem does not claim that a specific raw physical carrier is identified with the observation effect quotient. The theorem does not claim that all production operations are witnessed, nontrivial, and conserved. The theorem does not claim that the framework's physical observation classes are the only possible ones.

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