From: Ferruccio Guidi Date: Tue, 6 Dec 2011 19:14:11 +0000 (+0000) Subject: we added a definition and a couple of lemmas X-Git-Tag: make_still_working~2047 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=aacce10080ef24f9851d760294c3e5d8233440cc;p=helm.git we added a definition and a couple of lemmas --- diff --git a/matita/matita/lib/arithmetics/nat.ma b/matita/matita/lib/arithmetics/nat.ma index f4d78234f..a20311ced 100644 --- a/matita/matita/lib/arithmetics/nat.ma +++ b/matita/matita/lib/arithmetics/nat.ma @@ -948,6 +948,11 @@ theorem monotonic_le_minus_r: @(transitive_le … (le_plus_minus_m_m ? q)) /2/ qed. +theorem monotonic_lt_minus_l: ∀p,q,n. n ≤ q → q < p → q - n < p - n. +#p #q #n #H1 #H2 +@lt_plus_to_minus_r