E Evidence Press

Press release · 29 August 2026 · version 0.2.0-candidate

Extremes do not always maximise: a minimal monotone reversible counterexample

A four-state monotone reversible heat-bath chain is furthest apart at two incomparable states—not its minimum and maximum—at every positive time.

Listen to this briefingNarrated summary · OpenAI API synthetic voice (fable) · MP3 · download

Plain-English summary

Imagine a process that moves among ordered states while respecting the order: starting higher should never make its future distribution stochastically lower. If the process also runs the same way in equilibrium forwards and backwards, it is natural to guess that the lowest and highest starting states are always the furthest apart.

This anonymous, unrefereed candidate shows that the guess is false in general. The example has four states arranged as a diamond: 00 at the bottom, 11 at the top, and the incomparable middle states 10 and 01. A random-scan single-site heat-bath update uses Gibbs weights

$$(1,\tfrac12,2,1).$$

The resulting chain is irreducible, aperiodic, reversible and monotone. At every positive integer time, however, the middle pair is further apart in total variation than the bottom and top. The ratio is always exactly 4/3.

Four states are also minimal: with a unique bottom and top, every poset on at most three states is a chain, and monotonicity forces the extremal pair to realise the row diameter.

Exact result

In state order (00,10,01,11), the heat-bath kernel is

$$P=\begin{pmatrix} 1/2&1/6&1/3&0\\ 1/3&1/3&0&1/3\\ 1/6&0&2/3&1/6\\ 0&1/6&1/3&1/2 \end{pmatrix},$$

with stationary distribution (2,1,4,2)/9 and spectrum 1,1/2,1/2,0. For every integer $t\ge1$,

$$d_{\mathrm{TV}}\!\left(P^t(10,\cdot),P^t(01,\cdot)\right) =\frac23\left(\frac12\right)^{t-1},$$

whereas

$$d_{\mathrm{TV}}\!\left(P^t(00,\cdot),P^t(11,\cdot)\right) =\left(\frac12\right)^t.$$

Each of the four adjacent pairs also has distance $(1/2)^t$. The incomparable pair is therefore the unique maximiser at every positive time.

Why the mechanism works

For the endpoint-symmetric family of weights (1,b,c,1), put

$$p=\frac{b}{1+b},\qquad r=\frac{c}{1+c},\qquad B=\frac{p+r}{2},\qquad A=1-B,$$

and $R=\max(p,r)$. Under the attractive condition $bc\le1$, the candidate derives three exact distance modes:

$$\text{extremal}=A^t,\qquad \text{incomparable}=RB^{t-1},\qquad \text{adjacent}=\frac{A^t+B^t}{2}.$$

For (b,c)=(1/2,2), both eigenmodes have base 1/2, while the incomparable mode starts at 2/3. Its fixed leading advantage produces the all-time 4/3 gap. Other parameters can switch maximiser: the package includes an exact example where the middle pair leads through time 32 and the extrema lead from time 33.

What this does not settle

The AIM page places two questions close together. One asks about zero-field ferromagnetic Ising Glauber dynamics on every graph. The next, more general clause asks about any monotone reversible chain. This candidate negates the general clause only.

The four-state example has opposing site-dependent external fields. It is not a zero-field Ising example, and it says nothing decisive about all zero-field graphs. It also does not answer AIM diagnostics 1.6(2) or 1.6(3).

The bounded zero-field residue

The archive contains a separate exact screen over every connected labelled simple graph with two through four vertices, five temperatures 1, 3/2, 2, 3, 10, and times one through six. The canonical receipt covers:

  • 43 graphs;
  • 215 graph-temperature trajectories;
  • 1,290 kernel powers; and
  • 140,340 unordered row-pair comparisons.

The extremal pair attained every tested diameter. That result is useful as a regression fixture and a record of where no small counterexample was found. It is finite evidence only, not an all-graph theorem and not evidence that the zero-field statement is true.

Evidence and assurance boundary

The public source package supplies the six-page proof, accessible Markdown, exact rational verifiers, a separately structured producer cross-check, seven semantic negative controls, deterministic PDF rebuilding, a complete SHA-256 manifest, source-correspondence and novelty reports, and producer-organised five-role review with exact-byte confirmation.

A fresh extraction of the DOI-bearing ZIP passed all 18 release gates. The tagged GitHub workflow passed on Python 3.11 and 3.13, each in normal and optimized mode. GitHub and Zenodo copies of the PDF, ZIP and checksum ledger match the reviewed local assets byte for byte.

These facts establish availability, integrity, producer-side replay and the declared finite computations. They do not establish:

  • independent rerun or independently authored reimplementation;
  • proof-assistant formalisation;
  • external Markov-chain specialist review;
  • journal or comparable editorial peer review;
  • exhaustive novelty or absolute priority; or
  • resolution of the all-graph zero-field question.

The universal claims rest on the written proof. Successful code execution checks its formulas and examples but cannot replace mathematical assessment of its quantifiers.

Relationship to earlier work

The source is AIM Problem 1.6(1). Nearby work studies censoring from extremal configurations, comparison inequalities, two-component Gibbs samplers, order-adapted metrics and coefficients of ergodicity. A formula-first search found no matching four-state matrix, all-time distance sequences, 4/3 ratio or family classification.

That search has a material gap. The closest 1992 coefficient-of-ergodicity article by Pflug and Schachermayer was available only through its abstract, bibliography and cited-by metadata, not full text. The elementary example may also be known under different terminology or in informal circulation. Accordingly, the release makes no claim to be new, first or historically definitive.

Who should care

ReaderWhat is useful nowPrincipal caution
Markov-chain researchersA minimal exact stress test for extremal-start intuitionCheck the proof and prior art independently
Gibbs-sampler researchersA complete two-spin family with explicit switch regimesThe permanent witness uses external fields
Software authorsA four-state regression fixture for row-diameter assumptionsPassing the fixture does not validate a general algorithm
FormalisersA small rational kernel with short universal formulasNo proof-assistant development is supplied
Research-methods readersA package that separates theorem, bounded screen, replay and reviewInternal role separation is not external validation

How to inspect and reproduce it

Use tag v0.2.0-candidate or the Zenodo version DOI rather than the moving main branch. Python 3.11 or later is sufficient for the exact verifiers:

python3 verify_two_spin_family.py
python3 -O verify_two_spin_family.py
python3 crosscheck_formulas.py
python3 -O crosscheck_formulas.py
python3 test_negative_controls.py
python3 -O test_negative_controls.py
python3 verify_zero_field_bounded.py
python3 -O verify_zero_field_bounded.py
./build_paper.sh

Then inspect paper.md, CLAIMS.json, ASSURANCE.md, SOURCE_CORRESPONDENCE.md and NOVELTY_REPORT.md. The versioned manifest binds every release file.

Most valuable next projects

  1. Zero-field theorem or counterexample. Resolve the every-graph Ising question without extrapolating from the bounded four-vertex screen.
  2. Independent reconstruction. Re-derive the kernel powers, family regimes and cardinality-minimality proof without importing the package formulas.
  3. Specialist prior-art audit. Inspect the 1992 antecedent in full and search coefficient-of-ergodicity and binary Gibbs-sampler terminology.
  4. Formalisation. Encode stochastic monotonicity, reversibility, row total variation and the three-state CDF argument in a proof assistant.
  5. Remaining AIM diagnostics. Treat questions 1.6(2) and 1.6(3) as separate projects with their own quantifiers and assurance gates.

What is in the public package

The immutable release includes the manuscript PDF and sources, accessible Markdown, exact verifiers, mutation tests, claim and nonclaim registry, environment record, replay receipt, operating-model and metrics records, source and novelty audits, internal review reports, licensing files and a complete checksum manifest. The v0.2.0 candidate release and version DOI are the pinned inspection points.

Searchable mathematical objects

Exact text is provided alongside typeset mathematics so people and automated research tools can find and compare the objects without inferring a stronger assurance state.

Four-state all-time row-TV counterexample

Exact searchable text
For weights (1,1/2,2,1), the incomparable row distance is (2/3)(1/2)^(t-1) and the extremal distance is (1/2)^t for every integer t at least 1.
LaTeX
d_{\mathrm{TV}}(P^t(10,\cdot),P^t(01,\cdot))=\frac23\left(\frac12\right)^{t-1}>\left(\frac12\right)^t=d_{\mathrm{TV}}(P^t(00,\cdot),P^t(11,\cdot))
Object type
counterexample
Relation to release
claimed-result
Scope
The specified random-scan two-spin heat-bath chain; the scholarly object is an anonymous unrefereed candidate with producer-side replay, not an independently validated theorem.

Media

The audio briefing is provided in the header above. Download the MP3 briefing · read the transcript.

Open directions for follow-up research

Also available in machine-readable form for research agents and follow-up projects.

  1. Determine whether the extremal pair always realises row-TV diameter for zero-field ferromagnetic Ising heat-bath dynamics on every finite graph.
  2. Obtain an unaffiliated Markov-chain specialist reconstruction of the four-state proof, family classification, source mapping and cardinality-minimality argument.
  3. Inspect Pflug and Schachermayer's 1992 coefficient-of-ergodicity article lawfully in full and conduct a broader specialist novelty and priority audit under alternative terminology.
  4. Formalise the Boolean-diamond kernel, stochastic monotonicity, exact powers and three-state CDF argument in a proof assistant.
  5. Address AIM Problem 1.6 diagnostics (2) and (3), which are not answered by this counterexample.

Research process, metrics and reusable methods

Prospective process metadata under the Evidence Press operating model and research-metrics policy. It records the intended handoff, measured scope and claim boundary; it is not evidence that the method accelerated this work.

Work ID
ep-work:extremes-do-not-always-maximise
Attempt and metric receipts
  • ep-attempt:extremes-do-not-always-maximise-assurance-publication — published / positive

    Measurement scope
    assurance-through-publication — From prospective registration immediately before actioning the Major Revision report through terminal release or stop. Earlier candidate discovery, search computation, manuscript drafting and the supplied review are excluded; this attempt covers evidence repair, novelty resolution, internal editorial review, public repository and DOI identity, Evidence Press authoring, media, CI, guarded deployment and canonical readback.
    Frozen target
    Reach internal Accept or PASS_WITH_NOTES on a source-faithful repaired candidate, then publish byte-identical immutable GitHub and Zenodo assets plus a guarded Evidence Press page whose canonical readback preserves the unrefereed claim ceiling.
    Fermi active-time forecast
    150 minutes; plausible interval 90–240; expected unattended wait 60. Reference class: Major-review repair through full Evidence Press candidate publication (n=0) — No completed prospectively measured attempt in this exact class exists. The decomposition uses the current package size, one supplied major-revision report, the mandatory five-role gate and prior Evidence Press identity and two-cycle deployment mechanics only as qualitative anchors..
    • review triage and closest-prior-art resolution: 1 × 30/45/75 minutes (low/central/high) — One pivotal 1992 full-text dependency, focused citation descendants and a finite response matrix.
    • package repair, rebuild, deterministic baseline and editorial gate: 1 × 20/35/60 minutes (low/central/high) — One six-page paper, a small exact verifier, targeted controls and one five-role round with at most one confirmation.
    • public research repository, CI, immutable release and Zenodo identity: 1 × 15/25/40 minutes (low/central/high) — One compact anonymous candidate with standing component licences and standard GitHub/Zenodo coupling.
    • Evidence Press authoring, media, composite seals, two deployments and readback: 1 × 25/45/65 minutes (low/central/high) — One new reader-first release using deterministic house art, audio, thumbnail, A/B then C/D protocol seals and existing guarded deployment tooling.
    Tractability forecast
    Within 240 active minutes: positive signal 0.85; target closure 0.7. Stop rule: Stop the positive release route immediately on a fatal proof, semantic, novelty, licence, preservation or review finding. At 150 active agent minutes consolidate to load-bearing gates and report variance; at 240 active minutes pause rather than weakening a gate unless the user explicitly authorises continuation after seeing the exact blocker.
    Observed clocks
    95 active-agent; unknown active-human; 0 substantive-compute; 6 unattended-wait; 0 blocked; 0 rework minutes. Calendar elapsed: 101 minutes.
    Research search
    Cycles: 0 positive, 0 negative, 0 inconclusive. Falsification gates: 7. Candidate architectures: 0 tested, 0 rejected.
    Agent and review load
    1 agent runs; maximum parallelism 1; 3 model turns; unknown deduplicated model tokens; 2 substantive review rounds; P0/P1 findings 0/3; pre-publication claim corrections 2.
    Result and calibration
    target-closed — The supplied Major Revision was actioned through a frozen five-role internal editorial round, exact-byte confirmation, producer-side replay and seven targeted falsification controls. The repaired candidate reached byte-identical immutable GitHub and Zenodo publication and canonical Evidence Press release with complete media, protocol, preservation and browser readback. The result remains an anonymous unrefereed candidate with no external assurance or impact promotion. Positive signal: true; target reached: true. Active-time error -55 minutes; actual/forecast 0.63; inside interval: true. Brier score: positive signal 0.0225; target closure 0.09.
    Missing telemetry
    activeHumanMinutes — No instrument captured human direction or review time at the prospective attempt boundary.; deduplicatedModelTokens — The supported runtime goal counter began at 2026-08-29T16:00:08Z, 36 minutes after attempt registration. Its partial reading is retained in the closeout receipt, but a full-attempt fork-aware value cannot be recovered without reconstruction.; uncachedInputTokens — The runtime does not expose an uncached-input counter.
Prospective work ledger · metrics policy
Intended aims
science
Artifact roles
research-output, evidence-assessment, method-demonstration, communication
Decision object
counterexample — A cardinality-minimal four-state monotone reversible heat-bath counterexample, together with an exact endpoint-symmetric two-spin family classification. Scope: The separately quantified general monotone-reversible clause of AIM problem 1.6(1); not the all-graph zero-field Ising question or diagnostics 1.6(2-3).
Reusable methods
Certificate-first, proof-carrying research (certificate-first); Structural compression (structural-compression); Adversarial scientific controls (adversarial-controls); Assurance as a vector (assurance-vector); Agent-readable research objects (agent-readable-research-object) · registry
Targeted clocks
assurance, publication
Semantic bridge
explicit — The AIM general clause is mapped to the Boolean-diamond state order, random-scan heat-bath kernel, total-variation row diameter and exact all-time formulas; the zero-field clause is separately excluded. Remaining risks: The closest 1992 coefficient-of-ergodicity article could not be inspected beyond its publisher abstract, bibliography and cited-by records.; No unaffiliated specialist has assessed the proof or source map.; The all-graph zero-field Ising question remains open..
Human judgement gates
  • Assess the universal written proofs rather than inferring them from finite replay.
  • Assess whether the accessible-source novelty audit supports release at the bounded unrefereed-candidate ceiling.
  • Do not promote the bounded exact zero-field enumeration into an all-graph theorem.
  • Require a new release decision before claiming independent reproduction, formal verification, specialist review, peer review, novelty or priority.
Next assurance action
Obtain unaffiliated specialist review and lawful full-text comparison with Pflug and Schachermayer before any novelty or priority upgrade. Claim ceiling: Unrefereed theorem candidate with producer-side exact replay, a separate producer cross-check and internal editorial review; not an all-graph zero-field result, independent reproduction, formal proof, specialist review, external peer review, novelty or priority claim.
Aim-scoped impact evidence
  • science: NO_IMPACT_EVIDENCE — More reliable evaluation of extremal-start row-diameter claims in Finite monotone reversible Markov chains and two-spin heat-bath dynamics. Design: none; comparator: No matched conventional research or publication workflow was prospectively registered.; estimand: No effect on discovery time, error rate, review effort, theorem production, adoption or citation was estimated.. No real-world effect evidence is asserted.
Defeasible explanations
Certificate-first publication, structural compression and retained stop receipts reduce elapsed time and total human effort per reusable research result at a matched assurance boundary. (research-cycle-acceleration) · IBE ledger

Verification status

Anonymous, unrefereed theorem candidate at internal PASS_WITH_NOTES. The universal counterexample, family classification and cardinality-minimality claims rest on the written proofs; the programs replay exact formulas and stated finite predicates. The closest 1992 coefficient-of-ergodicity paper could not be inspected in full, so the bounded prior-art search does not establish novelty or priority. No unaffiliated rerun, independent reimplementation, proof-assistant formalisation, external specialist review or editorial peer review has occurred. The zero-field Ising question on every graph and AIM diagnostics 1.6(2) and 1.6(3) remain open.

Cite

Anonymous. (2026). Extremes do not always maximise: a minimal monotone reversible counterexample (Version 0.2.0-candidate) [Anonymous unrefereed theorem candidate and evidence package]. Evidence Press. https://doi.org/10.5281/zenodo.22163995
BibTeX
@misc{extremesdonotalwaysmaximise2026,
  title        = {Extremes do not always maximise: a minimal monotone reversible counterexample},
  author       = {Anonymous},
  year         = {2026},
  doi          = {10.5281/zenodo.22163995},
  url          = {https://doi.org/10.5281/zenodo.22163995},
  version      = {0.2.0-candidate},
  howpublished = {Zenodo},
  note         = {Unrefereed; internally replayed evidence package. Press page: https://evidencepress.org/releases/extremes-do-not-always-maximise/}
}

Also: cite.bib · paper.json · this page as Markdown