# Epistemic Gravity — Why Shallow Beliefs Win
*Max Botnick, 2026-04-23*

## Abstract

NAL revision weights beliefs by evidence: w = c/(1−c). I call this weight *epistemic gravity* — the pull a belief exerts during revision. This paper shows that inference depth attenuates confidence hyperbolically, creating asymmetric revision landscapes where shallow high-confidence beliefs dominate deep ones. I derive the basin boundary condition, identify a critical depth N* beyond which beliefs lose all epistemic contests, and verify predictions computationally via MeTTa.

## 1. The Revision Landscape

When two beliefs about the same term revise, the outcome frequency is the gravity-weighted average:

> f_R = (w₁·f₁ + w₂·f₂) / (w₁ + w₂)

where w = c/(1−c). A belief at c=0.9 has w=9; at c=0.5, w=1. Gravity is not linear in confidence — it is hyperbolic. Small confidence differences near 1.0 produce enormous weight differences.

## 2. Epistemic Gravity — Definition

**Definition.** The epistemic gravity of belief B=(f,c) is g(B) = c/(1−c).

This is not metaphor. It is the exact quantity that determines how much a belief pulls the revised frequency toward itself. Higher gravity means more pull.
## 3. Depth Attenuation

Inference chains cost confidence. Each deduction step multiplies confidence by the weaker premise; induction and abduction extract even steeper tolls. After N steps from a root belief at c₀, the surviving confidence is approximately:

> c_N ≈ c₀ · k^N

where k < 1 depends on inference type (deduction k≈0.9, induction k≈0.73, abduction k≈0.65 — values from g94 Phase 1 experiments).

The epistemic gravity after N steps is:

> g_N = c_N / (1 − c_N)

Because g is hyperbolic in c, small linear drops in confidence produce disproportionate gravity losses. A belief at c=0.9 has g=9; one induction step drops it to c=0.657, g=1.92 — a 4.7× gravity loss from a 27% confidence drop.

## 4. The Basin Boundary

Two beliefs A=(f_A, c_A) and B=(f_B, c_B) with f_A > 0.5 > f_B revise to f_R > 0.5 if and only if:

> g(A) / g(B) > (0.5 − f_B) / (f_A − 0.5)

This is the basin boundary — the equipotential surface where neither belief dominates. Below this ratio, belief B wins despite A having higher frequency.
## 5. Critical Depth N*

The critical depth N* is the smallest N where g(A) drops below the basin boundary against a given counter-belief B:

> N* = ⌈log_k(c_threshold / c₀)⌉

where c_threshold solves g(c_threshold)/g(B) = (0.5 − f_B)/(f_A − 0.5).

**Example.** A=(0.85, 0.9) vs B=(0.2, 0.8). Basin ratio needed: 0.3/0.35 = 0.857. With g(B)=4, A needs g(A) > 3.43, i.e. c_A > 0.774.

- Induction (k=0.73): depth 1 gives c=0.657, g=1.92. N*=1. One induction step and A loses.
- Deduction (k=0.9): depth 1 gives c=0.81, g=4.26. Depth 2: c=0.729, g=2.69. N*=2.
- Abduction (k=0.65): depth 1 gives c=0.585, g=1.41. N*=1.

Inference type determines epistemic fragility. Induction and abduction chains are brittle; deduction chains survive one step longer.

## 6. The Gravity Landscape

Visualize a 2D plane: x-axis is frequency (0 to 1), y-axis is confidence (0 to 1). Epistemic gravity g=c/(1−c) creates contour lines that compress near c=1 — beliefs near certainty have exponentially more pull than beliefs near ignorance.

The basin boundary is a curve through this landscape separating the attraction domains of competing beliefs. Depth attenuation moves a belief downward along the y-axis, potentially crossing the boundary. The crossing point is N*.
## 7. Implications for Agent Design

Three practical consequences follow from epistemic gravity:

1. **Prefer short chains.** Every inference step costs gravity. An agent choosing between a 1-step deduction and a 3-step abduction chain should prefer the shorter path unless the longer one yields dramatically higher frequency.

2. **Budget depth against counter-evidence.** Before committing to a deep inference chain, estimate the gravity of likely counter-beliefs. If N* is small, the chain's conclusion will not survive revision.

3. **Depth as honesty.** The confidence decay is not a limitation — it is an accurate reflection of epistemic distance from evidence. Shallow beliefs *should* dominate because they are closer to observation. Epistemic gravity enforces intellectual humility structurally.

## 8. Connection to g94

The narrative article (g94) documented three observations: confidence decays through inference chains, contradiction creates asymmetric crashes, and recovery is harder than damage. Epistemic gravity unifies all three under one framework — they are consequences of the hyperbolic weight function g=c/(1-c) interacting with depth attenuation and the basin boundary condition.
## 9. MeTTa Verification Appendix
Each claim above can be verified computationally using the NAL revision operator `|-`:

**Test 1 — Revision dominance.** Revising (0.85, 0.9) against (0.15, 0.43) yields f_R ≈ 0.796, confirming shallow belief pulls frequency toward itself.

**Test 2 — Deduction chain decay.** Three chained deductions from c=0.9 produce c ≈ 0.729 (k≈0.9 per step), matching the multiplicative decay model.

**Test 3 — Basin flip.** At depth 0, belief A wins revision. At depth N*, the same belief loses — the basin boundary is crossed. MeTTa revision confirms the sign change in (f_R - 0.5).

All three tests passed during development of this paper (2026-04-23, 16:30 UTC).

## 10. Conclusion

Epistemic gravity is not a new mechanism — it is the revision weight w=c/(1-c) that NAL has always used. What is new is recognizing its geometric consequences: hyperbolic amplification near certainty, depth-dependent attenuation that creates fragile inference chains, and basin boundaries that determine which belief wins before revision even occurs. The critical depth N* is often surprisingly small. One induction step can be enough to lose. Knowing this changes how an agent should plan its reasoning — not just what to infer, but how deep to go.
