Pith. sign in
module module high

IndisputableMonolith.Foundation.OntologyPredicates

show as:
view Lean formalization →

Operational predicates for Recognition Science existence: a positive configuration is RS-existent exactly when its J-cost defect vanishes. The module packages uniqueness at the unit configuration, bridges to the Law of Existence, and records that the empty configuration is unbounded in defect. Downstream foundation modules import these predicates when forcing logic, initial conditions, and the T0–T8 chain. Arguments are equivalences and uniqueness facts drawn from the cost landscape.

claimA configuration $x$ is RS-existent when $x > 0$ and $\mathrm{defect}(x) = 0$. Equivalently, RS-existence coincides with the Law of Existence (zero defect). The unique positive zero-defect point is $x = 1$. The empty ("nothing") configuration has unbounded defect and is not RS-existent. Stabilization and cost-bridge predicates package the same zero-defect selection for later logic and forcing modules.

background

Recognition Science treats existence as a selection fact, not a primitive ontology. The cost functional $J(x) = \frac{1}{2}(x + x^{-1}) - 1$ (equivalently $\cosh(\log x) - 1$) has a unique minimum at $x = 1$. Defect measures departure from that minimum; the Law of Existence module states the sharp biconditional that $x$ exists if and only if $\mathrm{defect}(x) = 0$.

This module sits on Cost, LawOfExistence, DiscretenessForcing, and PhiForcing. DiscretenessForcing records that the convex bowl of $J$ in log coordinates forces discrete stable structure. PhiForcing shows the golden ratio is forced once a discrete self-similar ledger carries that $J$-cost. OntologyPredicates turns those facts into named existence and stabilization predicates used as the common vocabulary of later foundation proofs.

The operational reading, from the module doc, is selection by cost minimization: positivity plus vanishing defect, not an assumed substrate.

proof idea

Definition-and-bridge module rather than a single deep proof. Core predicate: RS-existence means positivity and zero defect. Equivalence lemmas identify that predicate with the Law of Existence and with defect-zero alone on the positive ray. Uniqueness lemmas pin the sole RS-existent point at $x = 1$ via the unique minimum of $J$. Separate facts show the empty configuration has unbounded defect, hence fails RS-existence. Cost-bridge and stabilization wrappers rephrase the same zero-defect condition for configuration-level arguments downstream. No long tactic developments; the work is packaging upstream cost and existence theorems under stable names.

why it matters in Recognition Science

Supplies the shared existence vocabulary for the foundation layer. UnifiedForcingChain imports it while claiming all of T0–T8 as inevitabilities from the cost foundation (Recognition Composition Law), including T5 $J$-uniqueness, T6 $\phi$, T7 eight-tick octave, and T8 $D = 3$. LogicFromCost uses the predicates to argue that logical consistency is a cost-minimizing state. BiconditionalSelfNegation applies them to show no real configuration satisfies $(\mathrm{defect},c = 0) \leftrightarrow \neg(\mathrm{defect},c = 0)$, with corollaries about the unique zero-defect existent at $x = 1$. InitialCondition draws on the same zero-defect selection when formalizing why the cosmos begins in a low-entropy state. Without these predicates, later modules would restate defect-zero existence ad hoc.

scope and limits

used by (4)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (4)

Lean names referenced from this declaration's body.

declarations in this module (49)