From d9289deef1be6b7242d47e8c7f6a3f9dcec998fd Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Mon, 9 Oct 2006 18:23:49 +0000 Subject: [PATCH] One auto modified in an apply since auto is no longer supposed to apply elimination principles automatically. --- matita/tests/fguidi.ma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matita/tests/fguidi.ma b/matita/tests/fguidi.ma index 84d8cb408..fab765baf 100644 --- a/matita/tests/fguidi.ma +++ b/matita/tests/fguidi.ma @@ -46,7 +46,7 @@ intros. apply False_ind. cut (is_S O). auto new. elim H. exact I. qed. theorem eq_gen_S_O_cc: (\forall P:Prop. P) \to \forall x. (S x = O). -intros. auto new. +intros. apply H. qed. theorem eq_gen_S_S: \forall m,n. (S m) = (S n) \to m = n. -- 2.39.2