From aacce10080ef24f9851d760294c3e5d8233440cc Mon Sep 17 00:00:00 2001 From: Ferruccio Guidi Date: Tue, 6 Dec 2011 19:14:11 +0000 Subject: [PATCH] we added a definition and a couple of lemmas --- matita/matita/lib/arithmetics/nat.ma | 5 +++++ matita/matita/lib/basics/relations.ma | 5 +++++ matita/matita/lib/basics/star.ma | 14 ++++++++++++++ 3 files changed, 24 insertions(+) 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