/-
Copyright 2026 The Formal Conjectures Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-/importFormalConjecturesUtil
The microscopic weighting on a metric space
Reference:arxiv/2607.05349The microscopic weighting on a metric space
by Emily Roff, Simon Willerton
The weighting $\vec{w}(t) = Z(t)^{-1}\mathbf{1}$ at scale t.
Matrix.inv is 0 on singular matrices, so this is only the intended vector where Z t is
invertible. The analytic function t ↦ det (Z t) tends to 1 as t → ∞, so its zeros are
isolated. Hence Z t is invertible for all small enough t > 0, as required below.
g is a gauging for M with concentration c: it sums to 1 and M g is the constant
vector c. This is Definition 2.3 of the source, which states it for symmetric M.
All gaugings of a symmetric matrix share one concentration, so $\mathrm{con}$ is an
attribute of the matrix. The source records this after Definition 2.3, as the calculation
$c = c\mathbf{1}^T v' = (v^TA^T)v' = v^T(c'\mathbf{1}) = c'$, and Definition 2.4 rests on it.
M has finite concentration, written $\mathrm{con}(M) \neq \infty$ in the source: some
gauging for M exists.
Definition 2.4 sets $\mathrm{con}(M)$ to the concentration of any gauging, and to $\infty$ when
there is none, so con(M) ≠ ∞ is exactly this. Stating it as existence keeps the value of
$\mathrm{con}$ out of the statement; concentration_unique above is what makes that value
well defined in the first place.
Conjecture 3.3 (Roff-Willerton, 2026). A finite metric space admits a microscopic weighting
if and only if its distance matrix has finite concentration.
Nonempty is needed and not just tidiness. On the empty space every gauging condition fails,
since ∑ i, g i is 0 rather than 1, while X → ℝ is a subsingleton so the weighting
converges trivially. The equivalence would be false there for reasons that have nothing to do
with the question.
The answer is false as proved by Kenta Kitamura assisted by ChatGPT 5.6 sol.
The space has finite concentration, demonstrated by the explicit gauging $g$:
$$
g = \frac{1}{24842973905} \begin{pmatrix} 3672468740 \cr 6389133731 \cr 9124217512 \cr
5612262448 \cr -6875621136 \cr 2754831248 \cr 0 \cr 10758780188 \cr -6593098826 \cr 0
\end{pmatrix}
$$
which gives $A g = \frac{4111107017312}{24842973905} \mathbf{1}$.
To prove that it does not admit a microscopic weighting, we provide a vector $v \in \ker A$:
$$
v = \begin{pmatrix} -2 \cr -1 \cr 3 \cr 4 \cr -4 \cr -2 \cr 2 \cr 2 \cr -4 \cr 2 \end{pmatrix}
$$
along with a row-space certificate $q$ for the entrywise square matrix $B = A^{\circ 2}$ satisfying $q A = v^\top B$:
$$
q^\top = \frac{1}{128472094291} \begin{pmatrix} 43681853675722 \cr -53873248293642 \cr
-66890627544007 \cr -81187181670120 \cr 24308499983196 \cr 40819375894674 \cr 0 \cr
54690260644468 \cr 35226831040652 \cr 0
\end{pmatrix}
$$
This certificate shows that the obstruction $v^\top B$ annihilates $\ker A$, making it impossible to construct a convergent weighting.
One direction is known: a microscopic weighting implies finite concentration (Theorem 3.1(3)).
Together with the conjecture above this leaves the converse, that finite concentration is enough.