# The Entropy of Backwards Analysis

**Authors:** Mathias B{\ae}k Tejs Knudsen, Mikkel Thorup

arXiv: 1704.04509 · 2017-04-18

## TL;DR

This paper investigates the amount of randomness needed for backwards analysis of randomized algorithms, revealing that exact analysis requires full minwise randomness, while approximate analysis demands significantly less entropy.

## Contribution

It characterizes the entropy requirements for both exact and approximate backwards analysis, showing the necessity of full randomness for exact cases and a divergence in approximation.

## Key findings

- Exact backwards analysis requires minwise permutations with Θ(n) entropy.
- Approximate analysis within factor α requires Ω(n/α) entropy.
- Full randomness is essentially necessary for accurate backwards analysis.

## Abstract

Backwards analysis, first popularized by Seidel, is often the simplest most elegant way of analyzing a randomized algorithm. It applies to incremental algorithms where elements are added incrementally, following some random permutation, e.g., incremental Delauney triangulation of a pointset, where points are added one by one, and where we always maintain the Delauney triangulation of the points added thus far. For backwards analysis, we think of the permutation as generated backwards, implying that the $i$th point in the permutation is picked uniformly at random from the $i$ points not picked yet in the backwards direction. Backwards analysis has also been applied elegantly by Chan to the randomized linear time minimum spanning tree algorithm of Karger, Klein, and Tarjan.   The question considered in this paper is how much randomness we need in order to trust the expected bounds obtained using backwards analysis, exactly and approximately. For the exact case, it turns out that a random permutation works if and only if it is minwise, that is, for any given subset, each element has the same chance of being first. Minwise permutations are known to have $\Theta(n)$ entropy, and this is then also what we need for exact backwards analysis.   However, when it comes to approximation, the two concepts diverge dramatically. To get backwards analysis to hold within a factor $\alpha$, the random permutation needs entropy $\Omega(n/\alpha)$. This contrasts with minwise permutations, where it is known that a $1+\varepsilon$ approximation only needs $\Theta(\log (n/\varepsilon))$ entropy. Our negative result for backwards analysis essentially shows that it is as abstract as any analysis based on full randomness.

## Full text

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

## References

14 references — full list in the complete paper: https://tomesphere.com/paper/1704.04509/full.md

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