Zulip Chat Archive
Stream: Is there code for X?
Topic: sub one succ
Bolton Bailey (Aug 10 2022 at 23:09):
I'm looking for this lemma, is it in mathlib?
lemma nat.sub_one_succ (n : ℕ) (h : 0 < n) : nat.succ (n-1) = n :=
begin
library_search,
end
Eric Rodriguez (Aug 10 2022 at 23:13):
Last updated: Dec 20 2023 at 11:08 UTC