# Testable Properties in General Graphs and Random Order Streaming

**Authors:** Artur Czumaj, Hendrik Fichtenberger, Pan Peng, Christian Sohler

arXiv: 1905.01644 · 2019-05-07

## TL;DR

This paper develops a framework linking property testing and data streaming for general graphs, introducing canonical testers and demonstrating constant-space testability of certain graph properties in the streaming model.

## Contribution

It introduces canonical testers for all constant-query testers in general graphs and proves their applicability in the random order streaming model.

## Key findings

- Canonical testers for general graphs established
- Constant-space testing for properties like disconnectivity and k-path-freeness shown
- Bridges the gap between property testing and streaming algorithms for general graphs

## Abstract

We present a novel framework closely linking the areas of property testing and data streaming algorithms in the setting of general graphs. It has been recently shown (Monemizadeh et al. 2017) that for bounded-degree graphs, any constant-query tester can be emulated in the random order streaming model by a streaming algorithm that uses only space required to store a constant number of words. However, in a more natural setting of general graphs, with no restriction on the maximum degree, no such results were known because of our lack of understanding of constant-query testers in general graphs and lack of techniques to appropriately emulate in the streaming setting off-line algorithms allowing many high-degree vertices.   In this work we advance our understanding on both of these challenges. First, we provide canonical testers for all constant-query testers for general graphs, both, for one-sided and two-sided errors. Such canonizations were only known before (in the adjacency matrix model) for dense graphs (Goldreich and Trevisan 2003) and (in the adjacency list model) for bounded degree (di-)graphs (Goldreich and Ron 2011, Czumaj et al. 2016). Using the concept of canonical testers, we then prove that every property of general graphs that is constant-query testable with one-sided error can also be tested in constant-space with one-sided error in the random order streaming model.   Our results imply, among others, that properties like $(s,t)$ disconnectivity, $k$-path-freeness, etc. are constant-space testable in random order streams.

## Full text

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

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1905.01644/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1905.01644/full.md

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