From: Claudio Sacerdoti Coen Date: Tue, 19 Jul 2005 11:58:44 +0000 (+0000) Subject: New naming scheme (by Andrea). X-Git-Tag: V_0_7_2~173 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=c87abd26a1fc526042fe177caef69a186aa373be;p=helm.git New naming scheme (by Andrea). --- diff --git a/helm/matita/tests/fguidi.ma b/helm/matita/tests/fguidi.ma index 7681a7ad4..bfd24e591 100644 --- a/helm/matita/tests/fguidi.ma +++ b/helm/matita/tests/fguidi.ma @@ -53,7 +53,7 @@ qed. theorem le_gen_x_O_aux: \forall x, y. (le x y) \to (y =O) \to (x = O). -intros 3. elim H. auto. apply eq_gen_S_O. exact e3. auto. +intros 3. elim H. auto. apply eq_gen_S_O. exact n1. auto. qed. theorem le_gen_x_O: \forall x. (le x O) \to (x = O). @@ -68,7 +68,7 @@ theorem le_gen_S_x_aux: \forall m,x,y. (le y x) \to (y = S m) \to (\exists n. x = (S n) \land (le m n)). intros 4. elim H. apply eq_gen_S_O. exact m. elim H1. auto. -cut e4 = m. elim Hcut. apply ex_intro. exact e3. auto. auto. +cut n = m. elim Hcut. apply ex_intro. exact n1. auto. auto. qed. theorem le_gen_S_x: \forall m,x. (le (S m) x) \to