Lean-checked lemma or counterexample
What it proves
A claimed lemma holds, or it does not, with an explicit witness.
What satisfies it
A Lean 4 proof term that compiles with zero `sorry`, or a concrete counterexample that the checker reduces to ⊥.
Worked check · one requirement
Accepted evidence
lemma step4_holds (f : ℝ → ℝ) (hf : ¬ Convex f) : … := by … Kernel-checked: 0 sorries, 0 axioms beyond Mathlib. Step 4 holds for the stated non-convex f.
The encoded proof
{
"checker": "lean4",
"artifact": "lemma | counterexample",
"sorries": 0,
"axioms": "mathlib-only"
}