--- /dev/null +++ b/Mathlib/Unsorry/DemoLeRefl.lean @@ -0,0 +1,8 @@ +/- +Copyright (c) 2026 Chris Barlow. All rights reserved. +Released under Apache 2.0 license as described in the file LICENSE. +Authors: Chris Barlow +-/ +import Mathlib.Data.Nat.Notation + +theorem demo_le_refl (n : ℕ) : n ≤ n := Nat.le_refl n