]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/RELATIONAL/NLE/inv.ma
auto --> autobatch
[helm.git] / helm / software / matita / contribs / RELATIONAL / NLE / inv.ma
index 54ab40ae776adbb6e0166678d452da575429dfbc..0007f3bc1f76989346485889092f6831c3631434 100644 (file)
@@ -18,11 +18,11 @@ include "NLE/defs.ma".
 
 theorem nle_inv_succ_1: \forall x,y. x < y \to 
                         \exists z. y = succ z \land x <= z.
- intros. inversion H; clear H; intros; subst. auto.
+ intros. inversion H; clear H; intros; subst. autobatch.
 qed.
 
 theorem nle_inv_succ_succ: \forall x,y. x < succ y \to x <= y.
- intros. inversion H; clear H; intros; subst. auto.
+ intros. inversion H; clear H; intros; subst. autobatch.
 qed.
 
 theorem nle_inv_succ_zero: \forall x. x < zero \to False.
@@ -30,7 +30,7 @@ theorem nle_inv_succ_zero: \forall x. x < zero \to False.
 qed.
 
 theorem nle_inv_zero_2: \forall x. x <= zero \to x = zero.
- intros. inversion H; clear H; intros; subst. auto.
+ intros. inversion H; clear H; intros; subst. autobatch.
 qed.
 
 theorem nle_inv_succ_2: \forall y,x. x <= succ y \to