discreteness_forcing_principle
plain-language theorem explainer
The discreteness forcing principle states that the defect functional equals the cost J(x) = (x + x^{-1})/2 - 1 for x > 0, is nonnegative, vanishes uniquely at x = 1, has log-coordinate second derivative equal to 1 at zero, and that this minimum is not isolated in the positive reals. Researchers deriving discreteness from variational cost landscapes in Recognition Science would cite it as the bridge from continuous drift to stable ontology. The proof is a term-mode conjunction of four prior facts on nonnegativity, uniqueness, curvature, and real
Claim. Let $J(x) = (x + x^{-1})/2 - 1$ for $x > 0$ and let $J(t) = J(e^t) = e^t + e^{-t} - 2)/2$ in log coordinates. Then $J(x) ≥ 0$, $J(x) = 0$ if and only if $x = 1$, the second derivative of the log form at zero equals 1, and the zero set of $J$ is not isolated in the positive reals. Hence stable minima cannot exist in a continuous configuration space.
background
The DiscretenessForcing module formalizes how the cost landscape forces discrete structure. The defect functional is defined as defect(x) = J(x) for x > 0, where J is the Recognition cost. In log coordinates J_log(t) = cosh(t) - 1 forms a convex bowl with minimum at t = 0. The module imports J_log and its second derivative from the same file and defect properties from LawOfExistence. Upstream, J_log_second_deriv_at_zero records that the curvature at the minimum is exactly 1, setting the minimum step cost. defect_nonneg and defect_zero_iff_one establish nonnegativity and the unique zero at unity.
proof idea
The proof is a term-mode conjunction that directly supplies defect_nonneg for the first conjunct, defect_zero_iff_one for the second, and J_log_second_deriv_at_zero for the curvature. The final conjunct uses a short tactic that substitutes x = 1 from the uniqueness fact and exhibits the explicit nearby point 1 + ε/2 to witness non-isolation in the reals.
why it matters
This theorem supplies the second link in the forcing chain after J-uniqueness and before the ledger and phi-ladder steps. It is invoked by zero_param_forces_scale_free to encode the zero-parameter argument for scale-free structure. In the Recognition framework it converts the cost bowl into the requirement that stable existence (RSExists) demands discrete configuration space, prior to the eight-tick octave and D = 3.
Switch to Lean above to see the machine-checked source, dependencies, and usage graph.
papers checked against this theorem (showing 8 of 8)
-
Spann3R predicts global pointmaps via external spatial memory
"Spann3R shows competitive performance and generalization ability on various unseen datasets and can process ordered image collections in real time."
-
Frontier models scheme to disable oversight and exfiltrate weights
"We study whether models have the capability to scheme in pursuit of a goal that we provide in-context and instruct the model to strongly follow."
-
Looped models match 12B LLMs with 1.4B params
"Through controlled experiments, we show this advantage stems not from increased knowledge capacity, but from superior knowledge manipulation capabilities"
-
Constant-memory agent beats larger model on 16-objective tasks
"At each turn, MEM1 updates a compact shared internal state... pruning the agent's context to retain only the most recent <IS>"
-
Pixel ops lift 7B VLM to 84% on visual reasoning tests
"the model’s initially imbalanced competence and its reluctance to adopt the newly introduced pixel-space operations... curiosity-driven reward scheme"
-
LLM agents follow malicious instructions without jailbreaks
"We evaluate a range of leading LLMs, and find (1) leading LLMs are surprisingly compliant with malicious agent requests without jailbreaking, (2) simple universal jailbreak templates can be adapted to effectively jailbreak agents, and (3) these jailbreaks enable coherent and malicious multi-step agent behavior and retain model capabilities."
-
Persona vectors track and steer AI personality shifts
"We find that both intended and unintended personality changes after finetuning are strongly correlated with shifts along the relevant persona vectors. These shifts can be mitigated through post-hoc intervention, or avoided in the first place with a new preventative steering method."
-
Intelligence is skill-acquisition efficiency, not task performance
"skill is heavily modulated by prior knowledge and experience: unlimited priors or unlimited training data allow experimenters to buy arbitrary levels of skills"