InternLM / InternLM/InternLM-Math
Is the proof included in the Lean-workbook ensured to be correct?
- Lenguaje dominante
- Python
- Estrellas
- 550
- Forks
- 39
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Área
- tooling
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 25/100