Optimal Fine-grained Hardness of Approximation of Linear Equations

Abstract

The problem of solving linear systems is one of the most fundamental problems in computer science, where given a satisfiable linear system (A,b), for A ∈ Rn × n and b ∈ Rn, we wish to find a vector x ∈ Rn such that Ax = b. The current best algorithms for solving dense linear systems reduce the problem to matrix multiplication, and run in time O(nω). We consider the problem of finding -approximate solutions to linear systems with respect to the L2-norm, that is, given a satisfiable linear system (A ∈ Rn × n, b ∈ Rn), find an x ∈ Rn such that ||Ax - b||2 ≤ ||b||2. Our main result is a fine-grained reduction from computing the rank of a matrix to finding -approximate solutions to linear systems. In particular, if the best known O(nω) time algorithm for computing the rank of n × O(n) matrices is optimal (which we conjecture is true), then finding an -approximate solution to a dense linear system also requires (nω) time, even for as large as (1 - 1/poly(n)). We also prove (under some modified conjectures for the rank-finding problem) optimal hardness of approximation for sparse linear systems, linear systems over positive semidefinite matrices, well-conditioned linear systems, and approximately solving linear systems with respect to the Lp-norm, for p ≥ 1. At the heart of our results is a novel reduction from the rank problem to a decision version of the approximate linear systems problem. This reduction preserves properties such as matrix sparsity and bit complexity.

0

Turn this paper into a full lesson

ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…