RECOGNITION ENCYCLOPEDIA COMPILED 2026-08-06 · PUBLIC EDITION · SOURCES: 1 LEAN MODULE

Foundation Determinism

Foundation determinism is the machine-checked claim that each ledger update has exactly one allowed next state, with apparent randomness arising only from an observer's finite resolution.

Foundation Determinism

Foundation determinism is the Recognition Science answer to a long-standing question: is the universe deterministic or fundamentally random? The answer is both, but about different things. The ledger, the record of recognition events, is deterministic. Observation of that ledger is lossy, and the loss is where apparent randomness comes from. The framework forces the deterministic half and formalizes the lossy half; it does not claim to force that the observer's projection is the only source of randomness in every conceivable setting.

The deterministic half rests on a forced fact about the cost function. The cost function, the forced measure of mismatch in a recognition event, is strictly convex on positive numbers: its second derivative is positive everywhere above zero. A strictly convex function minimized over a convex set of feasible points has exactly one minimizer. The theorem unique_minimizer_principle states this for any constrained problem on positive reals. So for any ledger update, the next state is uniquely determined by the current state and the constraint. There is no choice in the dynamics.

The apparent-randomness half is a formal statement about observers. An observer is defined by a finite resolution, a positive natural number of distinguishable states. The projection map sends each real-valued state to one of those finitely many bins. The theorem projection_lossy forces that distinct states can land in the same bin. A finite-resolution observer looking at a deterministic process therefore sees a coarse-grained sequence that can look random. The Born rule, the squared-amplitude probability law of quantum mechanics, is identified in the framework's docstring as the projection of deterministic cost minimization onto an observer's resolution. That identification is stated in the module's commentary, not forced as a theorem in the formal file.

The resolution theorem, determinism_resolution, packages the whole picture. It forces two things together: every positive number other than 1 has a positive defect, and 1 is the unique positive number with defect zero. The defect is the mismatch the cost function measures, so this says the ledger has exactly one self-consistent resting point and every other state carries a positive cost that drives it toward that point. Determinism and the uniqueness of the fixed point are the same fact seen from two angles.

What this changes is the shape of the randomness debate. The framework does not choose sides between determinism and randomness; it assigns each word to a different object. Reality is deterministic because the cost minimizer is unique. Observation appears random because the projection is lossy. Both sides of the old debate are correct, but about different things. The open question is whether the physical bridge from recognition to observable quantum randomness can be made fully rigorous, since the module states the Born-rule identification as commentary rather than as a forced theorem.

THEOREM Jcost_second_deriv_positive · IndisputableMonolith/Foundation/Determinism.lean

THEOREM unique_minimizer_principle · IndisputableMonolith/Foundation/Determinism.lean

THEOREM projection_lossy · IndisputableMonolith/Foundation/Determinism.lean

THEOREM determinism_resolution · IndisputableMonolith/Foundation/Determinism.lean

What this page does not claim

The Born rule is not forced in this module; it is identified in commentary only. The physical bridge from recognition to observable quantum randomness is not established here. The module does not claim that every apparent randomness in nature is fully explained by finite resolution.

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