pith. sign in
theorem

actual_has_zero_modal_distance

proved
show as:
module
IndisputableMonolith.Philosophy.ModalOntologyStructure
domain
Philosophy
line
185 · github
papers citing
none yet

plain-language theorem explainer

The identity configuration x=1 has zero modal distance under the Recognition Science definition of modalDistance as J-cost deviation from unity. Modal metaphysicians would cite this to ground the actual world at the unique J-minimizer. The proof is a direct term application of the defect_at_one lemma establishing zero defect at x=1.

Claim. The modal distance of the actual world is zero: $modalDistance(1) = 0$, where modalDistance measures J-cost deviation from the identity configuration $x=1$.

background

In the ModalOntologyStructure module, modal logic is reinterpreted through J-cost minimization. Necessity holds only for the unique J-minimizer at x=1, possibility for any positive ratio, and actuality for the J-minimum. The defect function quantifies non-negative J-cost deviation, with modalDistance defined as this cost distance from x=1. Upstream, defect_at_one states defect(1)=0 by direct simplification using the definitions of defect and J. This sits inside the Recognition Science forcing chain where T5 enforces J-uniqueness at the self-similar fixed point.

proof idea

The proof is a one-line term proof that directly invokes the defect_at_one theorem from LawOfExistence. Because modalDistance coincides with the defect function at the identity, the equality modalDistance(1)=0 follows immediately by substitution.

why it matters

This supplies the zero-distance base case for the PH-013 modal certificate, which resolves necessity as unique J-minimizer, possibility as positive ratio, and actuality as the J-minimum. It is used by ph013_modal_certificate to close the S5 chain (necessity implies actuality implies possibility). In the framework it anchors modal metaphysics to the same J-cost structure that forces the eight-tick octave and D=3 spatial dimensions.

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