Documentation

Atlas.ProbabilisticMethodsInCombinatorics.code.Chapter11.HypergraphContainers

A 3-uniform hypergraph on a finite vertex type $V$: a finite family of 3-element subsets of $V$.

Instances For

    The number of vertices of a 3-uniform hypergraph, equal to the cardinality of $V$.

    Instances For

      The degree of a vertex $v$ in a 3-uniform hypergraph $H$: the number of edges of $H$ that contain $v$.

      Instances For

        The average vertex degree of a 3-uniform hypergraph, $\bar d(H) = 3|E(H)|/|V|$.

        Instances For

          The maximum vertex degree $\Delta_1(H)$ of a 3-uniform hypergraph.

          Instances For

            The pair codegree $d_H(u,v)$: the number of edges of $H$ containing both $u$ and $v$.

            Instances For

              The maximum pair codegree $\Delta_2(H) = \max_{u \neq v} d_H(u, v)$.

              Instances For

                A set $I \subseteq V$ is independent in a 3-uniform hypergraph $H$ if no edge of $H$ is contained in $I$.

                Instances For

                  $\sum_{i=0}^{k} \binom{n}{i}$, an upper bound for the number of subsets of an $n$-element set of size at most $k$.

                  Instances For
                    theorem HypergraphContainers.container_theorem_three_uniform (c : ) (hc : c > 0) :
                    δ > 0, ∀ (V : Type) [inst : Fintype V] [inst_1 : DecidableEq V] (H : ThreeUniformHypergraph V) (d : ), H.averageDegree = dd δ⁻¹H.maxDegree c * dH.maxPairCodegree c * d∃ (C : Finset (Finset V)), C.card Nat.chooseLe (Fintype.card V) (Fintype.card V) / d⌋₊ (∀ (I : Finset V), H.IsIndependentSet ISC, I S) SC, S.card (1 - δ) * (Fintype.card V)

                    Theorem 11.3.1 (Container theorem for 3-uniform hypergraphs). For every $c > 0$ there exists $\delta > 0$ such that for every 3-uniform hypergraph $H$ with average degree $d \geq \delta^{-1}$, maximum vertex degree $\Delta_1 \leq c d$ and maximum pair codegree $\Delta_2 \leq c \sqrt{d}$, there is a family $\mathcal{C}$ of containers with

                    • $|\mathcal{C}| \leq \sum_{i \leq n/\sqrt{d}} \binom{n}{i}$;
                    • every independent set $I$ of $H$ is contained in some $S \in \mathcal{C}$;
                    • every container satisfies $|S| \leq (1 - \delta) n$.