Documentation

Atlas.ProbabilisticMethodsInCombinatorics.code.Chapter9.ChromaticConcentration

def ChromaticConcentration.DiffOnlyAt {V : Type u_1} (G G' : SimpleGraph V) (v : V) :

Two graphs $G$ and $G'$ on vertex set $V$ differ only at vertex $v$: their adjacency relations agree on all pairs not involving $v$.

Instances For
    theorem ChromaticConcentration.DiffOnlyAt.symm {V : Type u_1} {G G' : SimpleGraph V} {v : V} (h : DiffOnlyAt G G' v) :
    DiffOnlyAt G' G v

    Symmetry of DiffOnlyAt: if $G$ and $G'$ differ only at $v$, so do $G'$ and $G$.

    The chromatic number of a graph on Fin n, viewed as a real number.

    Instances For

      Upper-tail bounded differences inequality applied to the chromatic number of $G(n,p)$: $\mathbb{P}(\chi(G) - \mathbb{E}\chi(G) \geq \varepsilon) \leq \exp(-2\varepsilon^2/(n-1))$.

      Lower-tail bounded differences inequality applied to the chromatic number of $G(n,p)$: $\mathbb{P}(\mathbb{E}\chi(G) - \chi(G) \geq \varepsilon) \leq \exp(-2\varepsilon^2/(n-1))$.

      Shamir-Spencer concentration of the chromatic number (Theorem 9.3.1, 1987): $\mathbb{P}(|\chi(G(n,p)) - \mathbb{E}\chi(G(n,p))| \geq \lambda\sqrt{n-1}) \leq 2e^{-2\lambda^2}$.