GFT identity
The same calculation as the widget, but as a reproducible script.
Expected: residual < 1e-12
PT mathematics / tool
Directly manipulating the GFT partition between entropy and persistent information.
The calculator makes GFT tactile: choose a distribution and see the total budget split between persistent structure and uncertainty.
When the distribution is uniform, everything is entropy. When it is concentrated, persistence rises.
The tool computes $H(P)$, $D_{KL}(P\|U_m)$, and $\log_2(m)$ for a normalized discrete distribution.
It visually shows that the sum does not move: shifting probability mass does not change the total budget, only its partition.
Computations use base 2: $H=-\sum p_i\log_2 p_i$ and $D_{KL}=\sum p_i\log_2(p_i/(1/m))$. Zeros are ignored in logarithmic sums.
This page illustrates the GFT identity; it depends on no fit and no empirical data.
Monograph: ch04_gft.
The links below point to public resources or planned GitHub repositories. No local working path is exposed to the reader.
The same calculation as the widget, but as a reproducible script.
Expected: residual < 1e-12
Move the sliders: the sum stays equal to the total budget.