Monochromatic Triangles, Triangle Listing and APSP
Virginia Vassilevska Williams, Yinzhan Xu

TL;DR
This paper explores the relationships between fundamental problems in fine-grained complexity, establishing new reductions and hardness results that connect problems like APSP, 3SUM, and triangle detection, with implications for dynamic algorithms.
Contribution
It proves that the All-Edges Sparse Triangle problem is APSP-hard by reducing Exact Triangle to it, and links the All-Edges Monochromatic Triangle problem to the hardness of APSP and 3SUM hypotheses.
Findings
All-Edges Sparse Triangle is APSP-hard under the APSP hypothesis.
Reducing Exact Triangle to All-Edges Sparse Triangle establishes new hardness results.
If All-Edges Monochromatic Triangle can be solved faster than $O(n^{2.5})$, then APSP and 3SUM are false.
Abstract
One of the main hypotheses in fine-grained complexity is that All-Pairs Shortest Paths (APSP) for -node graphs requires time. Another famous hypothesis is that the SUM problem for integers requires time. Although there are no direct reductions between SUM and APSP, it is known that they are related: there is a problem, -convolution that reduces in a fine-grained way to both, and a problem Exact Triangle that both fine-grained reduce to. In this paper we find more relationships between these two problems and other basic problems. P\u{a}tra\c{s}cu had shown that under the SUM hypothesis the All-Edges Sparse Triangle problem in -edge graphs requires time. The latter problem asks to determine for every edge , whether is in a triangle. It is equivalent to the problem of listing triangles in an -edge graph…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Algorithms and Data Compression
