From: Claudio Sacerdoti Coen Date: Fri, 20 Jul 2007 14:28:55 +0000 (+0000) Subject: More simplification due to the new conversion strategy. X-Git-Tag: 0.4.95@7852~297 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=e573119c902b0e97ddb41e18d8fc32bb8bb78281;p=helm.git More simplification due to the new conversion strategy. --- 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 ]