InternLM / InternLM/InternLM-Math
23 Lean Workbook statements with a phantom-variable (binder-escape) defect
- 主要语言
- Python
- 星标
- 550
- 派生
- 39
- PR 合并指标
- 30 天内没有已合并 PR
描述
Hello,
A static check calibrated on known-defective statements (and verified in Lean 4.9)
finds 23 Lean Workbook statements whose big-operator body is unparenthesised, so the
binder variable escapes its scope. Under autoImplicit these elaborate with a phantom
universally quantified variable and do not state the intended mathematics. An example
is a telescoping identity that parses as (sum of (k+1)!) minus a phantom k factorial.
Since the corpus is used as a training reward source, these items pay reward for
proving accidents. Full list, contexts, and the detector script attached on request.
贡献指南
这个仓库没有索引到贡献指南
调研方向
Request the full list, contexts, and detector script mentioned in the issue, then inspect the 23 Lean Workbook statements and their big-operator bindings. Verify each statement in Lean 4.9 and confirm that the corrected corpus no longer elaborates with phantom variables or rewards proofs of unintended mathematics.
由索引模型根据 Issue 内容生成。
评估
- 领域
- content
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 活跃
- 描述清晰度
- 基本清楚
- 新手友好度
- 48/100