]> matita.cs.unibo.it Git - helm.git/commitdiff
More simplification due to the new conversion strategy.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 20 Jul 2007 14:28:55 +0000 (14:28 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 20 Jul 2007 14:28:55 +0000 (14:28 +0000)
matita/library/assembly/test.ma

index 3c23d886a5e905a1a751a62a53487373c57c675a..11cc0e4e7e785eaf2c1195a59fc35cd23e966272 100644 (file)
@@ -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
                ]