Encyclopedia Foundation Foundation Pair Kernel Executable Effect Physical Existence S27 Collapsed Effect
ARTICLE 3 claims 2 theorems 1 model
Foundation Pair Kernel Executable Effect Physical Existence S27 Collapsed Effect
A single physical picture can stand for two different operation effects, and the framework proves this is unavoidable, not a flaw.
The collapsed physicalization
In the Recognition Science framework, a physical system is a discrete record of events, a ledger, where each posting is a recognition event. The framework's machine-checked library of formal theorems contains a declaration, collapsedEffectPhysicalization_identifies_distinctEffects, that proves a specific, limited point: there exist two distinct operation effects that are assigned the same physical state by the canonical physicalization. The proof is constructive: the definition collapsedEffectPhysicalization3 maps every effect class to the same unit value, so the theorem exhibits two different classes, left and right, that both collapse to that single value.
The theorem is a consequence of a deliberate modeling choice, not a discovery about a pre-existing physical world. The framework defines a physicalization as a function from operation effects to physical states. The canonical system here chooses the simplest possible such function: one that sends every effect to the same trivial state. The theorem then states the obvious consequence of that choice: the function is not injective. This is a statement about the definition, not about the nature of physical reality. The framework's own docstring for the module makes this explicit: the canonical system realizes the first two existence claims without a selector, and it does not identify a separately supplied raw carrier with that system.
The theorem's significance is that it separates three distinct existence claims that were previously conflated. First, an operation effect has a class in the Recognition observational quotient. Second, every such class has an explicit operation representative and therefore a realized posting event. Third, a separately supplied raw physical ontology carries every effect. The collapsed physicalization establishes the first two claims, but it does not establish the third. The theorem externalRawOntology_realization_remains_independent proves that a committed production operation set does not force a unique physical realization: there exist two different physical response systems, one that realizes the effects and one that does not. The collapsed physicalization is one possible realization, not the only one.
What the theorem does not claim is as important as what it proves. It does not claim that all physicalizations must collapse distinct effects. It does not claim that the collapsed physicalization is the correct or intended physical model. It does not claim that the framework has derived the existence of a physical world from nothing. The theorem is a precise, narrow statement about a specific definition within the framework's formal system. It proves that a particular, deliberately simple physicalization identifies distinct effects, and it leaves open the question of whether a more refined physicalization, one that preserves the distinctions between effects, exists and is preferred.
THEOREM collapsedEffectPhysicalization_identifies_distinctEffects · IndisputableMonolith/Foundation/PairKernelExecutableEffectPhysicalExistenceS27.lean
/-- The collapsed map identifies observably distinct spatial effects. It is
rejected by effect extensionality, without counting carrier points. -/
theorem collapsedEffectPhysicalization_identifies_distinctEffects :
∃ left right : ProductionOperationEffectClass3,
left ≠ right ∧
collapsedEffectPhysicalization3 left =
collapsedEffectPhysicalization3 right := by
let axis0 : Fin GapDerivation.D :=
⟨0, by norm_num [GapDerivation.D]⟩
let axis1 : Fin GapDerivation.D :=
⟨1, by norm_num [GapDerivation.D]⟩
let left :=
productionOperationEffectClass3
(.spatial
(spatialEdgeActionOperation3
(productionSpatialEvent3 axis0)))
let right :=
productionOperationEffectClass3
(.spatial
(spatialEdgeActionOperation3
(productionSpatialEvent3 axis1)))
refine ⟨left, right, ?_, rfl⟩
apply distinctSpatialAxes_have_distinctEffects
intro haxis
have hval := congrArg Fin.val haxis
norm_num [axis0, axis1] at hval
MODEL collapsedEffectPhysicalization3 · IndisputableMonolith/Foundation/PairKernelExecutableEffectPhysicalExistenceS27.lean
/-- Wrong physicalization control: collapse every executable effect to one
state. -/
def collapsedEffectPhysicalization3
(_ : ProductionOperationEffectClass3) : Unit :=
()
THEOREM externalRawOntology_realization_remains_independent · IndisputableMonolith/Foundation/PairKernelExecutableEffectPhysicalExistenceS27.lean
/-- 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 all physicalizations must identify distinct effects. The theorem does not claim that the collapsed physicalization is the correct physical model. The theorem does not claim that the framework derives the existence of a physical world from nothing.
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:
- What distinguishes a physicalization that preserves effect distinctions from one that collapses them?
- Does the framework prefer a particular physicalization among the possible ones, and on what grounds?
- How does the collapsed physicalization relate to the framework's derivation of three spatial dimensions?
- What is the role of the separate raw physical ontology in the framework's account of physical existence?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM collapsedEffectPhysicalization_identifies_distinctEffects · IndisputableMonolith/Foundation/PairKernelExecutableEffectPhysicalExistenceS27.lean
/-- The collapsed map identifies observably distinct spatial effects. It is rejected by effect extensionality, without counting carrier points. -/ theorem collapsedEffectPhysicalization_identifies_distinctEffects : ∃ left right : ProductionOperationEffectClass3, left ≠ right ∧ collapsedEffectPhysicalization3 left = collapsedEffectPhysicalization3 right := by let axis0 : Fin GapDerivation.D := ⟨0, by norm_num [GapDerivation.D]⟩ let axis1 : Fin GapDerivation.D := ⟨1, by norm_num [GapDerivation.D]⟩ let left := productionOperationEffectClass3 (.spatial (spatialEdgeActionOperation3 (productionSpatialEvent3 axis0))) let right := productionOperationEffectClass3 (.spatial (spatialEdgeActionOperation3 (productionSpatialEvent3 axis1))) refine ⟨left, right, ?_, rfl⟩ apply distinctSpatialAxes_have_distinctEffects intro haxis have hval := congrArg Fin.val haxis norm_num [axis0, axis1] at hvalthere exist two distinct operation effects that are assigned the same physical state by the canonical physicalization collapsedEffectPhysicalization_identifies_distinctEffects · IndisputableMonolith/Foundation/PairKernelExecutableEffectPhysicalExistenceS27.leanMODEL collapsedEffectPhysicalization3 · IndisputableMonolith/Foundation/PairKernelExecutableEffectPhysicalExistenceS27.lean
/-- Wrong physicalization control: collapse every executable effect to one state. -/ def collapsedEffectPhysicalization3 (_ : ProductionOperationEffectClass3) : Unit := ()the definition collapsedEffectPhysicalization3 maps every effect class to the same unit value collapsedEffectPhysicalization3 · IndisputableMonolith/Foundation/PairKernelExecutableEffectPhysicalExistenceS27.leanTHEOREM externalRawOntology_realization_remains_independent · IndisputableMonolith/Foundation/PairKernelExecutableEffectPhysicalExistenceS27.lean
/-- 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_splita committed production operation set does not force a unique physical realization externalRawOntology_realization_remains_independent · IndisputableMonolith/Foundation/PairKernelExecutableEffectPhysicalExistenceS27.lean