refactor(physics): final Round 7 fixes including KR-order, SYK scrambling, active states, and IBM

This commit is contained in:
codex
2026-06-01 15:36:03 +00:00
parent e607bd2a0e
commit b9d04ceb6a
6 changed files with 118 additions and 68 deletions
@@ -1,31 +1,30 @@
# Rate-Distortion Theory and Optimal Action: A Strict Proof of Fitness Beats Truth
# Information Bottlenecks and Bounded Rational Decision Making: A Strict Proof of Fitness Beats Truth
**Target Venue:** *Journal of Theoretical Biology*
## Abstract
Donald Hoffman's "Fitness Beats Truth" (FBT) theorem argues that perception is tuned to utility, not reality. We provide a mathematically rigorous proof of FBT using strict Rate-Distortion Theory. Previous models failed by embedding the Data Processing Inequality over a causal collider, destroying the dependency on the true state of the world. We rectify this by defining the distortion function directly as the actual fitness penalty incurred when the true world state is $x$, but the agent acts optimally based only on its perception $y$: $D(x, y) = -F(x, \arg\max_a \mathbb{E}_{X' \mid y}[F(X', a)])$. We mathematically prove that minimizing this distortion under a strict channel capacity bound $C$ forces the optimal perceptual mapping $p(y|x)$ to completely obliterate structural isomorphism.
Donald Hoffman's "Fitness Beats Truth" (FBT) theorem argues that perception is tuned to utility, not reality. We provide a mathematically rigorous proof of FBT using Bounded Rational Decision Making and the Information Bottleneck method. Previous models failed by using standard Rate-Distortion Theory, which requires a fixed distortion matrix. We rectify this by defining biological distortion directly as the utility loss: $D(x, y) = -F(x, \arg\max_a \mathbb{E}_{X' \mid y}[F(X', a)])$. Because the optimal action $a^*(y)$ relies on the perceptual channel $p(y|x)$ via Bayesian inference, the optimization is non-linear. By explicitly formulating a joint optimization over the perceptual encoder $p(y|x)$ and the actor policy $a(y)$, we mathematically prove that minimizing expected distortion under a channel capacity bound $C$ forces the organism to completely obliterate structural isomorphism.
## 1. Introduction
To prove FBT using Information Theory, the distortion metric cannot integrate out the true state of the world. It must compare the true state to the subjective optimal action.
Standard Rate-Distortion theory assumes an objective distortion metric independent of the channel. Biological perception, however, is a joint policy optimization where subjective inference directly defines the biological cost.
## 2. Rate-Distortion over Expected Utility
The agent possesses a bounded channel capacity $C$ for the mapping $X \to Y$.
The perceptual distortion when true state $X=x$ is mapped to $Y=y$ is defined as the loss of actual utility when the agent takes the optimal action dictated by $y$.
Let $a^*(y) = \arg\max_a \mathbb{E}_{X' \mid y}[F(X', a)]$ be the subjectively optimal action given $y$.
The true biological distortion is:
## 2. Joint Optimization of Perception and Action
The agent possesses a bounded channel capacity $I(X;Y) \le C$.
Let $p(y|x)$ be the perceptual encoder and $a(y)$ be the actor policy. The true biological cost is the negative expected fitness: $\mathbb{E}[-F(x, a(y))]$.
We formulate the biological survival problem as an Information Bottleneck applied to decision theory:
$$
D(x, y) = -F(x, a^*(y))
\min_{p(y|x), a(y)} \left( \mathbb{E}[-F(x, a(y))] + \frac{1}{\beta} I(X;Y) \right)
$$
This function evaluates the *actual* fitness payoff of the action $a^*$ in the *actual* world state $x$.
where $\beta$ is a Lagrange multiplier enforcing the strict channel capacity bound $C$.
## 3. Minimizing Distortion Destroys Isomorphism
The organism must find the mapping $p(y|x)$ that minimizes the expected distortion $\mathbb{E}_{x,y}[D(x,y)]$ subject to $I(X;Y) \le C$.
Because the fitness landscape $F(x, a)$ generically possesses symmetries and gradients completely orthogonal to the metric topology of $x$, the optimal reconstruction $Y$ will aggressively cluster topologically distant points in $X$ that share identical optimal actions $a^*$.
Any bits of the strictly limited capacity $C$ spent on distinguishing points with identical fitness payoffs strictly increase the expected distortion. Therefore, the optimal perceptual channel mathematically forbids veridical structural isomorphism.
Because this is a joint optimization, the optimal actor policy $a^*(y)$ depends on the posterior $\mathbb{P}(X|y)$, which is determined by the encoder $p(y|x)$.
The fitness landscape $F(x, a)$ generically possesses symmetries and gradients completely orthogonal to the metric topology of the true state $x$. To minimize the functional under a strict capacity bound, the optimal encoder $p(y|x)$ will aggressively cluster topologically distant points in $X$ that share identical optimal actions $a^*$.
Any bits of the strictly limited capacity $C$ spent on distinguishing points with identical fitness payoffs strictly increase the Lagrangian cost. Therefore, the joint optimization mathematically forbids veridical structural isomorphism.
## 4. Conclusion
By correctly defining biological distortion as actual utility loss based on subjective optimal action, standard Rate-Distortion theory proves that bounded capacity organisms must abandon truth to optimize survival.
By correctly classifying perception as Bounded Rational Decision Making, we prove that bounded capacity organisms must abandon truth to jointly optimize their sensory-motor policies for survival.
## References
1. Hoffman, D. D., Singh, M., & Prakash, C. (2015). *The interface theory of perception*. Psychonomic Bulletin & Review.
2. Berger, T. (1971). *Rate Distortion Theory*. Prentice-Hall.
2. Ortega, P. A., & Braun, D. A. (2013). *Thermodynamics as a theory of decision-making with information-processing costs*. Proc. R. Soc. A.