AutoSamplingTheory.SALD.saldFirstProofDag
Data definition / provenance and workflow record
Meaning and type
The result has data type List AutoSamplingTheory.ProofDagBlock. A value of this type stores descriptions; it is not a proof of the statements in those descriptions.
Lean statement of this data definition
The part after the colon is the output data type. This declaration takes no mathematical proof inputs.
def saldFirstProofDag : List ProofDagBlockConstruction and field-by-field explanation
Construction explanation requires review; no value was guessed.
This Lean definition constructs provenance or workflow data. It does not prove the mathematical statements stored as text. Status labels, named dependencies and citations are data, not compilation, proof or source certificates.
Unresolved: unsupported expression or unaudited data reference
Exact Lean data construction
Each field assignment stores the corresponding value shown above. Omitted fields use the explicitly identified schema defaults. Strings that name theorems remain strings; they do not call those theorems.
def saldFirstProofDag : List ProofDagBlock :=
firstFaithfulLabels.map fun label => {
id := "ASTIS.SALD." ++ label
interface := "Translate and formalize source label `" ++ label ++ "` without changing the paper statement."
source := saldSourceForLabel label
targetLean := saldLeanTargetForLabel label
dependsOn := saldDependenciesForLabel label
reusedBy := saldReusedByForLabel label
status := saldStatusForLabel label
}Existing module entry · Audited data-reader index · All teaching coverage