79794303

Date: 2025-10-19 13:54:23
Score: 0.5
Natty:
Report link

theorem is the syntax defined by Lean 4 itself (sometimes referred to as "Lean core").

lemma is an alternative syntax provided by mathlib, which is a library maintained by the community.

If your project has mathlib as a dependency, you can import Mathlib.Tactic.Lemma to gain access to the lemma syntax in your file. If your project does not depend on mathlib, you should use theorem.

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): is the
  • Low reputation (0.5):
Posted by: Markus Himmel