Documentation

Common.Nat.Basic

theorem Nat.lt_or_eq_of_lt {n : } {m : } (h : n < Nat.succ m) :
n < m n = m

If n < m⁺, then n < m or n = m.