Encyclopedia Foundation Foundation Non Triviality From Distinguishability Distinguishability Of Absolute

ARTICLE 3 claims 3 theorems

Foundation Non Triviality From Distinguishability Distinguishability Of Absolute

A single axiom, that comparison can tell two quantities apart, replaces a weaker assumption and keeps the framework's logic from collapsing into a trivial zero.

The floor that distinguishes

In the Recognition Science framework, a foundational structure called the ledger, a discrete record of comparison events, must satisfy several logical laws. A central question is whether these laws force the ledger to be non-trivial, meaning it actually distinguishes between different quantities. A weaker, earlier assumption simply posited this non-triviality. The declaration distinguishability_of_absoluteFloor strengthens the foundation by proving that a stronger, more natural condition, called distinguishability, follows from a set of axioms that include an absolute floor.

Distinguishability is the claim that comparison is not vacuous: there exists at least one pair of distinct positive quantities whose comparison cost is non-zero. The theorem shows that if a comparison operator satisfies the laws of identity, non-contradiction, excluded middle, scale invariance, route independence, and possesses an absolute floor, then it must be distinguishable. The absolute floor is a witness that there is some fundamental, non-zero unit of comparison. The proof constructs this pair directly from the floor and the operator's detection property, which states that for any two distinct positive ratios, the comparison cost is non-zero.

This result is significant because it replaces a mere posit with a derived consequence. The earlier formulation, NonTrivial, was an assumption added to rule out the constant-zero operator, which vacuously satisfies the other logical laws. The new theorem shows that the more fundamental Aristotelian content of distinguishability is equivalent to non-triviality under scale invariance. This makes the framework's foundation more principled: the non-triviality of the ledger is no longer an extra commitment but a consequence of a more basic requirement about comparison being operative.

In Recognition Science, this theorem is a step toward grounding the framework's structure in more natural principles. It does not, however, prove that the specific cost function J(x) = (x + 1/x)/2 - 1 exists or is unique. It only establishes that a non-zero comparison must exist under the given axioms. It also does not claim that the absolute floor itself is derived; it is an axiom in this structure. Finally, the theorem does not say anything about the physical world; it is a statement about the formal logic of the framework.

THEOREM distinguishability_of_absoluteFloor · IndisputableMonolith/Foundation/NonTrivialityFromDistinguishability.lean
/-- Absolute-floor Law-of-Logic data supplies ordinary distinguishability. -/
theorem distinguishability_of_absoluteFloor
    (C : ComparisonOperator) (h : SatisfiesLawsOfLogicAbsoluteFloor C) :
    Distinguishability C := by
  obtain ⟨x, y, hxy⟩ :=
    AbsoluteFloorClosure.bare_distinguishability_of_absolute_floor h.floor
  exact ⟨x.1, y.1, x.2, y.2, h.detects_floor x y hxy⟩
THEOREM constZero_not_nonTrivial · IndisputableMonolith/Foundation/NonTrivialityFromDistinguishability.lean
/-- Constant zero fails non-triviality. -/
theorem constZero_not_nonTrivial : ¬ NonTrivial constZero := by
  intro ⟨_, _, h⟩
  exact h rfl
THEOREM nonTrivial_iff_distinguishability · IndisputableMonolith/Foundation/NonTrivialityFromDistinguishability.lean
/-- **Equivalence theorem**: under scale invariance, distinguishability
and non-triviality are the same condition. -/
theorem nonTrivial_iff_distinguishability
    (C : ComparisonOperator) (hSI : ScaleInvariant C) :
    NonTrivial C ↔ Distinguishability C :=
  ⟨distinguishability_of_nonTrivial C, nonTrivial_of_distinguishability C hSI⟩

What this page does not claim

The theorem does not prove the existence or uniqueness of the cost function J(x). The absolute floor is not derived but is an axiom in this structure. The theorem makes no claims about the physical world.

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