InternLM / InternLM/InternLM-Math
Is the proof included in the Lean-workbook ensured to be correct?
- Vorherrschende Sprache
- Python
- Sterne
- 550
- Forks
- 39
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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?
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Bereich
- tooling
- Issue-Typ
- Bug
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100