Documentation

Atlas.ProbabilisticMethodsInCombinatorics.code.Chapter9.HarperIsoperimetric

@[reducible, inline]

The Hamming cube $\{0,1\}^n$, modeled as functions Fin n → Bool.

Instances For

    Hamming distance between two points of $\{0,1\}^n$: number of coordinates at which they differ.

    Instances For

      The closed Hamming ball of radius $r$ centered at $c$: the set of points $x$ with $d_H(x, c) \leq r$.

      Instances For

        A subset $B$ of the Hamming cube is a Hamming ball if $B = B(c, r)$ for some center $c$ and radius $r$.

        Instances For

          The $t$-Hamming expansion of $A$: all points at Hamming distance at most $t$ from some element of $A$, i.e. $A_t = \{x : d_H(x, A) \leq t\}$.

          Instances For

            Harper's isoperimetric inequality in the Hamming cube (Theorem 9.4.3, 1966): among all subsets of $\{0,1\}^n$ of a given cardinality, Hamming balls minimize the size of the $t$-expansion. Hence if $|B| \leq |A|$ and $B$ is a Hamming ball, then $|B_t| \leq |A_t|$.