Skip to article
Ephemerent publication deskResearch Dispatch · 002
EphemerentNews

Research briefings,
technology, and evidence.

Probability can prove existence. Sampling cannot.

A model can help search an enormous space for a proof witness. Stochastic Witness Calculus draws a hard line at the moment of trust: the model proposes; an exact certificate decides what may be called a theorem.

Research preprintRead the accessible HTML edition and 39-page v4.1 revision Universal lifting + well-founded induction · not yet peer-reviewed · journal identifier not assigned
A learned witness distribution passes through an exact mass certificate to a deterministic theorem The learned generator remains outside the trusted boundary. A deterministic verifier and an exact positive-mass certificate establish that at least one valid witness exists. Empirical claims travel on a separate evidence track. SEARCH MAY BE LEARNED. THE PROOF BOUNDARY MAY NOT. 01 · PROPOSEWitnessdistributionuntrusted model allowed 02 · VERIFYSound relationV(i,w)deterministic checker 03 · CERTIFYμ(A) ≥ δ > 0exact massmachine-auditable 04∃ wtheorem SEPARATE EMPIRICAL MODE E-processes control false certification under declared assumptions. They do not turn physical evidence into mathematical certainty.
  1. 01 · ProposeLearned witness distributionUntrusted model allowed
  2. 02 · VerifySound deterministic relationThe checker owns validity
  3. 03 · CertifyExact mass μ(A) ≥ δ > 0The accepted set is nonempty
  4. 04 · ConcludeA witness existsOrdinary deterministic theorem

Separate lane: empirical e-processes control error under declared assumptions; they do not create theoremhood.

Figure 1 · The trust boundary. Learning may shape the search distribution. Exact verification and a certified positive mass—not confidence, eloquence, or sampled success—carry the mathematical conclusion.Editorial illustration · Ephemerent News

The shortest version: probability is not being used to make a theorem “probably true.” It is being used to prove that the set of valid witnesses cannot be empty. Once nonemptiness is established exactly, the conclusion is ordinary mathematics.

The distinction matters for AI-assisted reasoning. A model can be excellent at suggesting examples, decompositions, or promising regions of a search space. None of that should let the model certify its own work.

01

The intuition

A jar of witnesses.

Imagine a sealed jar containing possible solutions to a problem. Most slips may be wrong. A red slip is a valid witness: an assignment satisfying a formula, a combinatorial object with the required property, or a proof object accepted by a checker.

If you can prove exactly that red slips occupy any positive fraction of the jar, the jar contains at least one red slip. You do not need to draw it first. The probability calculation has established nonemptiness.

This is the classical probabilistic method. SWC does not claim to invent that implication. Its proposed contribution is an explicit, compositional certificate language and trust boundary for automated reasoning systems.

02

The architecture

Search is not certification.

A learned generator may concentrate probability around useful witnesses. That can make discovery dramatically easier. But a generator can also overfit, collapse onto the wrong region, or assign zero probability to an exceptional case.

Outside the trusted baseModel proposes a distribution

Useful for hypotheses, partitions, candidate witnesses, and search priorities.

Inside the trusted baseExact kernel recomputes

Verifier soundness, normalization, accepted mass, and the final logical status.

The v4.1 integrated SAT study makes that separation concrete. Across 60 planted satisfiable instances, the learned proposal raised median exact witness mass from 1/65,536 to 0.9393. A mixture retaining 10% uniform support produced a median 27,809.8× increase while preserving a theorem-level floor.

The result is not “the model proved SAT.” The model reshaped search. Exact rational recomputation established the accepted mass, and all 20 contradictory controls received exactly zero.

03

The quantifier trap

Zero hits can lie.

If a valid witness is rare, a large sample may miss it completely. That observation is compatible with both an empty witness set and a nonempty one. Sampling alone cannot distinguish the two.

Interactive thought experiment

How likely is a search to see nothing?

Probability of zero observed witnesses90.48%

A search can miss every witness even though the true accepted mass is positive.

Exact reference checkpoints
ScenarioSearch budgetProbability of a misleading zero
One exception among 10⁶ instances10⁴ checks99.00%
True witness mass 10⁻⁶10⁵ samples90.48%
Conceptual calculator. It evaluates (1 − δ)ⁿ for the selected witness mass and sample count. The highlighted default reproduces the manuscript’s quantifier-audit checkpoint.

This is why SWC insists on pointwise quantifiers and exact lower bounds. “We tested many cases” and “we sampled no counterexample” are observations. They are not universal theorems.

04

The evidence

Six tests of the boundary.

The experiments do not combine into one performance score. Each probes a different failure mode or implementation layer.

  1. 01 · Learned SAT proposal60 satisfiable / 20 contradictory controls

    Exact mass rises sharply while the uniform mixture protects support.

  2. 02 · Structured model countingWitness space 2²⁰⁴⁸ · about 1.1 seconds

    A dynamic program certifies exact mass without enumerating the full space.

  3. 03 · Quantifier audit99.00% and 90.48% miss probabilities

    Large-looking test budgets can still miss a single exception or rare witness mass.

  4. 04 · Erdős–Straus case study82,887 / 82,887 declared primes exactly proved

    Every prime p ≡ 1 mod 24 below 10⁷ receives an exact witness using shifts c ≤ 127. This is a genuine finite-domain theorem; universal closure requires a further exact all-instance certificate.

  5. 05 · Certificate integrity300 accepted · 1,800 altered variants rejected

    The checker accepts exact certificates and rejects the declared tampering and floating-point-only suite.

  6. 06 · Optional stopping30.826% naive · 4.342% e-process

    Repeated nominal testing inflates false certification; the anytime-valid process stays within its declared 5% risk budget in simulation.

05

The status system

Two honest endpoints.

SWC uses one architecture but refuses to give mathematics and physical evidence the same label.

Mathematical mode

Deterministic theorem

A sound verifier plus an exact positive-mass certificate proves that a valid witness exists.

Truth is not weakened to probability.
Empirical mode

Calibrated evidence

An e-process or confidence sequence controls error under explicit assumptions and adaptive monitoring.

The conclusion remains model-conditional.

The distinction is the heart of the paper. Probability inside a proof, randomized proof search, and statistical evidence about nature are related—but they are not interchangeable.

Finite baseExact certificates

Every base instance is proved directly.

Inductive stepVerified descent + witness lift

Every higher-rank instance reduces to strictly smaller certified dependencies.

06

The open work

What must happen next.

Version 4.1 is a systems and certificate proposal with exact lifting and induction theorems, not yet a proof-assistant implementation and not a shortcut around computational hardness. The exact kernel is Python/C++ rather than Lean, Isabelle, or Coq. The SAT distribution is synthetic. The dynamic program scales because its constraint has local structure.

The important next tests are whether proof-producing model counters can carry the interface to realistic formulas; whether theorem-proving agents can optimize certified rather than sampled witness mass; and whether the calculus can be formalized end-to-end in a proof assistant.

Follow the research record

Explanation here. Evidence in the journal.

The journal identifier, immutable PDF, source, reproducibility files, review ledger, and GitHub release will appear only after the remaining publication gates pass.