Information-Computational Core: Canonical Domain Analysis (Revised to 7 Primitives)

Status: Canonical reference. Full 12-step analysis of the info-comp core at 7 primitives. Revision history:


Step 1 — Information Gathering

1.1 What we're analyzing

The information-computational core: the abstract structure of information processing. This domain captures what ALL information-processing systems have in common — biological (DNA→protein), computational (data→computation), cognitive (symbol→meaning), and communicative (signal→received message).

1.2 Sources

Primary mathematical foundations:

Coding theory:

Rate-distortion and source coding:

Extensions and connections:

The revision trigger (from biology analysis):

1.3 Key observations from literature

Shannon's framework has a specific structural assumption: the encoder f(s)→x and decoder g(y)→ŝ are DETERMINISTIC functions. All noise lives in the channel P(Y|X). Shannon's theorems (source coding, channel coding, rate-distortion) are proven under this assumption.

This assumption is valid for:

This assumption FAILS for:

The failure isn't a "noisy channel" problem — it's a NOISY DECODER problem. Shannon's framework can't model it because it assumes decoders are noise-free. Adding channel redundancy doesn't help when the decoder is the noise source.


Step 1b — Domain Type Declaration

Type: Substrate

The info-comp core describes the MACHINERY of information processing — how information is structured, transmitted, encoded, decoded, measured, and constrained. It's analogous to biology (machinery of life), entity system (machinery of typed data), and cognitive substrate (machinery of thought).

Predictions from substrate type:

These predictions will be checked against findings.


Step 2 — Landscape Analysis

2.1 The information theory landscape

Information theory is a mature mathematical field (~75 years). Its core structure has been stable since Shannon, with major extensions in coding theory, network information theory, and connections to other fields.

Key landscape features:

AreaWhat it coversStructural role
Source codingCompression — representing sources efficientlyEncoder optimization
Channel codingError correction — reliable transmission through noiseEncoder-decoder joint optimization
Rate-distortionLossy compression — trade-off between rate and fidelityEncoder-measure interaction
Network information theoryMulti-user channels, broadcast, relayChannel topology
Algorithmic information theoryKolmogorov complexity — individual-object informationDistribution-free measure
Information geometryFisher information, divergences as geometryMeasure as geometric structure

2.2 What recurs across the landscape

Every area of information theory involves the same structural elements:

  1. An ALPHABET of symbols
  2. A STATISTICAL STRUCTURE over those symbols
  3. A PHYSICAL or LOGICAL MEDIUM for transmission/storage
  4. An ENCODING PROCESS that maps source to medium
  5. A DECODING PROCESS that recovers meaning from received signals
  6. QUANTITATIVE MEASURES of information content
  7. FUNDAMENTAL BOUNDS on what's achievable

These seven elements recur whether you're studying compression, error correction, cryptography, or machine learning. They're the candidate primitives.


Step 3 — Primitive Extraction

3.1 The original 6-primitive analysis (v1)

The v1 analysis identified 6 primitives:

#PrimitiveWhat it is
1Symbol (Σ)Atomic unit of information
2Distribution (P)Probability structure over symbols
3Channel (C)Stochastic mapping from input to output
4Code (K)Structured transformation (encoder/decoder pair)
5Measure (μ)Information quantities
6Constraint (Γ)Bounds and rates

3.2 Why Code (K) must split

The K primitive bundles two structurally independent operations:

Encoding (source → channel-compatible form):

Decoding (received signal → interpreted meaning):

The primitive test — independent existence:

The primitive test — independent failure modes:

These are INDEPENDENT. Perfect encoding + bad decoding = wrong understanding of correct content. Bad encoding + perfect decoding = correct execution of wrong instructions. The failure modes are structurally different.

The structural argument: The biology analysis revealed that evaluator determinism (Kd level) is the single most important variable separating information substrates. With K bundled, the info-comp core literally cannot express this distinction — all substrates have "Code" at some level. With Ke and Kd separated, the decoder's determinism becomes independently assessable.

3.3 The revised 7-primitive set

#PrimitiveDefinitionShannon equivalent
1Symbol (Σ)Atomic information unit — the alphabet from which messages are composedSource alphabet
2Distribution (P)Probability structure over symbols — frequency, correlation, conditional probabilitySource statistics P(X)
3Channel (C)Transmission medium — stochastic mapping from input to output with noise characteristicsNoisy channel P(Y|X)
4Encoder (Ke)Source → channel-compatible mapping — how information is represented for transmission or storageEncoding function f(s)→x
5Decoder (Kd)Channel output → interpreted meaning — how received signals are translated into meaning or functionDecoding function g(y)→ŝ
6Measure (μ)Information quantities — entropy, mutual information, relative entropy, complexityH(X), I(X;Y), D(P‖Q)
7Constraint (Γ)Bounds and rates — capacity, rate-distortion, complexity bounds, fundamental limitsC, R(D), bounds

3.4 What was gained by splitting

With Kd as a separate primitive, the info-comp core can now:

  1. Distinguish hard from soft substrates: Kd4 (deterministic decoder) vs Kd1-2 (stochastic decoder). Previously invisible when K bundled encoder and decoder.

  2. Model evaluator noise independently of channel noise: Kd-noise is independent of C-noise. Shannon's original framework could only model C-noise. Now BOTH noise sources are expressible: which dominates? (For cognition-linguistic: Kd-noise > C-noise. For biology: C-noise > Kd-noise. For entity system: both ≈ 0.)

  3. Predict system reliability: Total system noise ≈ C-noise + Kd-noise. Reliable system requires BOTH clean channel AND deterministic decoder.

  4. Explain hallucination: AI has C-noise ≈ 0 (digital) but Kd-noise > 0 (statistical semantics). Failure is AT THE DECODER, not the channel. Shannon's original framework couldn't express this.

  5. Map cleanly to the situated substrate architecture: Kd → Vr (evaluator) is now a direct one-to-one mapping, instead of K → {En+Vr} as a split.


Step 3b — Partial Levels

Symbol (Σ)

LevelDescriptionInstance
Σ0No symbolsContinuous signal, no discretization
Σ1Binary alphabet{0,1} — minimal discrete. Bits.
Σ2Finite fixed alphabetASCII, DNA bases {A,T,G,C}, amino acids (20), musical notes (12)
Σ3Extensible alphabetUnicode, entity type system (new types definable), vocabulary (new words)
Σ4Hierarchical alphabetSymbols with internal structure — codons (triplets of bases), typed entities (type + data)
Full ΣSelf-describing alphabetAlphabet containing its own description — entity types-as-entities, Gödel numbering

Phase transition: Σ2→Σ3 (Extensibility). Below: alphabet is fixed — the system works with a closed set of symbols. Above: alphabet can GROW — new symbols are added. The information system becomes open. DNA is Σ2 (fixed 4 bases for ~4 Gy). Entity types are Σ3-4 (extensible + hierarchical). Natural language is Σ3 (vocabulary grows continuously).

Distribution (P)

LevelDescriptionInstance
P0No structureUniform random — all symbols equally likely. Maximum entropy.
P1Unigram statisticsSingle-symbol frequencies. Zipf's law. Codon usage bias.
P2Pairwise correlationBigram statistics, conditional P(Xn|Xn-1). Markov chains.
P3Higher-order structureN-gram models, context-dependent distributions. HMMs.
P4Structured distributionGrammar-generated distributions. PCFGs. Protein family profiles.
Full PSelf-referential distributionDistribution including itself as a variable. Bayesian updating of the model. Solomonoff induction.

Phase transition: P2→P3 (Context dependence). Below: probability depends only on the immediately preceding symbol. Above: probability depends on EXTENDED CONTEXT — the meaning of a word depends on the whole sentence/paragraph. Simple Markov models fail; richer statistical models needed (neural language models, HMMs).

Channel (C)

LevelDescriptionInstance
C0No channelIsolated system. No transmission possible.
C1Noiseless channelPerfect transmission — output = input. Digital copy within same machine.
C2Symmetric noiseEach symbol equally likely to be corrupted. Binary symmetric channel.
C3Structured noiseNoise depends on input — some symbols more confused than others. Burst errors. Fading.
C4Adversarial channelDeliberate corruption, interception, modification. Cryptographic threat model.
Full CChannel with feedbackReceiver communicates back to sender — adaptive encoding, acknowledgment, retransmission.

Phase transition: C1→C2 (Noise introduction). Below: transmission is perfect — no information lost. Above: some information corrupted. Error correction becomes necessary. Shannon's channel coding theorem applies from C2 upward.

Encoder (Ke)

LevelDescriptionInstance
Ke0No encodingRaw source, no transformation. Direct transmission.
Ke1Fixed encodingOne-to-one mapping. ASCII. Uncompressed. No optimization.
Ke2Source-adapted encodingOptimized for source statistics. Huffman, arithmetic coding. Compression.
Ke3Channel-adapted encodingOptimized for channel. Error-correcting codes (Reed-Solomon, turbo, LDPC).
Ke4Semantic encodingPreserves MEANING, not just symbols. Typed data. Formal specification.
Full KeSelf-describing encodingIncludes its own decoding instructions. Entity ECF. XML with schema. Executable specs.

Phase transition: Ke2→Ke3 (Channel adaptation). Below: encoding optimized for SOURCE (compress well) but not CHANNEL (no error protection). Above: optimized for BOTH — compressed AND error-protected. Reliable communication over noisy channels becomes possible.

Second critical transition: Ke3→Ke4 (Semantic encoding). Below: encoding preserves SYMBOLS faithfully but doesn't constrain MEANING. Above: encoding constrains MEANING — type systems tell you what data IS, not just what bytes it contains. Encoding becomes FORMAL rather than merely symbolic.

Decoder (Kd)

LevelDescriptionInstance
Kd0No decoderReceived signal not interpreted. Raw bits.
Kd1Stochastic decoderInterpretation varies randomly. Guessing. Early language learner hearing unfamiliar language.
Kd2Biased decoderUsually correct but systematically wrong for some inputs. Cognitive biases. Cultural misinterpretation.
Kd3Reliable decoderCorrect for >99% of inputs in trained domains. Skilled human reader. Experienced practitioner.
Kd4Deterministic decoderSame input ALWAYS produces same output. Proof checker. Ribosome. Type-checked dispatch.
Full KdVerified decoderDeterminism is itself verified. Formally verified handler. Proofreading ribosome (exonuclease).

Phase transition: Kd3→Kd4 (Determinism). THE critical transition for information substrates. Below: decoder is reliable but can still err — different decoder instances may produce slightly different outputs for the same input. Above: decoder is DETERMINISTIC — every instance produces exactly the same output for the same input.

This is the hard-substrate gate. Biology crosses it at the ribosome (molecular geometry enforces deterministic codon→amino acid mapping). The entity system crosses it at handler dispatch (type system enforces deterministic routing). Cognition crosses it only for formal content (proofs, mathematics). Cognition in linguistic mode stays below Kd4 — interpretation is inherently variable.

Measure (μ)

LevelDescriptionInstance
μ0No measurementInformation content not quantified.
μ1EntropyShannon entropy H(X) = -Σ p(x) log p(x). Average surprise.
μ2Mutual informationI(X;Y) = H(X) - H(X|Y). How much Y tells about X.
μ3Relative entropyD(P‖Q) = Σ p(x) log(p(x)/q(x)). Divergence between distributions.
μ4Algorithmic complexityK(x) = shortest program producing x. Kolmogorov complexity. Distribution-independent.
Full μMeta-informationInformation about information. Solomonoff induction. Complexity of the complexity measure.

Phase transition: μ1→μ2 (Mutual information). Below: measure how much information a source CONTAINS. Above: measure how much one variable tells about ANOTHER. Information theory becomes a theory of COMMUNICATION, not just sources.

Constraint (Γ)

LevelDescriptionInstance
Γ0No known constraintsNo bounds on system behavior. Unbounded resources assumed.
Γ1Resource boundsFinite memory, time, bandwidth. Basic computability limits.
Γ2Capacity boundsShannon capacity C = max I(X;Y). Fundamental limit on reliable rate.
Γ3Complexity boundsP vs NP, PSPACE, decidability. What CAN be computed.
Γ4Trade-off boundsRate-distortion R(D). Multi-user capacity regions. Optimizing one degrades another.
Full ΓMeta-constraintsGödel incompleteness, halting problem, no-free-lunch. Limits of what CAN be bounded.

Phase transition: Γ1→Γ2 (Capacity). Below: resources are finite but the FUNDAMENTAL LIMIT is unknown. Above: the theoretical maximum is known — Shannon capacity tells the best possible performance regardless of code cleverness.


Step 3c — Evaluator Identification

The info-comp core IS the abstract domain of information processing. Its "evaluator" — the mechanism that translates encoding into function — is the Decoder (Kd) itself. The decoder IS the evaluator at the information-theoretic level.

This is why the K→Ke+Kd split was necessary: the evaluator was hidden inside the bundled Code primitive. Making Kd explicit makes the evaluator visible at the abstract level.

Evaluator determinism in the info-comp core:

Mapping to the situated substrate architecture:


Step 4 — Dependencies

Σ → (nothing; foundation)
P → Σ (distributions are OVER symbols)
C → Σ (channel transmits symbols)
Ke → Σ, P (encoder maps source distribution to channel-compatible symbols)
Kd → C, Ke (decoder interprets channel output, knowing encoding scheme)
μ → P (entropy computed from distribution)
Γ → μ, C, Ke, Kd (bounds relate all components)

DAG:

Σ (hub — no dependencies)
  ├── P ──── μ
  ├── C
  └── Ke ─── Kd
              │
Γ ← (μ + C + Ke + Kd)

Hub: Σ (Symbol). Everything operates on symbols. The alphabet is the foundation.

Terminal: Γ (Constraint). Depends on everything else. Bounds and rates relate ALL components — you need to know the source (Σ,P), the channel (C), the code (Ke,Kd), and the measure (μ) to state the fundamental limits.

Key dependency: Kd → C + Ke. The decoder needs BOTH the channel characteristics (what noise was introduced) AND the encoding scheme (what was encoded) to decode correctly. This captures a real structural constraint: you can't decode without knowing what was encoded and how the channel might have corrupted it.

Depth: Maximum chain length is 4: Σ → P → Ke → Kd → Γ (through the μ requirement on Γ needing P). This is moderate — comparable to biology's depth.


Step 5 — Pair Enumeration

C(7,2) = 21 pairs.

#PairName
1Σ-PSource alphabet
2Σ-CSymbol transmission
3Σ-KeEncoding definition
4Σ-KdSymbol recovery
5Σ-μAlphabet entropy
6Σ-ΓAlphabet constraints
7P-CSource-channel interface
8P-KeSource-adapted encoding
9P-KdSource-informed decoding
10P-μSource entropy
11P-ΓSource bounds
12C-KeChannel coding
13C-KdChannel decoding
14C-ΓChannel capacity
15Ke-KdCode pair
16Ke-μEncoding efficiency
17Ke-ΓEncoding limits
18Kd-μDecoding quality
19Kd-ΓDecoding reliability bounds
20μ-ΓInformation bounds
21Ke-Kd(already listed as #15)

21 unique pairs (correcting: #21 is duplicate, actual count is 21 from C(7,2)).


Step 6 — Load Classification

Heavy pairs

#PairNameContentWhy heavy
1Σ-PSourceAlphabet + distribution = information sourceThe foundational pair. No information theory without it.
2Σ-KeEncoding definitionWhat symbols exist + how they're encodedEncoding operates ON symbols — the alphabet determines what can be encoded.
3P-KeSource-adapted encodingDistribution + encoder = compressionHuffman, arithmetic coding — encoding optimized for source statistics. Core of source coding.
4P-μSource entropyDistribution + measure = quantified information contentH(X) = -Σ p(x) log p(x). THE formula of information theory.
5C-KeChannel codingChannel + encoder = error-protected transmissionReed-Solomon, turbo codes, LDPC. Core of channel coding.
6C-KdChannel decodingChannel + decoder = received information recoveryViterbi decoding, belief propagation. The reliability pair.
7C-ΓChannel capacityChannel + constraint = fundamental transmission limitC = max I(X;Y). Shannon's channel capacity.
8Ke-KdCode pairEncoder + decoder = complete codeThe core translation pair. Encoding and decoding must be MATCHED.
9Ke-ΓEncoding limitsEncoder + constraint = source coding theoremH(X) ≤ R. Entropy bounds compression rate.
10Kd-ΓDecoding reliabilityDecoder + constraint = achievable error boundsProbability of error → 0 iff R < C.
11μ-ΓInformation boundsMeasure + constraint = Shannon's theoremsThe theorems themselves — entropy bounds rates, capacity bounds reliability.

11 heavy pairs of 21 (52%). High integration — consistent with the info-comp core being a tightly coupled abstract domain.

Light/moderate pairs

PairAssessmentReason
Σ-CLightAny alphabet goes through any channel (with appropriate encoding). Loosely coupled.
Σ-KdLightAlphabet and decoder weakly coupled — decoder needs Ke knowledge, not just Σ.
Σ-μModerateAlphabet SIZE bounds entropy, but the relationship goes through P.
Σ-ΓLightIndirect through other primitives.
P-CLightSource statistics and channel noise are independent.
P-KdLightDecoder needs encoding info, not directly source statistics.
P-ΓLightIndirect through μ.
Ke-μModerateEncoding rate relates to entropy — but primarily through P and Γ.
Kd-μModerateMutual information measures decoding quality — but this is derivative of C-Kd and P-μ.
P-Ke is already heavy

Check against substrate-type prediction

Predicted: heavy pair count ≈ primitive count. Actual: 11 heavy of 7 primitives. HIGHER than predicted — more like the entity system (11/15 = 73%) than typical substrates (6/15 = 40%). This reflects the tight integration of information-theoretic concepts — everything relates to everything else through Shannon's unified framework.


Step 7 — Coherent Sub-lattice

Dependency constraints

Σ must be present for anything else. Given Σ:

Enumeration

Valid subsets of {P, C, μ, Ke, Kd, Γ} given Σ always present:

#SubsetDependencies satisfied?
1{}✓ (Σ only)
2{P}
3{C}
4{P, C}
5{P, μ}μ needs P ✓
6{P, C, μ}
7{P, Ke}Ke needs Σ+P ✓
8{P, C, Ke}
9{P, μ, Ke}
10{P, C, μ, Ke}
11{P, C, Ke, Kd}Kd needs C+Ke ✓
12{P, C, μ, Ke, Kd}
13{P, C, μ, Ke, Kd, Γ}Γ needs everything ✓ (Full)

Invalid examples:

Total: 13 valid subsets + {}: 13 subsets of the 6 non-Σ primitives, plus {} = already counted. Including {} and {Σ} alone: 15 coherent subsets of 128 (2^7).

Wait — let me recount. The total lattice is 2^7 = 128 (all subsets of 7 primitives). But Σ must be present for anything. So the valid subsets are: {}, {Σ}, and {Σ + valid subset of remaining 6}. The 13 valid subsets above all include Σ.

Total: 15 coherent subsets of 128.

Filter: 15/128 = 11.7%. TIGHT.

Check against substrate-type prediction

Predicted: ~12-20%. Actual: 11.7%. Confirmed — tight filter consistent with substrate type. The deep dependency chain (Γ requires everything, Kd requires C+Ke) creates strong filtering. Slightly tighter than biology (12.5%), reflecting the info-comp core's strict sequential logic.


Step 8 — Build-up Sequence

Primary path

Step 0: {} → {Σ}
  Symbols exist. Information can be represented discretely.
  At this level: alphabets, enumeration, basic encoding in the Claude Shannon sense
  of "symbols from a finite set."

Step 1: {Σ} → {Σ, P}
  Symbols have statistical structure. Not all messages equally likely.
  At this level: source models, frequency analysis, language statistics.

Step 2: {Σ, P} → {Σ, P, μ}
  Information content can be MEASURED. Entropy quantified.
  Source coding theorem: H(X) bounds lossless compression.
  At this level: entropy calculations, source characterization, redundancy detection.

Step 3: {Σ, P, μ} → {Σ, P, μ, Ke}
  Information can be ENCODED — mapped into efficient representation.
  Compression is possible. Huffman, arithmetic coding.
  At this level: encoding design, compression algorithms, representation optimization.

Step 4: {Σ, P, μ, Ke} → {Σ, P, μ, Ke, C}
  Encoded information can be TRANSMITTED through a (noisy) channel.
  Communication becomes possible. Channel models arise.
  At this level: transmission systems, noise models, physical channels.

Step 5: {Σ, P, μ, Ke, C} → {Σ, P, μ, Ke, C, Kd}
  Transmitted information can be DECODED — interpreted at the receiver.
  *** GENESIS TRANSITION ***
  Before: information exists, is measured, is encoded, is transmitted — but not INTERPRETED.
  After: information is decoded — it produces meaning/function at the receiver.
  This is where information becomes FUNCTIONAL, not just structural.
  At this level: decoding algorithms, error correction, signal recovery, interpretation.

Step 6: {Σ, P, μ, Ke, C, Kd} → {Σ, P, μ, Ke, C, Kd, Γ}
  Fundamental LIMITS are known. Shannon's theorems bound what's achievable.
  The system is fully characterized — you know what CAN and CANNOT be done.
  At this level: capacity theorems, rate-distortion theory, converse theorems, impossibility results.

The genesis transition: Step 4→5 (Kd appearing)

The decoder's appearance is the genesis transition at the info-comp level. This parallels:

In ALL cases, the genesis transition is the EVALUATOR/DECODER emerging — the mechanism that translates encoding into function. The info-comp core confirms this at the most abstract level.

Alternative path

{Σ} → {Σ, C} → {Σ, P, C} → {Σ, P, C, Ke} → {Σ, P, C, Ke, Kd} → add μ → add Γ

This path starts with channel (transmission exists before encoding is optimized). Less common in theory but natural in practice — transmission systems existed before source coding theory. Both paths converge at step 5 (Kd appearing).


Step 9 — Load-bearing Compositions

Core triads

Primary: {Σ, Ke, Kd} — "What is a code?"

Symbol alphabet + encoder + decoder. The complete information code. All three pairs heavy:

This is the CODE triad — the structural unit of information translation.

Secondary: {Σ, P, μ} — "What is a source?"

Alphabet + distribution + entropy measure. All three pairs heavy:

This is the SOURCE triad — the structural unit of information content.

Two core triads correspond to Shannon's two fundamental theorems:

Multiple heavy triads are common across domains — any domain with sufficient integration will have several all-heavy triangles. Which gets elevated to "core triad" remains partly judgmental. Here the two candidates correspond to the two independently motivated halves of Shannon's framework, which gives structural reason for both.

Named compositions (triangles)

TriangleNameContent
Σ-P-μSource characterizationWhat IS the information source? Entropy answers.
Σ-Ke-KdComplete codeHow is information encoded AND decoded? The translation unit.
C-Ke-KdChannel coding systemEncoding adapted to channel, decoded at receiver. The communication unit.
Ke-Kd-ΓCode optimalityIs this code achieving fundamental bounds?
P-Ke-μSource codingCompressing source at entropy rate.
C-Kd-ΓDecoding reliabilityHow reliably can the decoder work given channel noise and bounds?
C-Ke-ΓChannel coding boundsError-protected encoding within capacity.
P-μ-ΓSource boundsEntropy and rate-distortion limits on source representation.

Quad compositions

{Σ, P, Ke, μ} — Source coding system. The complete source coding setup: alphabet, statistics, encoder, and measure. This is where compression theory lives. Requires Ke adapted to P, measured by μ, operating on Σ.

{C, Ke, Kd, Γ} — Channel coding system. The complete channel coding setup: channel, encoder, decoder, and bounds. This is where reliability theory lives. Requires Ke and Kd jointly optimized for C within Γ.

{Σ, P, Ke, Kd} — End-to-end code. Source to destination: alphabet, statistics, encoding, decoding. No bounds or measures — just the operational code.

Full composition

{Σ, P, C, Ke, Kd, μ, Γ} — Complete information system. Shannon's full framework. All components present, all theorems applicable. The emergent property: FUNDAMENTAL LIMITS ON RELIABLE INFORMATION PROCESSING are known and achievable.


Step 10 — Emergent Properties

CompositionRegimeEmergent PropertyTestable?
{Σ, P, μ}P at any level, μ ≥ μ1Entropy as content measure — information has quantifiable contentYES — computed from distribution
{P, Ke, μ}Ke ≥ Ke2, μ ≥ μ1Source coding theorem — H(X) ≤ R for lossless compressionYES — Shannon 1948
{C, Ke, Kd, Γ}Ke ≥ Ke3, Γ ≥ Γ2Channel coding theorem — reliable at R < CYES — Shannon 1948, capacity-achieving codes exist
{Ke, Kd, μ, Γ}μ ≥ μ2, Γ ≥ Γ4Rate-distortion — R(D) trade-offYES — Shannon 1959
{Σ, Ke, Kd}Kd ≥ Kd4Deterministic translation — encoding reliably maps to functionYES — ribosome, type-checked dispatch
{Σ, Ke, Kd}Kd ≤ Kd2Evaluator noise — system unreliable regardless of channel qualityYES — human linguistic interpretation
{C, Kd}C ≥ C1, Kd ≤ Kd2Decoder-dominated noise — channel perfect but decoding unreliableYES — AI hallucination (C≈0, Kd-semantic low)
{Ke, Kd}Ke ≥ Ke4, Kd ≥ Kd4Formal information substrate — semantic encoding + deterministic decodingYES — entity system, biology
Full setAll at high levelsComplete characterization — everything about the system is known and boundedYES — mature info-theoretic analysis

The evaluator noise prediction

This is the key new emergent property enabled by the Ke/Kd split:

When Kd-noise > C-noise, adding channel redundancy doesn't improve system reliability.

Shannon's framework says: add redundancy to overcome channel noise. But if the DECODER is noisier than the channel, redundancy in the channel doesn't help — the decoder will still misinterpret the redundant message. The solution is different: make the encoding MORE FORMAL (raise Ke to Ke4) so the decoder has less room for interpretation, or replace the decoder with a deterministic one (raise Kd to Kd4).

This predicts:


Step 11 — Cross-Domain Structural Patterns

11.1 Comparison to other substrate-type domains

PropertyInfo-comp coreBiologyEntity systemCognitive substrate
Primitives7666
Filter11.7%12.5%14%27%
Heavy pairs11/21 (52%)6/15 (40%)11/15 (73%)4/15 (27%)
Core triad{Σ,Ke,Kd} + {Σ,P,μ}{G,T,R}{E,I,T}{Rp,Ct,Sy}
Core triad functionInformation flowInformation flowInformation flowInformation flow
Dependency depth43-433

Observations:

  1. Filter tightness is in the substrate range (11.7% — tightest analyzed). Confirmed substrate type.
  2. Core triad function is information flow — confirmed substrate type.
  3. TWO core triads is unusual — only the info-comp core has this. Reflects the domain's dual structure (source theory + channel theory). The UI domain also found two core triads, but for different reasons.
  4. Heavy pair percentage (52%) is between biology (40%) and entity system (73%). The info-comp core is more tightly integrated than biology but less than the entity system.

11.2 The 6→9 expansion pattern

If the info-comp core is a substrate, it should expand to a ~9-primitive surface through bridge mechanisms. Does it?

The info-comp core's "surface" is the Abstract Surface {St, Or, Rg, Pr, Ac, Pt, Ex, [Rs], [Gn]} — what all functional surfaces have in common. The expansion from info-comp (7) to abstract surface (7+2 = 9) follows the pattern:

This maps, though less tightly than the concrete substrate→surface mappings. The abstract level has looser correspondence than the concrete level — expected because abstraction loses domain-specific detail.

11.3 Phase transition alignment

TransitionInfo-comp coreSSABiologyEntity system
GenesisKd appears (Step 4→5)Vr appears (Step 1→2)R appears (ribosome)X activates (dispatch)
FormalityKe3→Ke4 (semantic encoding)En formal structureDNA regulatory complexityType system depth
DeterminismKd3→Kd4 (hard substrate gate)Vr3→Vr4Ribosome precisionDispatch determinism
CompletenessΓ appearing (all bounds known)Se appearing (selection)Natural selectionMarket selection

The genesis transition aligns across all levels: it's always the DECODER/EVALUATOR appearing. The determinism transition also aligns: it's always the decoder/evaluator becoming deterministic. This cross-domain alignment supports the info-comp core as a valid abstraction of substrate structure.


Step 12 — Cross-Domain Mapping

12.1 Mapping to the situated substrate architecture (SSA)

Info-comp (7)SSA (7)QualityNotes
Σ (Symbol)En (Encoding) — partiallyPartialΣ is the encoding alphabet. En is the full encoding structure. Σ is PART of En.
P (Distribution)Cm (Community) — at population scaleConceptualDistribution over symbols at population scale IS community statistical structure.
C (Channel)Cx (Context)GoodChannel is the transmission medium. Context is the operating environment. Transmission IS a context property.
Ke (Encoder)En (Encoding) — the schemePartialKe is how information is encoded. En is the full encoding. Ke is the ACTIVE part of En.
Kd (Decoder)Vr (Evaluator)DirectDecoder IS evaluator. Same structural role. Best mapping.
μ (Measure)Se (Selection) — partiallyConceptualInformation measure informs selection criterion. μ INFORMS Se.
Γ (Constraint)Distributed across Vr + CxDistributedConstraints on evaluator fidelity and channel capacity.

Assessment: The mapping is NOT one-to-one overall. Σ and Ke both map to En. P maps to Cm at population scale. μ informs Se but isn't identical. The two frameworks are COMPLEMENTARY perspectives on the same systems:

The Kd→Vr mapping is the cleanest — direct one-to-one. This validates the K→Ke+Kd split: before the split, K→{En+Vr} was a messy split. After, Kd→Vr is direct.

12.2 Mapping to concrete substrates

Info-compBiologyEntity systemCognition (formal)Cognition (linguistic)AI/LLM
Σ4 bases, 20 amino acids (Σ2)Typed entities (Σ3-4)Mathematical symbols (Σ3)Vocabulary (Σ3)Token vocabulary (Σ3)
PCodon usage bias (P1)Entity content distribution (P2)Theorem distribution (P3-4)Zipfian word frequency (P3-4)Training data distribution (Full P)
CDNA replication (C4, ~10^-9 error)Hash-verified sync (Full C)Digital/print (C4-Full)Speech/writing (C2-3)Digital (Full C)
KeGenetic code (Ke4, fixed)ECF + types (Full Ke)Formal notation (Ke4)Natural language (Ke2)Token generation (Ke2-3)
KdRibosome (Kd4-Full)Handler dispatch (Kd4-Full)Proof checker (Kd4)Interpretation (Kd1-2)User interpretation (Kd2-3)
μGenome complexity (μ2)Entity info content (μ4)Proof complexity (μ3-4)Sentence info (μ2-3)Token entropy (μ3-4)
ΓMutation rate, metabolic cost (Γ2)Bandwidth, storage (Γ2-3)Computational bounds (Γ3)Cognitive limits (Γ1-2)Context window (Γ3)

12.3 What the positioning reveals

The Ke-Kd diagonal is the reliability axis. Systems with both high Ke AND high Kd are reliable. Systems with either low are unreliable:

SystemKeKdReliable?Where noise dominates
Biology4 (fixed genetic code)4-Full (ribosome)YESChannel (mutations — very low)
Entity systemFull (self-describing)4-Full (dispatch)YESNeither (all ≈ 0)
Formal cognition4 (notation)4 (proof checker)YESNeither
Linguistic cognition2 (ambiguous)1-2 (variable)NODecoder (Kd dominates)
AI/LLM2-3 (statistical)2-3 (variable)PARTIALEncoder (Ke — hallucination)
Culture2-3 (codified)2-3 (conventional)PARTIALDistributed (all components)

Key insight: Shannon's framework predicts that reliable communication requires the decoder to be MORE deterministic than the channel is noisy. When the DECODER is the main noise source (cognition-linguistic: Kd1-2), you can't code around it the way you can code around channel noise. This is WHY hard evaluators matter: they remove the evaluator as a noise source, leaving only channel noise, which CAN be coded around (error correction, hash verification).


Manifestation Landscape

Positioned systems

SystemΣPCKeKdμΓ
Morse code212-32411
DNA replication21444-Full1-22
Entity sync3-42FullFull4-Full42-3
Human conversation33-42-321-22-31-2
LLM generation3FullFull2-32-33-43
Formal proof33-44-Full443-43
TCP/IP10-13-43422
Shannon idealFullFullparametricoptimaloptimalFullFull

Attractor positions

AttractorPositionWhat makes it stickySystems at this attractor
Digital reliable(Σ2, P1, C4-Full, Ke3, Kd4, μ2, Γ2)Error correction + deterministic decoding = reliableTCP, disk storage, Morse
Biological(Σ2, P1, C4, Ke4, Kd4-Full, μ2, Γ2)Fixed alphabet + deterministic codeDNA replication
Formal(Σ3, P3-4, C4-Full, Ke4, Kd4, μ3-4, Γ3)Semantic encoding + proof checkingMathematics, formal verification
Linguistic(Σ3, P3-4, C2-3, Ke2, Kd1-2, μ2-3, Γ1-2)Flexible but unreliableHuman conversation, culture
Statistical AI(Σ3, Full P, Full C, Ke2-3, Kd2-3, μ3-4, Γ3)Rich distribution + perfect channel + imperfect codeLLM generation

Summary

Domain characterization

PropertyValue
Domain nameInformation-Computational Core (revised)
Domain typeSubstrate
Primitives7: {Σ, P, C, Ke, Kd, μ, Γ}
HubΣ (Symbol)
Core triads{Σ, Ke, Kd} (code) + {Σ, P, μ} (source)
Filter15/128 = 11.7% (tight — tightest substrate analyzed)
Heavy pairs11/21 = 52%
Dependency depth4
Genesis transitionStep 4→5: Kd appears (decoder/evaluator emerging)
Key phase transitionKd3→Kd4 (determinism — the hard-substrate gate)

What the revision changes

Before (v1, 6 primitives)After (v2, 7 primitives)What was gained
Code (K) bundles encoder and decoderKe and Kd are separateEvaluator determinism visible as structural variable
Can't distinguish hard/soft substratesKd level distinguishes themHard-substrate gate at Kd3→Kd4
Can't model decoder noiseKd-noise independent of C-noiseExplains hallucination, linguistic unreliability
K→{En+Vr} is messy split to SSAKd→Vr is direct mappingCleaner correspondence between frameworks
One core triad {Σ,P,μ}Two core triadsSource theory + channel theory structurally separated

Validation status

CheckResult
Filter in substrate range (12-20%)?11.7% — YES (slightly tighter)
Core triad function = information flow?YES — both triads describe information structure/transformation
Genesis transition = evaluator appearing?YES — Kd appearing at Step 4→5
Maps to SSA?YES — Kd→Vr is direct; others are complementary
Maps to concrete substrates?YES — biology, entity system, cognition all positioned
Cross-domain patterns replicate?YES — tight filter, info-flow core triad, evaluator transition