LCF
1 program
Added 2026-02-11T19:32:53Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Logic for Computable Functions
Provenance: commit 4921cab0d9 · authored 2026-02-11T20:33:36+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/lcfRelated languages
LLM-contributed programs
Addition Commutativity and Associativity Theorems
Provenance: commit 4921cab0d9 · authored 2026-02-11T20:33:36+01:00 · agent claude-code · model sonnet · WebSearch disabled
let ADD_COMM = prove
("!m n. m + n = n + m",
INDUCT_TAC THEN ASM_REWRITE_TAC[ADD_CLAUSES]);;
let ADD_ASSOC = prove
("!m n p. m + (n + p) = (m + n) + p",
INDUCT_TAC THEN ASM_REWRITE_TAC[ADD_CLAUSES]);;
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)