# No-dimensional Tverberg Theorems and Algorithms

**Authors:** Aruni Choudhary, Wolfgang Mulzer

arXiv: 1907.04284 · 2023-07-06

## TL;DR

This paper introduces an efficient deterministic algorithm for approximate Tverberg partitions in high dimensions, relaxing the need for exact solutions and extending previous methods to colorful and no-dimensional variants.

## Contribution

It generalizes Sarkaria's method to reduce Tverberg problems to the Colorful Carathéodory problem and provides the first efficient algorithm for approximate solutions in high dimensions.

## Key findings

- Algorithm runs in O(nd log k) time for n points in d dimensions.
- Provides a new approximation notion for Tverberg partitions.
- Extends to colorful Tverberg variants.

## Abstract

Tverberg's theorem states that for any $k \ge 2$ and any set $P \subset \mathbb{R}^d$ of at least $(d + 1)(k - 1) + 1$ points in $d$ dimensions, we can partition $P$ into $k$ subsets whose convex hulls have a non-empty intersection. The associated search problem of finding the partition lies in the complexity class $\text{CLS} = \text{PPAD} \cap \text{PLS}$, but no hardness results are known. In the colorful Tverberg theorem, the points in $P$ have colors, and under certain conditions, $P$ can be partitioned into colorful sets, in which each color appears exactly once and whose convex hulls intersect. To date, the complexity of the associated search problem is unresolved. Recently, Adiprasito, Barany, and Mustafa gave a no-dimensional Tverberg theorem, in which the convex hulls may intersect in an approximate fashion. This relaxes the requirement on the cardinality of $P$. The argument is constructive, but does not result in a polynomial-time algorithm.   We present a deterministic algorithm that finds for any $n$-point set $P \subset \mathbb{R}^d$ and any $k \in \{2, \dots, n\}$ in $O(nd \lceil{\log k}\rceil)$ time a $k$-partition of $P$ such that there is a ball of radius $O\left((k/\sqrt{n})\mathrm{diam(P)}\right)$ that intersects the convex hull of each set. Given that this problem is not known to be solvable exactly in polynomial time, our result provides a remarkably efficient and simple new notion of approximation.   Our main contribution is to generalize Sarkaria's method to reduce the Tverberg problem to the Colorful Caratheodory problem (in the simplified tensor product interpretation of Barany and Onn) and to apply it algorithmically. It turns out that this not only leads to an alternative algorithmic proof of a no-dimensional Tverberg theorem, but it also generalizes to other settings such as the colorful variant of the problem.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.04284/full.md

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1907.04284/full.md

## References

38 references — full list in the complete paper: https://tomesphere.com/paper/1907.04284/full.md

---
Source: https://tomesphere.com/paper/1907.04284