Skip to content

Fix subuKC

Quim Casals requested to merge fix-subuKC into dev

The same proof works using n <=? m instead of n <? m

The new statement of the lemma is

Lemma subuKC (m n : uint) : m <=? max_int -> n <=? m -> n + (m - n) = m.

Merge request reports