Skip to content

Instantly share code, notes, and snippets.

View Morgan-Griffiths's full-sized avatar

Morgan Griffiths Morgan-Griffiths

View GitHub Profile
@Morgan-Griffiths
Morgan-Griffiths / Submission.lean
Created May 1, 2026 20:05
lean-eval two_plus_two submission via Codex
import Mathlib
namespace Submission
theorem two_plus_two_eq_four : (2 : Nat) + 2 = 4 := by
norm_num
end Submission