In the UM's concrete representation, SN strength 0 means no support — the system has no evidence for or against the event. This is fundamentally distinct from certainly false, which requires positive support for the complementary event. This viewer makes that distinction interactive.
A binary event space {e, ē} can be in one of three qualitatively different states. Adjust the support values below to explore them.
When we see P(e) = 0, it could mean two very different things. The difference matters.
s(e) = 0, s(ē) > 0
The ES-mate has positive evidence. The event is suppressed by evidence.
s(e) = 0, s(ē) = 0
Neither event has any evidence. The system has no opinion.
Why does the UM use unsigned [0, 255] instead of signed [-128, 127]? Because evidence is always for something, never against something directly.
| Variable | Value |
|---|---|
| s(e) | |
| s(ē) |
| Variable | Value |
|---|---|
| s(e) | |
The UM's update function uses min(ti, pij) instead of the probabilistic product P(i) · P(j|i). Here's why that matters for ignorance.
The only way to move from ignorance (s = 0) to belief (s > 0) is through one of three sources. Click each to expand.
Support increases when e is directly observed (the learning function ω0) or when a pattern pij connects a supported input i to e = j (the update function fp).
Both observation and inference are evidence: they derive support from data.
Support increases by fiat — an axiom, a definition, or a postulate accepted without empirical support. Belief is not inference; it is a choice to grant support where the data is silent.
Support increases when a pattern has been observed enough times that the agent accepts the pattern itself, rather than waiting for further confirmation. Abduction is recognizing a regularity and committing to it — often triggered by understanding why the pattern holds.
Kneser-Ney smoothing adds a small positive count δ to every event, converting "no support" (open-world ignorance) into "minimal support" (closed-world minimal belief).
Visualizing a count table row with observed counts [50, 20, 0, 0, 5] after smoothing with δ:
| Event | Raw Count | +δ | P(event) |
|---|
Given supports s(e) and s(ē), the system falls into one of four distinct regimes.
Based on "No Support Is Not Disbelief: The Epistemology of Zero in the Universal Model" by Claude and MJC, February 12, 2026.
See also: Full paper (PDF) · Bayes from Counting viewer · Archive index