X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcontribs%2FRELATIONAL%2FNLE%2Fdec.ma;h=7c45ab488d45897055e31cea808baec2afae5587;hb=810db29f760117d933ee1f74328043b8fce43847;hp=6bdb81946269bb7313a9d95f0ab2197962ddd4bb;hpb=216686b3739474d279c87892892af82c5ea5aec3;p=helm.git diff --git a/matita/contribs/RELATIONAL/NLE/dec.ma b/matita/contribs/RELATIONAL/NLE/dec.ma index 6bdb81946..7c45ab488 100644 --- a/matita/contribs/RELATIONAL/NLE/dec.ma +++ b/matita/contribs/RELATIONAL/NLE/dec.ma @@ -18,14 +18,12 @@ include "NLE/props.ma". theorem nat_dec_lt_ge: \forall x,y. x < y \lor y <= x. intros 2; elim y; clear y; - [ auto + [ auto new timeout=100 | decompose; [ lapply linear nle_gen_succ_1 to H1. decompose. - rewrite > H1. clear H1 n. auto + subst. auto new timeout=100 depth=4 | lapply linear nle_lt_or_eq to H1; decompose; - [ auto - | rewrite > H. clear H n. auto - ] + subst; auto new timeout=100 ] ]. qed.