X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Ftests%2Fdecl.ma;h=40f8d3700b0e907d8d30bc8dd78369f7c3558862;hb=6f4f26fdfd2a627eef6bf27481e28833df05c82a;hp=4b67f551ab6821646c7bda52a445f646504916b4;hpb=ecc6a77fcb57cbab35fddfdb34514edf6a57ad71;p=helm.git diff --git a/matita/tests/decl.ma b/matita/tests/decl.ma index 4b67f551a..40f8d3700 100644 --- a/matita/tests/decl.ma +++ b/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.