From 00cafb21b9177a6c48e51e97ba13aa1baad2c1b1 Mon Sep 17 00:00:00 2001 From: Ferruccio Guidi Date: Thu, 21 Jul 2011 13:40:24 +0000 Subject: [PATCH] one main propery of drop closed, one added --- matita/matita/lib/lambda-delta/ground.ma | 3 +++ .../lib/lambda-delta/substitution/drop_main.ma | 15 ++++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) 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. -- 2.39.2