pith. sign in
theorem

existence_economically_inevitable

proved
show as:
module
IndisputableMonolith.Foundation.LawOfExistence
domain
Foundation
line
171 · github
papers citing
7 papers (below)

plain-language theorem explainer

Existence is economically inevitable because the positive real 1 is the unique minimizer of the defect functional among all positive reals. Researchers formalizing the Recognition Science Law of Existence cite this result to ground realizability in a global cost minimum. The term proof exhibits 1 as witness, verifies minimality via nonnegativity after rewriting defect(1) to zero, and recovers uniqueness by forcing any other minimizer to have zero defect and hence equal 1.

Claim. There exists a unique positive real number $x$ such that for every positive real $y$, defect$(x) ≤$ defect$(y)$. Equivalently, $x=1$ is the unique global minimizer of the defect functional on the positive reals.

background

In the Law of Existence module the defect functional is defined by defect$(x) := J(x)$ for real $x$, where $J$ is the cost function supplied by the Cost axioms. The Law of Existence asserts that a positive ratio $x$ exists if and only if its defect vanishes. Upstream results establish defect$(1)=0$, nonnegativity of defect on positive arguments, and the characterization defect$(x)=0$ if and only if $x=1$ (via defect_zero_iff_one). The arithmetic lemma le_antisymm is used to equate quantities that bound each other from above and below. This theorem sits inside the complete formalization that equates existence, zero defect, membership in the structured set, and equality to unity.

proof idea

The proof is a term-mode construction that refines the unique existence to the witness 1. It first shows that 1 satisfies the minimality condition by rewriting defect(1) to zero via defect_at_one and invoking defect_nonneg on positive arguments. For uniqueness it assumes another positive $z$ that also minimizes defect, deduces defect$(z) ≤$ defect$(1)=0$, combines with nonnegativity to obtain defect$(z)=0$, and applies defect_zero_iff_one to conclude $z=1$.

why it matters

This declaration completes the economic interpretation of the Law of Existence by proving that realizability is forced at the unique minimum of the defect cost. It directly supports the equivalence theorems listed in the module documentation, including unity_unique_existent and law_of_existence, which equate existence with zero defect and with $x=1$. In the Recognition framework it anchors the J-uniqueness property and the self-similar fixed point, ensuring physical existence selects the balance point $x=1$.

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.