# Vertex isoperimetry and independent set stability for tensor powers of   cliques

**Authors:** Joshua Brakensiek

arXiv: 1702.04432 · 2017-02-16

## TL;DR

This paper investigates vertex isoperimetry and the stability of independent sets in tensor powers of cliques, providing recursive formulas and improved bounds that have implications for graph coloring and approximation hardness.

## Contribution

It introduces a recursive method to compute vertex isoperimetric bounds and establishes near-optimal stability bounds for independent sets in tensor powers of cliques.

## Key findings

- Recursive relation for vertex isoperimetry function ()
- Improved stability bounds for independent sets with exponent _t()
- Results applicable to hardness of approximation in graph problems

## Abstract

The tensor power of the clique on $t$ vertices (denoted by $K_t^n$) is the graph on vertex set $\{1, ..., t\}^n$ such that two vertices $x, y \in \{1, ..., t\}^n$ are connected if and only if $x_i \neq y_i$ for all $i \in \{1, ..., n\}$. Let the density of a subset $S$ of $K_t^n$ to be $\mu(S) := \frac{|S|}{t^n}$, and let the vertex boundary of a set $S$ to be vertices which are incident to some vertex of $S$, perhaps including points of $S$. We investigate two similar problems on such graphs.   First, we study the vertex isoperimetry problem. Given a density $\nu \in [0, 1]$ what is the smallest possible density of the vertex boundary of a subset of $K_t^n$ of density $\nu$? Let $\Phi_t(\nu)$ be the infimum of these minimum densities as $n \to \infty$. We find a recursive relation allows one to compute $\Phi_t(\nu)$ in time polynomial to the number of desired bits of precision.   Second, we study given an independent set $I \subseteq K_t^n$ of density $\mu(I) = \frac{1}{t}(1-\epsilon)$, how close it is to a maximum-sized independent set $J$ of density $\frac{1}{t}$. We show that this deviation (measured by $\mu(I \setminus J)$) is at most $4\epsilon^{\frac{\log t}{\log t - \log(t-1)}}$ as long as $\epsilon < 1 - \frac{3}{t} + \frac{2}{t^2}$. This substantially improves on results of Alon, Dinur, Friedgut, and Sudakov (2004) and Ghandehari and Hatami (2008) which had an $O(\epsilon)$ upper bound. We also show the exponent $\frac{\log t}{\log t - \log(t-1)}$ is optimal assuming $n$ tending to infinity and $\epsilon$ tending to $0$. The methods have similarity to recent work by Ellis, Keller, and Lifshitz (2016) in the context of Kneser graphs and other settings.   The author hopes that these results have potential applications in hardness of approximation, particularly in approximate graph coloring and independent set problems.

## Full text

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

## Figures

12 figures with captions in the complete paper: https://tomesphere.com/paper/1702.04432/full.md

## References

28 references — full list in the complete paper: https://tomesphere.com/paper/1702.04432/full.md

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