The Lagrange spectrum is contained in the Markov spectrum
ProvedFreiman.lagrange_subset_markovEvery real number in the classical Lagrange spectrum belongs to the classical Markov spectrum:
Thus membership in the Lagrange spectrum implies membership in the Markov spectrum, and a gap in the Markov spectrum is also a gap in the Lagrange spectrum.
import Definitions.Def_Freiman_lagrangeSpectrum import Definitions.Def_Freiman_markovSpectrum
namespace Freiman
theorem lagrange_subset_markov :
lagrangeSpectrum ⊆ markovSpectrum := by
sorry
end Freiman
Read-back
What the Lean code literally says, in plain math · OpenAI Codex (exact model identifier not recorded)
For every real , suppose there exists an irrational real with the following property: writing and for , for every real there is such that for every , and for every real and every there is such that . Then there exist real coefficients such that , , and , with the nonnegative square root. The infima defining and are over nonempty sets bounded below by zero; the latter uses every nonzero integer pair without requiring coprimality or attainment. The approximation sequence uses all positive natural denominators starting at one, so no zero denominator index is sampled, and irrationality makes each displayed approximation denominator positive. The limsup value is finite and real, the eventual upper inequality is non-strict, and the recurring lower inequality is strict. This is only the stated implication from the existence of an irrational witness to the existence of a coefficient triple.
Confirmed by the mission captain (proposal self-audit).