From e573119c902b0e97ddb41e18d8fc32bb8bb78281 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 20 Jul 2007 14:28:55 +0000 Subject: [PATCH] More simplification due to the new conversion strategy. --- matita/library/assembly/test.ma | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/matita/library/assembly/test.ma b/matita/library/assembly/test.ma index 3c23d886a..11cc0e4e7 100644 --- a/matita/library/assembly/test.ma +++ b/matita/library/assembly/test.ma @@ -140,7 +140,7 @@ lemma loop_invariant': apply inj_update; intro; rewrite > (eq_update_s_a_sa (update (mult_memory x y) 30 (mult_memory x y 30)) - 31 a) in ⊢ (? ? ? %); + 31 a); rewrite > eq_update_s_a_sa; reflexivity ] @@ -257,8 +257,8 @@ lemma loop_invariant': intro; apply inj_update; intro; - rewrite > not_eq_a_b_to_eq_update_a_b in ⊢ (? ? % ?); [2: apply H | ]; - rewrite > not_eq_a_b_to_eq_update_a_b in ⊢ (? ? % ?); + rewrite > not_eq_a_b_to_eq_update_a_b; [2: apply H | ]; + rewrite > not_eq_a_b_to_eq_update_a_b; [ reflexivity | assumption ] -- 2.39.2