Documentation

FormalConjectures.ErdosProblems.«82»

Erdős Problem 82 #

Reference: erdosproblems.com/82

def Erdos82.IsRegularInduced {V : Type u_1} [Fintype V] {G : SimpleGraph V} (S : G.Subgraph) :

A predicate that holds if $S$ is a regular induced subgraph of $G$

Equations
Instances For
    noncomputable def Erdos82.F (n : ) :

    $F(n)$ is the maximal integer such that every graph on $n$ vertices contains a regular induced subgraph on at least $F(n)$ vertices.

    Equations
    Instances For

      $F(n) / \log n \to \infty as n \to \infty$

      theorem Erdos82.erdos_82.variants.F_upper_bound :
      (fun (n : ) => (F n)) =O[Filter.atTop] fun (n : ) => n * Real.log n ^ (3 / 4)

      $F(n) \le O(n^{1/2} \ln ^ {3/4} n)$

      Theorem 1.4 from [AKS07]

      [AKS07] Alon, N. and Krivelevich, M. and Sudakov, B., Large nearly regular induced subgraphs. arXiv:0710.2106 (2007).