Samplinglib
Lean gate passed 2026-08-19T06:04:36.257124+00:00 · 77184245109a
production module

AutoSamplingTheory.RMFLD

5 named declarations scanned from AutoSamplingTheory/RMFLD.lean.

Imports
Imported by
Placeholder scan
0 declaration(s) flagged
Gate status
Compiled

Declarations

def AutoSamplingTheory.RMFLD.rmfldPaperRoot Compiled Not mapped

No declaration docstring.

def rmfldPaperRoot : String := "/home/nitanda_sub/mark/repos/RMFLD/RMFLD_paper"
def AutoSamplingTheory.RMFLD.rmfldSource Compiled Not mapped

No declaration docstring.

def rmfldSource : SourceAnchor :=
  localTexAnchor "rmfld-current" rmfldPaperRoot "RMFLD_paper"
    "Current exploratory RMFLD paper; use exploratoryProof mode and keep conjectural proof routes honest."
def AutoSamplingTheory.RMFLD.exploratorySeedLabels Compiled Not mapped

No declaration docstring.

def exploratorySeedLabels : List String :=
  [
    "thm:general_RMFLD_finite_particle_convergence",
    "thm:SIM_main",
    "thm:finite_particle_postwarmup_convergence",
    "thm:main_theorem_ABCD",
    "thm:actual_expem_one_step_recursion_new"
  ]
def AutoSamplingTheory.RMFLD.rmfldExploratoryContract Compiled Not mapped

No declaration docstring.

def rmfldExploratoryContract : TheoremContract where
  id := "ASTIS.RMFLD.exploratory_seed"
  title := "RMFLD exploratory proof-validation seed"
  mode := "exploratoryProof"
  source := rmfldSource
  targetLean := "AutoSamplingTheory/RMFLD.lean"
  statementSummary := "Index current RMFLD proof targets and maintain proof-route candidates without weakening the paper statements."
  proofStatus := ProofStatus.planned
def AutoSamplingTheory.RMFLD.rmfldProofDag Compiled Not mapped

No declaration docstring.

def rmfldProofDag : List ProofDagBlock :=
  exploratorySeedLabels.map fun label => {
    id := "ASTIS.RMFLD." ++ label
    interface := "Build source-index, obligations, and candidate proof routes for `" ++ label ++ "`."
    source := rmfldSource
    targetLean := "AutoSamplingTheory/RMFLD.lean"
    status := ProofStatus.planned
  }

end RMFLD
end AutoSamplingTheory