Papers for

error-correcting code designers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Study reveals when weighted sums keep unique representations stable

Rényi stability of $B_h$ sets: a two-order phase diagram and sharp deletion principles

Abstract: A set $B$ in an abelian group is a $B_h$ set if every $h$-term sum has a unique representation up to permutation; for $h=2$ these are the Sidon sets. We study a weighted removal problem for this collision-free property: if the $h$-fold sum map has small Rényi entropy loss, how much probability mass must be deleted to leave a $B_h$ support? Two Rényi orders naturally arise: a collision order $α$, measuring the entropy loss, and a budget order $β$, controlling how spread out the weighting may be. Existing one-order formulations tie the two together on the diagonal $β=α$. We determine the resulting stability problem on the full $(α,β)$-plane. Stability holds exactly when $β\le1$ and $α\geβ$. Inside this region the optimal deletion rate is polynomial for $β<1$ and logarithmic on the boundary $β=1$, where the leading constant is exact; outside it, stability fails through two distinct mechanisms: a supercritical budget and dilution by light atoms. In each case the limiting defect is computed exactly. The upper bounds follow from a sharp list-coarsening inequality with optimal constant, which also yields an entropy-free removal theorem, a finite combinatorial consequence for moments of the representation function, and extensions to $B_h[g]$ sets. Matching constructions show that the phase boundaries and rates are sharp.

Sun 20 SeptInformation Theory
The gist
The paper looks at special sets of numbers where sums of a certain size have only one way to be made, like unique sums of pairs. The authors explore how much you need to remove from a weighted list to keep this uniqueness if there's only a little bit of mixing or overlap, measured by a special entropy concept. They find exact conditions and rates on when this stability happens and when it fails, providing sharp boundaries to understand this behavior. Their results come from new mathematical inequalities and constructions that perfectly match the limits they describe.
Open 2609.23922v1

Binary quadratic systems with one solution outnumber those with none

A Note on Binary Quadratic Systems and their relation to complexity theory

Abstract: Deciding whether a system of multivariate quadratic equations over $\mathbb F_2$ has a solution is a classical NP-complete problem, and remains so for square systems, with as many equations as variables. The hardness of this problem is one of the cornerstones of nowadays post-quantum cryptography. Let $\MQ_0(n)$ and $\MQ_1(n)$ denote the sets of square quadratic systems in $n$ variables having respectively no solutions and exactly one solution. $\cup_{n\geq 2} \MQ_0(n)$ is a coNP-complete language, while $\cup_{n\geq 2} \MQ_1(n)$ lies in DP. It is known that $\lim_{n\to \infty} |\MQ_1(n)|/|\MQ_0(n)|=1$. Here we prove the explicit finite-$n$ bounds \[ |\MQ_0(n)|<|\MQ_1(n)| \le \left(1+\frac{1}{2^n-1}\right)|\MQ_0(n)|, \] More generally, let $Q_d$ be the space of polynomial functions $(\FF_2)^n\to\mathbb F_2$ of degree at most $d$, and let $α_k$ count square systems in $(Q_d)^n$ having exactly $k$ solutions. Then \[ α_0<α_1 \le \left(1+\frac{1}{2^n-1}\right)α_0\,, \qquad 2\le d\le n \,. \] The proof combines matroid and coding-theoretic methods. We interpret $(\FF_2)^n$ as the ground set of the evaluation matroid of $Q_d$, express $α_0$ and $α_1$ through characteristic polynomials, and use a Whitney-type sign-reversing involution to show that the only terms that can push $α_1-α_0$ below $α_1/2^n$ come from the elements of a matroid port. These are identified with minimal-support words of the Reed--Muller code $\RM(n-d-1,n)=\RM(d,n)^\perp$; the required estimate then follows from the MacWilliams identity, the minimum-distance bound $2^{d+1}$, and the even-weight structure of the code.

Mon 7 SeptInformation TheoryComputational ComplexityCryptography and Security
The gist
Finding solutions to certain sets of equations with variables that can only be 0 or 1 is a very hard problem in computer science. The authors studied systems of such equations that either have no solutions or exactly one solution. They proved that for every size of the system, there are always more systems with exactly one solution than those with none, and they provided precise bounds on their ratio. Their proof uses ideas from matroid theory and error-correcting codes. This helps better understand the complexity of these problems, which is important for cryptography.
Open 2609.07769v1