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

Foundation Law Of Existence

The law of existence states that to exist is to have zero recognition defect, and the only positive number with zero defect is 1.

The Law of Existence

The law of existence is the Recognition Science statement that existence itself is a recognition event with a forced cost. The law is written as: x exists if and only if defect(x) = 0. Here defect is the same recognition cost function J(x) = (x + 1/x)/2 - 1 that the framework forces from five plain conditions. The module LawOfExistence formalizes this statement and machine-checks its consequences.

The central theorem is unity_unique_existent: for any positive real x, Exists x holds if and only if x = 1. This means 1 is the unique existent among positive numbers. The proof runs through defect_zero_iff_one, which shows that the defect is zero exactly at x = 1. The module also establishes nothing_cannot_exist: for any bound C, there is a positive epsilon such that every positive x below epsilon has defect greater than C. In plain language, numbers arbitrarily close to zero carry arbitrarily large recognition cost, so they cannot exist.

The economic reading is existence_economically_inevitable: there is a unique positive number that minimizes the defect, and that number is 1. The minimum defect is 0, achieved only at 1. The theorem complete_law_of_existence bundles the equivalent conditions: for positive x, Exists x is equivalent to defect x = 0, x in StructuredSet, and x = 1. The set of existents, StructuredSet, is shown to be exactly the singleton {1}.

What this establishes is that the framework's cost function, already forced by symmetry and composition, also fixes what can exist. The law does not add a new postulate; it reads off a consequence of the cost. The uniqueness of 1 as the existent is a machine-checked theorem, not a choice. The module is part of the foundation chain, and its theorems audit to the standard axioms with no RS-specific axioms.

THEOREM law_of_existence · IndisputableMonolith/Foundation/LawOfExistence.lean

THEOREM unity_unique_existent · IndisputableMonolith/Foundation/LawOfExistence.lean

THEOREM defect_zero_iff_one · IndisputableMonolith/Foundation/LawOfExistence.lean

THEOREM nothing_cannot_exist · IndisputableMonolith/Foundation/LawOfExistence.lean

THEOREM existence_economically_inevitable · IndisputableMonolith/Foundation/LawOfExistence.lean

THEOREM structured_set_singleton · IndisputableMonolith/Foundation/LawOfExistence.lean

What this page does not claim

This answer does not claim that the law of existence is a new postulate; it is a theorem from the cost function. This answer does not claim that the law of existence applies to physical objects directly. This answer does not claim that the module proves the full forcing chain from the cost function.

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