GitHub failed
Proof body (as submitted)
lemma helper (n : Nat) : n + 0 = n := Nat.add_zero n theorem answer (n : Nat) : n + 0 = n := helper n
proof_body_hash:
8909d528b93d0b1a39e75c3e6558558920a60747b01020c8ea2070a2b54f0a5aGenerated Lean file
What the judge actually compiles
-- AUTO-GENERATED by ProofGarden Lean Judge. Do not edit by hand.
-- Challenge: C0001
-- Submission: cmpgy2x310001k65nbg0967ca
import ProofGarden.Challenges.C0001.Statement
import Mathlib
namespace ProofGarden.Challenges.C0001.Submissions.Submission_cmpgy2x310001k65nbg0967ca
-- ┌── USER SUBMISSION BODY (verbatim) ─────────────────────
lemma helper (n : Nat) : n + 0 = n := Nat.add_zero n
theorem answer (n : Nat) : n + 0 = n := helper 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_cmpgy2x310001k65nbg0967ca
file_hash (recomputed):
7567ecaa01107a461fad997bf3db3a724e606b284082606bde99dafa7d77c27e ✗ DOES NOT match stored hashGitHub
Branchsubmission/cmpgy2x310001k65nbg0967ca
Commit SHA7d7aac5d41ff44cd411a8a5caf897d021d702e13
PR #—