From: Ferruccio Guidi Date: Thu, 21 Jul 2011 13:40:24 +0000 (+0000) Subject: one main propery of drop closed, one added X-Git-Tag: make_still_working~2355 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=00cafb21b9177a6c48e51e97ba13aa1baad2c1b1;p=helm.git one main propery of drop closed, one added --- diff --git a/matita/matita/lib/lambda-delta/ground.ma b/matita/matita/lib/lambda-delta/ground.ma index b8c67bbcc..97c45196a 100644 --- a/matita/matita/lib/lambda-delta/ground.ma +++ b/matita/matita/lib/lambda-delta/ground.ma @@ -39,6 +39,9 @@ lemma le_plus_minus_comm: ∀n,m,p. p ≤ m → (m + n) - p = (m - p) + n. >(commutative_plus p) le_plus_minus // @IHL12 /2/ (**) (* explicit constructor *) +] +qed. + +axiom drop_div: ∀e1,L1. ∀L:lenv. ↑[0, e1] L ≡ L1 → ∀e2,L2. ↑[0, e2] L ≡ L2 → + ∃∃L0. ↑[0, e1] L2 ≡ L0 & ↑[e1, e2] L1 ≡ L0.