Encyclopedia Foundation Foundation Pair Kernel Scale Covariant Observables S20 Classified Response Obser

ARTICLE 1 claim 1 theorem

Foundation Pair Kernel Scale Covariant Observables S20 Classified Response Obser

A system is physically complete, in this framework, exactly when its responses are distinguishable and it can realize every response its own theory requires.

The observability test

In the Recognition Science framework, the declaration recognition (a discrete record of events) establishes a precise test for when a physical system is complete. The test is an equivalence: a system is complete exactly when it passes two operational checks. First, its responses must distinguish channels: different kinds of events must produce different observable responses. Second, it must realize every parent response that the framework's theory says should exist. This is the content of the theorem responseObservability_implies_carrierComplete.

The theorem is proved in the framework's machine-checked library of formal theorems, with no unproved assumptions. It connects an operational, measurable condition (responses are distinguishable and complete) to a structural one (the system's carrier is coherent and complete). The practical meaning is that completeness is not an abstract postulate but something that can in principle be verified by observing whether the system responds differently to different events and whether it can produce every response its own structure requires.

What the theorem does not claim is just as important. It does not claim that any particular physical system, such as an atom or a detector, actually passes this test. That is a separate, empirical question. The theorem also does not select any absolute unit of duration or energy; it is about the structure of observability, not about fixing a scale. Finally, it does not claim that the framework's parent-response catalog is physically realized; that realization remains a hypothesis to be tested against experiment.

THEOREM responseObservability_implies_carrierComplete · IndisputableMonolith/Foundation/PairKernelScaleCovariantObservablesS20.lean
responseObservability_implies_carrierComplete · IndisputableMonolith/Foundation/PairKernelScaleCovariantObservablesS20.lean:359
/-- Operational response observability discharges both S18 carrier halves. -/
theorem responseObservability_implies_carrierComplete
    {N : ℕ} [NeZero N]
    {system : PostingPhysicalResponseSystem3 N}
    (hobservable :
      PostingCarrierResponseObservability3 system) :
    PostingCarrierCoherenceComplete3 system.physical := by
  apply
    (carrierComplete_iff_injective_and_surjective
      system.physical).2
  exact
    ⟨responseDistinguishability_implies_parentInjective
        hobservable.1,
      responseRealization_implies_parentSurjective
        hobservable.2⟩

What this page does not claim

The theorem does not claim that any specific physical system passes the observability test. The theorem does not select any absolute unit of duration or energy. The theorem does not claim the parent-response catalog is physically realized.

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