pith. machine review for the scientific record. sign in
theorem

mass_gap_continuum

proved
show as:
view math explainer →
module
IndisputableMonolith.YM.OS
domain
YM
line
59 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.YM.OS on GitHub at line 59.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

formal source

  56  exact ⟨K, hPF⟩
  57
  58/-- Lattice gap persists to continuum under stability hypothesis. -/
  59theorem mass_gap_continuum {μ : LatticeMeasure} {γ : ℝ}
  60    (hGap : MassGap μ γ) (hPers : GapPersists γ) : MassGapCont γ := by
  61  exact ⟨μ, hGap, hPers⟩
  62
  63end
  64end OS
  65end YM
  66end IndisputableMonolith