]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/contribs/RELATIONAL/NLE/inv.ma
some old auto yurned into autobatch
[helm.git] / matita / contribs / RELATIONAL / NLE / inv.ma
index 0007f3bc1f76989346485889092f6831c3631434..9d46d6cac8db613465d0eaef1006d635c62d36ef 100644 (file)
@@ -35,5 +35,6 @@ qed.
 
 theorem nle_inv_succ_2: \forall y,x. x <= succ y \to
                         x = zero \lor \exists z. x = succ z \land z <= y.
- intros. inversion H; clear H; intros; subst; auto depth = 4.
+ intros. inversion H; clear H; intros; subst;
+ autobatch depth = 4.
 qed.