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).
The algebraic complexity of this operation is $\mathcal{O}(Np)$ for some $2\le p<2.372$; cf., and it remains open whether $p=2$.