DEV-MODE auth (username + password, local only) · GitHub live mode
PProofGardenLean Judge
Nat add zero

Submission cmpgy91u

by alice·5/22/2026, 2:22:36 PM
GitHub failed
Proof body (as submitted)
theorem not_answer (n : Nat) : n + 0 = n := Nat.add_zero n
proof_body_hash: f299ae7f1f1f943754570c09dc432c0379647c0d3cca7a8446d4b1c7085615d9
Generated Lean file

What the judge actually compiles

-- AUTO-GENERATED by ProofGarden Lean Judge. Do not edit by hand.
-- Challenge: C0001
-- Submission: cmpgy91u80001yrvvnde7ph60

import ProofGarden.Challenges.C0001.Statement
import Mathlib

namespace ProofGarden.Challenges.C0001.Submissions.Submission_cmpgy91u80001yrvvnde7ph60

-- ┌── USER SUBMISSION BODY (verbatim) ─────────────────────
theorem not_answer (n : Nat) : n + 0 = n := Nat.add_zero n
-- └── USER SUBMISSION BODY END ────────────────────────────

/-- App-appended type check. Refuses to compile unless
    `answer` has type `∀ (n : Nat), n + 0 = n`. -/
def solution_target : ∀ (n : Nat), n + 0 = n := answer

#print axioms solution_target

end ProofGarden.Challenges.C0001.Submissions.Submission_cmpgy91u80001yrvvnde7ph60
file_hash (recomputed): ad58e7a79b9a34bf697d833ef7d252985703f547732de825e59d2304af203f47 ✓ matches stored hash
GitHub
Branchsubmission/cmpgy91u80001yrvvnde7ph60
Commit SHAddaa373f3ba4b6dba5e80169f597fa0b61bb1b9f
Workflow runhttps://github.com/ryendo/proofgarden-judge/actions/runs/26290348759
PR #