No forward refinement coupling for the four-label square
ProvedFormalCapacity.Finite.n4_no_plus_refines_minusfinitecombinatoricsformalcapacitylinearalgebrapartition-incidence
Let and . Write when every source block is contained in a target block. There is no nonnegative rational table with every row and column sum satisfying
Equivalently, no coupling in the specified rational two-atom model transports the uniform positive law to the uniform negative law while being supported on refinement. Together with equality of their block coordinates, this distinguishes first-order statistical agreement from compatibility with directed coarsening. The coefficient field remains , and the refinement direction is fine to coarse.
Preamble
import Mathlib import Definitions.Def_capacityFourLabelAtoms set_option autoImplicit false /-! # The four-label correlation obstruction This file kernel-checks the signed square `12|34 + 1|2|3|4 = 1|2|34 + 12|3|4` at every block-incidence coordinate. The four atoms are represented by their finite sets of blocks. `n4Atom_isPartition` verifies that each label belongs to exactly one nonempty block, so this concrete representation does not hide a partition-validity assumption. -/ open FormalCapacity.Finite open Finset
Formal statement
theorem FormalCapacity.Finite.n4_no_plus_refines_minus :
¬ ∃ K : UniformTwoCoupling,
∀ i j, ¬ (plusAtom i).Refines (minusAtom j) → K.mass i j = 0 := by
sorry
Source
The four-label correlation threshold, Proposition 1.1, forward refinement obstruction. Unpublished research note (2026), N4_BLOCK_CORRELATION_NOTE.md, SHA-256 a9b67c132ca0e0af807fb917ca2322833b84e162c45a4da7329ee88fbe4f1c83. Exact formal source: formal_capacity/FormalCapacity/Finite/N4.lean, lines 130–139, declaration FormalCapacity.Finite.n4_no_plus_refines_minus, source-file SHA-256 280e7a5db975df324036a6fa34b42c689519d3d508ba10e85a18645f77ddeb26. Local source archive; no public repository URL or commit is asserted. Upload checked with Lean 4.33.1 and Mathlib 0df444a360eaa60ab8c11dca51a86af692955474.