# Large Minors in Expanders

**Authors:** Julia Chuzhoy, Rachit Nimavat

arXiv: 1901.09349 · 2019-01-30

## TL;DR

This paper investigates the size of minors in expander graphs, establishing bounds on the largest minor size, and provides algorithms for embedding specific minors, advancing understanding of minor-rich properties in expanders.

## Contribution

It introduces a new lower bound on the size of minors in expanders and offers an efficient randomized algorithm for finding such minors, improving upon previous results.

## Key findings

- Established a lower bound for minors in expanders proportional to n/(log n)
- Provided a randomized algorithm to find minors of size up to that bound
- Showed expanders are the most minor-rich graphs in a certain sense

## Abstract

In this paper we study expander graphs and their minors. Specifically, we attempt to answer the following question: what is the largest function $f(n,\alpha,d)$, such that every $n$-vertex $\alpha$-expander with maximum vertex degree at most $d$ contains {\bf every} graph $H$ with at most $f(n,\alpha,d)$ edges and vertices as a minor? Our main result is that there is some universal constant $c$, such that $f(n,\alpha,d)\geq \frac{n}{c\log n}\cdot \left(\frac{\alpha}{d}\right )^c$. This bound achieves a tight dependence on $n$: it is well known that there are bounded-degree $n$-vertex expanders, that do not contain any grid with $\Omega(n/\log n)$ vertices and edges as a minor. The best previous result showed that $f(n,\alpha,d) \geq \Omega(n/\log^{\kappa}n)$, where $\kappa$ depends on both $\alpha$ and $d$. Additionally, we provide a randomized algorithm, that, given an $n$-vertex $\alpha$-expander with maximum vertex degree at most $d$, and another graph $H$ containing at most $\frac{n}{c\log n}\cdot \left(\frac{\alpha}{d}\right )^c$ vertices and edges, with high probability finds a model of $H$ in $G$, in time poly$(n)\cdot (d/\alpha)^{O\left( \log(d/\alpha) \right)}$.   We note that similar but stronger results were independently obtained by Krivelevich and Nenadov: they show that $f(n,\alpha,d)=\Omega \left(\frac{n\alpha^2}{d^2\log n} \right)$, and provide an efficient algorithm, that, given an $n$-vertex $\alpha$-expander of maximum vertex degree at most $d$, and a graph $H$ with $O\left( \frac{n\alpha^2}{d^2\log n} \right)$ vertices and edges, finds a model of $H$ in $G$.   Finally, we observe that expanders are the `most minor-rich' family of graphs in the following sense: for every $n$-vertex and $m$-edge graph $G$, there exists a graph $H$ with $O \left( \frac{n+m}{\log n} \right)$ vertices and edges, such that $H$ is not a minor of $G$.

## Full text

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

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1901.09349/full.md

## References

35 references — full list in the complete paper: https://tomesphere.com/paper/1901.09349/full.md

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