refactor(physics): final foundational cybernetic and thermodynamic fixes for Round 6 critiques
This commit is contained in:
@@ -3,25 +3,28 @@
|
||||
**Target Venue:** *Journal of Theoretical Biology*
|
||||
|
||||
## Abstract
|
||||
Donald Hoffman's "Fitness Beats Truth" (FBT) theorem argues that perception is tuned to utility, not reality. Previous attempts to prove FBT using the Information Bottleneck method fatally misidentified the causal structure of biological fitness, violating the Data Processing Inequality by placing a collider downstream of perception. We rectify this by reformulating FBT using strict Rate-Distortion Theory. By defining the distortion function directly as the negative expected fitness of the agent's optimal action ($D(x, y) = -\max_a \mathbb{E}[F(x, a) \mid y]$), we completely bypass the causal collider trap. 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 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.
|
||||
|
||||
## 1. Introduction
|
||||
Fitness $F$ is a causal collider of World $X$ and Action $A$. Thus, modeling $X \to Y \to A \to F$ as a linear Markov chain breaks basic causal inference. We must define distortion through expected optimal action.
|
||||
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.
|
||||
|
||||
## 2. Rate-Distortion over Expected Utility
|
||||
The agent possesses a channel capacity $C$ for the mapping $X \to Y$.
|
||||
Instead of tracking mutual information to $F$, we embed fitness directly into the distortion metric. The perceptual distortion when state $X=x$ is mapped to $Y=y$ is defined as the loss of 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:
|
||||
$$
|
||||
D(x, y) = -\max_a \mathbb{E}[F(x, a) \mid y]
|
||||
D(x, y) = -F(x, a^*(y))
|
||||
$$
|
||||
This function evaluates the *actual* fitness payoff of the action $a^*$ in the *actual* world state $x$.
|
||||
|
||||
## 3. Minimizing Distortion Destroys Isomorphism
|
||||
The organism must find the mapping $p(y|x)$ that minimizes the expected distortion $\sum_{x,y} p(x)p(y|x)D(x,y)$ subject to the capacity constraint $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 fitness payoffs.
|
||||
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 structural 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.
|
||||
|
||||
## 4. Conclusion
|
||||
By correctly defining biological distortion as expected utility loss, standard Rate-Distortion theory proves that bounded capacity organisms must abandon truth to optimize survival.
|
||||
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.
|
||||
|
||||
## References
|
||||
1. Hoffman, D. D., Singh, M., & Prakash, C. (2015). *The interface theory of perception*. Psychonomic Bulletin & Review.
|
||||
|
||||
Reference in New Issue
Block a user