]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/RELATIONAL/NLE/nplus.ma
auto --> autobatch
[helm.git] / helm / software / matita / contribs / RELATIONAL / NLE / nplus.ma
index 78ca2e569f90fbb3e0f9b19f79cb97d7be547b1f..d90adb92627ddcc8bdb08c939b30d8a802bb3421 100644 (file)
@@ -17,7 +17,7 @@ set "baseuri" "cic:/matita/RELATIONAL/NLE/nplus".
 include "NLE/defs.ma".
 
 theorem nle_nplus: \forall p, q, r. (p + q == r) \to q <= r.
- intros. elim H; clear H q r; auto.
+ intros. elim H; clear H q r; autobatch.
 qed.
 
 axiom nle_nplus_comp: \forall x1, x2, x3. (x1 + x2 == x3) \to