Encyclopedia Foundation Foundation Primitive Recognition Calculus Quotient Examples Empty Observable Pha

ARTICLE 1 claim 1 theorem

Foundation Primitive Recognition Calculus Quotient Examples Empty Observable Pha

When no measurement can tell two states apart, the physical quotient fuses them into one: a toy example of how recognition forces equivalence.

The empty observable collapse

In mathematics, a quotient is a way of declaring certain things equivalent and then treating each group of equivalent things as a single object. The Recognition Science declaration empty_observable_phase_quotient proves a deliberately simple case: if you have a set of phase states (here modeled as integers) and you admit no observables at all, then every state is identified with every other state. The proof is immediate: two states are physically the same when no admitted observable can distinguish them, and with an empty observable family, nothing can distinguish anything.

The declaration is a theorem in the framework's machine-checked library of formal theorems, part of a larger example file that illustrates how the physical quotient behaves in extreme cases. Its companion theorem shows the opposite extreme: if you admit all integer-valued observables, then the quotient is trivial, meaning distinct states remain distinct. Together they bracket the spectrum of possibilities: no observables collapses everything to one class, full observables separates everything.

In Recognition Science, the ledger (a discrete record of recognition events) and the cost of recognition force much of the framework's structure. This quotient example is a toy, not a physical claim: it does not assert that any actual physical system has empty observables, nor does it derive the fine-structure constant or any other measured quantity. It exists to make precise, in a formal setting, what "indistinguishable" means when the observable family is empty.

THEOREM empty_observable_phase_quotient · IndisputableMonolith/Foundation/PrimitiveRecognitionCalculus/QuotientExamples.lean
/-- If the admitted observable family is empty, every phase state is
indistinguishable and therefore identified by the physical quotient. -/
theorem empty_observable_phase_quotient (x y : PhaseState) :
    proj (X := PhaseState) (C := ℤ) (∅ : Set (PhaseState → ℤ)) x
      = proj (X := PhaseState) (C := ℤ) (∅ : Set (PhaseState → ℤ)) y := by
  apply identified_of_obsEquiv
  intro f hf
  cases hf

What this page does not claim

It does not claim that any actual physical system has an empty observable family. It does not derive any measured physical constant or empirical prediction. It does not establish anything about the framework's cost function or the golden ratio.

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/PrimitiveRecognitionCalculus/QuotientExamples.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