From: Claudio Sacerdoti Coen Date: Mon, 15 Oct 2007 11:26:25 +0000 (+0000) Subject: Old wrong code to avoid old bug fixed. X-Git-Tag: make_still_working~5972 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=a4f84a6dedc07bd16de46c0acfef107f8c6f8176;p=helm.git Old wrong code to avoid old bug fixed. Error in automation. --- diff --git a/helm/software/matita/tests/decl.ma b/helm/software/matita/tests/decl.ma index 4b67f551a..40f8d3700 100644 --- a/helm/software/matita/tests/decl.ma +++ b/helm/software/matita/tests/decl.ma @@ -114,11 +114,7 @@ theorem easy3: ∀A:Prop. (A ∧ ∃n:nat.n ≠ n) → True. assume P: Prop. suppose (P ∧ ∃m:nat.m ≠ m) (H). by H we have P (H1) and (∃x:nat.x≠x) (H2). - (*BUG: by H2 let q:nat such that (q ≠ q) (Ineq). - *) - (* the next line is wrong, but for the moment it does the job *) - by H2 let q:nat such that False (Ineq). by I done. qed.