Tightness of the O(n^2) lower bound for matrix multiplication
Determine whether the O(n^2) lower bound on the time complexity of matrix multiplication is tight, i.e., establish whether the matrix multiplication exponent ω equals 2 (up to polylogarithmic factors), which would set the ultimate limit for speedups based on fast matrix multiplication in non-ellipsoid-specific fitting and related linear algebra routines.
References
Faster methods, such as those based on Strassen's algorithm (≈ O(n{2.807})), are possible in the non-ellipsoid-specific case, but the absolute lower bound for such speedups is O(n2) (whether this bound is tight is an open question in computer science), which still leaves us with a complexity at least O(d4).
— Every Language Model Has a Forgery-Resistant Signature
(2510.14086 - Finlayson et al., 15 Oct 2025) in Section 3.3 (Ellipsoid fitting takes sextic time)