Documentation

Mathlib.NumberTheory.MaricaSchoenheim

The Marica-Schönheim special case of Graham's conjecture #

Graham's conjecture states that if 0<a1<an are integers, then maxi,jaigcd(ai,aj)n. This file proves the conjecture when the ai are squarefree as a corollary of the Marica-Schönheim inequality.

References #

[Applications of the FKG Inequality and Its Relatives, Graham][Graham1983]

def Nat.GrahamConjecture (n : ) (f : ) :

Statement of Graham's conjecture (which is now a theorem in the literature).

Graham's conjecture states that if 0<a1<an are integers, then maxi,jaigcd(ai,aj)n.

Equations
Instances For
    theorem Nat.grahamConjecture_of_squarefree {n : } (f : ) (hf' : k < n, Squarefree (f k)) :
    n.GrahamConjecture f

    The special case of Graham's conjecture where all numbers are squarefree.