English

A Differentiable Measure of Algebraic Complexity: Provably Exact Discovery of Group Structures

Machine Learning 2026-05-21 v4 Disordered Systems and Neural Networks Optimization and Control Representation Theory Machine Learning

Abstract

Discovering discrete algebraic rules from data is a fundamental challenge in machine learning. We formalize this problem through Cayley-table completion -- an algebraic counterpart to classical matrix completion -- where the degree of associativity violation replaces linear rank as the intrinsic measure of complexity. We provide a rigorous landscape analysis of HyperCube, an operator-valued tensor factorization, on the fully observed target table δ\delta, proving that its global infimum Hinf(δ):=infΘFδH(Θ)H_{\inf}(\delta) := \inf_{\Theta \in F_\delta} H(\Theta) implicitly defines an exact differentiable measure for this complexity. We show that HyperCube's native objective H(Θ)H(\Theta) decomposes into two components: geometric alignment (collinearity) and an inverse 2\ell_2 penalty. We establish that these continuous variational pressures induce core discrete properties: collinearity enforces associativity (Collinearity--Associativity Equivalence), and the inverse 2\ell_2 penalty reduces to an exact inverse rank penalty within the collinear manifold, driving the parameters toward full-rank unitarity. Consequently, we derive an absolute lower bound H(Θ)Hinf(δ)3δH(\Theta) \ge H_{\inf}(\delta) \ge 3 \, |\delta|, where δ|\delta| is the target table size. We prove this absolute floor is attained if and only if the target is isotopic to a group, and characterize the global minimizer as the regular representation of the underlying group (up to unitary gauge), resolving the central open conjecture of Huh (2025). This work serves as an existence proof that certain discrete algebraic structures can be exactly characterized by differentiable measures, enabling gradient-based discovery without the need for combinatorial search. All theoretical results are mechanically verified in Lean 4 and confirmed via small-scale experiments.

Keywords

Cite

@article{arxiv.2511.23152,
  title  = {A Differentiable Measure of Algebraic Complexity: Provably Exact Discovery of Group Structures},
  author = {Dongsung Huh and Lior Horesh and Halyun Jeong},
  journal= {arXiv preprint arXiv:2511.23152},
  year   = {2026}
}

Comments

29 pages, 3 figures. All theoretical conjectures are formally proven as theorems and verified in Lean 4. v4: Minor typographical corrections