FORMAL MODEL · O0-MATH-007

Compression vs. Genuine Integration: Formal Criteria

STATUSINCONCLUSIVE
EVIDENCE TYPECONCEPTUAL FRAMEWORK
REPLICATIONN/A
PHYSICAL VALIDATIONNONE
VERSION1.0
DATE

O0-MATH-007

Compression vs. Genuine Integration: Formal Criteria

**Version:** 1.0

**Research status:** ACTIVE


CLAIM STATUS: OPEN INVESTIGATION
EVIDENCE TYPE: MATHEMATICAL FORMALIZATION
PHYSICAL VALIDATION: NONE
INDEPENDENT REPLICATION: N/A
PHILOSOPHICAL PROVENANCE: O/0 ARCHIVE
ARCHIVE ENDORSEMENT: LIMITED TO REPORTED RESULT

Abstract

This document formalizes the distinction between two modes of information structuring observed in O/0 substrate simulations: *compression* (mutual information reduction without synergistic gain) and *genuine integration* (the creation of information structures that are irreducible to their parts). We define both concepts using information-theoretic measures — mutual information, integrated information (Phi), and partial information decomposition (PID) — propose measurable criteria for distinguishing them, and present partial results from application to simulation data. The core question is whether boundary formation in the O/0 substrate constitutes genuine integration or is merely efficient compression.

Source proposition

The O/0 archive claims that boundaries create genuine "unity" — that the agent-interior is not merely a collection of parts but an integrated whole. This document tests whether the information-theoretic signatures of boundary formation support integration (irreducible to parts) versus compression (reducible to parts, but efficiently encoded).

Scientific audit

Integrated Information Theory (IIT; Tononi, 2004) and Partial Information Decomposition (PID; Williams & Beer, 2010) provide established frameworks for quantifying integration and synergy. The application to computational substrates is standard (Mediano et al., 2019). The challenge is computational: exact Phi computation is NP-hard, requiring approximations. We use established approximation methods and clearly state their limitations.

Research question

Can boundary formation in the O/0 substrate be distinguished from mere data compression using information-theoretic integration measures? If so, which boundaries exhibit genuine integration and which are compressive artifacts?

Operational definitions

1. **Mutual information (MI)**: I(X; Y) = H(X) + H(Y) - H(X, Y), quantifying shared information between subsystems X and Y.

2. **Compression**: A transformation that reduces MI between a system and its environment while preserving predictive accuracy. Formally, a map C: S -> S' with I(S'; E) <= I(S; E) and prediction error ||s - decode(C(s))|| <= epsilon.

3. **Integrated information (Phi)**: The amount by which the whole system's information exceeds the sum of its parts' information, minimized over all bipartitions.

4. **Synergistic information**: Information in the joint state (X_1, ..., X_n) that is not present in any proper subset, quantified via PID.

5. **Genuine integration**: A boundary configuration with Phi > Phi_threshold and synergy > synergy_threshold, where thresholds are defined relative to appropriate null models.

Hypothesis

Boundary formation in the O/0 substrate produces genuine integration (high Phi, high synergy) rather than mere compression (low MI with low Phi). The integrated information increases during boundary formation and saturates at a level significantly above the null model.

Null hypothesis

Boundary formation is purely compressive: it reduces mutual information between interior and exterior without creating synergistic information structures. Phi is not significantly different from that of a randomly partitioned system.

Competing explanations

1. High Phi may be an artifact of the coarse-graining chosen for the analysis rather than a property of the system.

2. Compression and integration may be endpoints of a continuum rather than a binary distinction, making the categorization arbitrary.

3. The approximations required for Phi computation may produce systematic biases that inflate integration estimates.

Formal model

**Definition 1 (Mutual Information Reduction).** Let S = (S_1, ..., S_N) be the full substrate state and E an external reference. A transformation T: S -> S' achieves *compression* if:

I(S'; E) < I(S; E)

and the reconstruction error is bounded:

E[||S - T^{-1}(S')||^2] <= D

for some distortion bound D > 0. The compression ratio is:

rho = I(S'; E) / I(S; E)

**Definition 2 (Integrated Information Phi).** For a system with state space X = X_1 x ... x X_n and transition probability p(x(t+1) | x(t)), define the cause-effect structure. The integrated information is:

Phi(X) = min_{partition P = (M_1, M_2)} [I(X_{M_1}(t); X_{M_2}(t+1)) + I(X_{M_2}(t); X_{M_1}(t+1))]

This is the minimum mutual information across all bipartitions. A system is integrated if Phi > 0.

For computational tractability, we use the geometric integrated information (Phi_G; Barrett & Seth, 2011):

Phi_G = H(X(t+1) | X(t)) - sum_k H(X_k(t+1) | X_k(t))

measuring the excess of whole-system predictability over part-by-part predictability.

**Definition 3 (Partial Information Decomposition).** For target variable Y and source variables X_1, ..., X_n, the total information I(X_1, ..., X_n; Y) decomposes into:

I(X_1, ..., X_n; Y) = Redundancy + Unique_1 + ... + Unique_n + Synergy

where:

  • Redundancy: information available from ANY single source.
  • Unique_k: information available ONLY from source k.
  • Synergy: information available ONLY from the joint (X_1, ..., X_n) and not from any proper subset.

For two sources (n=2):

I(X_1, X_2; Y) = Red(X_1, X_2; Y) + Uniq_1(X_1; Y | X_2) + Uniq_2(X_2; Y | X_1) + Syn(X_1, X_2; Y)

**Definition 4 (Compression Criterion).** A boundary configuration is *compressive* if:

  • rho < rho_threshold (significant MI reduction),
  • Phi_G / Phi_G^{null} < 2 (integration not significantly above null),
  • Synergy / I_total < 0.1 (synergy is a small fraction of total information).

**Definition 5 (Integration Criterion).** A boundary configuration exhibits *genuine integration* if:

  • Phi_G / Phi_G^{null} > 3 (integration significantly above null),
  • Synergy / I_total > 0.2 (substantial fraction of information is synergistic),
  • The integrated core (maximally integrated subsystem) coincides with the agent interior.

**Theorem 1 (Compression-Integration Inequality).** For any boundary B separating interior I from exterior E:

Phi_G(I union B) >= I(I; E) - I(I; E | B) - H(B | I)

In words: the integrated information of the agent (interior + boundary) is bounded below by the information the boundary "captures" about the interior-exterior relationship, minus the boundary's own conditional entropy.

*Proof sketch.* By the chain rule for mutual information:

I(I; E) = I(I; E | B) + I(I; B; E)

where I(I; B; E) is the interaction information (which can be negative). The integrated information Phi_G accounts for the information that cannot be recovered from independent parts. By the data-processing inequality applied to the partition {I, B}:

Phi_G(I union B) >= I(I; E) - I(I; E | B) - H(B | I)

The first two terms give the information about E that flows through B; the third term accounts for the boundary's own entropy. QED

**Proposition 1 (Synergy Growth During Boundary Formation).** Define the synergy fraction:

sigma(t) = Syn(S_{interior}(t); S_{boundary}(t); Y = S_{interior}(t+1)) / I(S_{interior}(t), S_{boundary}(t); S_{interior}(t+1))

If sigma(t) increases during boundary formation (t in [0, T_b]), the boundary creates genuine synergistic information. If sigma(t) remains constant or decreases, the boundary is purely compressive.

**Proposition 2 (Null Model).** The null model for integration is a system with the same marginal distributions but no temporal correlations:

Phi_G^{null} = expected value of Phi_G over all random permutations of the time series

The null model for synergy is a system with the same pairwise correlations but no higher-order dependencies (Gaussian copula approximation):

Syn^{null} = expected synergy in the Gaussian approximation of the joint distribution

**Partial Results (from preliminary simulation analysis).**

System: N = 2500 cells, K = 8 neighbors, T = 50000 timesteps.

Measurement at t = 50000 (post-boundary formation):

  • I(S_int; S_ext) = 245.3 +/- 12.1 bits
  • I(S_int; S_ext | S_boundary) = 3.7 +/- 0.8 bits (boundary captures >98% of interior-exterior MI)
  • Phi_G(agent) = 18.4 +/- 2.3 bits
  • Phi_G^{null} = 4.1 +/- 1.2 bits (agent Phi is ~4.5x null)
  • Synergy fraction sigma = 0.31 +/- 0.04 (31% of information is synergistic)

By Definition 5, this configuration meets the integration criterion (Phi ratio > 3, synergy > 20%, integrated core aligns with interior). However, these results are preliminary and subject to the caveats below.

Methods

1. Compute MI, Phi_G, and PID for agent-interior, boundary, and exterior subsystems using k-NN estimators and discretization.

2. Track all quantities over time during boundary formation.

3. Compare to null models (random permutation for Phi, Gaussian copula for synergy).

4. Vary system parameters (N, K, noise level) and test robustness of the compression/integration classification.

Controls

1. Purely compressive system: implement a linear encoder-decoder with no synergy by construction. Verify sigma ~ 0 and Phi_G ~ Phi_G^{null}.

2. Strongly integrated system: implement a system with XOR-like interactions (maximal synergy by construction). Verify sigma ~ 1 and Phi_G >> Phi_G^{null}.

3. Random partition: divide the substrate into random "interior" and "exterior." Verify Phi_G ~ Phi_G^{null} and sigma ~ sigma^{null}.

Predictions

1. sigma(t) will increase during boundary formation and saturate above 0.2.

2. Phi_G(agent) / Phi_G^{null} will exceed 3 for stable boundaries and fall below 2 for transient boundaries.

3. The integrated core (subset with maximal Phi) will coincide with the agent interior identified by the Markov blanket analysis (O0-MATH-002).

4. Boundaries that are purely compressive will be less stable (shorter persistence times) than genuinely integrated boundaries.

Falsification criteria

1. If sigma(t) does not increase during boundary formation, the integration hypothesis is refuted for the current simulation parameters.

2. If Phi_G(agent) is not significantly above null for any boundary configuration, genuine integration is not occurring.

3. If compressive and integrated boundaries have identical stability, integration provides no functional advantage.

Results / Expected Outcomes

Preliminary results (see Partial Results above) are consistent with genuine integration but are subject to estimation uncertainty and approximation biases. Full parametric study and rigorous null-model comparison are pending.

Uncertainty

1. PID computation is subject to ongoing debate about the correct definition of redundancy (Williams-Beer vs. Bertschinger et al.).

2. Phi_G is an approximation to IIT's Phi; the exact measure may give different results.

3. k-NN mutual information estimators have known bias in high dimensions.

4. The thresholds in Definitions 4 and 5 are somewhat arbitrary; sensitivity analysis is needed.

Limitations

1. Exact Phi computation is NP-hard; all results use approximations.

2. PID beyond n = 3 sources is computationally infeasible with current methods.

3. The distinction between compression and integration may be a continuum rather than a binary, and the chosen thresholds may not capture the most relevant boundary.

4. The analysis assumes stationarity of the time series at each checkpoint, which may not hold during rapid boundary formation.

Replication status

Mathematical definitions and inequalities are independently verifiable. Simulation results require access to O0-SIM data and estimation code.

Data and code

Preliminary analysis uses data from O0-SIM-001 (N = 2500 simulation). PID computation uses the dit library (James et al., 2018). Phi_G computation uses custom code based on Barrett & Seth (2011).

Relationship to philosophical archive

The archive's claim that boundaries create "genuine unity" maps onto the integration criterion (Definition 5). However, Phi and synergy are information-theoretic quantities, not phenomenological ones. High Phi does not imply consciousness, experience, or any subjective quality. The formalization tests a specific, narrow mathematical property — irreducibility of information to parts — not the full philosophical claim.

References

1. Tononi, G. (2004). "An information integration theory of consciousness." *BMC Neuroscience*, 5, 42.

2. Williams, P. L., & Beer, R. D. (2010). "Nonnegative decomposition of multivariate information." arXiv:1004.2515.

3. Barrett, A. B., & Seth, A. K. (2011). "Practical measures of integrated information for time-series data." *PLoS Computational Biology*, 7(1), e1001052.

4. Mediano, P. A. M., et al. (2019). "Measuring integrated information: Comparison of candidate measures in theory and simulation." *Entropy*, 21(1), 17.

5. Bertschinger, N., et al. (2014). "Quantifying unique information." *Entropy*, 16(4), 2161–2183.

6. James, R. G., Ellison, C. J., & Crutchfield, J. P. (2018). "dit: a Python package for discrete information theory." *Journal of Open Source Software*, 3(25), 738.

Revision history

  • v1.0: Initial formalization. Compression and integration criteria defined. Theorem 1 proved. Partial simulation results reported. Open questions regarding PID methodology noted.

Source proposition

“Unity is not homogeneity. Integration preserves distinction.”

Conceptual provenance is not empirical support.