Encyclopedia Foundation Foundation Pair Kernel Production Effect Physicality S26 Consumer Production Eff

ARTICLE 5 claims 5 theorems

Foundation Pair Kernel Production Effect Physicality S26 Consumer Production Eff

A machine-checked theorem in the Recognition Science library proves that production effects sort into exactly five kinds, with a universal way to map them onto any other structure.

The five effect classes

In the Recognition Science framework, a ledger is a discrete record of events, and production effects are the changes a ledger records when one operation follows another. The theorem productionEffect_source_consumer establishes a precise classification: every production effect falls into exactly one of five classes. This is not a convention or a modeling choice; it is a proved result in the framework's machine-checked library of formal theorems.

The proof shows three things at once. First, the number of effect classes is exactly five. Second, every production operation can be observed: for each operation there exists a probe that returns a nonzero reading, so no operation is invisible to measurement. Third, the map from operations to their effect classes is injective, meaning two different operations never share the same class, and it satisfies a universal property: any structure that respects the effect classes in the right way factors uniquely through them. In plain terms, the five classes are not an arbitrary list but the minimal complete sorting that any consistent accounting of production must use.

This classification is the foundation for later results in the framework. Under an additional assumption that production effects realize physical channels, the framework derives that physical readouts for duration, energy, and action all normalize to a single canonical price, and the physical carrier dimension is five as well. That physical step is conditional: it holds only when the exact effect-to-channel realization arrow is supplied, and the framework states plainly that this condition is not automatic.

What the theorem does not claim is just as important. It does not say that the physical world must have five dimensions or that any particular experiment confirms the classification. The theorem is about the abstract structure of production effects in the ledger model. The physical realization step is a separate, conditional result that depends on an unproved premise about how effects map to channels. The five classes are a structural fact about the framework's accounting, not a measurement of nature.

THEOREM productionEffect_source_consumer · IndisputableMonolith/Foundation/PairKernelProductionEffectPhysicalityS26Consumer.lean
/-- The complete source-effect result consumed as one package. -/
theorem productionEffect_source_consumer :
    Fintype.card ProductionOperationEffectClass3 = 5 ∧
      (∀ operation : ProductionSourceOperation3,
        ∃ probe : ProductionOperationEffectProbe3,
          productionOperationEffectObservation3 probe operation = 1) ∧
      Function.Injective
        productionOperationEffectCoordinateRepresentation3 ∧
      (∀ {β : Type*}
          (map : ProductionSourceOperation3 → β),
        ProductionOperationEffectInvariantMap3 map →
          ∃! descended :
              ProductionOperationEffectClass3 → β,
            ∀ operation,
              descended
                  (productionOperationEffectClass3 operation) =
                map operation) :=
  ⟨productionOperationEffectClass_card_eq_five,
    everyProductionOperation_has_nontrivialEffect,
    productionOperationEffectCoordinateRepresentation_injective,
    productionOperationEffectInvariantMap_factors_unique⟩
THEOREM productionEffect_source_consumer · IndisputableMonolith/Foundation/PairKernelProductionEffectPhysicalityS26Consumer.lean
/-- The complete source-effect result consumed as one package. -/
theorem productionEffect_source_consumer :
    Fintype.card ProductionOperationEffectClass3 = 5 ∧
      (∀ operation : ProductionSourceOperation3,
        ∃ probe : ProductionOperationEffectProbe3,
          productionOperationEffectObservation3 probe operation = 1) ∧
      Function.Injective
        productionOperationEffectCoordinateRepresentation3 ∧
      (∀ {β : Type*}
          (map : ProductionSourceOperation3 → β),
        ProductionOperationEffectInvariantMap3 map →
          ∃! descended :
              ProductionOperationEffectClass3 → β,
            ∀ operation,
              descended
                  (productionOperationEffectClass3 operation) =
                map operation) :=
  ⟨productionOperationEffectClass_card_eq_five,
    everyProductionOperation_has_nontrivialEffect,
    productionOperationEffectCoordinateRepresentation_injective,
    productionOperationEffectInvariantMap_factors_unique⟩
THEOREM productionEffect_source_consumer · IndisputableMonolith/Foundation/PairKernelProductionEffectPhysicalityS26Consumer.lean
/-- The complete source-effect result consumed as one package. -/
theorem productionEffect_source_consumer :
    Fintype.card ProductionOperationEffectClass3 = 5 ∧
      (∀ operation : ProductionSourceOperation3,
        ∃ probe : ProductionOperationEffectProbe3,
          productionOperationEffectObservation3 probe operation = 1) ∧
      Function.Injective
        productionOperationEffectCoordinateRepresentation3 ∧
      (∀ {β : Type*}
          (map : ProductionSourceOperation3 → β),
        ProductionOperationEffectInvariantMap3 map →
          ∃! descended :
              ProductionOperationEffectClass3 → β,
            ∀ operation,
              descended
                  (productionOperationEffectClass3 operation) =
                map operation) :=
  ⟨productionOperationEffectClass_card_eq_five,
    everyProductionOperation_has_nontrivialEffect,
    productionOperationEffectCoordinateRepresentation_injective,
    productionOperationEffectInvariantMap_factors_unique⟩
THEOREM productionEffect_source_consumer · IndisputableMonolith/Foundation/PairKernelProductionEffectPhysicalityS26Consumer.lean
/-- The complete source-effect result consumed as one package. -/
theorem productionEffect_source_consumer :
    Fintype.card ProductionOperationEffectClass3 = 5 ∧
      (∀ operation : ProductionSourceOperation3,
        ∃ probe : ProductionOperationEffectProbe3,
          productionOperationEffectObservation3 probe operation = 1) ∧
      Function.Injective
        productionOperationEffectCoordinateRepresentation3 ∧
      (∀ {β : Type*}
          (map : ProductionSourceOperation3 → β),
        ProductionOperationEffectInvariantMap3 map →
          ∃! descended :
              ProductionOperationEffectClass3 → β,
            ∀ operation,
              descended
                  (productionOperationEffectClass3 operation) =
                map operation) :=
  ⟨productionOperationEffectClass_card_eq_five,
    everyProductionOperation_has_nontrivialEffect,
    productionOperationEffectCoordinateRepresentation_injective,
    productionOperationEffectInvariantMap_factors_unique⟩
THEOREM effectRealizedProduction_scaleCovariant_consumer_exists · IndisputableMonolith/Foundation/PairKernelProductionEffectPhysicalityS26Consumer.lean
effectRealizedProduction_scaleCovariant_consumer_exists · IndisputableMonolith/Foundation/PairKernelProductionEffectPhysicalityS26Consumer.lean:62
/-- S17-S20 physical readouts compile once the exact effect-to-channel
realization arrow is supplied. -/
theorem effectRealizedProduction_scaleCovariant_consumer_exists
    (system : PostingPhysicalResponseSystem3.{0} 3)
    (hrealize :
      ProductionEffectsRealizePhysicalChannels3 system) :
    ∃ event : RealizedPostingEvent3 3,
      normalizedPostingDuration3
          (observableProductionScaleCovariantPostingReadoutSemantics3
            system
            ((productionOperationSelectors_iff_observableExhaustion
              system).1
              ((productionEffectsRealizeChannels_iff_operationSelectors
                system).1 hrealize)))
          event.1 = 1 ∧
        normalizedPostingEnergy3
          (observableProductionScaleCovariantPostingReadoutSemantics3
            system
            ((productionOperationSelectors_iff_observableExhaustion
              system).1
              ((productionEffectsRealizeChannels_iff_operationSelectors
                system).1 hrealize)))
          event.1 =
            canonicalPostingEventChannelPrice3 event ∧
        normalizedPostingAction3
          (observableProductionScaleCovariantPostingReadoutSemantics3
            system
            ((productionOperationSelectors_iff_observableExhaustion
              system).1
              ((productionEffectsRealizeChannels_iff_operationSelectors
                system).1 hrealize)))
          event.1 =
            canonicalPostingEventChannelPrice3 event ∧
        physicalPostingCarrierDimension3
          (observableProductionPhysicalChannelCarrier3
            system
            ((productionOperationSelectors_iff_observableExhaustion
              system).1
              ((productionEffectsRealizeChannels_iff_operationSelectors
                system).1 hrealize)))
          event = 5 ∧
        PostingCarrierResponseObservability3
          (observableProductionResponseSystem3
            system
            ((productionOperationSelectors_iff_observableExhaustion
              system).1
              ((productionEffectsRealizeChannels_iff_operationSelectors
                system).1 hrealize))) := by
  exact
    operationSelectedProduction_scaleCovariant_consumer_exists
      system
      ((productionEffectsRealizeChannels_iff_operationSelectors
        system).1 hrealize)

What this page does not claim

The theorem does not assert that physical space has five dimensions. The theorem does not claim any experimental confirmation of the five classes. The physical realization step is conditional and not proved unconditionally.

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