InternLM / InternLM/InternLM-Math
Is the proof included in the Lean-workbook ensured to be correct?
- 主要言語
- Python
- スター
- 550
- フォーク
- 39
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I used the header you provided and integrated the formal_statement and proof. Only to find that some cases pass lean server and some don't.
For example:
theorem lean_workbook_26 (x : ℝ) (hx : 0 < x) : x - 1 ≥ Real.log x := by
nlinarith [log_le_sub_one_of_pos hx]
will display error:unknown identifier 'log_le_sub_one_of_pos'
Do you know how to fix it?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start by reproducing the lean_workbook_26 theorem in the Lean server using the provided header, then check why log_le_sub_one_of_pos is unavailable. Confirm the required environment or declaration and verify that the example compiles without the unknown-identifier error.
索引モデルが issue の本文から書いたものです。
評価
- 領域
- tooling
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100