]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/library/Z/z.ma
new implementation of the destruct tactic,
[helm.git] / matita / library / Z / z.ma
index 64b608cb9524602afa01054b31624d833f9d8d0c..ac530c38fe02b7df1766fd69ff93a637162131b0 100644 (file)
@@ -122,7 +122,7 @@ elim x.
   (* goal: x=pos y=pos *)
     elim (decidable_eq_nat n n1:((n=n1) \lor ((n=n1) \to False))).
     left.apply eq_f.assumption.
-    right.unfold Not.intros (H_inj).apply H. destruct H_inj. assumption.
+    right.unfold Not.intros (H_inj).apply H. destruct H_inj. reflexivity.
   (* goal: x=pos y=neg *)
     right.unfold Not.intro.apply (not_eq_pos_neg n n1). assumption.
 (* goal: x=neg *)